summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* from trunk; evhttp fixes:release-1.3aNiels Provos2007-02-182-6/+6
| | | | | | | | | | - do not uridecode request uri - escape & - remove O(n^2) from htmlescape svn:r334
* i am probably doing this completely wrong;Niels Provos2007-02-1615-237/+1904
| | | | | | | | it's a copy of patches-1.2 with a lot of stuff from trunk merged in. svn:r331
* from trunk:patches-1.2Niels Provos2007-01-211-0/+5
| | | | | | | | | fix ddos in dns parsing due to infinite loop; patch from Nick Mathewson; also received notification from Jon Oberheide. svn:r312
* merge from trunk:release-1.2aNiels Provos2006-12-023-15/+28
| | | | | | | | - CLOCK_MONOTONIC fixes - http content-length fixes svn:r292
* merge from trunk:Niels Provos2006-11-292-27/+32
| | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ 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
* merge from trunk: support #define in .rpc descriptionsNiels Provos2006-11-291-2/+13
| | | | svn:r288
* merge from trunk:Niels Provos2006-11-296-53/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* merge from trunk: Niels Provos2006-11-292-21/+52
| | | | | | | | | an attempt at differentiated error handling for timeouts and eof. really this needs to be propagated all the way to the callback. svn:r286
* merge from trunk: mingw fixes from NickNiels Provos2006-11-298-38/+150
| | | | svn:r285
* merge from trunk:Niels Provos2006-11-295-83/+174
| | | | | | | | | | | | | | 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
* merge from trunk:Niels Provos2006-11-292-4/+39
| | | | | | | | | | 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
* merge from trunkNiels Provos2006-11-293-2/+62
| | | | svn:r282
* merge from trunk: we indiciate a failed request by removing the uri from the ↵Niels Provos2006-11-291-0/+5
| | | | | | request object svn:r281
* merge from main branch: malformed request caused server to crashNiels Provos2006-11-292-4/+19
| | | | svn:r280
* merge from trunkNiels Provos2006-11-291-1/+0
| | | | svn:r279
* merge from trunkNiels Provos2006-11-101-3/+9
| | | | svn:r252
* merge from trunkNiels Provos2006-11-051-14/+34
| | | | svn:r250
* merge from trunkNiels Provos2006-10-281-1/+6
| | | | svn:r248
* more messing uprelease-1.2Niels Provos2006-10-2864-0/+19550
svn:r246