summaryrefslogtreecommitdiff
path: root/bufferevent_async.c
Commit message (Expand)AuthorAge
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-14
* Set mem_offset for every bufferevent typeNick Mathewson2010-03-13
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-04
* Fix mingw compilationNick Mathewson2010-02-25
* Provide consistent, tested semantics for bufferevent timeoutsNick Mathewson2010-02-23
* 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
* Check more internal event_add() calls for failureNick Mathewson2010-01-22
* Merge branch 'ratelimit'Nick Mathewson2010-01-06
|\
| * Fix compilation of rate-limiting code on win32.Nick Mathewson2009-12-30
| * Rate-limiting for bufferevents; group and individual limits are supported.Nick Mathewson2009-12-28
* | Fix crash bugs when a bufferevent's eventcb is not set.Nick Mathewson2009-12-29
|/
* 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
* Use EVUTIL_ASSERT() consistently instead of assert.Nick Mathewson2009-10-26
* Expose a narrow window to the IOCP code.Nick Mathewson2009-10-23
* Always hold a reference to a bufferevent when calling its callbacks.Nick Mathewson2009-07-17
* Add a generic mechanism to implement timeouts in bufferevents.Nick Mathewson2009-05-25
* Add a "ctrl" mechanism to bufferevents for property access.Nick Mathewson2009-05-13
* Fix bufferevent_async to use lock/unlock, not unlock/unlock.Nick Mathewson2009-05-06
* Make unit tests for bufferevent_async compile and _almost_ work.Nick Mathewson2009-05-05
* Add a trival start of a be_async test.Nick Mathewson2009-05-05
* Add a constructor for bufferevent_async.Nick Mathewson2009-05-05
* Use fewer _compat.h headers in our own code.Nick Mathewson2009-05-02
* Initial core implementation of bufferevent_async.cNick Mathewson2009-05-01