summaryrefslogtreecommitdiff
path: root/test/test-weof.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-3/+3
|/
* tests: Use relative includes ("") instead of system includes (<>)Evan Jones2010-12-031-4/+4
* 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 EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-141-1/+1
* 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-2/+9
* Replace some read/write instances with send/recv to work properly on win32.Nick Mathewson2009-06-051-1/+1
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-2/+2
* r19602@catbus: nickm | 2008-05-05 11:45:18 -0400Nick Mathewson2008-05-051-2/+4
* 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/+9
* include config.h if HAVE_CONFIG_H from Jan KneschkeNiels Provos2007-07-301-0/+4
* correctly test against SIG_ERRNiels Provos2005-07-141-1/+1
* __FUNCTION__ -> __func__Niels Provos2003-09-251-1/+1
* remove queue.h includeNiels Provos2002-04-101-1/+0
* typeNiels Provos2002-04-091-1/+1
* Initial revisionNiels Provos2002-04-091-0/+69