summaryrefslogtreecommitdiff
path: root/test/test-fdleak.c
Commit message (Expand)AuthorAgeFilesLines
* test-fdleak: fix memory leaksAzat Khuzhin2018-12-081-6/+9
* Renamed sin to saddr due to name conflictTrond Norbye2014-03-211-10/+10
* Fix a comment in test-fdleak after 077c7e949.Ross Lagerwall2012-06-031-1/+1
* Decrease MAX_REQUESTS in test-fdleakNick Mathewson2012-04-031-0/+4
* Add netinet/in.h include to fix test-fdleak on openbsdNick Mathewson2012-02-291-0/+3
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-3/+3
* 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-231-0/+269