summaryrefslogtreecommitdiff
path: root/event_iocp.c
Commit message (Expand)AuthorAgeFilesLines
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Construct Windows locks using InitializeCriticalSectionAndSpinCountNick Mathewson2010-02-181-1/+1
* Use ev_[u]intptr_t types in place of [u]intptr_tNick Mathewson2010-01-261-4/+4
* Refactor IOCP callback interfaceNick Mathewson2009-11-021-9/+12
* Extract XP-only functions when initializing the IOCP portNick Mathewson2009-10-291-0/+62
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-281-0/+1
* Fix some small win32 build issues on trunk.Nick Mathewson2009-05-221-1/+1
* Make unit tests for bufferevent_async compile and _almost_ work.Nick Mathewson2009-05-051-1/+2
* Add a constructor for bufferevent_async.Nick Mathewson2009-05-051-0/+11
* First tests for IOCP loop, and related fixes.Nick Mathewson2009-04-301-12/+98
* Update copyright notices, add some missing license statementsNick Mathewson2009-04-191-0/+25
* More hacking on event_iocp.c: make it compile, and give it more of an interfa...Nick Mathewson2009-04-161-7/+50
* It seems support for GetCompletionEventEx is not in my mingw. Use the simple...Nick Mathewson2009-04-161-12/+8
* Make buffer iocp stuff compile happilyNick Mathewson2009-04-141-1/+7
* Add draft (nonworking) versions of iocp code to hack on more.Nick Mathewson2009-04-131-0/+40