summaryrefslogtreecommitdiff
path: root/bufferevent_filter.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright notices, add some missing license statementsNick Mathewson2009-04-191-1/+2
* Add a generic way for any bufferevent to make its callback deferredNick Mathewson2009-04-171-3/+3
* Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.hNick Mathewson2009-04-171-10/+10
* Locking support for bufferevents.Nick Mathewson2009-04-131-1/+10
* Refactor new elements of bufferevent into bufferevent_private structureNick Mathewson2009-04-131-16/+18
* Add a linked-pair abstraction to bufferevents.Nick Mathewson2009-04-101-1/+1
* Make the new evbuffer callbacks use a new struct-based interface.Nick Mathewson2009-04-031-3/+3
* oops; coding too quickly on nil-filter patch. Caught by niels.Nick Mathewson2009-02-111-1/+1
* Make default (nil) filter use evbuffer_remove_buffer to respect the high-wate...Nick Mathewson2009-02-101-3/+1
* convert new bufferevent_*.c files to event-config.h only.Nick Mathewson2009-02-021-3/+3
* checkpoint work on big bufferevent refactoringNick Mathewson2009-02-021-0/+435