Commit Graph

  • 42b28d5bd6 Added spec / refactored layout of different engine support visionmedia 2010-05-06 07:52:28 -07:00
  • 46bee05d93 Merge branch 'master' of git://github.com/nick/express into integration visionmedia 2010-05-06 07:44:43 -07:00
  • 49bed5cd5f Added spec for layouts with different engines visionmedia 2010-05-06 07:43:54 -07:00
  • 624cf93e2e Fixing EJS partial support by passing along the context. Issue #307 Benny Wong 2010-05-06 01:20:35 -04:00
  • 6ab76cda51 Allow layouts to use different engines Nick Poulden 2010-05-05 13:19:16 -07:00
  • 15beb81368 Allow ejs templates to contain single quotes Nick Poulden 2010-05-05 11:42:41 -07:00
  • 6a6cce03b7 Release 0.10.1 visionmedia 2010-05-03 08:42:01 -07:00
  • 970ff87ef6 Fix binary uploads. Matt Colyer 2010-05-01 11:46:25 -07:00
  • 8b6c4d322f Updated history visionmedia 2010-04-30 10:46:24 -07:00
  • 4467a00acd Release 0.10.0 visionmedia 2010-04-30 10:34:13 -07:00
  • 63efc61517 Added "dump exceptions" setting, which is enabled by default visionmedia 2010-04-30 10:09:53 -07:00
  • 7aa18345c8 Added better ejs usage example visionmedia 2010-04-30 10:05:04 -07:00
  • 34149187a8 Catching ENOENT in view caching, preventing error when "views/partials" is not found visionmedia 2010-04-30 10:00:00 -07:00
  • 2d132cd0d5 Merge branch 'ejs' visionmedia 2010-04-30 09:57:23 -07:00
  • 8d741361e0 Added simple ejs support visionmedia 2010-04-30 09:57:19 -07:00
  • 2bcea3a370 Added more cache key specs visionmedia 2010-04-30 09:33:10 -07:00
  • ead3cace02 No need to reverse plugins on each request visionmedia 2010-04-30 09:24:17 -07:00
  • 7afa5c7b43 Revert "Clone / reverse plugins ONCE" visionmedia 2010-04-30 09:18:38 -07:00
  • 115765e1ee Clone / reverse plugins ONCE visionmedia 2010-04-30 09:12:48 -07:00
  • d712fae2d7 Fixed bug producing messed up response bodies visionmedia 2010-04-30 08:53:52 -07:00
  • 0dba9bd87f Removed Logger "request" format visionmedia 2010-04-30 08:40:59 -07:00
  • 2fbc495088 Merge branch 'update-ext' visionmedia 2010-04-30 08:00:04 -07:00
  • 37d490cbe4 Fixed bug recently introduced preventing plugin events to trigger visionmedia 2010-04-30 07:59:57 -07:00
  • 451679c582 Cache reaper destroys null caches as well visionmedia 2010-04-29 09:01:17 -07:00
  • 7270a13ef7 Fixed compileCookie() utility due to ext changes visionmedia 2010-04-29 08:56:55 -07:00
  • 16f3f90ed7 Todo visionmedia 2010-04-29 08:52:48 -07:00
  • 9ff2f81a10 Fixed cache bugs introduced by 1bc9a1a visionmedia 2010-04-29 08:52:01 -07:00
  • 1bc9a1af6a Fixed Cache Store.Memory usage of Object#reduce() visionmedia 2010-04-29 08:42:51 -07:00
  • 760d9e3341 Fixed error page hash iteration visionmedia 2010-04-29 08:35:20 -07:00
  • 5b28abc5ed Fixed session / cache key iteration due to ext changes visionmedia 2010-04-29 08:23:24 -07:00
  • defb1596bb Removed Array#at() usage visionmedia 2010-04-29 08:10:31 -07:00
  • 9c117d5875 Request#accepts() fixed due to ext changes visionmedia 2010-04-29 08:09:48 -07:00
  • 1b09fce42a Todo visionmedia 2010-04-29 08:05:51 -07:00
  • 5e328830e7 Replace merge() calls with Object.merge() visionmedia 2010-04-29 08:04:42 -07:00
  • 606da1c45b Merge branch 'integration' visionmedia 2010-04-29 06:50:52 -07:00
  • 6232c1a8f3 Several fixes to http client visionmedia 2010-04-29 06:50:46 -07:00
  • 15a24e68d2 In case of redirect the request function was called with a wrong param list Viktor Kelemen 2010-04-29 19:21:14 +09:00
  • c12ace81db Fixed Logger content-length visionmedia 2010-04-28 16:57:55 -07:00
  • 531990b516 Merge branch 'rename-halt' visionmedia 2010-04-26 09:17:06 -07:00
  • b90a3dbffe Renamed Request#halt() to Request#respond(). Closes #289 visionmedia 2010-04-26 09:17:01 -07:00
  • 0352b97798 Merge branch 'integration' visionmedia 2010-04-26 07:07:15 -07:00
  • e45abe60bf _ -> val visionmedia 2010-04-26 07:07:11 -07:00
  • 8077481707 Merge branch 'cache' of git://github.com/aheckmann/express into integration visionmedia 2010-04-26 07:05:49 -07:00
  • 4651dd33cd Updated haml submodule visionmedia 2010-04-26 06:56:07 -07:00
  • c93cfa0871 Added "encoding" option to Request#render(). Closes #299 visionmedia 2010-04-26 06:44:29 -07:00
  • d57cb7d411 utilize each() Aaron Heckmann 2010-04-25 00:02:20 -04:00
  • 81088766ee Updated ext submodule visionmedia 2010-04-24 14:14:51 -07:00
  • ae59a50c28 Added benchmark link visionmedia 2010-04-23 15:24:40 -07:00
  • 4a05056393 Removed unused param in Cache.startReaper() visionmedia 2010-04-23 15:15:27 -07:00
  • 71e97c815a Merge branch 'benchmarks' visionmedia 2010-04-23 14:40:04 -07:00
  • 8b7787aa60 Added sass benchmarks visionmedia 2010-04-23 14:39:58 -07:00
  • e0f94b052b Added ruby haml :ugly option to make it render faster in benchmarks visionmedia 2010-04-23 11:56:12 -07:00
  • eb2c9ffd32 Added haml benchmarks visionmedia 2010-04-23 11:49:22 -07:00
  • 5af315c165 Using sys.inspect() instead of JSON.encode() for error output visionmedia 2010-04-23 10:30:59 -07:00
  • e9fdfc339b Added error reponse support for text/plain, application/json. Closes #297 visionmedia 2010-04-23 10:28:12 -07:00
  • 132730acea Added specs for errors with text/plain and application/json visionmedia 2010-04-23 09:55:10 -07:00
  • 405097d323 Fixed Request#sendfile() 404 support even when a callback is available visionmedia 2010-04-23 06:57:02 -07:00
  • c9d79f26c5 Smooth line graph visionmedia 2010-04-22 14:18:13 -07:00
  • 7ef13eaf0c Merge branch 'benchmarks' visionmedia 2010-04-22 14:15:41 -07:00
  • 2756aba21f Added COL visionmedia 2010-04-22 14:15:36 -07:00
  • c01a7f57df Merge branch 'benchmarks' visionmedia 2010-04-22 13:43:14 -07:00
  • 33a4dd3841 Fixed graph labels visionmedia 2010-04-22 13:43:11 -07:00
  • 3c150db4a2 Merge branch 'benchmarks' visionmedia 2010-04-22 13:20:27 -07:00
  • e31f5d2325 Generating bar graphs for requests per sec visionmedia 2010-04-22 13:20:24 -07:00
  • f8a61c667e My bad, swap express -> node in graphs visionmedia 2010-04-22 12:09:40 -07:00
  • e2fe60399f Merge branch 'benchmarks' visionmedia 2010-04-22 12:04:32 -07:00
  • 59c4e35691 Added graphing capabilities (gnuplot must be installed) visionmedia 2010-04-22 12:04:28 -07:00
  • 2dc5afd018 Docs visionmedia 2010-04-22 11:04:04 -07:00
  • b5df39bc46 Merge branch 'benchmarks' visionmedia 2010-04-22 11:02:24 -07:00
  • f87b709923 Added node static / large static benchmarks visionmedia 2010-04-22 11:02:21 -07:00
  • 671aa1036b Merge branch 'benchmarks' visionmedia 2010-04-22 10:55:52 -07:00
  • 4580340db3 Added simple node benchmark visionmedia 2010-04-22 10:55:46 -07:00
  • 31b53eae39 Added larger ~550kb static benchmarks visionmedia 2010-04-22 10:41:04 -07:00
  • 089423958d run() returns the http.Server instance. Closes #298 visionmedia 2010-04-22 09:48:20 -07:00
  • 0d02ea43e1 Default Server#host to null (INADDR_ANY) visionmedia 2010-04-22 09:43:57 -07:00
  • 93239ae3fb Logger "common" format scale of 0.4f visionmedia 2010-04-22 09:01:08 -07:00
  • 5d21e9364d Match sinatra buffer size for static benchmark visionmedia 2010-04-21 18:06:57 -07:00
  • b9306c4cca Added sinatra static benchmark visionmedia 2010-04-21 18:05:03 -07:00
  • c07bd31f61 Outputting rps while benchmarking visionmedia 2010-04-21 17:07:13 -07:00
  • fee4830669 Added simple sinatra benchmark visionmedia 2010-04-21 17:05:39 -07:00
  • 9016b6778e Remove pids visionmedia 2010-04-21 17:04:19 -07:00
  • e05501a1ae Added simple thin benchmark visionmedia 2010-04-21 17:03:39 -07:00
  • 23d09fcc9e Added express static benchmark visionmedia 2010-04-21 16:53:11 -07:00
  • 5d11fccbf2 Ignore *.out visionmedia 2010-04-21 16:42:39 -07:00
  • 3851957dd0 Started benchmark script visionmedia 2010-04-21 16:41:50 -07:00
  • 135afb0883 Revert "Renamed session Base" - haha :) just kidding visionmedia 2010-04-21 15:50:54 -07:00
  • 27b27af7cd Renamed session Base visionmedia 2010-04-21 15:50:43 -07:00
  • 20fe31b803 Removed ETag work-around for bug in node visionmedia 2010-04-21 15:33:06 -07:00
  • ebca9aab8d Fix chat app plugins visionmedia 2010-04-21 15:13:10 -07:00
  • 49821e0416 Request#stream() fixes visionmedia 2010-04-21 14:53:46 -07:00
  • b5d6f1ada5 Merge branch 'etag' visionmedia 2010-04-21 14:37:17 -07:00
  • b40325cd7b Misc refactoring to Request#trigger() visionmedia 2010-04-21 13:49:44 -07:00
  • 3b27ec66e1 Removed "data || {}" in Event constructor. Not needed anymore since Object#merge() handles non objects visionmedia 2010-04-21 13:42:49 -07:00
  • 52b8b36d54 Updated ext submodule which includes higher performance Object#merge() visionmedia 2010-04-21 13:14:35 -07:00
  • 7e3106dd1b Increase performance by preventing several calls to toLowerCase() in Router#match() visionmedia 2010-04-21 12:48:37 -07:00
  • 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