summaryrefslogtreecommitdiff
path: root/evbuffer-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Maximum evbuffer read configurationAzat Khuzhin2019-03-161-0/+2
* Fixed last_with_datap descriptionMarcin Szewczyk2017-12-181-1/+1
* Fix CVE-2014-6272 in Libevent 2.1Nick Mathewson2015-01-051-1/+13
* Use finalization feature so bufferevents can avoid deadlocksNick Mathewson2013-04-261-0/+5
* Add a new callback to get called on evbuffer_file_segment freeyangacer2012-11-061-0/+4
* Replace more deferred_cb names with event_callbackNick Mathewson2012-05-091-3/+3
* Replace deferred_cbs with event_callback-based implementation.Nick Mathewson2012-05-091-0/+1
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-2/+2
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-7/+7
* Convert include-guard macro convention to avoid reserved identifiersNick Mathewson2012-02-291-3/+3
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-2/+2
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'github/linked_list'Nick Mathewson2012-01-201-2/+2
|\ \
| * | Use LIST rather than TAILQ for evbuffer callbacksNick Mathewson2010-04-091-2/+2
* | | Merge remote-tracking branch 'fancycode/buffer_references'Nick Mathewson2011-12-081-0/+14
|\ \ \
| * | | Changed use of refcounts to make sure referenced chains are freed in all cases.Joachim Bauch2011-12-071-1/+1
| * | | prevent nested multicast references, reworked lockingJoachim Bauch2011-08-091-3/+2
| * | | support adding buffers to other buffers non-destructivelyJoachim Bauch2011-08-091-0/+15
* | | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | | | Make evbuffer_file_segment_types adaptableNick Mathewson2011-10-061-5/+6
* | | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-061-0/+2
|\ \ \ \ | |/ / /
| * | | Prefer mmap to sendfile unless a DRAINS_TO_FD flag is set. Allows add_file to...Nick Mathewson2011-09-291-0/+2
* | | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-181-0/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Make overlapped reads result in evbuffer callbacks getting invokedNick Mathewson2011-08-181-0/+2
* | | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-4/+4
* | | Merge remote branch 'kev009/21_ac_use_system_extensions'Nick Mathewson2011-01-071-0/+1
|\ \ \
| * | | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+1
| |/ /
* | | Add CreateFileMapping file_segment implementation for win32Nick Mathewson2010-12-201-2/+10
* | | Add evbuffer_add_file_segment() so one fd can be used efficiently in more tha...Nick Mathewson2010-12-201-12/+36
|/ /
* | Fix even more win64 warningsNick Mathewson2010-11-011-2/+4
* | IOCP-related evbuffer fixes.Christopher Davis2010-09-081-1/+2
* | Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
|/
* Replace last_with_data with a slightly smarter versionNick Mathewson2010-03-311-5/+15
* Increase MIN_BUFFER_SIZE to 512 (1024 on 64-bit)Nick Mathewson2010-03-261-2/+9
* Remove previous_to_last from evbufferNick Mathewson2010-03-101-11/+2
* Use last_with_data in place of previous_to_lastNick Mathewson2010-03-101-3/+3
* Revise evbuffer to add last_with_dataNick Mathewson2010-03-101-0/+4
* more whitespace normalizationNick Mathewson2010-03-051-5/+5
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-18/+18
* Fix byte counts when mixing deferred and non-deferred evbuffer callbacks.Nick Mathewson2010-01-061-1/+3
* Fix up behavior of never-defered callbacks a littleNick Mathewson2009-12-221-5/+3
* Improved optional lock debugging.Nick Mathewson2009-11-271-28/+2
* Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.Nick Mathewson2009-11-271-8/+6
* Move responsibility for IOCP callback into bufferevent_async.Nick Mathewson2009-11-171-0/+10
* Use EVUTIL_ASSERT() consistently instead of assert.Nick Mathewson2009-10-261-2/+2
* Add a note that we should change previous_to_last to last_with_spaceNick Mathewson2009-10-161-0/+2
* Spelling fixes in comments and strings.Nick Mathewson2009-10-161-1/+1