Commit Graph

  • 399e0d94fc Merge branch 'fix-opera' visionmedia 2010-04-21 11:45:32 -07:00
  • eef1ff9e87 Fixed bug preventing Opera from retaining the generated session id. Closes #292 visionmedia 2010-04-21 11:45:27 -07:00
  • 9202c7504b Added "request" logger format for debugging http requests visionmedia 2010-04-21 10:46:01 -07:00
  • 3fd7e3b93e Added make prof so that we can generate v8.log and analyse the output visionmedia 2010-04-21 09:58:39 -07:00
  • b6996df86a Added "template created in ..." message in bin/express visionmedia 2010-04-21 09:24:55 -07:00
  • 4b3efd7bfa Added PREFIX to makefile visionmedia 2010-04-21 09:24:30 -07:00
  • 12c2682c34 Merge branch 'bin' visionmedia 2010-04-21 08:57:55 -07:00
  • 2caf67b813 Bash template generator with dummy app visionmedia 2010-04-21 08:57:50 -07:00
  • fbbe13661a Added view partials to feature list visionmedia 2010-04-20 20:59:23 -07:00
  • 0fb102edae Normalized another header name visionmedia 2010-04-20 20:57:12 -07:00
  • b4dd90d074 0.9.0 release details link visionmedia 2010-04-20 19:53:42 -07:00
  • 2e3f806d07 Normalized header conventions. visionmedia 2010-04-20 19:33:54 -07:00
  • f76092e83e Request#error() now accepts a callback function visionmedia 2010-04-20 19:23:16 -07:00
  • 1e44081583 Added Request#sendHead() visionmedia 2010-04-20 19:15:30 -07:00
  • 26b3a4259d Added support for Request#halt(status, null) (empty response body) visionmedia 2010-04-20 19:11:18 -07:00
  • 8a074a7e6d Request#sendfile() Content-Length prevents images from rendering for some reason visionmedia 2010-04-20 17:27:32 -07:00
  • e99434582f Added ETag support to Request#sendfile() visionmedia 2010-04-20 16:44:11 -07:00
  • fec57df994 Added options to Request#sendfile(), passed to fs.createReadStream() visionmedia 2010-04-20 13:09:24 -07:00
  • 033cb2d20a Updated haml submodule visionmedia 2010-04-20 11:07:58 -07:00
  • a5fa58e3e6 Updated ext submodule visionmedia 2010-04-20 09:59:35 -07:00
  • fdc9d2714b Removed unused script from sample upload app. visionmedia 2010-04-20 09:46:02 -07:00
  • 824ca9b513 Merge branch 'update-ext' visionmedia 2010-04-20 09:32:57 -07:00
  • a74a740964 Updated ext submodule visionmedia 2010-04-20 09:32:52 -07:00
  • 2041d52495 no need for type coercion for testing methods visionmedia 2010-04-20 08:13:38 -07:00
  • fb5d528eff Merge branch 'stream' visionmedia 2010-04-19 15:22:24 -07:00
  • a2cedbd9da Request#download() now accepts second filename arg visionmedia 2010-04-19 15:20:35 -07:00
  • 8574eddfa0 Misc refactoring to Request#stream() visionmedia 2010-04-19 14:43:42 -07:00
  • 2ccf876929 Started Request#stream() based of Aarons work on Static#streamfile() visionmedia 2010-04-19 13:58:29 -07:00
  • 28df150784 Revert "Only unshift support libs once" visionmedia 2010-04-16 10:27:33 -07:00
  • 0950083da2 Only unshift support libs once visionmedia 2010-04-16 10:25:09 -07:00
  • 88c5f910da Changed; sendfile() using notFound() visionmedia 2010-04-15 09:43:29 -07:00
  • a9d3e4798e Updated node --version supported visionmedia 2010-04-15 08:50:25 -07:00
  • d85d834b23 Updated JSpec visionmedia 2010-04-15 08:49:59 -07:00
  • 5729da5a9f Release 0.9.0 visionmedia 2010-04-14 17:03:57 -07:00
  • 1255331160 Release 0.9.0 visionmedia 2010-04-14 16:56:13 -07:00
  • 0fef51b5f6 Updated git submodules visionmedia 2010-04-14 16:41:42 -07:00
  • 7cf18c0468 Merge branch 'fix-querystring-0' visionmedia 2010-04-13 13:25:55 -07:00
  • b994509b9d Fixed bug preventing falsey params. Closes #286 visionmedia 2010-04-13 13:25:44 -07:00
  • 6571e19e8f Added spec for #286 visionmedia 2010-04-13 13:17:27 -07:00
  • 7441164db9 Merge branch 'integration' visionmedia 2010-04-12 20:40:03 -07:00
  • 09bb10cd3f Merge branch 'download' of git://github.com/aheckmann/express into integration visionmedia 2010-04-12 20:39:20 -07:00
  • bd6f24f4b1 add cookie support to readme Aaron Heckmann 2010-04-12 22:56:59 -04:00
  • 0a174ad219 move Request#download to Static plugin Aaron Heckmann 2010-04-12 22:49:49 -04:00
  • 33d004fb9a Fixed MockResponse to match node API visionmedia 2010-04-12 11:04:52 -07:00
  • 652bf34c77 Merge branch 'integration' visionmedia 2010-04-12 10:40:08 -07:00
  • 3f11bad68e fix FileWriteStream.prototype.close renamed to end() Aaron Heckmann 2010-04-11 23:10:41 -04:00
  • 5245fbfc6d fix OutgoingMessage.prototype.close has been renamed to end() Aaron Heckmann 2010-04-11 23:06:09 -04:00
  • 68f8ee8a99 Fixed "express" executable due to node 0.1.90 changes visionmedia 2010-04-11 18:39:14 -07:00
  • 7b83a52dce http client fix from node renaming close to end visionmedia 2010-04-11 18:10:58 -07:00
  • 5f57c82478 Merge branch 'integration' visionmedia 2010-04-11 18:08:05 -07:00
  • 3128cbef73 Removed TODO comment visionmedia 2010-04-11 18:08:00 -07:00
  • 694b2bf055 Merge branch 'node_0.1.9_fixes' of git://github.com/ciaranj/express into integration visionmedia 2010-04-11 18:04:31 -07:00
  • e03a023c5f Merge branch 'integration' visionmedia 2010-04-11 17:45:19 -07:00
  • 3ff5d3bd09 Temporarily add back in the old multipart support ciaranj 2010-04-10 10:06:04 +01:00
  • 04841196e3 Fixed the cookie test so it will work in different timezones. ciaranj 2010-04-10 09:59:41 +01:00
  • 18dd495d99 Revert "Fixed relative require of Class" visionmedia 2010-04-08 16:09:06 -07:00
  • f714945bbb Fixed relative require of Class visionmedia 2010-04-08 15:43:33 -07:00
  • a318ef2232 Cookie expires now using Date#toGMTString() visionmedia 2010-04-06 19:40:59 -07:00
  • 8ed24de9d3 Updated haml submodule visionmedia 2010-04-06 15:32:36 -07:00
  • e06e50936d Updated sass submodule visionmedia 2010-04-06 14:38:06 -07:00
  • d710e9cb47 Merge branch 'integration' visionmedia 2010-04-06 11:01:23 -07:00
  • 9af3699850 utilize Date.now() Aaron Heckmann 2010-04-04 12:50:11 -04:00
  • 3cc7b4d8c2 Utilizing Date.now() visionmedia 2010-04-02 14:12:36 -07:00
  • 8b58732a1f Merge branch 'globals' visionmedia 2010-04-02 13:35:04 -07:00
  • a2a0935343 Request is no longer global visionmedia 2010-04-02 13:13:26 -07:00
  • 2668156e53 Event is no longer global visionmedia 2010-04-02 13:07:54 -07:00
  • d67615d239 puts() -> sys.puts() visionmedia 2010-04-02 13:06:25 -07:00
  • afd70b64ed Removed "sys" global merge visionmedia 2010-04-02 13:05:18 -07:00
  • 78a6e43667 Request#render() now only sets option.cache to true when set("cache view contents") is true visionmedia 2010-03-31 10:36:52 -07:00
  • a65af97e43 Docs visionmedia 2010-03-31 10:28:40 -07:00
  • 637dfabe69 render() always passing "cache" and "filename" options visionmedia 2010-03-31 10:20:24 -07:00
  • ff8b3c10f3 Updated haml submodule visionmedia 2010-03-31 10:14:29 -07:00
  • f442555d8f Updated haml submodule visionmedia 2010-03-31 08:10:28 -07:00
  • bdf9f882ad Merge branch 'better-haml' visionmedia 2010-03-31 07:51:00 -07:00
  • 1e5c5bfe00 Switching around partial filename visionmedia 2010-03-31 07:50:11 -07:00
  • 0e78fdfcb4 Templates using haml.js instead of haml-js visionmedia 2010-03-29 10:23:22 -07:00
  • 4f532f86dc Added haml.js submodule; removed haml-js visionmedia 2010-03-29 09:21:33 -07:00
  • 92844825cb Always httpOnly session cookie visionmedia 2010-03-29 08:37:57 -07:00
  • 6b13fc99b0 Merge branch 'flip-views' visionmedia 2010-03-29 08:25:23 -07:00
  • 0f7aa26757 Added deprecation warning for views visionmedia 2010-03-29 08:25:18 -07:00
  • a06f963263 Merge branch 'flipViewExt' of git://github.com/aheckmann/express into flip-views visionmedia 2010-03-29 07:58:13 -07:00
  • d31de1e654 Defaulting httpOnly for Session cookies, however overridable visionmedia 2010-03-29 07:55:37 -07:00
  • 46a0301022 session cookie now httpOnly Aaron Heckmann 2010-03-26 22:34:01 -04:00
  • 73d26036ef updated specs and example apps all tests passing Aaron Heckmann 2010-03-26 23:58:55 -04:00
  • b9637c9d7d started flipping view extensions Aaron Heckmann 2010-03-26 23:39:00 -04:00
  • 08497683bf Fixed setting of multiple cookies. Closes #199 visionmedia 2010-03-26 16:08:39 -07:00
  • 44a50f6e58 Moved require("http") out of Server#run() visionmedia 2010-03-26 07:16:55 -07:00
  • 4c2b4e5c66 Removed unused require visionmedia 2010-03-26 07:16:12 -07:00
  • b0884ad7c3 Correction Guillermo Rauch 2010-03-25 19:33:45 -07:00
  • cf09f86df2 Expose the http.Server instance Guillermo Rauch 2010-03-25 19:17:43 -07:00
  • d33c38f671 Merge branch 'integration' visionmedia 2010-03-25 15:57:08 -07:00
  • fbfba21854 multipart parse only when needed Aaron Heckmann 2010-03-25 18:03:32 -04:00
  • b2093d6f10 Merge branch 'partial-index-and-length' visionmedia 2010-03-25 12:47:22 -07:00
  • 736a0190c1 Passing __index__, __length__, __isFirst__, __isLast__ to collection partials. Closes #254 visionmedia 2010-03-25 12:47:17 -07:00
  • a74c259c38 Request instance created before body parsing. Closes #262 visionmedia 2010-03-25 11:48:35 -07:00
  • d3dedd6312 Fixed post param issue visionmedia 2010-03-25 11:44:55 -07:00
  • 920eab0ef9 Fixed mocks to work with new routing api visionmedia 2010-03-25 11:37:56 -07:00
  • d576085e8d . visionmedia 2010-03-25 11:09:50 -07:00
  • 62b9a9e287 Docs visionmedia 2010-03-25 10:49:25 -07:00
  • 56ffe1d62a Merge branch 'upload-limit' visionmedia 2010-03-25 10:49:00 -07:00