summaryrefslogtreecommitdiff
path: root/test/regress_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* evrpc: avoid NULL dereference on request is not EVHTTP_REQ_POSTAzat Khuzhin2018-09-141-0/+48
* Make rpc headers self-compilableAzat Khuzhin2018-05-071-1/+0
* Fix a pile of coverity warnings in the unit testsNick Mathewson2014-01-081-1/+8
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-261-0/+5
|\
| * Add some missing null checks to unit tests; found by coverityNick Mathewson2012-07-261-0/+2
| * Fix various check-after-dereference issues in unit tests: found by coverityNick Mathewson2012-07-261-0/+3
* | Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-3/+3
* | 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
* | Make regression tests run over 3x faster.Nick Mathewson2012-01-241-2/+2
* | 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-06-141-0/+9
|\ \ | |/
| * Don't break when building tests from git without python installedNick Mathewson2011-06-141-0/+9
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-2/+2
|/
* tests: Use new event2 headers instead of old compatibility headers.Evan Jones2010-12-031-2/+8
* Fix -Wsigned-compare warnings in test/*Nick Mathewson2010-10-141-1/+1
* Allow more than one copy of regression tests to run at onceNick Mathewson2010-09-031-21/+21
* Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...Nick Mathewson2010-08-231-0/+3
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Fix some memory leaks in the unit testsNick Mathewson2010-03-131-0/+1
* Replace users of "int fd" with "evutil_socket_t fd" in portable codeNick Mathewson2010-03-051-1/+1
* 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-75/+75
* Clean up formatting: Disallow space-before-tab.Nick Mathewson2010-02-181-1/+1
* Fix a number of warnings from gcc -pedanticNick Mathewson2010-01-231-4/+4
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* remove vararg macros for accessing evrpc structsNiels Provos2009-04-251-16/+19
* Refactor test wrappers to divide legacy items from useful stuff.Nick Mathewson2009-04-211-1/+2
* Move rpc_test to regress_rpc.Nick Mathewson2009-01-311-11/+145
* Convert RPC suite. There are still some places it can exit(1), but those alw...Nick Mathewson2009-01-311-103/+79
* 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-21/+21
* rename sys/signal.h to signal.h; configure m4 macro dir; this assist with com...Niels Provos2009-01-221-1/+1
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-1/+1
* Forward-port: Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT, but k...Nick Mathewson2008-06-141-8/+8
* r19602@catbus: nickm | 2008-05-05 11:45:18 -0400Nick Mathewson2008-05-051-1/+1
* expose a way to create the rpc context manuallyNiels Provos2008-05-011-2/+20
* 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
* pausing an rpc via a hook needs to deal with the fact that http callbacks fre...Niels Provos2007-12-281-15/+6
* allow hooks to pause RPC processing; this will allow hooks to do meaningful w...Niels Provos2007-12-271-2/+99
* r16733@catbus: nickm | 2007-11-26 14:18:25 -0500Nick Mathewson2007-11-261-5/+7
* provide hooks for outgoing pools; associate a base with a poolNiels Provos2007-11-031-3/+18
* simple hooks for processing incoming and outgoing rpcsNiels Provos2007-11-021-0/+40
* Make the test/ subdirectory buildable under Windows. Well, mingw at least. ...Nick Mathewson2007-09-201-1/+1
* fix memory leaks/unitialized memory found by valgrindNiels Provos2007-09-091-0/+6
* fix a couple memory leaks; time buffer marshalingNiels Provos2007-09-091-0/+4