summaryrefslogtreecommitdiff
path: root/event_iocp.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate fd conversion warnings and introduce EVUTIL_INVALID_SOCKET (windows)Azat Khuzhin2019-01-291-1/+1
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-11-011-1/+4
|\
| * Avoid redundant invocations of init_extension_functions for IOCPNick Mathewson2013-11-011-1/+4
* | Clean up lingering _identifiers.Nick Mathewson2012-02-291-2/+2
* | Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-7/+7
* | Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-2/+2
* | 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 Mathewson2012-02-091-1/+1
|\ \ | |/
| * Avoid crash when freeing event_iocp and using event_set_mem_functionsNick Mathewson2012-02-091-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
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-05-271-0/+4
|\ \ | |/
| * InitializeCriticalSectionAndSpinCount requires _WIN32_WINNT >= 0x0403.Peter Rosin2011-05-271-0/+4
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-1/+1
* | Add evconfig-private to remaining filesKevin Bowling2011-01-071-0/+1
|/
* Add event_config_set_num_cpus_hint for tuning thread pools, etc.Christopher Davis2010-09-081-3/+9
* Some IOCP bufferevent tweaks.Christopher Davis2010-09-081-1/+1
* Stop IOCP when freeing the event_base.Christopher Davis2010-09-081-2/+8
* 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