summaryrefslogtreecommitdiff
path: root/buffer_iocp.c
Commit message (Expand)AuthorAge
* Initialize last_with_datap correctly in evbuffer_overlappedNick Mathewson2010-04-14
* Replace last_with_data with a slightly smarter versionNick Mathewson2010-03-31
* Fix last_with_data compilation on windowsNick Mathewson2010-03-11
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-04
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-18
* Make it compile under gcc --std=c89.Nick Mathewson2010-01-23
* Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.Nick Mathewson2009-11-27
* Move responsibility for IOCP callback into bufferevent_async.Nick Mathewson2009-11-17
* Fix some build warnings on MSVC, mostly related to signed/unsigned comparisons.Nick Mathewson2009-11-05
* Commit ConnectEx code to get connect working with async bufferevents.Nick Mathewson2009-11-04
* Refactor IOCP callback interfaceNick Mathewson2009-11-02
* Use EVUTIL_ASSERT() consistently instead of assert.Nick Mathewson2009-10-26
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-28
* Use ev_ssize_t in place of ssize_t *everywhere*.Nick Mathewson2009-05-22
* Fix some small win32 build issues on trunk.Nick Mathewson2009-05-22
* Use the native "struct iovec" as our "struct evbuffer_iovec" when available, ...Nick Mathewson2009-05-21
* Replace reserve/commit with new iovec-based interface. Add a new evbuffer_peek.Nick Mathewson2009-05-19
* 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 missing include to buffer_iocp.cNick Mathewson2009-05-05
* Use fewer _compat.h headers in our own code.Nick Mathewson2009-05-02
* More msvc build tweaks.Nick Mathewson2009-05-01
* Get launch_read and launch_write to (apparently) work.Nick Mathewson2009-04-30
* Fix a reversed check in upcast_evbufferNick Mathewson2009-04-30
* Document many internal functions and pieces of code.Nick Mathewson2009-04-17
* Remove long copy-and-paste section full of windows api notes.Nick Mathewson2009-04-17
* Make buffer iocp stuff compile happilyNick Mathewson2009-04-14
* Add draft (nonworking) versions of iocp code to hack on more.Nick Mathewson2009-04-13