Commit graph

  • cb682ed904 add body.close check for HEAD requests TJ Holowaychuk 2013-11-15 11:33:14 -0800
  • 27d1336af5 Merge pull request from koajs/keygrip TJ Holowaychuk 2013-11-15 11:31:23 -0800
  • f3a6f6ae39 fix stream leak on HEAD. Closes TJ Holowaychuk 2013-11-15 10:49:28 -0800
  • f4b7f279ea ocd TJ Holowaychuk 2013-11-15 10:09:56 -0800
  • 0362c8e457 add app.keys support Jonathan Ong 2013-11-15 10:03:40 -0800
  • 52307eeb72 Merge pull request from koajs/original-url TJ Holowaychuk 2013-11-15 09:33:10 -0800
  • 98548f0409 conditional middleware need to be .call(this) Jonathan Ong 2013-11-14 21:20:51 -0800
  • 18c2cd1dac this.originalUrl && this.request.originalUrl Jonathan Ong 2013-11-14 14:18:05 -0800
  • d23ad1a024 add .body to Response#inspect() TJ Holowaychuk 2013-11-14 11:34:55 -0800
  • 35a0c1d2bb add {request,response,context}#toJSON() TJ Holowaychuk 2013-11-14 11:30:56 -0800
  • d9940c1931 fix 2 test requires TJ Holowaychuk 2013-11-14 11:23:59 -0800
  • db22fba86d Merge branch 'master' of github.com:koajs/koa TJ Holowaychuk 2013-11-14 11:23:17 -0800
  • 64fa0b5c2a Merge pull request from koajs/expose-proto TJ Holowaychuk 2013-11-14 11:23:10 -0800
  • d247e7835c Merge branch 'master' of github.com:koajs/koa TJ Holowaychuk 2013-11-13 21:11:28 -0800
  • e51e85e0fc response.etag: remove getter for now Jonathan Ong 2013-11-13 21:04:40 -0800
  • 088fcfd3a6 refactor res.etag= regexp TJ Holowaychuk 2013-11-13 20:48:57 -0800
  • 12dda03b83 Merge pull request from koajs/etag-lastmodified TJ Holowaychuk 2013-11-13 20:47:59 -0800
  • 2f74207e6c response.etag and response.lastModified Jonathan Ong 2013-11-13 19:59:49 -0800
  • e6cd31ce2f add tests for exposing app-specific prototypes Jonathan Ong 2013-11-13 18:41:01 -0800
  • 0be1442111 expose app-specific prototypes, cleanup/fix tests Jonathan Ong 2013-11-13 18:34:15 -0800
  • 5467f98558 Makefile: add test/application Jonathan Ong 2013-11-13 18:41:24 -0800
  • 93f1bce66f fix ctx.ip TJ Holowaychuk 2013-11-13 13:17:16 -0800
  • b1e5e6c6d4 Merge pull request from koajs/add/ctx-request-response TJ Holowaychuk 2013-11-13 09:01:26 -0800
  • c699c75c52 add koa Request / Response objects and delegation. Closes TJ Holowaychuk 2013-11-13 09:01:15 -0800
  • 4cc5b30fb1 ugh travis is outdated Jonathan Ong 2013-11-12 14:33:06 -0800
  • 242ec58f9d docs TJ Holowaychuk 2013-11-12 15:13:24 -0700
  • b659c74510 update co for object yielding TJ Holowaychuk 2013-11-12 13:44:49 -0700
  • d69b20b97c update benchmarks in docs TJ Holowaychuk 2013-11-12 13:17:37 -0700
  • 91cdfefc4f fix benchmarks for wrk(1) 3.x TJ Holowaychuk 2013-11-12 13:15:54 -0700
  • a1d7140b7b Merge pull request from coderhaoxin/master Jonathan Ong 2013-11-12 01:48:18 -0800
  • 49bdd1d6ed correct the link haoxin 2013-11-12 17:43:27 +0800
  • 3e56d82184 add hello-world example TJ Holowaychuk 2013-11-10 16:09:27 -0700
  • 9ee6ada2d5 update guide docs for new middleware style TJ Holowaychuk 2013-11-10 15:40:59 -0700
  • ee6dce83af ctx.redirect(): only set status code if not already a valid redirect status code Jonathan Ong 2013-11-08 16:25:03 -0800
  • 22c035bbea add ctx.query docs to clarify lack of nested object support TJ Holowaychuk 2013-11-08 15:35:32 -0800
  • 5bbe362294 Merge pull request from koajs/refactor/accept-methods TJ Holowaychuk 2013-11-08 15:26:42 -0800
  • 3dd172d032 remove content-negotiation accessor methods, replace with method equivalents TJ Holowaychuk 2013-11-08 15:16:51 -0800
  • cf580dbaf3 remove trailer methods TJ Holowaychuk 2013-11-08 14:40:58 -0800
  • 8b64343813 remove a few redundant methods for header field values TJ Holowaychuk 2013-11-08 14:39:20 -0800
  • 9778933e25 Merge branch 'master' of github.com:koajs/koa TJ Holowaychuk 2013-11-08 14:38:42 -0800
  • 770183771e add docs for .headersSent alias TJ Holowaychuk 2013-11-08 14:38:35 -0800
  • 1536d4df29 Merge pull request from koajs/req-res-next TJ Holowaychuk 2013-11-08 14:32:07 -0800
  • 836679c610 another negotiator 3.0 fix Jonathan Ong 2013-11-08 14:19:25 -0800
  • a129d41cc1 fix negotiator 3.0 change Jonathan Ong 2013-11-08 14:09:52 -0800
  • f0ecaaff50 update and loosen dependencies Jonathan Ong 2013-11-08 14:06:38 -0800
  • accb1d6a61 pass an optional next to app.callback() Jonathan Ong 2013-11-08 01:17:41 -0800
  • 01e0f838e6 travis badge Jonathan Ong 2013-11-08 01:16:26 -0800
  • 2a7b6d07bf remove unused var Jonathan Ong 2013-11-08 01:14:43 -0800
  • 611dec10f2 remove closure wrap in examples thanks to compose 2.0 Jonathan Ong 2013-11-08 01:13:43 -0800
  • 1bcf9b413f remove unnecessary closure Jonathan Ong 2013-11-08 01:04:26 -0800
  • b35929dc3a remove app.context() from docs TJ Holowaychuk 2013-11-07 17:06:00 -0800
  • c1bed668bd remove app.context() for now TJ Holowaychuk 2013-11-07 17:05:26 -0800
  • 8ee8abcc32 Release 0.0.2 0.0.2 TJ Holowaychuk 2013-11-07 16:56:51 -0800
  • 399e2ad255 update readme middleware style TJ Holowaychuk 2013-11-07 16:31:16 -0800
  • 2d35cdff50 add new style middleware support through @jonathanong's koa-compose patch TJ Holowaychuk 2013-11-07 16:15:47 -0800
  • a9ae563051 add cookie docs TJ Holowaychuk 2013-11-06 14:09:19 -0800
  • 3c3b81b960 Merge pull request from jonathanong/warn-context-overwrite Jonathan Ong 2013-10-25 03:49:23 -0700
  • f961647377 add additional node.js aliases Jonathan Ong 2013-10-23 23:54:07 -0700
  • fbfeffa090 statusCode alias for status Jonathan Ong 2013-10-23 23:44:22 -0700
  • 6492f2ca4a headersSent alias for headerSent Jonathan Ong 2013-10-23 22:38:06 -0700
  • cb60fb872a only listen to stream errors if not already Jonathan Ong 2013-10-14 22:40:02 -0700
  • 1810977700 update co to 2.0 TJ Holowaychuk 2013-10-14 16:50:05 -0700
  • 3b2c55b68b add overriding to application/json on ctx.body=object TJ Holowaychuk 2013-10-10 12:48:14 -0700
  • c4d194488c fix test label typo TJ Holowaychuk 2013-10-10 12:42:58 -0700
  • 3b7a7b5047 Merge pull request from jonathanong/set-body-length TJ Holowaychuk 2013-10-10 12:41:41 -0700
  • ada1be13bc Merge pull request from jonathanong/bind-onerror Jonathan Ong 2013-10-10 11:11:38 -0700
  • 881490299c Merge pull request from jonathanong/onerror-condition Jonathan Ong 2013-10-10 11:11:10 -0700
  • 50d73e3709 onerror: check existence of error Jonathan Ong 2013-10-08 23:23:14 -0700
  • df367e0749 debug: notify if a property is being overwritten Jonathan Ong 2013-10-05 12:56:36 -0700
  • 98a386a485 bind .onerror to context Jonathan Ong 2013-10-03 23:55:26 -0700
  • 0e829c17ad set length on body override Jonathan Ong 2013-10-04 00:08:47 -0700
  • 4aa75a1164 cleanup trailing whitespace in .js files Jonathan Ong 2013-10-05 12:27:15 -0700
  • 1e340e388f fix wiki link TJ Holowaychuk 2013-09-17 06:48:36 -0700
  • 83fd83aaf8 fix ctx.body= content-type override check. Thanks @jonathanong TJ Holowaychuk 2013-09-15 08:51:56 -0700
  • 11913f5e4e add ctx.body= setter TJ Holowaychuk 2013-09-14 15:54:17 -0700
  • c5ecbd99ac Merge branch 'master' of github.com:koajs/koa TJ Holowaychuk 2013-09-14 14:48:43 -0700
  • 04f4d72692 add charset support to ctx.type= TJ Holowaychuk 2013-09-14 14:48:33 -0700
  • 1232b692a8 Merge pull request from ilsken/patch-1 TJ Holowaychuk 2013-09-14 13:42:10 -0700
  • 886a292a51 Fixed typo Chris Tarquini 2013-09-14 12:53:36 -0400
  • 167530a9e6 add a todo TJ Holowaychuk 2013-09-13 21:06:16 -0700
  • 7a26886040 change app.onerror to ignore 404s TJ Holowaychuk 2013-09-13 20:54:52 -0700
  • d7403552b9 docs TJ Holowaychuk 2013-09-13 20:38:45 -0700
  • fc25b79b99 add err.expose check for response handler to expose the err.message TJ Holowaychuk 2013-09-12 08:05:50 -0700
  • 6db24f9fac change ctx.error() to flag as err.expose TJ Holowaychuk 2013-09-12 08:01:40 -0700
  • 091d5010cd add ENOENT err.code support for 404 TJ Holowaychuk 2013-09-08 12:11:02 -0700
  • 228c38cf3e fix text/plain response for 500 errors TJ Holowaychuk 2013-09-08 12:07:50 -0700
  • 28b5b85860 add socket error handling docs TJ Holowaychuk 2013-09-08 12:02:59 -0700
  • 92b741ac0a remove socket error handling, use server "clientError" TJ Holowaychuk 2013-09-08 11:44:45 -0700
  • cf54f7d7d5 remove a console.log TJ Holowaychuk 2013-09-08 11:41:52 -0700
  • 2fe83a4e3d add failing socket error handling test TJ Holowaychuk 2013-09-08 11:41:43 -0700
  • 02ae4f787d fix socket "error" handling TJ Holowaychuk 2013-09-08 11:27:16 -0700
  • 67b49cf82d remove unnecessary .bind() TJ Holowaychuk 2013-09-08 09:37:33 -0700
  • 42f5aa1e61 add app "error" test TJ Holowaychuk 2013-09-08 09:37:19 -0700
  • 6a51f73524 add template integration example TJ Holowaychuk 2013-09-06 07:55:01 -0700
  • 60576832df docs TJ Holowaychuk 2013-09-05 22:39:10 -0700
  • 2733c61d00 docs TJ Holowaychuk 2013-09-02 19:31:11 -0700
  • 1680639232 add co example TJ Holowaychuk 2013-09-02 19:28:54 -0700
  • a79bfe3329 docs TJ Holowaychuk 2013-09-02 19:18:48 -0700
  • 6eb92c3bd1 docs TJ Holowaychuk 2013-09-02 19:18:37 -0700
  • 74c452a93f docs TJ Holowaychuk 2013-09-02 19:18:10 -0700