summaryrefslogtreecommitdiff
path: root/WIN32-Code
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2.0.11-stable-devNick Mathewson2011-04-271-2/+2
* Increment version number to 2.0.11-stablerelease-2.0.11-stableNick Mathewson2011-04-271-2/+2
* Fix msvc build: it needed to know about _EVENT_HAVE_STRUCT_SOCKADDR_STORAGENick Mathewson2011-04-231-0/+3
* Bump version to 2.0.10-stable-devNick Mathewson2010-12-161-2/+2
* Set the version to 2.0.10-stableNick Mathewson2010-12-151-2/+2
* Increment version to 2.0.9-rc-devNick Mathewson2010-11-301-2/+2
* Increment version to 2.0.9-rcNick Mathewson2010-11-301-2/+2
* Set _EVENT_SIZEOF_VOID_P correctly on win32 and win64Dimitre Piskyulev2010-10-271-0/+7
* Increment version in git to 2.0.8-rc-devNick Mathewson2010-10-141-2/+2
* Increment the version to 2.0.8-rcrelease-2.0.8-rcNick Mathewson2010-10-141-2/+2
* Bump version to 2.0.7-rc-devNick Mathewson2010-09-091-2/+2
* Make all versioning changes for 2.0.7-rc, and add ChangeLogrelease-2.0.7-rcNick Mathewson2010-09-091-2/+2
* Increment vesion to 2.0.6-rc-devNick Mathewson2010-08-061-2/+2
* Increment versions to 2.0.6-rcrelease-2.0.6-rcNick Mathewson2010-08-061-2/+2
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Bump version to 2.0.5-beta-devNick Mathewson2010-05-101-2/+2
* Increment version numbers for 2.0.5-betarelease-2.0.5-betaNick Mathewson2010-05-091-2/+2
* Revert the broken part of 2cffd6c937Nick Mathewson2010-03-011-0/+273
* Bump version to 2.0.4-alpha-devNick Mathewson2010-02-281-274/+1
* Bump the version to 2.0.4-alpharelease-2.0.4-alphaNick Mathewson2010-02-281-2/+2
* Try to define a sane _EVENT_SIZEOF_SIZE_T for msvc compilationNick Mathewson2010-02-251-0/+7
* 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