summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* devpoll and evport need reinit; tested by W.C.A. WijngaardsNiels Provos2008-02-123-2/+5
* address some compiler warnings in debug modeNiels Provos2008-02-092-2/+2
* EAGAIN check for event ports; from WijngaardsNiels Provos2008-02-062-3/+2
* remove pending timeouts on event_base_freeNiels Provos2008-01-263-1/+37
* r15764@tombo: nickm | 2007-12-31 15:46:16 -0500Nick Mathewson2007-12-312-1/+678
* dereference the right field and associate the right connectionNiels Provos2007-12-311-3/+3
* allow hooks to get access to the connection objectNiels Provos2007-12-315-96/+178
* allow association of meta data with RPC requests for hook processingNiels Provos2007-12-295-21/+200
* 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-285-22/+52
* 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-275-66/+408
* r15733@tombo: nickm | 2007-12-27 16:37:33 -0500Nick Mathewson2007-12-271-0/+48
* additional add argument was missing const qualifierNiels Provos2007-12-271-1/+2
* support string arrays in event_rpcgenNiels Provos2007-12-244-107/+185
* rollback r594: restructuring to make event activation independent.Niels Provos2007-12-244-176/+84
* support integer arrays in rpc structures; this involved some refactoring of ...Niels Provos2007-12-234-206/+403
* Fix a win32 warning in regress.cNick Mathewson2007-12-201-0/+2
* r17291@catbus: nickm | 2007-12-20 17:19:55 -0500Nick Mathewson2007-12-201-0/+1
* removed linger from http server socket; reported by Ilya MartynovNiels Provos2007-12-192-4/+1
* add -Wstrict-aliasing and remove bogus evtag_test from event.hNiels Provos2007-12-184-5/+3
* r17185@catbus: nickm | 2007-12-16 14:33:40 -0500Nick Mathewson2007-12-162-1/+3
* r16991@catbus: nickm | 2007-12-06 15:05:56 -0500Nick Mathewson2007-12-161-1/+1
* r15519@tombo: nickm | 2007-12-16 13:54:12 -0500Nick Mathewson2007-12-162-3/+4
* restructure the code to make event activation independent of regular event logicNiels Provos2007-12-164-84/+176
* forgot to make new member optionalNiels Provos2007-12-141-1/+1
* fix a bug with event_rpcgen for integersNiels Provos2007-12-133-0/+6
* prefix {encode,decode}_tag functions with evtag to avoid collisionsNiels Provos2007-12-133-19/+20
* pull setters/getters out of RPC structures to reduce their memory footprintNiels Provos2007-12-122-20/+27
* support for 32-bit tag numbers in rpc structuresNiels Provos2007-12-126-59/+180
* update ChangeLog; forgot about itNiels Provos2007-12-091-0/+1
* remove obsoleted recalc codeNiels Provos2007-12-099-75/+1
* 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
* Compile regression tests by default even on win32.Nick Mathewson2007-12-061-2/+2
* r16931@catbus: nickm | 2007-12-06 14:19:58 -0500Nick Mathewson2007-12-062-3/+3
* Debug new win32 code: make bufferevents test pass.Nick Mathewson2007-12-061-5/+5
* Fix compile warnings and errors in win32 build.Nick Mathewson2007-12-064-30/+27
* r15172@tombo: nickm | 2007-12-06 12:54:37 -0500Nick Mathewson2007-12-063-73/+793
* r15171@tombo: nickm | 2007-12-06 12:47:47 -0500Nick Mathewson2007-12-066-27/+44
* r15170@tombo: nickm | 2007-12-06 12:38:03 -0500Nick Mathewson2007-12-061-1/+1
* r15166@tombo: nickm | 2007-12-05 23:35:10 -0500Nick Mathewson2007-12-062-2/+2
* 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-293-38/+110
* small improvements to evhttp documentationNiels Provos2007-11-292-1/+4
* a bug in the regression test of event_reinit caused epoll to failNiels Provos2007-11-291-2/+5
* we need to pass the evbase to evsel->addNiels Provos2007-11-271-1/+2