| Commit message (Expand) | Author | Age | Files | Lines |
* | Use ev_ssize_t in place of ssize_t *everywhere*. | Nick Mathewson | 2009-05-22 | 3 | -7/+7 |
* | Replace reserve/commit with new iovec-based interface. Add a new evbuffer_peek. | Nick Mathewson | 2009-05-19 | 2 | -40/+274 |
* | Tweak the evconnlistener interface a little. | Nick Mathewson | 2009-05-18 | 1 | -1/+2 |
* | Change the interface of evbuffer_add_reference: give the cleanup function mor... | Nick Mathewson | 2009-05-15 | 1 | -3/+13 |
* | New semantics for evbuffer_cb_set_flags(). | Nick Mathewson | 2009-05-15 | 1 | -1/+1 |
* | Do not use the "evbuffer_" prefix to denote parts of bufferevents. | Nick Mathewson | 2009-05-13 | 3 | -24/+24 |
* | Addition to bufferevent_async unit test | Nick Mathewson | 2009-05-06 | 1 | -7/+8 |
* | Make unit tests for bufferevent_async compile and _almost_ work. | Nick Mathewson | 2009-05-05 | 1 | -4/+8 |
* | Add a trival start of a be_async test. | Nick Mathewson | 2009-05-05 | 1 | -1/+65 |
* | Add new code to make and accept connections. | Nick Mathewson | 2009-05-05 | 1 | -0/+109 |
* | Revise regress_pthreads.c to not use event_set | Nick Mathewson | 2009-05-02 | 1 | -4/+2 |
* | Initial unit test for overlapped evbuffer usage. It's lame, but it doesn't c... | Nick Mathewson | 2009-04-30 | 1 | -2/+52 |
* | Beef up the events in the last test a little. | Nick Mathewson | 2009-04-30 | 1 | -6/+24 |
* | Oops: actually commit changes to build and use regress_iocp | Nick Mathewson | 2009-04-30 | 3 | -0/+7 |
* | First tests for IOCP loop, and related fixes. | Nick Mathewson | 2009-04-30 | 1 | -0/+124 |
* | Make environment-variable tests work on win32, which has only one method and ... | Nick Mathewson | 2009-04-30 | 1 | -1/+20 |
* | Unit test for disabling events with EVENT_NO*, and for EVENT_BASE_FLAG_IGNORE... | Nick Mathewson | 2009-04-28 | 1 | -0/+64 |
* | remove vararg macros for accessing evrpc structs | Niels Provos | 2009-04-25 | 1 | -16/+19 |
* | Make main/methods test pass on systems where only one backend exists. | Nick Mathewson | 2009-04-23 | 1 | -8/+6 |
* | Fix win32 compilation issues. | Nick Mathewson | 2009-04-23 | 3 | -6/+14 |
* | Add missing regress_minheap.c file | Nick Mathewson | 2009-04-23 | 1 | -0/+98 |
* | Add a randomized test for heap correctness. | Nick Mathewson | 2009-04-23 | 3 | -1/+3 |
* | Use signal.h, not sys/signal.h. | Nick Mathewson | 2009-04-23 | 4 | -4/+3 |
* | Make version test ignore the bottom byte of the version number. | Nick Mathewson | 2009-04-23 | 1 | -1/+1 |
* | Somehow free_active_base was using the socketpair, but not saying it needed i... | Nick Mathewson | 2009-04-23 | 1 | -1/+1 |
* | Add a missing "static". | Nick Mathewson | 2009-04-22 | 1 | -1/+1 |
* | Make sure the test case for mem_functions hits strdup too. | Nick Mathewson | 2009-04-21 | 1 | -1/+6 |
* | Add a basic test for set_mem_functions | Nick Mathewson | 2009-04-21 | 1 | -0/+51 |
* | Add a test for event_pending; especially the timeout part. | Nick Mathewson | 2009-04-21 | 1 | -2/+54 |
* | Unit tests for event_base_once. | Nick Mathewson | 2009-04-21 | 1 | -0/+46 |
* | Refactor test wrappers to divide legacy items from useful stuff. | Nick Mathewson | 2009-04-21 | 6 | -38/+86 |
* | Add unit tests for version methods and feature-based backend selection | Nick Mathewson | 2009-04-21 | 1 | -1/+53 |
* | Call the main testcases "main", not "legacy". | Nick Mathewson | 2009-04-21 | 3 | -3/+3 |
* | Format microseconds correctly in bench_httpclient | Nick Mathewson | 2009-04-21 | 1 | -1/+1 |
* | Update copyright notices, add some missing license statements | Nick Mathewson | 2009-04-19 | 1 | -0/+25 |
* | Do not try to double-free the nameserver in regression test | Nick Mathewson | 2009-04-19 | 1 | -1/+0 |
* | More tweaks to http stress-tester | Nick Mathewson | 2009-04-18 | 1 | -5/+29 |
* | Add a new bench_httpclient for a trivial codecon demo. | Nick Mathewson | 2009-04-18 | 2 | -1/+179 |
* | Even _more_ recent tinytest, designed to give better help output.release-2.0.1-alpha | Nick Mathewson | 2009-04-17 | 1 | -4/+10 |
* | Add the latest tinytest. This one supports a --terse flag and a --no-fork fl... | Nick Mathewson | 2009-04-17 | 1 | -25/+44 |
* | Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.h | Nick Mathewson | 2009-04-17 | 4 | -41/+42 |
* | have evhttp_set_cb return an int; -1 on failure, 0 on success; this is better... | Niels Provos | 2009-04-17 | 1 | -0/+9 |
* | Fix two windows compilation bugs. | Nick Mathewson | 2009-04-13 | 1 | -0/+2 |
* | http benchmark: add a way to change the size of the buffer; also use add_refe... | Niels Provos | 2009-04-12 | 1 | -7/+47 |
* | Add a linked-pair abstraction to bufferevents. | Nick Mathewson | 2009-04-10 | 1 | -18/+85 |
* | Fix parsing of queries where the encoded queries contained \r, \n or + | Niels Provos | 2009-04-10 | 1 | -0/+42 |
* | revert last commit; git user error | Niels Provos | 2009-04-10 | 1 | -33/+0 |
* | initial version of query decoding patch | Niels Provos | 2009-04-10 | 1 | -0/+33 |
* | Add freeze support to evbuffers. | Nick Mathewson | 2009-04-08 | 1 | -0/+106 |
* | Refactor the zlib and pthreads tests to appear in the regular tinytest tree s... | Nick Mathewson | 2009-04-07 | 6 | -85/+64 |