Commit Graph

  • 683ba1cd75 deps: depd@0.4.2 Douglas Christopher Wilson 2014-07-22 23:52:44 -04:00
  • e4ff5281c9 deps: connect@2.24.0 Douglas Christopher Wilson 2014-07-22 23:50:36 -04:00
  • 7414a1f463 deps: debug@1.0.4 Douglas Christopher Wilson 2014-07-18 14:18:35 -04:00
  • fd3b40533b Deprecate combined status, response signatures Douglas Christopher Wilson 2014-07-17 22:49:41 -04:00
  • 21bb2ef30e deps: finalhandler@0.1.0 Douglas Christopher Wilson 2014-07-16 20:47:24 -04:00
  • da4c639954 deps: debug@1.0.4 Douglas Christopher Wilson 2014-07-16 20:44:17 -04:00
  • d046208ca2 build: add Young Jae Sim as contributor Douglas Christopher Wilson 2014-07-16 13:10:19 -04:00
  • 04f383087f docs: add expressjs.kr(expressjs.com in Korean) Young Jae Sim 2014-07-17 00:56:30 +09:00
  • fd86ab8da2 build: fix up jsdoc return values Vasilyev Dmitry 2014-07-16 14:07:31 +06:00
  • e29fa25bb4 Add configurable query parser Douglas Christopher Wilson 2014-07-13 23:15:00 -04:00
  • b43205ca98 perf: prevent multiple Buffer creation in res.send Douglas Christopher Wilson 2014-07-12 00:18:38 -04:00
  • 112dbb2ab4 4.6.1 4.6.1 Douglas Christopher Wilson 2014-07-12 22:11:48 -04:00
  • 3e32721e24 Fix subapp.mountpath regression for app.use(subapp) Douglas Christopher Wilson 2014-07-12 22:07:43 -04:00
  • 8ba3f39b33 4.6.0 4.6.0 Douglas Christopher Wilson 2014-07-11 23:31:30 -04:00
  • 82bdbad5e0 deps: finalhandler@0.0.3 Douglas Christopher Wilson 2014-07-11 23:00:09 -04:00
  • d29cf4d5e3 deps: serve-static@~1.3.2 Douglas Christopher Wilson 2014-07-11 22:49:49 -04:00
  • 1623936a25 deps: send@0.6.0 Douglas Christopher Wilson 2014-07-11 22:48:42 -04:00
  • fa6a40526a deps: update example dependencies Douglas Christopher Wilson 2014-07-11 22:46:25 -04:00
  • c6e6203020 perf: fix arguments reassign deopt in some res methods Douglas Christopher Wilson 2014-07-10 01:02:57 -04:00
  • 997a558a73 Accept multiple callbacks to app.use() Douglas Christopher Wilson 2014-07-09 20:04:24 -04:00
  • a01326adac Catch errors in multiple req.param(name, fn) handlers Douglas Christopher Wilson 2014-07-08 01:15:31 -04:00
  • 76e8bfa1dc router: refactor location of try blocks Douglas Christopher Wilson 2014-07-08 01:50:57 -04:00
  • 8dc67af606 router: speed up standard app.use(fn) Douglas Christopher Wilson 2014-07-08 00:16:39 -04:00
  • 996d319263 router: fix optimization on router exit Douglas Christopher Wilson 2014-07-07 22:50:05 -04:00
  • 1c3bd36be6 Support non-string path in app.use(path, fn) Douglas Christopher Wilson 2014-07-05 13:23:07 -04:00
  • 4ea6f21b02 Merge tag '3.14.0' Douglas Christopher Wilson 2014-07-11 13:52:26 -04:00
  • 916c53737d 3.14.0 3.14.0 Douglas Christopher Wilson 2014-07-11 13:11:31 -04:00
  • ec5b9f5c61 tests: add test for error handler in route Douglas Christopher Wilson 2014-07-11 09:35:20 -04:00
  • b2382a7336 Remove unnecessary escaping in res.jsonp Douglas Christopher Wilson 2014-07-11 00:20:11 -04:00
  • f684a64df7 Add explicit "Rosetta Flash JSONP abuse" protection Douglas Christopher Wilson 2014-07-11 00:05:33 -04:00
  • 5d03d0eac8 Deprecate res.redirect(url, status) Douglas Christopher Wilson 2014-07-10 01:15:40 -04:00
  • 544c6665f5 Fix res.send(status, num) to send num as json Yad Smood 2014-07-10 11:44:47 +08:00
  • cf8005e63f deps: basic-auth@1.0.0 Douglas Christopher Wilson 2014-07-10 23:07:45 -04:00
  • 25ef8425d2 deps: methods@1.1.0 Douglas Christopher Wilson 2014-07-10 23:06:15 -04:00
  • 577cc1d1a0 deps: parseurl@~1.1.3 Douglas Christopher Wilson 2014-07-10 23:03:26 -04:00
  • 3c87a6aede deps: debug@1.0.3 Douglas Christopher Wilson 2014-07-10 23:02:24 -04:00
  • 7c1f90bf16 deps: istanbul@0.3.0 Douglas Christopher Wilson 2014-07-10 22:57:08 -04:00
  • 7bcf5f5085 deps: connect@2.23.0 Douglas Christopher Wilson 2014-07-10 22:56:31 -04:00
  • 4fe1073f10 docs: fix nodejs.org link Ryan Seys 2014-07-08 21:47:11 -07:00
  • 968b00c3d7 tests: add missing FQDN router URL tests Douglas Christopher Wilson 2014-07-08 19:40:22 -04:00
  • ef497fdae4 tests: add mounting to strict routing test Douglas Christopher Wilson 2014-07-07 23:06:48 -04:00
  • bcdeee2df5 4.5.1 4.5.1 Douglas Christopher Wilson 2014-07-06 19:48:18 -04:00
  • 23a49ff61e Fix routing regression when altering req.method Douglas Christopher Wilson 2014-07-06 19:42:08 -04:00
  • b4b2efee0f tests: add more app.use tests Douglas Christopher Wilson 2014-07-05 11:32:44 -04:00
  • 92c45199bd 4.5.0 4.5.0 Douglas Christopher Wilson 2014-07-04 21:03:07 -04:00
  • bd6908516d docs: cleanup readme, update package description Fishrock123 2014-07-04 15:10:19 -04:00
  • e6eeec3f03 Add req.hostname Douglas Christopher Wilson 2014-07-04 13:59:01 -04:00
  • 269dc5323f Invoke router.param() only when route matches Douglas Christopher Wilson 2014-07-03 16:41:23 -04:00
  • efbc3f95ee deps: accepts@~1.0.7 Douglas Christopher Wilson 2014-07-04 12:51:44 -04:00
  • 99e839a274 deps: update example dependencies Douglas Christopher Wilson 2014-07-04 01:24:42 -04:00
  • 32dbda1460 deps: istanbul@0.2.14 Douglas Christopher Wilson 2014-07-04 01:23:14 -04:00
  • bcee730354 Merge tag '3.13.0' Douglas Christopher Wilson 2014-07-04 01:14:40 -04:00
  • abe0ffa311 3.13.0 3.13.0 Douglas Christopher Wilson 2014-07-04 00:40:01 -04:00
  • b601d64203 tests: fix inconsistent test Douglas Christopher Wilson 2014-07-04 00:38:59 -04:00
  • f381f2d9b6 add deprecation message to req.auth Douglas Christopher Wilson 2014-07-04 00:24:01 -04:00
  • 12507cfcd0 deps: connect@2.22.0 Douglas Christopher Wilson 2014-07-03 23:09:44 -04:00
  • 185e327e29 add deprecation message to app.configure Douglas Christopher Wilson 2014-07-03 14:13:39 -04:00
  • c468f5ff20 deps: send@0.5.0 Douglas Christopher Wilson 2014-07-03 11:18:35 -04:00
  • ce3d1fe07e Add headers option to res.sendfile Douglas Christopher Wilson 2014-07-03 12:53:49 -04:00
  • 3136e98dce deps: send@0.5.0 Douglas Christopher Wilson 2014-07-03 11:18:35 -04:00
  • d1b1dfd472 deps: serve-static@~1.3.0 Douglas Christopher Wilson 2014-07-03 11:11:18 -04:00
  • ca306eace1 deps: update example dependencies Douglas Christopher Wilson 2014-07-03 10:49:53 -04:00
  • fd35351594 Add mergeParams option to Router Douglas Christopher Wilson 2014-07-03 01:06:21 -04:00
  • 8a15f83d72 Merge tag '3.12.1' Douglas Christopher Wilson 2014-06-26 20:31:51 -04:00
  • d91bf81c31 Merge tag '4.4.5' Douglas Christopher Wilson 2014-06-26 20:29:54 -04:00
  • fd27f1f4e1 4.4.5 4.4.5 Douglas Christopher Wilson 2014-06-26 20:26:43 -04:00
  • f0ad557987 deps: cookie-signature@1.0.4 Douglas Christopher Wilson 2014-06-26 20:25:20 -04:00
  • 9bb47fba30 3.12.1 3.12.1 Douglas Christopher Wilson 2014-06-26 18:35:54 -04:00
  • 78d489d730 deps: cookie-signature@1.0.4 Douglas Christopher Wilson 2014-06-26 18:26:34 -04:00
  • 8ffb9f9477 deps: connect@2.21.1 Douglas Christopher Wilson 2014-06-26 18:25:48 -04:00
  • 9cb147370e deps: istanbul@0.2.12 Douglas Christopher Wilson 2014-06-26 18:21:26 -04:00
  • 81036aa639 deps: finalhandler@0.0.2 Douglas Christopher Wilson 2014-06-24 21:19:03 -04:00
  • e7caaf6757 deps: type-is@~1.3.2 Douglas Christopher Wilson 2014-06-24 21:18:12 -04:00
  • a525252690 deps: istanbul@0.2.11 Douglas Christopher Wilson 2014-06-24 21:15:43 -04:00
  • 0ebfc6b7bf tests: add test for OPTIONS in app.all Douglas Christopher Wilson 2014-06-23 20:35:44 -04:00
  • 381b3b0f77 add deprecation message to res.vary() Douglas Christopher Wilson 2014-06-23 16:26:28 -04:00
  • ba8a4c5a8d add deprecation message to res.send(body, status) Douglas Christopher Wilson 2014-06-23 16:26:00 -04:00
  • 2cccbc186e add deprecation message to non-plural req.accepts* Douglas Christopher Wilson 2014-06-23 16:17:44 -04:00
  • 83bbf0902d examples: tweak cors example Carlos Souza 2014-06-23 13:19:27 -04:00
  • 10618ced22 Reduce try-catch de-op area in param matching Douglas Christopher Wilson 2014-06-07 02:41:31 -04:00
  • 7f26cfca91 Fix handling when route.all is only route Douglas Christopher Wilson 2014-06-06 22:16:39 -04:00
  • b89a597029 Restore req.params after invoking Router Douglas Christopher Wilson 2014-06-06 11:54:27 -04:00
  • 746044b6c2 Replace __defineGetter__ with Object.defineProperty Guy Ellis Monster 2014-06-05 23:21:45 -07:00
  • bdfd288eec fix behavior when handling request without routes Douglas Christopher Wilson 2014-06-02 15:43:19 -04:00
  • 7e01531e50 use finalhandler for final response handling Douglas Christopher Wilson 2014-06-05 23:59:27 -04:00
  • 3ffceff3ed Merge tag '3.12.0' Douglas Christopher Wilson 2014-06-22 11:42:15 -04:00
  • 75422c16bf 3.12.0 3.12.0 Douglas Christopher Wilson 2014-06-21 21:57:02 -04:00
  • e66667e465 Use media-typer to alter content-type charset Douglas Christopher Wilson 2014-06-21 19:32:18 -04:00
  • 7d6208e0af deps: connect@2.21.0 Douglas Christopher Wilson 2014-06-21 17:25:50 -04:00
  • f498b660da 4.4.4 4.4.4 Douglas Christopher Wilson 2014-06-20 16:56:51 -04:00
  • e606d99dc8 Fix res.attachment Unicode filenames in Safari 刘星 2014-06-20 12:37:22 +08:00
  • 6aba1b4c49 deps: accepts@~1.0.5 Douglas Christopher Wilson 2014-06-20 16:44:50 -04:00
  • 6ee9433f29 deps: update example dependencies Douglas Christopher Wilson 2014-06-20 16:43:04 -04:00
  • ffe663aedf deps: buffer-crc32@0.2.3 Douglas Christopher Wilson 2014-06-20 00:35:38 -04:00
  • 2a105df9f2 3.11.0 3.11.0 Douglas Christopher Wilson 2014-06-19 23:36:00 -04:00
  • 9c731f1883 deprecate things with depd module Douglas Christopher Wilson 2014-06-19 23:33:56 -04:00
  • 5a4e9125de deps: connect@2.20.2 Douglas Christopher Wilson 2014-06-19 23:24:07 -04:00
  • 9db1367c2d deps: buffer-crc32@0.2.3 Douglas Christopher Wilson 2014-06-19 22:55:21 -04:00
  • 8258ce14f4 fix "trim prefix" debug message in express:router Douglas Christopher Wilson 2014-06-14 12:57:32 -04:00
  • ac573cf830 4.4.3 4.4.3 Douglas Christopher Wilson 2014-06-12 00:41:24 -04:00