summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Make debug mode catch mixed ET and non-ET events on an fdNick Mathewson2010-04-28
* Make http_base_test stop leaking an event_base.Nick Mathewson2010-04-23
* Make evdns logging threadsafeNick Mathewson2010-04-23
* Add dns/search_cancel unit test.Christopher Davis2010-04-22
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-14
* Do not inhibit automake dependencies generationGiuseppe Scrivano2010-04-13
* Test another case of evbuffer_prependNick Mathewson2010-04-09
* Add more unit tests for evbuffer_expandNick Mathewson2010-04-09
* Unit-test every evbuffer_add_file() implementation.Nick Mathewson2010-04-09
* Rewrite evbuffer_expand and its usersNick Mathewson2010-03-31
* Replace last_with_data with a slightly smarter versionNick Mathewson2010-03-31
* Merge branch 'build'Nick Mathewson2010-03-22
|\
| * Remove redundant stuff from EXTRA_DISTNick Mathewson2010-03-12
| * Support the standard 'make check' target in place of 'make verify'Nick Mathewson2010-03-12
* | Detect and refuse reentrant event_base_loop() callsNick Mathewson2010-03-21
* | Make 'main/many_events' test 70 fds, not 64.Nick Mathewson2010-03-16
* | Fix some memory leaks in the unit testsNick Mathewson2010-03-13
* | Fix a write of uninitialized RAM in regression testsNick Mathewson2010-03-13
* | Fix an obnoxious typo in the bufferevent_timeout_filter testNick Mathewson2010-03-13
|/
* Add some glass-box tests for the last_with_data code.Nick Mathewson2010-03-11
* Remove previous_to_last from evbufferNick Mathewson2010-03-10
* Use last_with_data in place of previous_to_lastNick Mathewson2010-03-10
* Revise evbuffer to add last_with_dataNick Mathewson2010-03-10
* more whitespace normalizationNick Mathewson2010-03-05
* Replace users of "int fd" with "evutil_socket_t fd" in portable codeNick Mathewson2010-03-05
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-04
* VC has no getopt(), so do without in bench_http.Christopher Davis2010-03-02
* Get bench_http to work on Windows; add a switch to enable IOCP.Christopher Davis2010-03-02
* Delete stack-alloced event in new unit test before returning.Nick Mathewson2010-02-24
* Use new timeval diff comparison function in bufferevent testNick Mathewson2010-02-23
* Add test for periodic timers that get activated for other reasonsNick Mathewson2010-02-23
* Add a test for timeouts on filtering bufferevents.Nick Mathewson2010-02-23
* Provide consistent, tested semantics for bufferevent timeoutsNick Mathewson2010-02-23
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-19
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-18
* Clean up formatting: Disallow space-before-tab.Nick Mathewson2010-02-18
* Add some headers to fix freebsd compilationNick Mathewson2010-02-18
* Add a unit test for secure rng.Nick Mathewson2010-02-18
* Merge branch 'arc4random'Nick Mathewson2010-02-17
|\
| * Add an arc4random implementation for use by evdnsNick Mathewson2010-02-11
* | validate close cb on server when client connection closesNiels Provos2010-02-13
* | clean up terminate_chunked testNiels Provos2010-02-13
|/
* Remove the 'flags' argument from evdns_base_set_option()Nick Mathewson2010-02-05
* Fix some additional -DUNICODE issues on win32.Nick Mathewson2010-02-03
* Merge remote branch 'niels/http_chunk'Nick Mathewson2010-02-03
|\
| * do not fail while sending on http connections the client closed.Niels Provos2010-02-03
* | Add the rest of the integer limits, and add a test for them.Nick Mathewson2010-02-03
|/
* Fix windows and msvc buildNick Mathewson2010-01-23
* Fix a number of warnings from gcc -pedanticNick Mathewson2010-01-23
* Make it compile under gcc --std=c89.Nick Mathewson2010-01-23