summaryrefslogtreecommitdiff
path: root/iocp-internal.h
Commit message (Expand)AuthorAge
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-04
* Clean up formatting: remove trailing spacesNick Mathewson2010-02-18
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-18
* Use ev_[u]intptr_t types in place of [u]intptr_tNick Mathewson2010-01-26
* Move responsibility for IOCP callback into bufferevent_async.Nick Mathewson2009-11-17
* Commit ConnectEx code to get connect working with async bufferevents.Nick Mathewson2009-11-04
* Refactor IOCP callback interfaceNick Mathewson2009-11-02
* Extract XP-only functions when initializing the IOCP portNick Mathewson2009-10-29
* Expose a narrow window to the IOCP code.Nick Mathewson2009-10-23
* Use ev_ssize_t in place of ssize_t *everywhere*.Nick Mathewson2009-05-22
* Add a "ctrl" mechanism to bufferevents for property access.Nick Mathewson2009-05-13
* Make unit tests for bufferevent_async compile and _almost_ work.Nick Mathewson2009-05-05
* Add a constructor for bufferevent_async.Nick Mathewson2009-05-05
* First tests for IOCP loop, and related fixes.Nick Mathewson2009-04-30
* Document many internal functions and pieces of code.Nick Mathewson2009-04-17
* More hacking on event_iocp.c: make it compile, and give it more of an interfa...Nick Mathewson2009-04-16
* Make buffer iocp stuff compile happilyNick Mathewson2009-04-14
* Add draft (nonworking) versions of iocp code to hack on more.Nick Mathewson2009-04-13