summaryrefslogtreecommitdiff
path: root/bufferevent.c
Commit message (Expand)AuthorAgeFilesLines
...
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-3/+3
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-271-4/+4
* Move obsolete evbuffer function into include/event2/buffer_compat.hNick Mathewson2009-01-231-0/+1
* Use EV_PERSIST in bufferevents for efficiency and simplicity.Nick Mathewson2009-01-221-15/+15
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-1/+1
* Use new EVUTIL_ERR_*_RETRIABLE macros when we're testing an errno for blocking.Nick Mathewson2009-01-131-14/+8
* if we change the timeouts on bufferevents, we might have to readd pending eventsNiels Provos2008-07-171-0/+5
* r15551@tombo: nickm | 2008-05-08 14:49:20 -0400Nick Mathewson2008-05-081-2/+2
* trust in naming: rename evbuffer.c to bufferevent.cNiels Provos2008-05-041-0/+725