summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix a bug in which evbuffer_add_vfprintf would loop forever; avoidNiels Provos2008-03-311-1/+134
* rename lock create callback functions; as suggested by nickNiels Provos2008-03-111-2/+1
* switch thread support so that locks get allocated as they are needed.Niels Provos2008-03-101-12/+20
* r18547@catbus: nickm | 2008-03-04 14:46:42 -0500Nick Mathewson2008-03-041-1/+3
* Provide OpenSSL style support for multiple threads accessing the same event_baseNiels Provos2008-03-024-4/+185
* r18482@catbus: nickm | 2008-02-28 12:38:40 -0500Nick Mathewson2008-02-282-4/+6
* improved code for evbuffer; avoids memcpyNiels Provos2008-02-281-3/+82
* add some basic tests for DELETE/PUT; from Josh RotenbergNiels Provos2008-02-271-0/+202
* move signal callbacks closer to test codeNiels Provos2008-02-261-17/+15
* simplify evbuffer by removing orig_bufferNiels Provos2008-02-231-3/+21
* r18145@catbus: nickm | 2008-02-18 15:02:20 -0500Nick Mathewson2008-02-181-10/+10
* allow regression code to be build even without Python installedNiels Provos2008-02-171-2/+1
* r14211@tombo: nickm | 2008-02-16 15:28:54 -0500Nick Mathewson2008-02-161-0/+28
* remove pending timeouts on event_base_freeNiels Provos2008-01-261-0/+29
* r15764@tombo: nickm | 2007-12-31 15:46:16 -0500Nick Mathewson2007-12-311-1/+1
* allow hooks to get access to the connection objectNiels Provos2007-12-311-0/+6
* allow association of meta data with RPC requests for hook processingNiels Provos2007-12-291-2/+21
* the win32 changes for regress_http broke the regression test under unix. mak...Niels Provos2007-12-281-2/+4
* pausing an rpc via a hook needs to deal with the fact that http callbacks fre...Niels Provos2007-12-281-15/+6
* Fix at least two bugs that are keeping the HTTP regression tests from running...Nick Mathewson2007-12-281-0/+2
* allow hooks to pause RPC processing; this will allow hooks to do meaningful w...Niels Provos2007-12-271-2/+99
* support string arrays in event_rpcgenNiels Provos2007-12-242-1/+37
* support integer arrays in rpc structures; this involved some refactoring of ...Niels Provos2007-12-232-1/+34
* Fix a win32 warning in regress.cNick Mathewson2007-12-201-0/+2
* add -Wstrict-aliasing and remove bogus evtag_test from event.hNiels Provos2007-12-181-1/+1
* r16991@catbus: nickm | 2007-12-06 15:05:56 -0500Nick Mathewson2007-12-161-1/+1
* forgot to make new member optionalNiels Provos2007-12-141-1/+1
* fix a bug with event_rpcgen for integersNiels Provos2007-12-131-0/+1
* prefix {encode,decode}_tag functions with evtag to avoid collisionsNiels Provos2007-12-131-6/+6
* support for 32-bit tag numbers in rpc structuresNiels Provos2007-12-122-3/+58
* Adjust more unit tests to pass on win32.Nick Mathewson2007-12-061-0/+4
* Add winsock init functions to bench.c so it can run on win32.Nick Mathewson2007-12-061-0/+4
* r15170@tombo: nickm | 2007-12-06 12:38:03 -0500Nick Mathewson2007-12-061-1/+1
* remove duplicate submit of test_evbuffer_readlnNiels Provos2007-12-011-109/+0
* r15096@tombo: nickm | 2007-12-01 04:29:39 -0500Nick Mathewson2007-12-011-0/+55
* svn:r567Nick Mathewson2007-12-011-0/+109
* add another benchmark that tests cascading eventsNiels Provos2007-11-302-1/+170
* always generate Date and Content-Length headers for HTTP/1.1Niels Provos2007-11-291-3/+62
* a bug in the regression test of event_reinit caused epoll to failNiels Provos2007-11-291-2/+5
* more complete test for forking behaviorNiels Provos2007-11-271-3/+14
* r16733@catbus: nickm | 2007-11-26 14:18:25 -0500Nick Mathewson2007-11-268-88/+94
* r14953@tombo: nickm | 2007-11-25 15:56:40 -0500Nick Mathewson2007-11-251-0/+110
* r14944@tombo: nickm | 2007-11-25 12:12:28 -0500Nick Mathewson2007-11-251-3/+11
* provide event_reinit() to reinitialized an event_base after fork - necessary ...Niels Provos2007-11-251-0/+46
* r14935@tombo: nickm | 2007-11-22 11:36:54 -0500Nick Mathewson2007-11-221-1/+7
* r14931@tombo: nickm | 2007-11-17 17:21:09 -0500Nick Mathewson2007-11-171-0/+37
* provide event_base_new() as a mechanism for not setting the current_globalNiels Provos2007-11-141-0/+24
* srcdir for verify; from Christopher LayneNiels Provos2007-11-122-2/+1
* r16585@catbus: nickm | 2007-11-10 00:16:11 -0500Nick Mathewson2007-11-101-0/+76
* r16501@catbus: nickm | 2007-11-07 01:00:31 -0500Nick Mathewson2007-11-072-10/+10