summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Use ev_ssize_t in place of ssize_t *everywhere*.Nick Mathewson2009-05-223-7/+7
* Replace reserve/commit with new iovec-based interface. Add a new evbuffer_peek.Nick Mathewson2009-05-192-40/+274
* Tweak the evconnlistener interface a little.Nick Mathewson2009-05-181-1/+2
* Change the interface of evbuffer_add_reference: give the cleanup function mor...Nick Mathewson2009-05-151-3/+13
* New semantics for evbuffer_cb_set_flags().Nick Mathewson2009-05-151-1/+1
* Do not use the "evbuffer_" prefix to denote parts of bufferevents.Nick Mathewson2009-05-133-24/+24
* Addition to bufferevent_async unit testNick Mathewson2009-05-061-7/+8
* Make unit tests for bufferevent_async compile and _almost_ work.Nick Mathewson2009-05-051-4/+8
* Add a trival start of a be_async test.Nick Mathewson2009-05-051-1/+65
* Add new code to make and accept connections.Nick Mathewson2009-05-051-0/+109
* Revise regress_pthreads.c to not use event_setNick Mathewson2009-05-021-4/+2
* Initial unit test for overlapped evbuffer usage. It's lame, but it doesn't c...Nick Mathewson2009-04-301-2/+52
* Beef up the events in the last test a little.Nick Mathewson2009-04-301-6/+24
* Oops: actually commit changes to build and use regress_iocpNick Mathewson2009-04-303-0/+7
* First tests for IOCP loop, and related fixes.Nick Mathewson2009-04-301-0/+124
* Make environment-variable tests work on win32, which has only one method and ...Nick Mathewson2009-04-301-1/+20
* Unit test for disabling events with EVENT_NO*, and for EVENT_BASE_FLAG_IGNORE...Nick Mathewson2009-04-281-0/+64
* remove vararg macros for accessing evrpc structsNiels Provos2009-04-251-16/+19
* Make main/methods test pass on systems where only one backend exists.Nick Mathewson2009-04-231-8/+6
* Fix win32 compilation issues.Nick Mathewson2009-04-233-6/+14
* Add missing regress_minheap.c fileNick Mathewson2009-04-231-0/+98
* Add a randomized test for heap correctness.Nick Mathewson2009-04-233-1/+3
* Use signal.h, not sys/signal.h.Nick Mathewson2009-04-234-4/+3
* Make version test ignore the bottom byte of the version number.Nick Mathewson2009-04-231-1/+1
* Somehow free_active_base was using the socketpair, but not saying it needed i...Nick Mathewson2009-04-231-1/+1
* Add a missing "static".Nick Mathewson2009-04-221-1/+1
* Make sure the test case for mem_functions hits strdup too.Nick Mathewson2009-04-211-1/+6
* Add a basic test for set_mem_functionsNick Mathewson2009-04-211-0/+51
* Add a test for event_pending; especially the timeout part.Nick Mathewson2009-04-211-2/+54
* Unit tests for event_base_once.Nick Mathewson2009-04-211-0/+46
* Refactor test wrappers to divide legacy items from useful stuff.Nick Mathewson2009-04-216-38/+86
* Add unit tests for version methods and feature-based backend selectionNick Mathewson2009-04-211-1/+53
* Call the main testcases "main", not "legacy".Nick Mathewson2009-04-213-3/+3
* Format microseconds correctly in bench_httpclientNick Mathewson2009-04-211-1/+1
* Update copyright notices, add some missing license statementsNick Mathewson2009-04-191-0/+25
* Do not try to double-free the nameserver in regression testNick Mathewson2009-04-191-1/+0
* More tweaks to http stress-testerNick Mathewson2009-04-181-5/+29
* Add a new bench_httpclient for a trivial codecon demo.Nick Mathewson2009-04-182-1/+179
* Even _more_ recent tinytest, designed to give better help output.release-2.0.1-alphaNick Mathewson2009-04-171-4/+10
* 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