summaryrefslogtreecommitdiff
path: root/buffer_iocp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some build warnings on MSVC, mostly related to signed/unsigned comparisons.Nick Mathewson2009-11-051-1/+2
* Commit ConnectEx code to get connect working with async bufferevents.Nick Mathewson2009-11-041-0/+11
* Refactor IOCP callback interfaceNick Mathewson2009-11-021-2/+5
* Use EVUTIL_ASSERT() consistently instead of assert.Nick Mathewson2009-10-261-4/+3
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-281-0/+1
* Use ev_ssize_t in place of ssize_t *everywhere*.Nick Mathewson2009-05-221-3/+3
* Fix some small win32 build issues on trunk.Nick Mathewson2009-05-221-2/+1
* Use the native "struct iovec" as our "struct evbuffer_iovec" when available, ...Nick Mathewson2009-05-211-6/+1
* Replace reserve/commit with new iovec-based interface. Add a new evbuffer_peek.Nick Mathewson2009-05-191-14/+27
* Add a "ctrl" mechanism to bufferevents for property access.Nick Mathewson2009-05-131-0/+6
* Make unit tests for bufferevent_async compile and _almost_ work.Nick Mathewson2009-05-051-2/+2
* Add missing include to buffer_iocp.cNick Mathewson2009-05-051-0/+1
* Use fewer _compat.h headers in our own code.Nick Mathewson2009-05-021-1/+0
* More msvc build tweaks.Nick Mathewson2009-05-011-7/+7
* Get launch_read and launch_write to (apparently) work.Nick Mathewson2009-04-301-3/+11
* Fix a reversed check in upcast_evbufferNick Mathewson2009-04-301-1/+1
* Document many internal functions and pieces of code.Nick Mathewson2009-04-171-0/+48
* Remove long copy-and-paste section full of windows api notes.Nick Mathewson2009-04-171-102/+0
* Make buffer iocp stuff compile happilyNick Mathewson2009-04-141-24/+38
* Add draft (nonworking) versions of iocp code to hack on more.Nick Mathewson2009-04-131-0/+334