summaryrefslogtreecommitdiff
path: root/WIN32-Code
Commit message (Expand)AuthorAgeFilesLines
* Clean up formatting: remove trailing spacesNick Mathewson2010-02-181-2/+2
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-2/+2
* Update event-config.h version number to match configure.inNick Mathewson2010-02-151-1/+1
* Set all instances of the version number correctly.Nick Mathewson2009-12-181-2/+2
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-161-2/+10
* Build fixes for MSVCNick Mathewson2009-11-051-1/+2
* Rename win32.c to win32select.c, and take it out of the WIN32-Code ghetto.Nick Mathewson2009-11-051-381/+0
* Remove win32-code/config.h. It was apparently confusing.Nick Mathewson2009-11-051-243/+0
* Use EVUTIL_ASSERT() consistently instead of assert.Nick Mathewson2009-10-261-3/+2
* Fix win32 connect() event handling.Nick Mathewson2009-10-211-2/+2
* Fix win32 compilation.Nick Mathewson2009-10-211-5/+8
* Add locking to event_base_loop.Nick Mathewson2009-10-211-8/+18
* Some tweaks to Brodie Thesfield's MSVC patch.Nick Mathewson2009-07-282-4/+2
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-282-1/+4
* Fix compilation problems in win32.cNick Mathewson2009-05-281-2/+2
* Activate fd events in a pseudorandom order on older backends.Nick Mathewson2009-05-271-11/+26
* Try to contain the failure when we are running without socketpair().Nick Mathewson2009-05-221-1/+6
* More msvc build tweaks.Nick Mathewson2009-05-011-2/+2
* Apparently MSVC lacks a ssize_t. Define an ev_ssize_t for headers, and make ...Nick Mathewson2009-04-301-0/+3
* Compilation fixes for vc++ 2008 express. Not the end of them.Nick Mathewson2009-04-302-39/+126
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+2
* Update win32 code to put indices in evmap.Nick Mathewson2009-01-141-81/+38
* Fix win32 compilation. Surprisingly, unit tests pass too.Nick Mathewson2009-01-131-8/+5
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-2/+2
* deprecate the usage of signal_{add,del,set} and name it evsignal_{add,del,set...Niels Provos2008-12-231-6/+6
* Restructure the event backends so that they do not need to keep track of even...Niels Provos2008-12-231-102/+27
* Add new functions to access backends by their features and to query the featu...Nick Mathewson2008-05-311-1/+2
* Resolve two conflicts.Nick Mathewson2008-05-301-1/+1
* windows does not have varargs macros, so this is all uselessNiels Provos2008-05-152-1236/+0
* add the code here until we figure out how to generate it on windowsNiels Provos2008-05-152-0/+1236
* r19677@catbus: nickm | 2008-05-11 20:51:41 -0400Nick Mathewson2008-05-121-15/+15
* r19649@catbus: nickm | 2008-05-08 10:00:14 -0400Nick Mathewson2008-05-082-104/+0
* r19641@catbus: nickm | 2008-05-07 17:51:26 -0400Nick Mathewson2008-05-072-2/+2
* r15764@tombo: nickm | 2007-12-31 15:46:16 -0500Nick Mathewson2007-12-311-0/+677
* remove obsoleted recalc codeNiels Provos2007-12-091-11/+0
* Debug new win32 code: make bufferevents test pass.Nick Mathewson2007-12-061-5/+5
* Fix compile warnings and errors in win32 build.Nick Mathewson2007-12-062-28/+21
* r15172@tombo: nickm | 2007-12-06 12:54:37 -0500Nick Mathewson2007-12-062-73/+792
* r14939@tombo: nickm | 2007-11-25 11:59:26 -0500Nick Mathewson2007-11-251-16/+16
* r16556@catbus: nickm | 2007-11-07 17:55:39 -0500Nick Mathewson2007-11-071-0/+4
* Make all the C files in the libraries compile under MSVC 2005 Express. There...Nick Mathewson2007-11-074-157/+409
* Remove spurious #include <sys/tree.h> in win32.c.Nick Mathewson2007-11-071-1/+0
* r15217@catbus: nickm | 2007-09-20 14:04:32 -0400Nick Mathewson2007-09-201-11/+22
* r15216@catbus: nickm | 2007-09-20 13:58:23 -0400Nick Mathewson2007-09-201-0/+2
* r14505@catbus: nickm | 2007-08-10 12:35:52 -0400Nick Mathewson2007-08-101-2/+2
* more the signal base into the event base; this removes global state and makes...Niels Provos2007-03-101-4/+4
* rolling back r339: evconfig.h does not workNiels Provos2007-03-012-2/+2
* make evconfig.h available as installed header file; notNiels Provos2007-02-282-2/+2
* mingw fixes from NickNiels Provos2006-11-222-3/+7
* make it compile with mingw; from NickNiels Provos2006-09-273-7/+22