Commit Graph

  • b132484dcf docs TJ Holowaychuk 2013-09-02 19:17:49 -0700
  • 33221d6574 docs TJ Holowaychuk 2013-09-02 19:17:29 -0700
  • 4a0c55cc96 docs TJ Holowaychuk 2013-09-02 19:13:47 -0700
  • c6dc504ce8 docs TJ Holowaychuk 2013-09-02 19:05:49 -0700
  • f6161918ee Merge branch 'master' of github.com:koajs/koa TJ Holowaychuk 2013-09-02 18:29:04 -0700
  • 5459fb8c55 docs TJ Holowaychuk 2013-09-02 18:27:47 -0700
  • 60eb2edb86 add guide TJ Holowaychuk 2013-09-02 18:25:17 -0700
  • fab0150a63 Merge pull request #46 from karlbohlmark/json-response-length TJ Holowaychuk 2013-09-02 15:32:31 -0700
  • 520df772ef use byteLength when calculating content-length Karl Böhlmark 2013-09-02 23:55:38 +0200
  • 7754a3535a move downstream logic to response middleware TJ Holowaychuk 2013-09-01 16:27:03 -0700
  • 37a7457d28 docs TJ Holowaychuk 2013-09-01 15:32:53 -0700
  • 3758f4b675 use app.listen() in tests TJ Holowaychuk 2013-09-01 15:07:54 -0700
  • 258f662543 add ctx to error-handling example TJ Holowaychuk 2013-08-31 09:19:05 -0700
  • a1edb2fe7c add docs for error ctx TJ Holowaychuk 2013-08-31 09:18:43 -0700
  • b3761b5da0 Merge branch 'master' of github.com:koajs/koa TJ Holowaychuk 2013-08-31 09:17:16 -0700
  • 9046d080be Merge pull request #44 from jonathanong/patch-1 TJ Holowaychuk 2013-08-31 09:17:09 -0700
  • a5208f5ce6 pass context to errors Jonathan Ong 2013-08-30 23:48:54 -0700
  • 9c904ebf23 Merge pull request #43 from kjbekkelund/patch-1 TJ Holowaychuk 2013-08-30 14:22:41 -0700
  • baefcacff9 typo Kim Joar Bekkelund 2013-08-30 23:09:18 +0200
  • 32d65cfe91 add basic instrumentation TJ Holowaychuk 2013-08-28 21:10:25 -0700
  • 3eafcdd85a add names to simple example middleware TJ Holowaychuk 2013-08-28 21:05:35 -0700
  • 7db6987ccc change benchmark port TJ Holowaychuk 2013-08-28 16:26:58 -0700
  • 0c19a060c4 fix simple example TJ Holowaychuk 2013-08-27 22:42:05 -0700
  • fae98c10ec add context debug() TJ Holowaychuk 2013-08-27 21:24:53 -0700
  • ddc7347afe change "unnamed" middleware to -, less junk output TJ Holowaychuk 2013-08-27 21:23:11 -0700
  • 52a60b715d docs TJ Holowaychuk 2013-08-27 21:13:20 -0700
  • 56b2732133 add conditional middleware middleware example TJ Holowaychuk 2013-08-27 21:12:42 -0700
  • 552ef6fd52 typo TJ Holowaychuk 2013-08-27 21:10:29 -0700
  • 1ceafd0f4e add conditional middleware example. Closes #5 TJ Holowaychuk 2013-08-27 21:06:47 -0700
  • e21938a136 docs TJ Holowaychuk 2013-08-27 20:56:17 -0700
  • ad0dd3cc39 add Context#error(). Closes #31 TJ Holowaychuk 2013-08-27 20:54:13 -0700
  • f6a2f54aef add error handling example TJ Holowaychuk 2013-08-27 20:36:44 -0700
  • 5cc50ef2c8 docs TJ Holowaychuk 2013-08-27 20:29:18 -0700
  • 99895aa215 change app to emit "error" events instead of app.error(fn) TJ Holowaychuk 2013-08-27 20:24:04 -0700
  • 750748834e refactor examples TJ Holowaychuk 2013-08-27 19:57:16 -0700
  • b138f713fa refactor example TJ Holowaychuk 2013-08-27 19:56:35 -0700
  • 17d8f67073 add pipe example. Closes #9 TJ Holowaychuk 2013-08-27 19:48:58 -0700
  • eb41a90b80 fix app-level error delegation, always delgate TJ Holowaychuk 2013-08-27 19:42:45 -0700
  • b047405cc5 add Context#hasContent TJ Holowaychuk 2013-08-27 19:30:35 -0700
  • f7b8b2b6ae docs TJ Holowaychuk 2013-08-27 19:03:22 -0700
  • 3e0599851a docs TJ Holowaychuk 2013-08-27 14:50:20 -0700
  • 9e69922859 replace "qs" with native "querystring" for now TJ Holowaychuk 2013-08-27 14:49:11 -0700
  • 41f6108bba use GH style .repository TJ Holowaychuk 2013-08-26 08:08:28 -0700
  • b747d8756a Merge branch 'master' of github.com:koajs/koa TJ Holowaychuk 2013-08-26 08:08:03 -0700
  • 2d5e7dcd50 Merge pull request #37 from juliangruber/patch-4 TJ Holowaychuk 2013-08-26 08:07:58 -0700
  • 05044c4a8b add repository Julian Gruber 2013-08-26 11:42:51 +0200
  • 4026d46f7e add authors TJ Holowaychuk 2013-08-25 19:16:57 -0700
  • 6fb32165e3 fix .status= case sensitivity TJ Holowaychuk 2013-08-22 21:10:59 -0700
  • 3439437c18 add app.error(fn). Closes #4 TJ Holowaychuk 2013-08-22 18:47:07 -0700
  • d2713418cc add .querystring memoization TJ Holowaychuk 2013-08-22 18:07:16 -0700
  • 261acbde88 add .query memoization for ultimate hello world benchmarks TJ Holowaychuk 2013-08-22 18:06:16 -0700
  • 933ecd8747 add memoization to .path. Closes #17 TJ Holowaychuk 2013-08-22 17:58:51 -0700
  • 832a1dcc1e change socket error listener to just use length TJ Holowaychuk 2013-08-22 11:53:14 -0700
  • 4e4fcfc642 fix socket error handler event listener leak TJ Holowaychuk 2013-08-22 11:52:22 -0700
  • fe89dc3783 add socket error-handling. Closes #6 TJ Holowaychuk 2013-08-21 19:52:01 -0700
  • b4b0789d7a fix .onerror bind for stream "error" handling TJ Holowaychuk 2013-08-21 19:50:32 -0700
  • 9d7720f2d8 change .outputErrors to false for "test" env only TJ Holowaychuk 2013-08-21 19:48:47 -0700
  • 2de010ca47 add err.status support. Closes #20 TJ Holowaychuk 2013-08-21 19:47:56 -0700
  • f32c3540f4 docs TJ Holowaychuk 2013-08-20 22:16:53 -0700
  • e5c7632b07 docs TJ Holowaychuk 2013-08-20 22:07:20 -0700
  • 20b2c9ff4a add FAQ. Closes #12 TJ Holowaychuk 2013-08-20 22:07:00 -0700
  • ca7be7b89f add Context#cookies support. Closes #7 TJ Holowaychuk 2013-08-20 21:51:14 -0700
  • 1af71053a2 add .travis.yml. Closes #1 TJ Holowaychuk 2013-08-20 21:34:35 -0700
  • e24334e820 add test for 304 as well TJ Holowaychuk 2013-08-20 21:30:55 -0700
  • 1457a3df0f add striping of Content-* fields when 204 / 304. Closes #21 TJ Holowaychuk 2013-08-20 21:24:18 -0700
  • b9d4d2031d docs TJ Holowaychuk 2013-08-19 20:38:13 -0700
  • febf14dfca Merge branch 'master' of github.com:koajs/koa TJ Holowaychuk 2013-08-19 18:24:26 -0700
  • 3d92717b7a remove Context#auth. Closes #26 TJ Holowaychuk 2013-08-19 18:24:17 -0700
  • 25e9159df7 Merge pull request #25 from juliangruber/patch-3 TJ Holowaychuk 2013-08-18 12:19:47 -0700
  • c1380515b5 typo Julian Gruber 2013-08-18 14:49:27 -0400
  • 5f4574b8f5 add app.context() docs TJ Holowaychuk 2013-08-18 11:18:05 -0700
  • d9e8bb711e misc TJ Holowaychuk 2013-08-18 11:16:02 -0700
  • 607f2fda8f docs TJ Holowaychuk 2013-08-18 11:15:22 -0700
  • 8ccfc14e88 add createContext() TJ Holowaychuk 2013-08-18 11:14:01 -0700
  • aa8475dc78 Merge pull request #23 from jonathanong/extensible-context-2 TJ Holowaychuk 2013-08-18 11:11:46 -0700
  • 6e23e04ab1 docs TJ Holowaychuk 2013-08-17 20:45:01 -0700
  • 6077b06711 docs TJ Holowaychuk 2013-08-17 19:14:08 -0700
  • b2cdd20ed5 docs TJ Holowaychuk 2013-08-17 19:07:50 -0700
  • 1a664f0aa4 docs TJ Holowaychuk 2013-08-17 19:07:07 -0700
  • dc8b687c36 benchmarks TJ Holowaychuk 2013-08-17 19:04:05 -0700
  • 978f581099 app.context: extend the context with your own properties Jonathan Ong 2013-08-17 15:36:51 -0700
  • 5095131e95 docs TJ Holowaychuk 2013-08-17 11:57:27 -0700
  • cdba6f87ed add .repository. Closes #18 TJ Holowaychuk 2013-08-17 01:07:54 -0700
  • fba98b80dd fix license date TJ Holowaychuk 2013-08-17 01:06:48 -0700
  • bbbbfcc37a docs TJ Holowaychuk 2013-08-17 00:33:28 -0700
  • 9e167c5ed9 Initial commit TJ Holowaychuk 2013-08-17 00:15:57 -0700