Commit Graph

  • eb7b96efe1 Added support for multi-part vals that are not files visionmedia 2010-01-18 10:42:12 -08:00
  • 5fe35bf97e Added multi-part upload support. Closes #155 visionmedia 2010-01-18 10:36:02 -08:00
  • 12bc374ea9 Typo visionmedia 2010-01-18 09:58:45 -08:00
  • 68c57e08ae Started multi-part upload support visionmedia 2010-01-18 09:54:50 -08:00
  • f73c3fc404 Misc styling for sample app visionmedia 2010-01-18 08:57:14 -08:00
  • 4d926d3840 POST /upload visionmedia 2010-01-18 08:20:44 -08:00
  • 817ff41b0d Started upload example app visionmedia 2010-01-18 08:14:17 -08:00
  • f1614a5946 Moved chat app to examples/chat visionmedia 2010-01-18 08:05:14 -08:00
  • 17c1207d76 Added style.sass visionmedia 2010-01-14 19:33:08 -08:00
  • a92667fdad Bigger docs for benchmarks visionmedia 2010-01-12 14:23:47 -08:00
  • f03694e21e Added sass to the benchmarks visionmedia 2010-01-12 14:20:36 -08:00
  • 83fcf8b594 Better require paths visionmedia 2010-01-12 14:15:18 -08:00
  • 7afb895f1b Merge branch 'sass' visionmedia 2010-01-12 14:07:02 -08:00
  • 98e566ad69 Finished sass support. Closes #144 visionmedia 2010-01-12 14:06:58 -08:00
  • 7d0470d285 Converted sample chat app css to sass visionmedia 2010-01-12 14:06:04 -08:00
  • f8879ac5d1 Started converting to sass visionmedia 2010-01-12 13:58:13 -08:00
  • 9f263e357b Added Sass.js submodule visionmedia 2010-01-12 13:36:24 -08:00
  • ae33e7b673 Merge branch 'master' of git://github.com/visionmedia/express ciaranj 2010-01-12 20:56:13 +00:00
  • b766234b93 Fixed readme example visionmedia 2010-01-11 18:16:32 -08:00
  • a2899a0acd Misc styling visionmedia 2010-01-11 17:06:57 -08:00
  • 43da20a6b3 Misc refactoring visionmedia 2010-01-11 16:59:06 -08:00
  • 25cf42250a Refactored view contents caching visionmedia 2010-01-11 16:55:53 -08:00
  • 6b6ec3f19f Added link support to sample chat app visionmedia 2010-01-11 16:35:22 -08:00
  • 1a2e4342e2 production env caching view contents and static files visionmedia 2010-01-11 16:25:23 -08:00
  • 1ce1abf216 Static file caching. Closes #136 visionmedia 2010-01-11 16:21:55 -08:00
  • 704c933927 Merge branch 'master' of git://github.com/visionmedia/express ciaranj 2010-01-11 22:11:35 +00:00
  • 8207e7088f Memory cache now allows objects as values visionmedia 2010-01-11 09:39:16 -08:00
  • 46fdf10c97 "cache views" -> "cache view contents" visionmedia 2010-01-11 09:23:29 -08:00
  • 61b82480b0 Added cache plugin to plugins.js visionmedia 2010-01-11 09:16:44 -08:00
  • 4ce5c7650e Finished memory data-store for cache api. Closes #130 visionmedia 2010-01-11 09:09:16 -08:00
  • 965cbf63be Added normalize() visionmedia 2010-01-11 08:55:56 -08:00
  • d4d76cda58 Started implemented cache methods visionmedia 2010-01-11 08:49:12 -08:00
  • f2d08aa2e3 Added memory store specs visionmedia 2010-01-11 08:29:56 -08:00
  • a82b1b9270 Started Store.Memory specs visionmedia 2010-01-11 08:17:32 -08:00
  • c1617508c6 Started caching api visionmedia 2010-01-11 07:59:34 -08:00
  • cbc3163496 Release 0.0.2 visionmedia 2010-01-10 19:54:44 -08:00
  • 8edc213517 Added view benchmarks; currently haml vs ejs visionmedia 2010-01-10 09:42:48 -08:00
  • b9f1589079 Merge branch 'master' of git://github.com/adamsanderson/express visionmedia 2010-01-10 09:34:07 -08:00
  • d7fa7864ce Updated Haml visionmedia 2010-01-10 09:21:31 -08:00
  • 725e2ec99a Added Request#attachment() specs. Closes #116 visionmedia 2010-01-08 09:59:27 -08:00
  • 8953450e9a Utilizing nodes parseQuery() util. Closes #123 visionmedia 2010-01-08 09:53:17 -08:00
  • dda12561d3 Minor spell checking Adam Sanderson 2010-01-06 17:32:49 -08:00
  • 9a2178d34d Display sample chat app messages on load visionmedia 2010-01-06 15:17:34 -08:00
  • b9278d4698 Updated haml visionmedia 2010-01-06 15:13:08 -08:00
  • 23d35c5828 Fix make init to work with older versions of git visionmedia 2010-01-06 14:19:40 -08:00
  • 389594dab7 Fixing makefile visionmedia 2010-01-06 14:18:04 -08:00
  • e125ae2c48 Merge branch 'master' of git://github.com/visionmedia/express ciaranj 2010-01-06 18:34:42 +00:00
  • 4f4b4f0de5 Misc visionmedia 2010-01-06 08:59:05 -08:00
  • 0469a41d0b Added link to scons visionmedia 2010-01-06 08:58:55 -08:00
  • a09c773f1b Specs can now run independant specs for those who cant build deps. Closes #127 visionmedia 2010-01-06 08:57:29 -08:00
  • 765c8ae0b3 Added super simple example route with string response visionmedia 2010-01-06 08:45:43 -08:00
  • a1eba23ee8 Fixed issues introduced by the node url module changes. Closes 126. visionmedia 2010-01-06 08:42:01 -08:00
  • 25b34263e2 Parsing params correctly again due to node changes visionmedia 2010-01-06 08:34:33 -08:00
  • 30d23a8699 Fixing uri -> url visionmedia 2010-01-06 08:22:41 -08:00
  • 9d096378f3 Tests pass under node --version v0.1.24-13-ge2abc5f visionmedia 2010-01-06 08:08:46 -08:00
  • 3f9cbbbffb Merge branch 'master' of git://github.com/visionmedia/express ciaranj 2010-01-06 09:47:40 +00:00
  • 080e4290ea Fixed several specs due to throw_error being a bitch visionmedia 2010-01-05 15:32:36 -08:00
  • 39aea80fbb JSpec 3.1.0 visionmedia 2010-01-05 15:28:56 -08:00
  • 8ac1eaa233 Fixed two assertions failing due to Collection#keys() returning strings visionmedia 2010-01-05 15:17:22 -08:00
  • 7df254be64 Updated readme test info visionmedia 2010-01-05 15:10:39 -08:00
  • 596a39ba19 Added make init for submodules visionmedia 2010-01-05 15:09:34 -08:00
  • a36b13006b Fixed libxmljs submodule visionmedia 2010-01-05 15:06:51 -08:00
  • e8771336ba Typo visionmedia 2010-01-05 15:06:04 -08:00
  • 6f7141a266 Merge branch 'master' of git://github.com/visionmedia/express ciaranj 2010-01-05 23:04:50 +00:00
  • 6f995d0d49 Refactored node spec runner visionmedia 2010-01-05 15:00:42 -08:00
  • 694572bd8a Updated to JSpec 3.0.0 visionmedia 2010-01-05 15:00:12 -08:00
  • ddd6f27080 Fixed faulty Collection#toArray() spec due to keys() returning strings visionmedia 2010-01-05 14:56:41 -08:00
  • 60ed9bd49f libxmljs parseString -> parseHtmlString visionmedia 2010-01-05 14:55:19 -08:00
  • 54a8a7472a make test now builds libxmljs.node before testing visionmedia 2010-01-05 14:47:51 -08:00
  • 19672e7c40 Arch warning for testing binaries visionmedia 2010-01-05 13:57:16 -08:00
  • 99e3130f3c Merge branch 'master' of git://github.com/visionmedia/express ciaranj 2010-01-04 12:47:40 +00:00
  • 17c41689e3 Added Gareth to contrib list visionmedia 2010-01-03 20:16:15 -08:00
  • 22d4b18c0e Merge branch 'master' of github.com:visionmedia/express visionmedia 2010-01-03 20:13:54 -08:00
  • 4e85cace68 Release 0.0.1 visionmedia 2010-01-03 06:47:49 -08:00
  • 728b64376e Google is being really slow so localize jquery.js for sample app visionmedia 2010-01-03 05:25:22 -08:00
  • ec05b4a4c8 Remove base64 [#118] visionmedia 2010-01-03 05:12:46 -08:00
  • 2c92405956 Added Sass.js link visionmedia 2010-01-03 04:48:46 -08:00
  • 7dd6d4c144 Refactored Collection#keys() with Object.keys() visionmedia 2010-01-01 07:14:00 -08:00
  • 284cc6f365 Added Collection#includes() visionmedia 2010-01-01 07:12:02 -08:00
  • 5b3293a983 Added specs for Collection#includes() visionmedia 2010-01-01 07:04:54 -08:00
  • d2c50f67a3 Request#download() now uses basename as filename visionmedia 2009-12-30 17:54:16 -08:00
  • da390ff43d Introduce .gitignore. James Herdman 2009-12-31 09:21:40 +08:00
  • 223d7643d4 Added smilie support to sample chat app :) visionmedia 2009-12-30 16:23:29 -08:00
  • fb8e474da9 Several Request methods are now chainable visionmedia 2009-12-30 16:13:04 -08:00
  • 4ed44c7a5f Added Request#download() visionmedia 2009-12-30 16:09:35 -08:00
  • 29a14c95a3 Added Request#attachment() visionmedia 2009-12-30 16:07:23 -08:00
  • ea8f35bc48 Use http STATUS_CODES [#104] visionmedia 2009-12-30 15:49:35 -08:00
  • a974b8b2b8 Added /error/view to example app visionmedia 2009-12-30 15:25:27 -08:00
  • 79cf45aa17 Misc refactoring visionmedia 2009-12-30 15:16:53 -08:00
  • ca4b61eaec Throwing error when view fails [#114] visionmedia 2009-12-30 15:07:13 -08:00
  • 46efa2a09a _byteLength() -> .length [#113] visionmedia 2009-12-30 14:39:58 -08:00
  • bbd3d75001 Request#accepts() returns true when Accept is not present visionmedia 2009-12-30 12:17:37 -08:00
  • bfb6cec1ac Misc spec refactoring visionmedia 2009-12-30 12:09:30 -08:00
  • 399e91d2a3 Misc spec refactoring visionmedia 2009-12-30 12:09:12 -08:00
  • 881c63c40e Added ext.js link visionmedia 2009-12-30 10:46:50 -08:00
  • f200be391d PHONY visionmedia 2009-12-30 09:03:11 -08:00
  • 53e5404b16 Mirror nodes server.listen() params [#111] visionmedia 2009-12-30 08:48:32 -08:00
  • 81ab164296 Using process._byteLength() [#109] visionmedia 2009-12-30 08:22:00 -08:00
  • ae4a9c8e73 Changed __method__ to _method [#110] visionmedia 2009-12-30 08:20:35 -08:00
  • ca04786e71 Added chat bubble image to sample app visionmedia 2009-12-30 08:08:11 -08:00