summaryrefslogtreecommitdiff
path: root/test/test-eof.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments (sample/test/event-internal.h)dota172019-08-091-2/+2
* util-internal: fix __func__ redefinition (netbsd)Azat Khuzhin2016-12-061-4/+0
* test: use EVUTIL_SHUT_WRAzat Khuzhin2016-03-111-5/+2
* Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-011-2/+1
|\
| * Compile without warnings on mingw64Nick Mathewson2012-11-011-2/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-261-1/+2
|\ \ | |/
| * Add checks to various return values in unit tests. Found by coverityNick Mathewson2012-07-261-1/+2
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-4/+4
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-2/+24
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-2/+24
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-2/+2
|/
* Make test-eof fail with a timeout if we never get an eof.Harlan Stenn2011-02-221-3/+9
* Fix more wn64 warnings.Christopher Davis2010-11-031-1/+1
* Fix some ints to evutil_socket_t; make tests pass on win64.Dimitre Piskyulev2010-10-271-1/+1
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Make test.sh support mingw/msys on win32Nick Mathewson2010-05-081-0/+10
* Replace users of "int fd" with "evutil_socket_t fd" in portable codeNick Mathewson2010-03-051-1/+1
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-191-1/+1
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-3/+0
* Build fixes for MSVCNick Mathewson2009-11-051-1/+8
* Replace some read/write instances with send/recv to work properly on win32.Nick Mathewson2009-06-051-2/+2
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-2/+2
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-271-1/+1
* r16733@catbus: nickm | 2007-11-26 14:18:25 -0500Nick Mathewson2007-11-261-2/+2
* Make the test/ subdirectory buildable under Windows. Well, mingw at least. ...Nick Mathewson2007-09-201-1/+11
* include config.h if HAVE_CONFIG_H from Jan KneschkeNiels Provos2007-07-301-0/+4
* __FUNCTION__ -> __func__Niels Provos2003-09-251-1/+1
* remove queue.h includeNiels Provos2002-04-101-1/+0
* Initial revisionNiels Provos2002-04-091-0/+69