Commit graph

  • 63a4297084 Merge pull request from koajs/vary TJ Holowaychuk 2014-06-06 23:00:39 -0700
  • c547b1fd72 0.6.3 0.6.3 Jonathan Ong 2014-06-06 16:27:37 -0700
  • 76c65422c0 update finished Jonathan Ong 2014-06-06 16:26:24 -0700
  • 1a32ecac31 fix res.type= for unknown types Jonathan Ong 2014-06-06 16:26:03 -0700
  • 90c528c5e8 remove if (!err) from app.onerror TJ Holowaychuk 2014-06-05 16:37:28 -0700
  • f68716d8b4 Merge pull request from dead-horse/issue287 TJ Holowaychuk 2014-06-05 16:35:17 -0700
  • 01dd6a33c5 context: delegate etag/last-modified Jonathan Ong 2014-06-05 16:19:29 -0700
  • fdbd16acc3 remove response.append(), use vary module Jonathan Ong 2014-06-05 16:04:31 -0700
  • 4979077562 assert non-error obj pass to app.onerror, fixed dead_horse 2014-05-23 21:15:03 +0800
  • 851160e0ae 0.6.2 0.6.2 Jonathan Ong 2014-06-03 21:45:50 -0700
  • 008f0554c6 set-type -> mime-types Jonathan Ong 2014-06-03 21:44:25 -0700
  • c7f2d24851 bump should just because Jonathan Ong 2014-06-03 21:36:27 -0700
  • 11cf47c8a6 remove .request accept tests the fail Jonathan Ong 2014-06-03 21:35:11 -0700
  • 29687cb253 add linting TJ Holowaychuk 2014-05-16 09:23:00 -0700
  • fee913f1e2 0.6.1 0.6.1 Jonathan Ong 2014-05-11 20:51:11 -0700
  • caf6d177a2 Merge pull request from dead-horse/docs TJ Holowaychuk 2014-05-05 19:36:20 -0700
  • 21b7eb82b9 add originalUrl dead_horse 2014-05-06 10:01:34 +0800
  • 55ebdb522b docs TJ Holowaychuk 2014-05-05 08:44:00 -0700
  • 50ffb86a40 Merge pull request from dead-horse/host-setter TJ Holowaychuk 2014-05-05 08:42:28 -0700
  • f76268ba58 remove req.host=, fix docs dead_horse 2014-05-04 22:43:58 +0800
  • 137df8e5ed Merge pull request from tschaub/typo Jonathan Ong 2014-05-03 14:24:07 -0700
  • d7d3e84d16 Using property properly Tim Schaub 2014-05-03 15:21:07 -0600
  • 1d9a0e1d31 ocd TJ Holowaychuk 2014-05-02 12:21:55 -0700
  • 024b490749 Merge pull request from yorkie/complete-idempotent-methods TJ Holowaychuk 2014-05-02 12:21:21 -0700
  • b969ecf223 request: complete idempotent methods see rfc2616: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.1. Yazhong Liu 2014-05-03 02:56:08 +0800
  • 0491dc7532 Release 0.6.0 0.6.0 TJ Holowaychuk 2014-05-01 18:09:48 -0700
  • dc692a3c75 add test.js to gitignore TJ Holowaychuk 2014-05-01 18:07:46 -0700
  • c16211c5d6 refactor TJ Holowaychuk 2014-05-01 17:46:09 -0700
  • 212137139a add installation docs back TJ Holowaychuk 2014-05-01 16:36:16 -0700
  • f17629d19f remove .outputErrors, suppress output when handled by the dev. Closes TJ Holowaychuk 2014-05-01 16:29:37 -0700
  • 4ff54e5c13 ocd TJ Holowaychuk 2014-05-01 16:25:08 -0700
  • 80ace2c0bb add nicer error formatting TJ Holowaychuk 2014-05-01 16:18:40 -0700
  • c757034adb Merge pull request from koajs/status-default-404 TJ Holowaychuk 2014-05-01 15:51:41 -0700
  • 15ab936001 change .status default to 404. Closes TJ Holowaychuk 2014-04-28 21:17:30 -0700
  • 48ac0669c5 fix content-length when body is re-assigned. Closes dead_horse 2014-04-28 20:34:26 -0700
  • 5e3d7f0aa0 remove mime dependency TJ Holowaychuk 2014-04-28 20:13:31 -0700
  • 952dca336d rename setType -> getType TJ Holowaychuk 2014-04-28 20:12:53 -0700
  • 163e59c0d5 refactor to use set-type Jonathan Ong 2014-04-27 01:53:07 -0700
  • 0cacc5706a use koa-is-json Jonathan Ong 2014-04-25 00:15:33 -0700
  • 94dd87741e ocd TJ Holowaychuk 2014-04-24 17:58:37 -0700
  • 239c0ce1f9 Merge pull request from dead-horse/throw-not-error TJ Holowaychuk 2014-04-24 17:58:04 -0700
  • 6a2ed3e6eb assert object type in ctx.onerror dead_horse 2014-04-25 01:08:08 +0800
  • 5de9d962a0 remove unused debug dead_horse 2014-04-25 00:07:37 +0800
  • dd1aef0f7b bump supertest Jonathan Ong 2014-04-19 07:46:23 -0700
  • e472a18010 refactor: use mime-extended Jonathan Ong 2014-04-19 07:45:57 -0700
  • 74cb04e7c1 refactor TJ Holowaychuk 2014-04-15 08:39:40 -0700
  • 4e44c1c49e add buffer HEAD support tests TJ Holowaychuk 2014-04-15 08:38:32 -0700
  • 9a45d07fea add string HEAD support test TJ Holowaychuk 2014-04-15 08:37:48 -0700
  • 0a954c8d99 ocd TJ Holowaychuk 2014-04-15 08:35:10 -0700
  • 204e4f5717 Merge pull request from dead-horse/simplify-respond TJ Holowaychuk 2014-04-15 08:33:25 -0700
  • b06bb3cb85 simplify respond dead_horse 2014-04-15 10:06:32 +0800
  • a95046278f Release 0.5.5 0.5.5 TJ Holowaychuk 2014-04-14 15:37:33 -0700
  • 990caf4e71 refactor TJ Holowaychuk 2014-04-14 15:36:39 -0700
  • 95a78c3a44 Merge pull request from dead-horse/stream-body TJ Holowaychuk 2014-04-14 15:34:13 -0700
  • 430246c114 Merge pull request from dead-horse/fix-length Jonathan Ong 2014-04-12 21:43:22 -0700
  • 69c82f63b5 fix length when .body is missing dead_horse 2014-04-13 10:23:57 +0800
  • e8ba41df96 bump type is Jonathan Ong 2014-04-12 17:24:49 -0700
  • b308440438 Release 0.5.4 0.5.4 TJ Holowaychuk 2014-04-12 12:30:55 -0700
  • 80e1ceb52f Merge branch 'master' of ssh://github.com/koajs/koa TJ Holowaychuk 2014-04-12 10:59:08 -0700
  • bb0a0b3659 ocd TJ Holowaychuk 2014-04-12 10:59:04 -0700
  • eeb74f44d6 Merge pull request from sonnyp/patch-2 TJ Holowaychuk 2014-04-11 16:15:38 -0700
  • b7a747fc71 Fix typo in request api documentation. Sonny Piers 2014-04-12 00:29:33 +0200
  • 58faefa343 Merge pull request from sonnyp/patch-1 Jonathan Ong 2014-04-11 15:24:29 -0700
  • d92a3c371f Update index.md Sonny Piers 2014-04-12 00:23:11 +0200
  • 8a50594858 Merge pull request from dead-horse/refactor-status-and-body TJ Holowaychuk 2014-04-11 10:42:19 -0700
  • 64aad129d3 fix this.status= in this.body dead_horse 2014-04-10 00:21:15 +0800
  • c15cf47475 Release 0.5.3 0.5.3 TJ Holowaychuk 2014-04-09 09:42:23 -0700
  • 0174efa8ed Merge branch 'master' of ssh://github.com/koajs/koa TJ Holowaychuk 2014-04-09 09:34:56 -0700
  • 3d8ab61fa1 change res.type= to always default charset. Closes TJ Holowaychuk 2014-04-09 09:34:50 -0700
  • 329d2b94db make sure all intermediate stream bodies will be destroy and have error handle dead_horse 2014-04-10 00:02:13 +0800
  • 681b4afc6e Merge pull request from matheusazzi/patch-1 TJ Holowaychuk 2014-04-06 08:44:47 -0700
  • edb7bb1dd1 Use SVG Badge Matheus Azzi 2014-04-06 11:53:08 -0300
  • dfe8e95be4 remove ctx.inspect() implementation. Closes TJ Holowaychuk 2014-04-05 19:15:14 -0700
  • d8b6a18c9d Merge pull request from t3chnoboy/master Jonathan Ong 2014-03-24 11:23:54 -0700
  • 9e8d6a3aa0 ocd Dmitry Mazuro 2014-03-24 21:21:15 +0300
  • d6c523d107 0.5.2 0.5.2 Jonathan Ong 2014-03-23 04:03:34 -0700
  • ee8345303a remove unnecessary index.js file Jonathan Ong 2014-03-23 04:03:17 -0700
  • 184cb0b3d9 bump dev deps Jonathan Ong 2014-03-23 04:02:05 -0700
  • 52cb57cc7e fix overwriting of content-type w/ HEAD requests Jonathan Ong 2014-03-23 04:01:14 -0700
  • a18ee8143d update SLOC count Jonathan Ong 2014-03-12 18:40:21 -0700
  • 59ea8faabb History.md++ Jonathan Ong 2014-03-12 18:32:23 -0700
  • c382305d4f refactor: use escape-html Jonathan Ong 2014-03-12 18:30:16 -0700
  • 182f9d6fa4 refactor: use statuses Jonathan Ong 2014-03-12 18:29:14 -0700
  • 9b1651a8e6 fix inspection of app. Closes TJ Holowaychuk 2014-03-11 11:06:57 -0700
  • 895cf4040c add app.toJSON() TJ Holowaychuk 2014-03-11 11:01:33 -0700
  • f0e353d6a0 fix some tests that never worked TJ Holowaychuk 2014-03-11 10:50:34 -0700
  • 9c2ea5a2a8 Update koa-vs-express.md Jonathan Ong 2014-03-10 04:20:54 -0700
  • b03fef3ac4 Merge pull request from phillipalexander/patch-1 Jonathan Ong 2014-03-09 14:00:09 -0700
  • 4d1b52ea40 Fix broken reddit community link Phillip Alexander 2014-03-09 12:23:40 -0700
  • f916c45539 Merge pull request from gdi2290/patch-1 TJ Holowaychuk 2014-03-09 10:16:31 -0700
  • 83be927816 add subreddit to Community list PatrickJS 2014-03-08 22:21:32 -0800
  • 5c0c898510 Merge pull request from alsotang/patch-1 Jonathan Ong 2014-03-08 12:58:19 -0800
  • bef5bad738 Update context.md alsotang 2014-03-08 14:19:40 +0800
  • 0f20b85da5 fix some typos in koa-vs-express docs TJ Holowaychuk 2014-03-07 14:11:02 -0800
  • 3cb6c07d5c Merge pull request from altruism/master Jonathan Ong 2014-03-06 20:08:00 -0800
  • 0a223f2bb7 Let errors provide their own status. New Now Nohow 2014-03-06 22:54:25 -0500
  • c96459bc61 Release 0.5.1 0.5.1 TJ Holowaychuk 2014-03-06 18:06:32 -0800
  • b1f0abd16d Revert "add response.charset accessor and ctx.charset alias" TJ Holowaychuk 2014-03-06 18:05:01 -0800
  • c50012a636 Merge pull request from dead-horse/issue224-host-confused TJ Holowaychuk 2014-02-26 10:54:40 -0800
  • d85b7577e9 Merge pull request from slaskis/patch-1 Jonathan Ong 2014-02-26 01:33:44 -0800