summaryrefslogtreecommitdiff
path: root/win32select.c
Commit message (Expand)AuthorAgeFilesLines
* variable redefinition in win32_dispatchmohuang2020-05-251-1/+0
* win32select: print an error in case of failureAzat Khuzhin2019-01-291-0/+2
* Don't use BSD u_* types.Ed Schouten2015-08-251-1/+1
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-07-211-1/+1
|\
| * libevent/win32_dealloc() : fix sizeof(pointer) vs sizeof(*pointer)Frank Denis2013-07-211-1/+1
* | Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-021-1/+2
|\ \ | |/
| * Fix compilation on mingw64 with -DUSE_DEBUGNick Mathewson2012-11-021-1/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-161-1/+1
|\ \ | |/
| * Win32: avoid crash when waiting forever on zero fds.Nick Mathewson2012-07-161-1/+1
* | Split out time-related prototypes into time-internal.hNick Mathewson2012-04-201-0/+1
* | Tweak the new evutil_weakrand_() codeNick Mathewson2012-04-091-0/+2
* | Change evutil_weakrand_() to avoid platform random()Nicholas Marriott2012-04-091-3/+6
* | Clean up lingering _identifiers.Nick Mathewson2012-02-291-11/+11
* | Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-7/+7
* | Also make win32select.c conditional for IDE usersNick Mathewson2012-02-101-0/+4
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-1/+2
|/
* Rename "size" variables in win32select that were really fd counts.Nick Mathewson2010-11-011-11/+11
* Try to clear up more size_t vs int/long issues.Nick Mathewson2010-10-271-1/+1
* Fix signed/unsigned warnings on win32Nick Mathewson2010-10-141-2/+2
* Remove the now-useless evsig_caught and evsig_processNick Mathewson2010-09-151-4/+0
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Add evutil_tv_to_msec for safe conversion of timevals to milliseconds.Christopher Davis2010-03-311-7/+6
* more whitespace normalizationNick Mathewson2010-03-051-4/+4
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-191-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-8/+8
* Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.Nick Mathewson2009-11-271-2/+2
* Fix a miscalculated realloc() size in win32select.c.Nick Mathewson2009-11-061-2/+2
* Rename win32.c to win32select.c, and take it out of the WIN32-Code ghetto.Nick Mathewson2009-11-051-0/+381