-
add more descriptive invalid json error message
tj committedJul 13, 2012
-
tj committed
Jul 12, 2012 -
fix connect.static() 404 regression, pass next(). Closes #629
tj committedJul 12, 2012
-
Merge branch 'master' of github.com:senchalabs/connect
tj committedJul 9, 2012 -
fix static() due to send() node core issue. Closes #624
tj committedJul 9, 2012 went with the shittier send(req, path).pipe(res) api for now
-
localize favicon cache to each invocation of the middleware
gasteve committedJul 9, 2012
-
add content-length to "dev" `logger()` format
tj committedJul 6, 2012 for example: GET / 200 2ms - 3kb
-
fix cookieSession() pathname mismatch
tj committedJul 5, 2012 -
tj committed
Jul 5, 2012 -
tj committed
Jul 5, 2012 -
fix session() defaulting of cookie option
tj committedJul 5, 2012 -
fix session() cookie.path default of "/"
tj committedJul 5, 2012 -
Merge pull request #622 from louischatriot/master
tj committedJul 5, 2012 Preventing memory leak if there is pathname mismatch (really fixes #615)
-
No session created at all if there is pathnam mismatch
louischatriot committedJul 5, 2012 -
add json() utf-8 sample test. Closes #621
tj committedJul 5, 2012
-
tj committed
Jul 4, 2012 -
Replace connect.static() internals with send module
tj committedJul 4, 2012
-
tj committed
Jul 3, 2012
-
fix set-cookie header fields on cookie.path mismatch. Closes #615
tj committedJun 29, 2012
-
tj committed
Jun 27, 2012
-
Fixed `staticCache()` dont cache responses with set-cookie. Closes #607
tj committedJun 25, 2012 -
Fixed `staticCache()` when Cookie is present
tj committedJun 25, 2012
-
tj committed
Jun 22, 2012
-
update cookie to 0.0.4. Closes #604
tj committedJun 21, 2012
-
tj committed
Jun 18, 2012
-
Added `err.buf` to urlencoded() and json()
tj committedJun 17, 2012
-
Added test for previous commit
tj committedJun 15, 2012 -
Merge pull request #590 from timkuijsten/conditional304
tj committedJun 15, 2012 don't send 304 on responses that would otherwise not have a 2xx or 304 s...
-
only send 304 if original response in 2xx or 304
timkuijsten committedJun 15, 2012