summaryrefslogtreecommitdiff
path: root/bufferevent.c
Commit message (Expand)AuthorAgeFilesLines
* Add reference counts to bufferevents.Nick Mathewson2009-04-171-2/+32
* Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.hNick Mathewson2009-04-171-2/+2
* Locking support for bufferevents.Nick Mathewson2009-04-131-9/+68
* Refactor new elements of bufferevent into bufferevent_private structureNick Mathewson2009-04-131-15/+26
* Munge the read_suspended flag before re-enabling reads on the underlying buff...Nick Mathewson2009-04-051-1/+1
* Make the new evbuffer callbacks use a new struct-based interface.Nick Mathewson2009-04-031-5/+7
* checkpoint work on big bufferevent refactoringNick Mathewson2009-02-021-530/+143
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+2
* 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