summaryrefslogtreecommitdiff
path: root/WIN32-Code
Commit message (Expand)AuthorAgeFilesLines
* 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
* introduce a way to free the base from Nick Mathewson <nickm@freehaven.net>Niels Provos2006-03-281-1/+24
* windows memory corruption bug fix from I-M Weasel via Nick Mathewson.Niels Provos2005-12-081-0/+2
* windows fixes from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-03-292-137/+432
* make it compile again; from dug songNiels Provos2005-02-041-4/+4
* fix some of the windows compile issues; make buffer.c faster; supportNiels Provos2004-05-242-3/+74
* Windows support from Mike DavisNiels Provos2003-09-234-0/+360