summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Change evutil_weakrand_() to avoid platform random()Nicholas Marriott2012-04-092-3/+5
* Fix some compilation warnings with msvcNick Mathewson2012-04-031-1/+1
* Decrease MAX_REQUESTS in test-fdleakNick Mathewson2012-04-031-0/+4
* Include util-internal.h earlier in test-dumpevents to fix solaris buildNick Mathewson2012-04-031-1/+1
* Fix compilation with mm-replacement disabled.Nick Mathewson2012-04-032-1/+7
* Make check-dumpevents work with out-of-tree buildsNick Mathewson2012-04-031-1/+6
* Make check-dumpevents.py actually get included in the tarballsNick Mathewson2012-04-031-1/+2
* Increase duration and tolerance on http/connection_retry testNick Mathewson2012-04-011-5/+5
* Require at least Python 2.4 for check-dumpevents.py.Ross Lagerwall2012-03-261-1/+1
* Test more bufferevent_ratelim featuresNick Mathewson2012-03-252-6/+131
* Add event_base_get_running_event() to get the event* whose cb we are inNick Mathewson2012-03-251-0/+1
* More coverage on reinsert_timeout testsNick Mathewson2012-03-231-1/+1
* Make test-dumpevents build on LinuxNick Mathewson2012-03-231-0/+1
* Fix a nasty bug in event_queue_reinsert_timeout()Nick Mathewson2012-03-231-1/+17
* Add a unit test for event_base_dump_events()Nick Mathewson2012-03-234-1/+252
* Use libevent_global_shutdown() to clean up in unit tests.Nick Mathewson2012-03-221-0/+5
* Add a test for using event_self_cbarg() with event_assign().Ross Lagerwall2012-03-131-2/+16
* Add a regression test for event_self_cbarg().Ross Lagerwall2012-03-121-0/+24
* Add netinet/in.h include to fix test-fdleak on openbsdNick Mathewson2012-02-291-0/+3
* Clean up lingering _identifiers.Nick Mathewson2012-02-291-9/+9
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-2911-73/+73
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-295-31/+31
* Stop referring to an obsolete include guard in bench_http.hNick Mathewson2012-02-291-2/+0
* Convert include-guard macro convention to avoid reserved identifiersNick Mathewson2012-02-292-6/+6
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-2919-62/+62
* test-fdleak: Avoid perror, since it does not capture windows socket errorsNick Mathewson2012-02-271-9/+12
* remove debugging printsNick Mathewson2012-02-271-3/+1
* test-fdleak: Call event callbacks event_cb.Nick Mathewson2012-02-271-6/+4
* Remove fixed port from test-fdleak, so two instances can run in parallelNick Mathewson2012-02-271-10/+25
* Remove an unsafe programming practice from test-fdleak; add XX commentsNick Mathewson2012-02-271-5/+15
* Try and fix compilation and running of test-fdleak on Windows.Ross Lagerwall2012-02-251-1/+10
* Allow compilation on machines that do not have setrlimit.Ross Lagerwall2012-02-251-1/+8
* Simply test-fdleak by running server & client sockets in the same event loop.Ross Lagerwall2012-02-251-81/+14
* Add a new test: test-fdleak which tests for fd leaks by creating many sockets.Ross Lagerwall2012-02-233-2/+282
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-141-1/+1
|\
| * Changed OPENSSL_LDFLAGS to OPENSSL_LIBADDMark Ellzey2012-02-141-1/+1
| * Added OPENSSL_LDFLAGS env variable which is appended to SSL checks.Mark Ellzey2012-02-141-1/+1
* | Synchronize with upstream tinytestNick Mathewson2012-02-133-61/+61
* | Merge in a punctuation fix from upstream tinytestNick Mathewson2012-02-131-1/+1
* | Add a bufferevent_getcb() to find a bufferevent's current callbacksNick Mathewson2012-02-111-1/+13
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-1033-36/+152
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-1033-36/+152
* | Replace more C99/C++ comments with oldschool /* */ commentsNick Mathewson2012-02-021-2/+2
* | Make test-changelist fasterNick Mathewson2012-01-271-2/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-01-261-11/+16
|\ \ | |/
| * Better workaround for Linux 3.2 edge-triggered epoll bugNick Mathewson2012-01-261-11/+16
* | When including an -internal.h header outside the main tree, do so earlyNick Mathewson2012-01-2415-21/+21
* | Allow more slop in deferred_cb_skew test; freebsd needs itNick Mathewson2012-01-241-3/+2
* | Remove a couple of now-unused variablesNick Mathewson2012-01-241-2/+1
* | Use test_timeval_diff_eq more consistentlyNick Mathewson2012-01-242-17/+6