summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add the latest tinytest. This one supports a --terse flag and a --no-fork fl...Nick Mathewson2009-04-171-25/+44
* Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.hNick Mathewson2009-04-174-41/+42
* have evhttp_set_cb return an int; -1 on failure, 0 on success; this is better...Niels Provos2009-04-171-0/+9
* Fix two windows compilation bugs.Nick Mathewson2009-04-131-0/+2
* http benchmark: add a way to change the size of the buffer; also use add_refe...Niels Provos2009-04-121-7/+47
* Add a linked-pair abstraction to bufferevents.Nick Mathewson2009-04-101-18/+85
* Fix parsing of queries where the encoded queries contained \r, \n or +Niels Provos2009-04-101-0/+42
* revert last commit; git user errorNiels Provos2009-04-101-33/+0
* initial version of query decoding patchNiels Provos2009-04-101-0/+33
* Add freeze support to evbuffers.Nick Mathewson2009-04-081-0/+106
* Refactor the zlib and pthreads tests to appear in the regular tinytest tree s...Nick Mathewson2009-04-076-85/+64
* Fix evdns_cancel to alert callback and free associated RAM.Nick Mathewson2009-04-061-7/+34
* Make the new evbuffer callbacks use a new struct-based interface.Nick Mathewson2009-04-031-2/+8
* Add a new improved search function.Nick Mathewson2009-04-031-0/+81
* Glibc mkstemp requires exactly 6 Xs.Nick Mathewson2009-04-011-1/+1
* Make tmpfile code compile without warningsNick Mathewson2009-02-131-1/+2
* a simple test for evbuffer_add_fileNiels Provos2009-02-133-0/+65
* Make threading functions global, like the mm_ functions. Use the libevent_pt...Nick Mathewson2009-02-122-43/+9
* Make evutil_parse_sockaddr_port give a useful socket-length output.Nick Mathewson2009-02-111-3/+8
* Test some formerly untested prepend cases of evbuffer. Now evbuffer coverage ...Nick Mathewson2009-02-101-0/+58
* More unit tests for evbuffer_add_reference to make sure that certain interlea...Nick Mathewson2009-02-101-7/+87
* Remove some needless includesNick Mathewson2009-02-101-4/+0
* Move bufferevent tests to regress_bufferevent.c file.Nick Mathewson2009-02-033-249/+230
* Compile http_connection_retry_test, but mark it skipped on win32.Nick Mathewson2009-02-022-2/+4
* checkpoint work on big bufferevent refactoringNick Mathewson2009-02-026-81/+216
* Enable the edge-triggered test againNick Mathewson2009-02-013-24/+29
* Support temporarily suspending an evbuffer callback. This is different from ...Nick Mathewson2009-02-011-0/+20
* Unit tests for evbuffer callback manipulationNick Mathewson2009-02-011-1/+73
* Change evbuffer callbacks to use tinytest natively and never assert.Nick Mathewson2009-02-011-132/+97
* Move evbuffer tests into their own file.Nick Mathewson2009-02-015-497/+556
* slightly more coverage for evutil.Nick Mathewson2009-01-311-0/+2
* Convert evtag test.Nick Mathewson2009-01-311-50/+19
* Move rpc_test to regress_rpc.Nick Mathewson2009-01-313-189/+145
* Convert RPC suite. There are still some places it can exit(1), but those alw...Nick Mathewson2009-01-314-107/+81
* Add missing initializersNick Mathewson2009-01-311-1/+1
* Port DNS tests.Nick Mathewson2009-01-315-95/+87
* Tinytest update: mostly just to allow test skipping.Nick Mathewson2009-01-313-14/+45
* Rename a couple of http tests so they all end with _test. This lets us simpl...Nick Mathewson2009-01-311-26/+27
* Port the HTTP unit tests. Most are still legacy (since they use test_ok so m...Nick Mathewson2009-01-304-481/+263
* Move util tests to regress_util.cNick Mathewson2009-01-302-35/+35
* Convert test_evutil_strtoll to new framework.Nick Mathewson2009-01-301-19/+11
* Refactor unit tests using my spiffy new "tinytest" framework.Nick Mathewson2009-01-2910-252/+1138
* fix signed/unsigned warning in unit tests. can we just use "char*" on all ne...Nick Mathewson2009-01-291-1/+1
* Have util-internal.h define socklen_t if we need it, and include it appropria...Nick Mathewson2009-01-292-1/+2
* test evbuffer_add_referenceNiels Provos2009-01-291-0/+59
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-2711-22/+17
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-2714-31/+31
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-274-118/+118
* make it so that test_persistent_timeout can call loopexit only once; reported...Niels Provos2009-01-271-1/+3
* Remove evperiodic_assign and its related parts: its functionality is subsumed...Nick Mathewson2009-01-221-26/+0