Commit Graph

  • a95a0ab5f9 using connects error code util Tj Holowaychuk 2011-11-09 16:27:48 -08:00
  • 30911f4a75 Added failing res.sendfile() test for 403 + callback Tj Holowaychuk 2011-11-09 16:14:38 -08:00
  • c9f184c8d5 Added res.sendfile() ENOENT test Tj Holowaychuk 2011-11-09 16:11:46 -08:00
  • 545f1fd07d Added first res.sendfile() callback test Tj Holowaychuk 2011-11-09 16:06:12 -08:00
  • 2f762265a8 Added forbidden tests Tj Holowaychuk 2011-11-09 16:03:42 -08:00
  • 7e6d8f39b4 Added res.sendfile() "root" setting test Tj Holowaychuk 2011-11-09 15:56:24 -08:00
  • bea74b7711 Fixed res.sendfile() 404s Tj Holowaychuk 2011-11-09 15:54:51 -08:00
  • 10e8dc57eb added failing res.sendfile() test on 404 Tj Holowaychuk 2011-11-09 15:51:11 -08:00
  • f7b6dde086 refactored previous commit Tj Holowaychuk 2011-11-09 15:41:51 -08:00
  • 2fa36fa721 res.sendfile() tests Tj Holowaychuk 2011-11-09 15:39:53 -08:00
  • 40f8202402 utilize res.headerSent from connect Tj Holowaychuk 2011-11-09 15:38:48 -08:00
  • 4b0b55c1b7 misc refactoring Tj Holowaychuk 2011-11-09 15:33:54 -08:00
  • 0e395973c9 Added res.attachment() tests Tj Holowaychuk 2011-11-09 15:31:31 -08:00
  • 1f53cdb62d Added error in res.render() callback test Tj Holowaychuk 2011-11-09 15:21:38 -08:00
  • c32023d8ed Added "charset" option test Tj Holowaychuk 2011-11-09 15:17:44 -08:00
  • d2f98940d8 Added status option test Tj Holowaychuk 2011-11-09 15:15:55 -08:00
  • 536b16c7a9 Added res.render() callback with locals test Tj Holowaychuk 2011-11-09 15:11:07 -08:00
  • 9bfeae2df1 Added res.render() callback tests Tj Holowaychuk 2011-11-09 15:09:47 -08:00
  • 4d450ea25e local precedence tests Tj Holowaychuk 2011-11-09 15:04:52 -08:00
  • 84f01d1e30 Added res.render() tests Tj Holowaychuk 2011-11-09 15:00:40 -08:00
  • 1a5636b199 case sensitivity test Tj Holowaychuk 2011-11-08 20:29:48 -08:00
  • af46df7eae Removed req.isXMLHttpRequest Tj Holowaychuk 2011-11-08 20:28:55 -08:00
  • 801a1791d6 Added req.xhr tests Tj Holowaychuk 2011-11-08 20:28:06 -08:00
  • 333cf0b280 Added req.path test Tj Holowaychuk 2011-11-08 20:25:34 -08:00
  • 52e26697a9 Added index.<engine> render test Tj Holowaychuk 2011-11-08 20:22:27 -08:00
  • fdf620b688 more tests Tj Holowaychuk 2011-11-08 20:18:07 -08:00
  • 66f8ca52d6 Added app.engine() tests Tj Holowaychuk 2011-11-08 20:14:53 -08:00
  • f98c1127a6 Added app.render() local precedence test Tj Holowaychuk 2011-11-08 20:09:13 -08:00
  • 7e352fe28d Added app.render() app.locals test Tj Holowaychuk 2011-11-08 20:07:49 -08:00
  • d3b48e2fd5 Added more app.render() tests Tj Holowaychuk 2011-11-08 20:06:15 -08:00
  • 23159c094d Added app.render() tests Tj Holowaychuk 2011-11-08 20:00:03 -08:00
  • 2e22887f71 docs Tj Holowaychuk 2011-11-08 19:55:41 -08:00
  • c9b04b8be7 Added app.locals(obj) test Tj Holowaychuk 2011-11-08 19:54:46 -08:00
  • 2c0e13b513 Added res.locals(obj) test Tj Holowaychuk 2011-11-08 19:53:22 -08:00
  • 2937309f00 Added res.charset tests Tj Holowaychuk 2011-11-08 19:46:38 -08:00
  • 377056a33c Removed "charset" option Tj Holowaychuk 2011-11-08 19:44:16 -08:00
  • f42ce5be2b qs 0.3.2 to fix global var leak Tj Holowaychuk 2011-11-08 19:43:12 -08:00
  • ddeee9b6db Added req.query tests Tj Holowaychuk 2011-11-08 19:27:09 -08:00
  • 6bee32c174 removed a file i didnt mean to add :) Tj Holowaychuk 2011-11-08 19:18:25 -08:00
  • 11f55a06dd Added app.redirect() tests Tj Holowaychuk 2011-11-08 19:17:03 -08:00
  • 6a2d6b872b pending Tj Holowaychuk 2011-11-08 19:10:09 -08:00
  • d8787867c4 tweak test Tj Holowaychuk 2011-11-08 19:01:20 -08:00
  • 43d9f6ea17 tweak res.redirect() mount route logic Tj Holowaychuk 2011-11-08 18:59:40 -08:00
  • 1faba1302f tmp fix Tj Holowaychuk 2011-11-08 18:51:15 -08:00
  • 55ee0a0934 Added relative redirect test Tj Holowaychuk 2011-11-08 18:46:23 -08:00
  • 0653f73779 Added res.redirect() content-negotiation tests Tj Holowaychuk 2011-11-08 18:41:26 -08:00
  • 7a24021dc9 more res.redirect() tests Tj Holowaychuk 2011-11-08 18:40:01 -08:00
  • 9f2fe94484 Added res.redirect() test Tj Holowaychuk 2011-11-08 18:36:27 -08:00
  • a3950b5638 Added maxAge test Tj Holowaychuk 2011-11-08 18:33:00 -08:00
  • 8c03428279 Added res.cookie() options test Tj Holowaychuk 2011-11-08 18:30:48 -08:00
  • f4d7ea386d Added res.cookie() "root" setting test Tj Holowaychuk 2011-11-08 18:28:59 -08:00
  • bee0496cb1 Fixed res.cookie() path default Tj Holowaychuk 2011-11-08 18:28:22 -08:00
  • 5960b90efe Added res.cookie() tests Tj Holowaychuk 2011-11-08 18:27:18 -08:00
  • 0f2f3d4e29 Fixed res.clearCookie(), default path to "root" setting Tj Holowaychuk 2011-11-08 18:25:21 -08:00
  • bc673bef79 Added res.clearCookie() tests Tj Holowaychuk 2011-11-08 18:21:08 -08:00
  • 3fb7391b97 Added res.set(object) and res.set(field, value) tests Tj Holowaychuk 2011-11-08 18:15:31 -08:00
  • 442cd7515d Added res.type() test Tj Holowaychuk 2011-11-08 18:13:10 -08:00
  • a013ffe547 Added res.json(status, object) test Tj Holowaychuk 2011-11-08 17:57:25 -08:00
  • 835558229f refactored tests Tj Holowaychuk 2011-11-08 17:55:41 -08:00
  • dce23c79a1 Added res.json() tests Tj Holowaychuk 2011-11-08 17:54:36 -08:00
  • 4106bae79e generated helper test methods from express.methods Tj Holowaychuk 2011-11-08 17:47:47 -08:00
  • b756474d9d Added res.send() HEAD tests Tj Holowaychuk 2011-11-08 17:46:08 -08:00
  • b0c9209726 Added res.send() 304 / 204 tests Tj Holowaychuk 2011-11-08 17:44:05 -08:00
  • c96b778771 dot reporter Tj Holowaychuk 2011-11-08 17:40:41 -08:00
  • d0d721d80b Added res.send(Object) test Tj Holowaychuk 2011-11-08 17:40:20 -08:00
  • 7b50a78662 Added res.send(null || undefined) tests Tj Holowaychuk 2011-11-08 17:38:18 -08:00
  • aa869c637a Added res.send() content-type tests Tj Holowaychuk 2011-11-08 17:36:24 -08:00
  • f467fe1cbf Added res.send(Buffer) test Tj Holowaychuk 2011-11-08 17:34:04 -08:00
  • 15fd639cd9 Added res.send(String) test Tj Holowaychuk 2011-11-08 17:32:58 -08:00
  • f96f2cf56e Added res.send(code, body) test Tj Holowaychuk 2011-11-08 17:31:51 -08:00
  • b0f6278cea Added res.send(code) test Tj Holowaychuk 2011-11-08 17:30:29 -08:00
  • ae7bac9a6b Added res.header() chaining test Tj Holowaychuk 2011-11-08 17:29:01 -08:00
  • c8997204d4 Added res.header() tests Tj Holowaychuk 2011-11-08 17:27:05 -08:00
  • a2c51984a8 Added res.get(field) test Tj Holowaychuk 2011-11-08 17:25:05 -08:00
  • ed93e33d59 another test Tj Holowaychuk 2011-11-08 17:23:53 -08:00
  • 6e15b1cd20 Removed mock from res.status() test, mocks are lame Tj Holowaychuk 2011-11-08 17:23:14 -08:00
  • cc2513facf res.status(code) test Tj Holowaychuk 2011-11-08 17:18:44 -08:00
  • e303dcc915 multi-env configure() callbacks Tj Holowaychuk 2011-11-08 17:15:09 -08:00
  • 8ad17abb7b app.configure() tests Tj Holowaychuk 2011-11-08 17:13:16 -08:00
  • 5b296b5257 middleware tests Tj Holowaychuk 2011-11-08 17:02:15 -08:00
  • 1a5c32f3ef setting up middleware tests Tj Holowaychuk 2011-11-08 16:00:44 -08:00
  • a15e745d42 test for application prototype Tj Holowaychuk 2011-11-08 15:45:30 -08:00
  • d17dd3e3d8 more config tests Tj Holowaychuk 2011-11-08 15:42:22 -08:00
  • 51a5c829bb config test Tj Holowaychuk 2011-11-08 15:40:34 -08:00
  • 8a91749e12 merged Tj Holowaychuk 2011-11-08 15:25:56 -08:00
  • 42fc0f9ee8 more tests Tj Holowaychuk 2011-11-08 15:23:02 -08:00
  • 17ccd55d11 upgrade should Tj Holowaychuk 2011-11-08 15:19:53 -08:00
  • b8a589d76f first new test Tj Holowaychuk 2011-11-08 15:19:19 -08:00
  • becf6d9413 Added mocha dev-dep Tj Holowaychuk 2011-11-08 15:07:31 -08:00
  • 9efc4b23dc Remove old tests Tj Holowaychuk 2011-11-08 15:05:47 -08:00
  • 6b1dc31759 version -pre so people are less confused Tj Holowaychuk 2011-11-04 09:06:45 -07:00
  • 9205d632cc Fixing express(1) for upcomming express Tj Holowaychuk 2011-11-04 09:06:23 -07:00
  • a751346b20 port some express(1) stuff from 2.x Tj Holowaychuk 2011-11-04 09:01:43 -07:00
  • b5346005af typo Tj Holowaychuk 2011-11-04 08:55:57 -07:00
  • 8111a19307 Removed sass.js support from express(1) Tj Holowaychuk 2011-11-04 08:36:09 -07:00
  • 334a8d3fa2 Removed sass.js support from express(1) Tj Holowaychuk 2011-11-04 08:35:10 -07:00
  • 860b4f1a3b Merge pull request #873 from gugu/master TJ Holowaychuk 2011-10-30 12:25:11 -07:00
  • a5b1aa9ca7 Update package.json Andrii Kostenko 2011-10-30 23:20:05 +04:00
  • 7c6c07497a "node": ">= 0.4.1 < 0.7.0" Tj Holowaychuk 2011-10-24 16:01:46 -07:00
  • 95f6cda9c4 Release 2.5.0 2.5.0 Tj Holowaychuk 2011-10-24 16:00:46 -07:00