Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| ea1ea3d6 | 2010-08-06 13:34:51 | Make test-changelist count cpu usage right on win32 | ||
| 9b602096 | 2010-08-06 13:03:17 | Use AF_INET socketpair to test sendfile on Solaris | ||
| 170ffd2b | 2010-08-05 15:57:30 | Increase the tolerance in our unit tests for sloppy clocks. (Apparently openbsd in virtualbox just doesn't keep very accurate time.) | ||
| e996b3d4 | 2010-08-05 15:51:16 | Make tests quieter on local dns resolver failure | ||
| b2c6202d | 2010-08-04 15:52:32 | Fix an assertion bug in test-ratelim If the rate limit was low enough, then the echo_conns wouldn't finish inside the 300 msec we allowed for them to close. Instead, count the number of connections we have, and keep waiting until they are all closed. | ||
| 42f6b624 | 2010-08-04 15:51:14 | Add option to test-ratelim to test min_share | ||
| 42a8c711 | 2010-07-31 17:10:04 | Build more cleanly with NetBSDs that dislike toupper(char) To be fair, when char can be signed, if toupper doesn't take negative characters, toupper(char) is a very bad idea. So let's just use the nice safe EVUTIL_TOUPPER instead. (It explicitly only upcases ASCII, but we only use it for identifiers that we know to be ASCII anyway). | ||
| 840a72fb | 2010-07-29 20:32:40 | Fix badly-behaved subtest of dns/bufferevent_connect_hostname The bufferevent_connect_hostname test was specifying AF_INET, but the gethostbyname test we were using to see what error to expect was using PF_UNSPEC, leading to possible divergence of results. | ||
| 7c926916 | 2010-07-19 15:14:10 | Make test/test.sh call test-changelist Eventually test-changelist should expand to try more cases, maybe query the status of the actual changelist somehow, and integrate it with the rest of the unit tests. Also, add test-changelist to gitignore. | ||
| cb927a51 | 2010-07-19 15:03:43 | Fix whitespace. |