summaryrefslogtreecommitdiff
path: root/WIN32-Code
Commit message (Expand)AuthorAgeFilesLines
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-292-5/+5
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-114/+114
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-0/+6
|\
| * Bump version to 2.0.17-stableNick Mathewson2012-02-101-2/+2
| * Increment version to 2.0.16-stable-devNick Mathewson2011-11-181-2/+2
| * Increment version to 2.0.16-stablerelease-2.0.16-stableNick Mathewson2011-11-181-2/+2
| * Bump version to 2.0.15-stable-devNick Mathewson2011-10-121-2/+2
| * Increment version to 2.0.15-stableNick Mathewson2011-10-121-2/+2
| * Increment version to 2.0.14-stable-devNick Mathewson2011-08-311-2/+2
| * Bump version to 2.0.14-stableNick Mathewson2011-08-301-2/+2
| * Bump version to 2.0.13-stable-devNick Mathewson2011-07-181-2/+2
| * Bump version to 2.0.13-devrelease-2.0.13-stableNick Mathewson2011-07-181-2/+2
| * Bump version to 2.0.12-stable-devNick Mathewson2011-06-041-2/+2
| * Bump version to 2.0.12-stable. Not release just yetNick Mathewson2011-06-031-2/+2
| * 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
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-04-231-0/+3
|\ \ | |/
| * Fix msvc build: it needed to know about _EVENT_HAVE_STRUCT_SOCKADDR_STORAGENick Mathewson2011-04-231-0/+3
* | Prefer the ./configure evconfig-private.h in MinGW, just in case.Kevin Bowling2011-01-031-1/+1
* | Add an evconfig-private.h stub for Win32.Kevin Bowling2011-01-021-0/+6
* | Bump version in master to 2.1.0-alpha-devNick Mathewson2010-12-161-2/+2
|/
* 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