Commit Graph

  • 968e8f0121 Release 3.0.0rc5 TJ Holowaychuk 2012-09-18 11:48:20 -07:00
  • 9eb1da4568 update connect TJ Holowaychuk 2012-09-18 11:44:50 -07:00
  • 315e79e9f0 add redis search example TJ Holowaychuk 2012-09-18 09:31:12 -07:00
  • 363d0d4f41 Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-09-13 09:52:46 -07:00
  • 5ac631a270 add "x-powered-by" setting TJ Holowaychuk 2012-09-13 09:52:35 -07:00
  • 75fc882001 Merge pull request #1319 from pyrotechnick/patch-1 TJ Holowaychuk 2012-09-04 12:50:46 -07:00
  • d7cb213eeb Update lib/application.js Nicholas Kinsey 2012-09-05 05:20:37 +10:00
  • 568e0d297a add "application/octet-stream" redirect Accept test case. Closes #1317 TJ Holowaychuk 2012-09-03 16:17:49 -07:00
  • 8edf358739 refactor res.format(), dont pass "default" to req.accepts() TJ Holowaychuk 2012-09-03 16:16:46 -07:00
  • 40be3ed05d update connect dep TJ Holowaychuk 2012-09-03 14:49:46 -07:00
  • 2c174d6b3b add app.router to static-files example TJ Holowaychuk 2012-09-03 08:54:39 -07:00
  • 60ee465bf7 add static-files example TJ Holowaychuk 2012-09-03 08:52:53 -07:00
  • 51210d6b95 Release 3.0.0rc4 TJ Holowaychuk 2012-08-30 22:13:38 -07:00
  • a6caa267bd add res.jsonp(). Closes #1307 TJ Holowaychuk 2012-08-30 09:29:43 -07:00
  • cdb3e9dc0d fix etag quoting. Closes #1310 TJ Holowaychuk 2012-08-30 08:49:48 -07:00
  • f2f09767fb add etag util TJ Holowaychuk 2012-08-30 08:27:57 -07:00
  • eec31d7126 fix acceptance tests TJ Holowaychuk 2012-08-29 10:47:29 -07:00
  • 3c5ad753b6 add "verbose errors" option to error-pages example TJ Holowaychuk 2012-08-29 10:46:52 -07:00
  • dd338b5567 Merge pull request #1309 from nickjj/patch-1 TJ Holowaychuk 2012-08-29 10:42:42 -07:00
  • 1b15af713c fix error-pages 404 status nickjj 2012-08-29 14:31:13 -03:00
  • 89c5affc3b fix jsonp callback char restrictions TJ Holowaychuk 2012-08-28 18:11:49 -07:00
  • 2bba69f633 remove old OPTIONS default response TJ Holowaychuk 2012-08-28 17:24:52 -07:00
  • 4403f136b7 add another route example to express(1) so people are not so confused TJ Holowaychuk 2012-08-28 16:18:00 -07:00
  • f7c1c638bb add some comments to error-pages example TJ Holowaychuk 2012-08-28 10:28:58 -07:00
  • f2d7bbe0e9 change jsonp callback default to false. Closes #1304 TJ Holowaychuk 2012-08-28 09:08:41 -07:00
  • 87468cffce update connect dep TJ Holowaychuk 2012-08-21 19:09:18 -07:00
  • 3f7e3a714e drop to assert() for less crazy error message TJ Holowaychuk 2012-08-16 10:14:05 -07:00
  • 38a9caf159 update send TJ Holowaychuk 2012-08-16 10:08:55 -07:00
  • 500c8ab4b3 docs TJ Holowaychuk 2012-08-14 04:14:37 -07:00
  • c4ad97d555 add redis online user activity tracking example TJ Holowaychuk 2012-08-14 04:13:55 -07:00
  • b96401ac83 Release 3.0.0rc3 3.0.0rc3 TJ Holowaychuk 2012-08-13 20:23:59 -07:00
  • 32a5c9cba5 Merge pull request #1286 from tnydwrds/fix-signed-cookie-prefix TJ Holowaychuk 2012-08-13 20:21:36 -07:00
  • 0217e6ce96 Fix signed cookie prefix Tony Edwards 2012-08-13 20:01:17 -07:00
  • 6bebe0837f refactor res.render() to prevent clobbering "locals" TJ Holowaychuk 2012-08-11 15:04:54 -07:00
  • ff1c6f0cfa rename multipart app.js to index.js TJ Holowaychuk 2012-08-09 20:08:03 -07:00
  • 8ac3e80bf0 Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-08-09 10:15:27 -07:00
  • 3923ec89f7 remove route-loading example TJ Holowaychuk 2012-08-09 10:15:12 -07:00
  • fd8ca32ab2 Merge pull request #1273 from ritch/patch-1 TJ Holowaychuk 2012-08-09 08:46:23 -07:00
  • ba2f66d765 Removed extraneous require('http') Ritchie Martori 2012-08-08 17:51:04 -07:00
  • 056c840a06 update connect dep TJ Holowaychuk 2012-08-07 09:10:40 -07:00
  • 20e8f08cb2 Release 3.0.0rc2 3.0.0rc2 TJ Holowaychuk 2012-08-03 13:32:53 -07:00
  • bac0c64633 escape res.redirect() link TJ Holowaychuk 2012-08-02 19:41:37 -07:00
  • 48923055eb docs TJ Holowaychuk 2012-08-01 13:18:30 -07:00
  • 0f20a5e06a add CORS example TJ Holowaychuk 2012-08-01 13:17:46 -07:00
  • 56bfb9249f Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-07-31 20:51:07 -07:00
  • 5ed1544cab remove generated docs TJ Holowaychuk 2012-07-31 20:50:52 -07:00
  • e5c7be9364 Merge pull request #1250 from silvinci/1249-mvc-boot.js-fix-rc TJ Holowaychuk 2012-07-26 12:53:06 -07:00
  • 73ce9d028c Line 40 removed. Fixed! Jan Buschtöns 2012-07-26 21:46:22 +02:00
  • 75debbe5bc update connect dep TJ Holowaychuk 2012-07-25 09:26:20 -07:00
  • 5f33d89ea5 fix vhost example TJ Holowaychuk 2012-07-24 15:41:12 -07:00
  • 42fd29efe8 deprecate .createServer() & remove old stale examples TJ Holowaychuk 2012-07-24 15:40:05 -07:00
  • 2d91eac811 Release 3.0.0rc1 3.0.0rc1 TJ Holowaychuk 2012-07-24 13:32:49 -07:00
  • a50f02e87d update cookie dep TJ Holowaychuk 2012-07-24 13:30:44 -07:00
  • 214f913b0c merge TJ Holowaychuk 2012-07-24 13:28:03 -07:00
  • 1021c86300 update connect dep TJ Holowaychuk 2012-07-24 13:25:50 -07:00
  • 386516815a Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-07-24 09:57:00 -07:00
  • d5e5647bba fix express(1) -h flag, use -H for hogan. Closes #1245 TJ Holowaychuk 2012-07-24 09:56:48 -07:00
  • a861ea7eaf Merge pull request #1243 from saintedlama/master TJ Holowaychuk 2012-07-24 08:46:11 -07:00
  • cb844132e6 Merge pull request #1244 from RubenVerborgh/master TJ Holowaychuk 2012-07-24 08:36:53 -07:00
  • 8050308706 Remove socket error handler if file was sent successfully. Ruben Verborgh 2012-07-24 11:57:02 +02:00
  • e79f72bf88 Fixes path joining in win32 systems Christoph Walcher 2012-07-24 07:18:16 +02:00
  • 07b6c9f563 update connect dep TJ Holowaychuk 2012-07-23 11:35:54 -07:00
  • 8f4e61a474 fix res.render docs TJ Holowaychuk 2012-07-20 17:22:21 -07:00
  • 54d37c60f5 add more examples to view-locals TJ Holowaychuk 2012-07-18 10:41:07 -07:00
  • a93d375acc add res.redirect("//foo.com") support TJ Holowaychuk 2012-07-18 09:29:11 -07:00
  • d66f0e5eb9 change res.redirect() to use scheme-relative urls TJ Holowaychuk 2012-07-18 09:07:21 -07:00
  • e84db12783 update send dep TJ Holowaychuk 2012-07-16 19:27:53 -07:00
  • 1ad2ecefe8 Release 3.0.0beta7 3.0.0beta7 TJ Holowaychuk 2012-07-16 09:25:03 -07:00
  • 08b68ec8cd udpate connect dep TJ Holowaychuk 2012-07-16 09:23:40 -07:00
  • 48be9233d8 add res.download() content-disposition on error removal test TJ Holowaychuk 2012-07-13 09:24:09 -07:00
  • a512d9b47d Release 3.0.0beta6 3.0.0beta6 TJ Holowaychuk 2012-07-13 09:19:24 -07:00
  • 62234cc106 clean up package.json TJ Holowaychuk 2012-07-13 09:00:26 -07:00
  • ab61837885 change res.sendfile() to use send() module TJ Holowaychuk 2012-07-13 08:58:40 -07:00
  • 7a5041bf9c keywords TJ Holowaychuk 2012-07-12 12:51:29 -07:00
  • 4d219135b2 update connect dep TJ Holowaychuk 2012-07-12 12:03:21 -07:00
  • 26eeb64640 add err.view property for view errors. Closes #1226 TJ Holowaychuk 2012-07-11 08:45:37 -07:00
  • 5426eb0b62 add "jsonp callback name" setting riadh 2012-07-06 08:53:19 -07:00
  • b9e32ec2c4 styling TJ Holowaychuk 2012-07-06 08:15:28 -07:00
  • 32b8613708 fix matchRequest tests TJ Holowaychuk 2012-07-06 08:14:53 -07:00
  • 90eddb3439 dont .toLowerCase() twice TJ Holowaychuk 2012-07-06 08:12:47 -07:00
  • accd6180c1 rename matchReq -> matchRequest TJ Holowaychuk 2012-07-06 08:12:33 -07:00
  • e770b674ff Merge pull request #1212 from riadhchtara/Issue944 TJ Holowaychuk 2012-07-06 08:08:11 -07:00
  • 4f7c4d1051 remove app.locals.use and res.locals.use TJ Holowaychuk 2012-07-05 18:46:19 -07:00
  • 78845e7d23 fix app.locals.use() when mounting apps TJ Holowaychuk 2012-07-05 18:31:02 -07:00
  • 93f1cecc92 update connect dep TJ Holowaychuk 2012-07-05 09:43:24 -07:00
  • 8ccd89f6ad Update Issue944 riadh 2012-07-05 13:32:33 +03:00
  • 0a210cce7a fix to test riadh 2012-07-04 18:51:48 +02:00
  • f110248462 Issue 944: Changing Router#match() signature from (req[, i]) to (method, url[, i]), and making it public riadhchtara 2012-07-04 13:19:40 +02:00
  • 96e4014a70 Replace res.send() with res.send = require("response-send") TJ Holowaychuk 2012-07-03 21:09:17 -07:00
  • 2173d00829 whitespace ocd TJ Holowaychuk 2012-07-03 13:57:40 -07:00
  • 3827f5ef8b tests for issues 1115 fix for utils riadh 2012-07-03 21:14:17 +02:00
  • 73bed61afa * immediately after :param would become not greedy riadh 2012-07-02 21:05:50 +02:00
  • ee89ff5026 Release 3.0.0beta5 3.0.0beta5 TJ Holowaychuk 2012-07-03 10:20:19 -07:00
  • 8df9e745d5 Merge branch 'master' of github.com:visionmedia/express TJ Holowaychuk 2012-07-03 09:39:52 -07:00
  • c76e954504 upgrade connect dep TJ Holowaychuk 2012-07-03 09:30:53 -07:00
  • 136f054614 Merge pull request #1202 from strk/make_check TJ Holowaychuk 2012-07-02 11:41:09 -07:00
  • e9a4b4f8ff Add "make check" support. Sandro Santilli 2012-07-02 15:45:33 +02:00
  • 5415c98ff9 add route-map tests TJ Holowaychuk 2012-06-30 12:18:32 -07:00
  • 0ac1ba527e Release 2.5.11 2.5.11 TJ Holowaychuk 2012-06-29 14:27:34 -07:00
  • 2968bb00b5 Fixed backport of req.protocol TJ Holowaychuk 2012-06-29 14:26:58 -07:00