summaryrefslogtreecommitdiff
path: root/evrpc.c
Commit message (Expand)AuthorAgeFilesLines
* evrpc: do not check req twiceAzat Khuzhin2019-04-011-2/+1
* http: implement separate timeouts for read/write/connect phaseAzat Khuzhin2019-03-051-1/+1
* evrpc: avoid NULL dereference on request is not EVHTTP_REQ_POSTAzat Khuzhin2018-09-141-1/+2
* Fix even more coverity warnings.Nick Mathewson2014-01-081-2/+1
* Remove spurious checks in evrpc.c error cases (coverity)Nick Mathewson2014-01-081-6/+3
* Add new error_cb for actual reporting of HTTP request errors.Azat Khuzhin2013-04-251-1/+1
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-18/+18
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-4/+4
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-1/+1
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-281-5/+16
|\ \ | |/
| * Cleanup on 7c11e51e1ab: restore c90 declaration complianceNick Mathewson2011-08-281-3/+7
| * Clean up some problems identified by Coverity.Harlan Stenn2011-08-281-2/+9
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-3/+3
* | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-03-121-4/+4
|\ \ | |/
| * Fix incorrect assertions and possible use-after-free in evrpc_free()Christophe Fillot2011-03-121-4/+4
* | Add new evhttp_{connection_}set_timeout_tv() functions to set finger-grained ...Constantine Verutin2011-02-221-3/+3
* | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+1
|/
* 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