summaryrefslogtreecommitdiff
path: root/evrpc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect assertions and possible use-after-free in evrpc_free()Christophe Fillot2011-03-121-4/+4
* Fix even more win64 warnings: buffer, event_tagging, http, evdns, evrpcNick Mathewson2010-11-011-1/+1
* Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...Nick Mathewson2010-08-231-9/+21
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Let evhttp_send_error infer the right error reasonsNick Mathewson2010-05-261-4/+4
* fix a leak when unpausing evrpc requestsNick Mathewson2010-04-231-0/+1
* Add void* arguments to request_new and reply_new evrpc hooksShuo Chen2010-04-141-8/+10
* Expose the request and reply members of rpc_req_generic()Shuo Chen2010-04-141-0/+12
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-1/+1
* Remove a needless include of rpc_compat.hNick Mathewson2010-01-231-1/+0
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Use EVUTIL_ASSERT() consistently instead of assert.Nick Mathewson2009-10-261-23/+22
* Spelling fixes in comments and strings.Nick Mathewson2009-10-161-1/+1
* Remove all trailing whitespace from end-of-line.Nick Mathewson2009-07-171-1/+1
* Make evrpc use event2/rpc*.h, not evrpc.hNick Mathewson2009-05-021-1/+5
* move more code directly into evrpc.c; provide backwards compatible vararg macrosNiels Provos2009-04-251-0/+70
* Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.hNick Mathewson2009-04-171-1/+1
* Do not use ctypes functions in cases when we need the "net" locale.Nick Mathewson2009-02-101-2/+2
* Have util-internal.h define socklen_t if we need it, and include it appropria...Nick Mathewson2009-01-291-0/+1
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+2
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-2/+2
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-271-11/+11
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-1/+1
* memory leak: forgot to free paused rpcs in serverNiels Provos2008-12-191-0/+5
* Forward-port: Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT, but k...Nick Mathewson2008-06-141-10/+10
* move some structure definitions from evrpc.h to evrpc-internal.hNiels Provos2008-05-131-2/+23
* r19667@catbus: nickm | 2008-05-08 23:49:26 -0400Nick Mathewson2008-05-091-1/+1
* r15549@tombo: nickm | 2008-05-08 11:53:11 -0400Nick Mathewson2008-05-081-0/+2
* r19656@catbus: nickm | 2008-05-08 10:25:08 -0400Nick Mathewson2008-05-081-1/+0
* migrate evhttp to event2; accessors are still missingNiels Provos2008-05-081-1/+3
* remove too agressive assertNiels Provos2008-05-041-2/+1
* r15439@tombo: nickm | 2008-05-02 12:28:08 -0400Nick Mathewson2008-05-021-3/+1
* expose a way to create the rpc context manuallyNiels Provos2008-05-011-1/+1
* allow connections to be removed from an rpc poolNiels Provos2008-05-011-1/+9
* r15316@tombo: nickm | 2008-04-24 20:58:36 -0400Nick Mathewson2008-04-251-29/+29
* r15220@tombo: nickm | 2008-04-17 15:16:02 -0400Nick Mathewson2008-04-171-1/+2
* make RPC replies use application/octet-streamNiels Provos2008-03-301-0/+5
* 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-311-91/+148
* allow association of meta data with RPC requests for hook processingNiels Provos2007-12-291-0/+102
* pausing an rpc via a hook needs to deal with the fact that http callbacks fre...Niels Provos2007-12-281-5/+18
* allow hooks to pause RPC processing; this will allow hooks to do meaningful w...Niels Provos2007-12-271-60/+260
* r16731@catbus: nickm | 2007-11-25 16:52:53 -0500Nick Mathewson2007-11-251-2/+2
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-16/+17
* Make all the C files in the libraries compile under MSVC 2005 Express. There...Nick Mathewson2007-11-071-2/+0
* r16506@catbus: nickm | 2007-11-07 01:29:59 -0500Nick Mathewson2007-11-071-1/+1
* r16501@catbus: nickm | 2007-11-07 01:00:31 -0500Nick Mathewson2007-11-071-1/+2
* remove last vestiges of RBTREENiels Provos2007-11-031-1/+0
* provide hooks for outgoing pools; associate a base with a poolNiels Provos2007-11-031-22/+63