| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- do not uridecode request uri
- escape &
- remove O(n^2) from htmlescape
svn:r334
|
|
|
|
|
|
|
|
| |
it's a copy of patches-1.2 with a lot of stuff
from trunk merged in.
svn:r331
|
|
|
|
|
|
|
|
|
| |
fix ddos in dns parsing due to infinite loop;
patch from Nick Mathewson; also received
notification from Jon Oberheide.
svn:r312
|
|
|
|
|
|
|
|
| |
- CLOCK_MONOTONIC fixes
- http content-length fixes
svn:r292
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
------------------------------------------------------------------------
r267 | nprovos | 2006-11-18 18:03:43 -0800 (Sat, 18 Nov 2006) | 2 lines
make it work with python2.2
------------------------------------------------------------------------
r266 | nprovos | 2006-11-18 13:27:42 -0800 (Sat, 18 Nov 2006) | 2 lines
use more python builtins; dont use reserved keywords
svn:r289
|
|
|
|
| |
svn:r288
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r277 | nprovos | 2006-11-22 22:32:20 -0800 (Wed, 22 Nov 2006) | 4 lines
persistent connections are somewhat complicated; detect on the client side if the
server closes a persistent connection. previously, we would have failed the next
request on that connection. provide test case.
------------------------------------------------------------------------
r276 | nprovos | 2006-11-22 21:27:15 -0800 (Wed, 22 Nov 2006) | 3 lines
transaction id fixes from richard nyberg; return correct
error code when file for resolv.conf cannot be found.
------------------------------------------------------------------------
r275 | nprovos | 2006-11-21 23:30:34 -0800 (Tue, 21 Nov 2006) | 2 lines
test that rpc timeouts work correctly
------------------------------------------------------------------------
r274 | nprovos | 2006-11-21 22:54:28 -0800 (Tue, 21 Nov 2006) | 3 lines
fix a bug where rpc would not be scheduled when they were queued; test for it.
allow a configurable timeout for connections and RPCs.
------------------------------------------------------------------------
r273 | nprovos | 2006-11-21 21:03:02 -0800 (Tue, 21 Nov 2006) | 3 lines
an attempt at differentiated error handling for timeouts and eof.
really this needs to be propagated all the way to the callback.
------------------------------------------------------------------------
r272 | nprovos | 2006-11-21 20:35:56 -0800 (Tue, 21 Nov 2006) | 2 lines
forgot to add this
svn:r287
|
|
|
|
|
|
|
|
|
| |
an attempt at differentiated error handling for timeouts and eof.
really this needs to be propagated all the way to the callback.
svn:r286
|
|
|
|
| |
svn:r285
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
make regression test work for poll and select
some compilers don't like C99 inline variable declaration
make persistent connections work; needs more testing
introduce is connection close
svn:r284
|
|
|
|
|
|
|
|
|
|
| |
add "Connection: close" to the output headers of the HTTP server reply;
we don't currently support persistent connections; although that's going
to be easy to add.
svn:r283
|
|
|
|
| |
svn:r282
|
|
|
|
|
|
| |
request object
svn:r281
|
|
|
|
| |
svn:r280
|
|
|
|
| |
svn:r279
|
|
|
|
| |
svn:r252
|
|
|
|
| |
svn:r250
|
|
|
|
| |
svn:r248
|
|
svn:r246
|