summaryrefslogtreecommitdiff
path: root/test/regress_testutils.c
Commit message (Expand)AuthorAgeFilesLines
* evdns: add ability to get CNAMESergey Matveychuk2021-05-241-0/+5
* test/regress_testutils: use inet_addr()Azat Khuzhin2020-06-021-1/+1
* evdns: Implement dns requests via tcpayuseleznev2020-05-211-20/+118
* regress_clean_dnsserver(): reset global port varsAzat Khuzhin2016-03-231-2/+6
* tests/regress_dns: cover that randomize-case works case-insensitiveAzat Khuzhin2015-10-091-1/+11
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-261-2/+6
|\
| * Add checks to various return values in unit tests. Found by coverityNick Mathewson2012-07-261-2/+6
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-261-1/+2
|\ \ | |/
| * Fix resource leaks in the unit tests; found by coverityNick Mathewson2012-07-261-1/+2
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-2/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | When including an -internal.h header outside the main tree, do so earlyNick Mathewson2012-01-241-2/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-191-0/+17
|\ \ | |/
| * Tests for 94fba5b and f72e8f6Leonid Evdokimov2011-10-191-0/+17
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-2/+2
|/
* Include util-internal.h as needed to build on platforms with no sockaddr_storageHarlan Stenn2011-02-221-0/+2
* tests: Use relative includes ("") instead of system includes (<>)Evan Jones2010-12-031-3/+3
* tests: Use new event2 headers instead of old compatibility headers.Evan Jones2010-12-031-1/+2
* Move the "function to getsockname() on a listener" to regress_testutilsNick Mathewson2010-09-061-0/+10
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-141-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-8/+8
* move dns utility functions into a separate file so that we can use them for h...Niels Provos2010-01-141-0/+185