summaryrefslogtreecommitdiff
path: root/iocp-internal.h
Commit message (Expand)AuthorAgeFilesLines
* cmake: Export missing symbols for win32Azat Khuzhin2017-03-141-0/+13
* Export symbols for -fvisibility=hidden (under cmake)Azat Khuzhin2017-03-131-0/+1
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-23/+23
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-2/+2
* Convert include-guard macro convention to avoid reserved identifiersNick 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 Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-1/+1
|/
* Add event_config_set_num_cpus_hint for tuning thread pools, etc.Christopher Davis2010-09-081-2/+2
* Stop IOCP when freeing the event_base.Christopher Davis2010-09-081-3/+5
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* 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-1/+1
* Use ev_[u]intptr_t types in place of [u]intptr_tNick Mathewson2010-01-261-3/+3
* Move responsibility for IOCP callback into bufferevent_async.Nick Mathewson2009-11-171-2/+11
* Commit ConnectEx code to get connect working with async bufferevents.Nick Mathewson2009-11-041-0/+6
* Refactor IOCP callback interfaceNick Mathewson2009-11-021-1/+1
* Extract XP-only functions when initializing the IOCP portNick Mathewson2009-10-291-1/+18
* Expose a narrow window to the IOCP code.Nick Mathewson2009-10-231-0/+9
* Use ev_ssize_t in place of ssize_t *everywhere*.Nick Mathewson2009-05-221-2/+2
* Add a "ctrl" mechanism to bufferevents for property access.Nick Mathewson2009-05-131-0/+3
* Make unit tests for bufferevent_async compile and _almost_ work.Nick Mathewson2009-05-051-0/+1
* Add a constructor for bufferevent_async.Nick Mathewson2009-05-051-0/+1
* First tests for IOCP loop, and related fixes.Nick Mathewson2009-04-301-5/+28
* Document many internal functions and pieces of code.Nick Mathewson2009-04-171-1/+68
* More hacking on event_iocp.c: make it compile, and give it more of an interfa...Nick Mathewson2009-04-161-3/+10
* Make buffer iocp stuff compile happilyNick Mathewson2009-04-141-1/+5
* Add draft (nonworking) versions of iocp code to hack on more.Nick Mathewson2009-04-131-0/+52