| Commit message (Expand) | Author | Age | Files | Lines |
* | evrpc: do not check req twice | Azat Khuzhin | 2019-04-01 | 1 | -2/+1 |
* | http: implement separate timeouts for read/write/connect phase | Azat Khuzhin | 2019-03-05 | 1 | -1/+1 |
* | evrpc: avoid NULL dereference on request is not EVHTTP_REQ_POST | Azat Khuzhin | 2018-09-14 | 1 | -1/+2 |
* | Fix even more coverity warnings. | Nick Mathewson | 2014-01-08 | 1 | -2/+1 |
* | Remove spurious checks in evrpc.c error cases (coverity) | Nick Mathewson | 2014-01-08 | 1 | -6/+3 |
* | Add new error_cb for actual reporting of HTTP request errors. | Azat Khuzhin | 2013-04-25 | 1 | -1/+1 |
* | Have all visible internal function names end with an underscore. | Nick Mathewson | 2012-02-29 | 1 | -18/+18 |
* | Fix all identifiers with names beginning with underscore. | Nick Mathewson | 2012-02-29 | 1 | -4/+4 |
* | Convert event-config.h macros to avoid reserved identifiers | Nick Mathewson | 2012-02-29 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/patches-2.0' | Nick Mathewson | 2012-02-10 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices to 2012 | Nick Mathewson | 2012-02-10 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/patches-2.0' | Nick Mathewson | 2011-10-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright dates to 2011. | Nick Mathewson | 2011-10-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/patches-2.0' | Nick Mathewson | 2011-08-28 | 1 | -5/+16 |
|\ \
| |/ |
|
| * | Cleanup on 7c11e51e1ab: restore c90 declaration compliance | Nick Mathewson | 2011-08-28 | 1 | -3/+7 |
| * | Clean up some problems identified by Coverity. | Harlan Stenn | 2011-08-28 | 1 | -2/+9 |
* | | Use "_WIN32", not WIN32: it's standard and we don't need to fake it | Nick Mathewson | 2011-05-25 | 1 | -3/+3 |
* | | Merge remote branch 'origin/patches-2.0' | Nick Mathewson | 2011-03-12 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Fix incorrect assertions and possible use-after-free in evrpc_free() | Christophe Fillot | 2011-03-12 | 1 | -4/+4 |
* | | Add new evhttp_{connection_}set_timeout_tv() functions to set finger-grained ... | Constantine Verutin | 2011-02-22 | 1 | -3/+3 |
* | | Include evconfig-private.h in internal files for great good. | Kevin Bowling | 2011-01-02 | 1 | -0/+1 |
|/ |
|
* | Fix even more win64 warnings: buffer, event_tagging, http, evdns, evrpc | Nick Mathewson | 2010-11-01 | 1 | -1/+1 |
* | Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u... | Nick Mathewson | 2010-08-23 | 1 | -9/+21 |
* | Move event-config.h to include/event2 | Nick Mathewson | 2010-08-06 | 1 | -1/+1 |
* | Let evhttp_send_error infer the right error reasons | Nick Mathewson | 2010-05-26 | 1 | -4/+4 |
* | fix a leak when unpausing evrpc requests | Nick Mathewson | 2010-04-23 | 1 | -0/+1 |
* | Add void* arguments to request_new and reply_new evrpc hooks | Shuo Chen | 2010-04-14 | 1 | -8/+10 |
* | Expose the request and reply members of rpc_req_generic() | Shuo Chen | 2010-04-14 | 1 | -0/+12 |
* | Update all our copyright notices to say "2010" | Nick Mathewson | 2010-03-04 | 1 | -1/+1 |
* | Clean up formatting: use tabs, not 8-spaces, to indent. | Nick Mathewson | 2010-02-18 | 1 | -1/+1 |
* | Remove a needless include of rpc_compat.h | Nick Mathewson | 2010-01-23 | 1 | -1/+0 |
* | We do not work any more without an event-config.h; stop pretending that it is... | Nick Mathewson | 2009-11-06 | 1 | -2/+0 |
* | Use EVUTIL_ASSERT() consistently instead of assert. | Nick Mathewson | 2009-10-26 | 1 | -23/+22 |
* | Spelling fixes in comments and strings. | Nick Mathewson | 2009-10-16 | 1 | -1/+1 |
* | Remove all trailing whitespace from end-of-line. | Nick Mathewson | 2009-07-17 | 1 | -1/+1 |
* | Make evrpc use event2/rpc*.h, not evrpc.h | Nick Mathewson | 2009-05-02 | 1 | -1/+5 |
* | move more code directly into evrpc.c; provide backwards compatible vararg macros | Niels Provos | 2009-04-25 | 1 | -0/+70 |
* | Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.h | Nick Mathewson | 2009-04-17 | 1 | -1/+1 |
* | Do not use ctypes functions in cases when we need the "net" locale. | Nick Mathewson | 2009-02-10 | 1 | -2/+2 |
* | Have util-internal.h define socklen_t if we need it, and include it appropria... | Nick Mathewson | 2009-01-29 | 1 | -0/+1 |
* | Update copyright statements to reflect the facts that: | Nick Mathewson | 2009-01-27 | 1 | -2/+2 |
* | Replace all use of config.h with event-config.h. | Nick Mathewson | 2009-01-27 | 1 | -2/+2 |
* | Remove all trailing whitespace in all the source files. | Nick Mathewson | 2009-01-27 | 1 | -11/+11 |
* | Rename four internal headers to follow the -internal.h convention. | Nick Mathewson | 2009-01-13 | 1 | -1/+1 |
* | memory leak: forgot to free paused rpcs in server | Niels Provos | 2008-12-19 | 1 | -0/+5 |
* | Forward-port: Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT, but k... | Nick Mathewson | 2008-06-14 | 1 | -10/+10 |
* | move some structure definitions from evrpc.h to evrpc-internal.h | Niels Provos | 2008-05-13 | 1 | -2/+23 |
* | r19667@catbus: nickm | 2008-05-08 23:49:26 -0400 | Nick Mathewson | 2008-05-09 | 1 | -1/+1 |
* | r15549@tombo: nickm | 2008-05-08 11:53:11 -0400 | Nick Mathewson | 2008-05-08 | 1 | -0/+2 |
* | r19656@catbus: nickm | 2008-05-08 10:25:08 -0400 | Nick Mathewson | 2008-05-08 | 1 | -1/+0 |