Commit Graph

  • 39efa452fc Added route-map example TJ Holowaychuk 2012-06-29 09:01:06 -07:00
  • bddcdee3fe docs TJ Holowaychuk 2012-06-27 13:58:35 -07:00
  • 2e8d44b444 docs TJ Holowaychuk 2012-06-27 13:36:12 -07:00
  • 70d68419b0 Added res.json(obj, status) support back for BC TJ Holowaychuk 2012-06-27 13:34:53 -07:00
  • 26fab2a27d update auth example to utilize cores pbkdf2 TJ Holowaychuk 2012-06-27 13:20:39 -07:00
  • 0f5560eebd updated tests to use "supertest" TJ Holowaychuk 2012-06-26 17:14:07 -07:00
  • 170dcc2907 Added "methods" dep TJ Holowaychuk 2012-06-26 11:38:55 -07:00
  • 18d6c78ef4 fixed a test race condition TJ Holowaychuk 2012-06-25 12:42:51 -07:00
  • 1248f0338b Release 3.0.0beta4 3.0.0beta4 TJ Holowaychuk 2012-06-25 12:08:22 -07:00
  • b400814d00 Added req.auth TJ Holowaychuk 2012-06-22 16:25:31 -07:00
  • a934929bb3 update connect dep TJ Holowaychuk 2012-06-22 10:48:07 -07:00
  • 140efb574c Revert "Added + support to the router" TJ Holowaychuk 2012-06-22 08:20:23 -07:00
  • 3c0c96114f Added res.send(body, status) support back for backwards compat TJ Holowaychuk 2012-06-21 16:37:26 -07:00
  • 362c96c8c1 refactor res.redirect() relative check TJ Holowaychuk 2012-06-21 08:25:43 -07:00
  • 5db3d0f9fc Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-06-18 09:37:37 -07:00
  • 80c814c393 Merge pull request #1182 from langpavel/patch-1 TJ Holowaychuk 2012-06-18 09:37:25 -07:00
  • bf66465937 Merge pull request #1183 from nullfirm/master TJ Holowaychuk 2012-06-17 21:36:24 -07:00
  • 72eea7e6cd modify from --hjs to --hogan. Min-su Ok 2012-06-18 13:17:51 +09:00
  • 8f4cd13c89 docs TJ Holowaychuk 2012-06-17 19:00:41 -07:00
  • 6556cefc71 Refactoring: no need for add 'del' and 'all' to methods Pavel Lang 2012-06-18 04:55:25 +03:00
  • 7bfb58920a docs TJ Holowaychuk 2012-06-17 18:08:35 -07:00
  • 2e324ccf5f docs TJ Holowaychuk 2012-06-17 18:08:14 -07:00
  • 1a10ee76b3 update range-parser dep TJ Holowaychuk 2012-06-17 18:06:04 -07:00
  • 619e6349f6 ws TJ Holowaychuk 2012-06-17 17:48:52 -07:00
  • b1ff68548f add inline range example TJ Holowaychuk 2012-06-17 17:41:28 -07:00
  • 376b6c3bad add note about inclusive ranges TJ Holowaychuk 2012-06-17 17:37:42 -07:00
  • f4c8a59b17 Added req.range(size) TJ Holowaychuk 2012-06-17 17:33:05 -07:00
  • e6129d8ba5 Added res.links(obj) TJ Holowaychuk 2012-06-17 16:34:42 -07:00
  • d2baf11b8a docs TJ Holowaychuk 2012-06-17 13:21:13 -07:00
  • 82b5b12ca7 Added .default() support to res.format() TJ Holowaychuk 2012-06-17 13:15:55 -07:00
  • c145ab9b81 Update mkdirp TJ Holowaychuk 2012-06-15 16:15:16 -07:00
  • c10223b803 GET / HEAD only for req.fresh TJ Holowaychuk 2012-06-15 16:09:32 -07:00
  • 1e09b54ad2 update fresh TJ Holowaychuk 2012-06-15 16:07:27 -07:00
  • d073e0aeb5 Added 2xx / 304 check to req.fresh TJ Holowaychuk 2012-06-15 16:03:20 -07:00
  • ee0917fe4a Release 2.5.10 2.5.10 TJ Holowaychuk 2012-06-15 15:51:11 -07:00
  • ce7293de13 misc TJ Holowaychuk 2012-06-15 15:44:44 -07:00
  • 108e66c24b Fixed res.send() freshness check, respect res.statusCode TJ Holowaychuk 2012-06-15 15:42:46 -07:00
  • d536345c08 Remove annoying engines field from package.json TJ Holowaychuk 2012-06-15 15:36:47 -07:00
  • f90401b8c0 Release 3.0.0beta3 3.0.0beta3 TJ Holowaychuk 2012-06-15 11:40:49 -07:00
  • a32e705d49 Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-06-15 11:39:04 -07:00
  • 640cf4ca21 Changed: res.send() always checks freshness TJ Holowaychuk 2012-06-15 11:38:51 -07:00
  • 442e782692 Merge pull request #1176 from nullfirm/master TJ Holowaychuk 2012-06-15 09:01:01 -07:00
  • 0a874ad8b3 add hogan.js template engine for express@3.0 Min-su Ok 2012-06-14 18:44:53 +09:00
  • 18083f0c13 add hogan.js template engine for express@3.0 Min-su Ok 2012-06-14 18:44:46 +09:00
  • f25aaf11e9 Added another example to content-negotiation TJ Holowaychuk 2012-06-13 17:32:44 -07:00
  • 9b09257b28 upgrade connect TJ Holowaychuk 2012-06-11 09:53:15 -07:00
  • f895516a2c Added fresh dep TJ Holowaychuk 2012-06-10 12:21:03 -07:00
  • 76aa718b75 update markdown docs TJ Holowaychuk 2012-06-08 14:11:52 -07:00
  • 0acee67339 Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-06-08 09:47:56 -07:00
  • 4475e335ef mime export test TJ Holowaychuk 2012-06-08 09:47:45 -07:00
  • 895673141d Fixed: expose connects mime module. Cloases #1165 TJ Holowaychuk 2012-06-08 09:47:13 -07:00
  • e4cd99ae1c Merge pull request #1164 from danneu/patch-2 TJ Holowaychuk 2012-06-07 08:52:04 -07:00
  • c39a398d83 Removed extra "of" in res.set comment. Dan Neumann 2012-06-07 00:17:45 -05:00
  • 2787bd5bf0 Release 3.0.0beta2 3.0.0beta2 TJ Holowaychuk 2012-06-06 14:46:52 -07:00
  • 6aaa7dc26d Added + support to the router TJ Holowaychuk 2012-06-06 14:38:22 -07:00
  • ebf60d2340 coerce res.cookie values to strings TJ Holowaychuk 2012-06-06 12:34:51 -07:00
  • 02d43846f6 fixing cookies for connect 2.3.1 TJ Holowaychuk 2012-06-06 12:25:14 -07:00
  • 8930cd563c update connect dep TJ Holowaychuk 2012-06-06 12:00:35 -07:00
  • 2b90cd7d51 Added req.host TJ Holowaychuk 2012-06-05 19:24:49 -07:00
  • d5fde6a4b9 added test to illustrate req.params as an array TJ Holowaychuk 2012-06-05 19:02:28 -07:00
  • 99b2e0fa08 refactored req.param() TJ Holowaychuk 2012-06-05 18:59:26 -07:00
  • ebcb1ca90e Changed req.param() to check route first TJ Holowaychuk 2012-06-05 18:51:42 -07:00
  • 1763b073f9 docs TJ Holowaychuk 2012-06-04 09:48:19 -07:00
  • 908e467548 docs TJ Holowaychuk 2012-06-02 20:04:51 -07:00
  • 3c6ad5350b Release 3.0.0beta1 3.0.0beta1 TJ Holowaychuk 2012-06-01 12:27:19 -07:00
  • 0ff3aa4b20 update deps TJ Holowaychuk 2012-06-01 12:24:17 -07:00
  • fd42b5c42c mention res.format() callback TJ Holowaychuk 2012-06-01 09:15:35 -07:00
  • 1311f2ac25 Fixed res.redirect() 406. Closes #1154 TJ Holowaychuk 2012-06-01 09:14:27 -07:00
  • 82a9817061 Release 3.0.0alpha5 3.0.0alpha5 TJ Holowaychuk 2012-05-30 16:48:22 -07:00
  • 685eec0149 assertion for req.get() => undefined. Closes #1152 TJ Holowaychuk 2012-05-30 14:25:43 -07:00
  • 910dae16ab misc refactor TJ Holowaychuk 2012-05-29 18:51:08 -07:00
  • fd53197b46 Added req.ip tests TJ Holowaychuk 2012-05-29 18:46:37 -07:00
  • d84d0b69ef Added req.ip TJ Holowaychuk 2012-05-29 18:46:07 -07:00
  • b694ba27be Changed: dont reverse req.ips TJ Holowaychuk 2012-05-29 18:41:00 -07:00
  • e3cbac2d77 Fixed setting check for req.ips TJ Holowaychuk 2012-05-29 18:36:46 -07:00
  • bbaa295ee2 Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-05-27 11:53:06 -07:00
  • 1150a88001 Added { signed: true } option to res.cookie() TJ Holowaychuk 2012-05-27 11:51:32 -07:00
  • 58cfd60000 moved executable css middleware lower TJ Holowaychuk 2012-05-21 20:40:49 -03:00
  • fcf268742d update commander TJ Holowaychuk 2012-05-16 21:34:29 -03:00
  • 5e3bb4d380 Merge pull request #1137 from cluesque/2.x.protocol TJ Holowaychuk 2012-05-14 13:55:17 -07:00
  • 319f5c6787 Backport support for trusting X-Forwarded-Proto Bill Kirtley 2012-05-14 15:47:36 -04:00
  • 30d71c8f8f ocd TJ Holowaychuk 2012-05-14 08:49:37 -07:00
  • c3f9398b12 Merge pull request #1135 from adrianolaru/jade-default-doctype TJ Holowaychuk 2012-05-12 06:32:38 -07:00
  • f1ac6ab764 changed jade default doctype to html5 Adrian Olaru 2012-05-12 16:19:02 +03:00
  • d6ca5f71bc Added test for res.sendfile() express.static() options TJ Holowaychuk 2012-05-10 18:00:41 -07:00
  • cdca9cf88f Added res.download() body test TJ Holowaychuk 2012-05-10 17:15:50 -07:00
  • 5840b42f4a Added res.download() tests TJ Holowaychuk 2012-05-10 17:11:43 -07:00
  • a5be68b5b2 refactored res.get() tests TJ Holowaychuk 2012-05-10 13:59:27 -07:00
  • 9fda13bc25 Added url rewriting test TJ Holowaychuk 2012-05-10 13:13:03 -07:00
  • 125dd7a594 Prepared release 3.0.0alpha4 3.0.0alpha4 TJ Holowaychuk 2012-05-09 15:18:21 -07:00
  • df2584cc3b Added: allow [] in jsonp callback. Closes #1128 TJ Holowaychuk 2012-05-09 09:39:52 -07:00
  • 4de95c0e7b connect 2.2.2 TJ Holowaychuk 2012-05-07 13:58:17 -07:00
  • 9ed1f2a446 Removed blog example TJ Holowaychuk 2012-05-07 12:52:56 -07:00
  • 833a4873a4 misc refactor of blog example TJ Holowaychuk 2012-05-07 12:44:03 -07:00
  • 6ca1807372 Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-05-07 12:01:19 -07:00
  • 9da3e9ccc7 Merge pull request #1127 from benatkin/template-port-from-env TJ Holowaychuk 2012-05-07 11:59:32 -07:00
  • 5f65c36171 use get() with single argument to read setting vars Ben Atkin 2012-05-07 12:51:41 -06:00
  • d64bb2f886 use process.env.PORT. fix for #1118 Ben Atkin 2012-05-06 23:49:06 -06:00
  • fc179c8fc3 Prepared release 3.0.0alpha3 3.0.0alpha3 TJ Holowaychuk 2012-05-04 17:19:27 -07:00
  • 8235af47fe Merge pull request #1124 from pyrotechnick/patch-1 TJ Holowaychuk 2012-05-04 08:59:10 -07:00