index
:
user/sebastian/libevent
OSX_compile
OSX_compile_v2
ancient_gcc
bufferevents_updates
clang_analyzer_fixes
clang_enum
clang_unknown_warning_options
compilewarning
configure
configure_enhancements
disable_debug_mode
fix_clang_compilation
fixcompile
kq_setup_kevent-fix
kqueue_compile
master
new_configure_options
openssl_detection
osx_fun
osx_openssl_deprecation
osx_weak_smybol_fun
osx_weak_symbol_fun
patches-2.0
segfault
static_analysis_fixes
tinytest_header
Sebastian's libevent repository
Sebastian Hahn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buffer.c
Commit message (
Expand
)
Author
Age
*
Remove one last bug in last_with_datap logic. Found with valgrind
Nick Mathewson
2010-04-23
*
Fix compiler warnings under WIN32
Giuseppe Scrivano
2010-04-13
*
Add evbuffer_copyout to copy data from an evbuffer without draining
Nick Mathewson
2010-04-13
*
Add more unit tests for evbuffer_expand
Nick Mathewson
2010-04-09
*
Unit-test every evbuffer_add_file() implementation.
Nick Mathewson
2010-04-09
*
Clean up a mistake in pointer manipulation in evbuffer_remove
Christopher Davis
2010-04-02
*
Rewrite evbuffer_expand and its users
Nick Mathewson
2010-03-31
*
Fix a memory leak when appending/prepending to a buffer with unused space.
Nick Mathewson
2010-03-31
*
Make the no_iovecs case of write_atmost compile
Nick Mathewson
2010-03-31
*
Turn the increasingly complex *_CHAIN() macros into functions
Nick Mathewson
2010-03-31
*
Replace last_with_data with a slightly smarter version
Nick Mathewson
2010-03-31
*
Fix critical bug in evbuffer_write when writev is not available
Nick Mathewson
2010-03-31
*
Make evbuffer_prepend handle empty buffers better
Nick Mathewson
2010-03-26
*
Do not use evbuffer_expand() to add the first chain to a buffer
Nick Mathewson
2010-03-26
*
Improve robustness for refcounting
Nick Mathewson
2010-03-13
*
Fix last_with_data compilation on windows
Nick Mathewson
2010-03-11
*
Allow evbuffer_read() to split across more than 2 iovecs
Nick Mathewson
2010-03-10
*
Remove previous_to_last from evbuffer
Nick Mathewson
2010-03-10
*
Use last_with_data in place of previous_to_last
Nick Mathewson
2010-03-10
*
Revise evbuffer to add last_with_data
Nick Mathewson
2010-03-10
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
*
Improve the speed of evbuffer_readln()
Nick Mathewson
2010-03-03
*
Make bufferevent_free() clear all callbacks immediately.
Nick Mathewson
2010-02-22
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
*
Fix two unlocked reads in evbuffer.
Nick Mathewson
2010-02-15
*
Use off_t for the length parameter of evbuffer_add_file
Nick Mathewson
2010-02-12
*
Fix byte counts when mixing deferred and non-deferred evbuffer callbacks.
Nick Mathewson
2010-01-06
*
Replace some cases of uint32_t with ev_uint32_t.
Nick Mathewson
2009-12-23
*
Fix up behavior of never-defered callbacks a little
Nick Mathewson
2009-12-22
*
Add the abilitity to mark some buffer callbacks as never-deferred.
Nick Mathewson
2009-12-04
*
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.
Nick Mathewson
2009-11-27
*
Revise the locking API: deprecate the old locking callbacks and add trylock.
Nick Mathewson
2009-11-27
*
Remove most calls to event_err() in http and deal with memory errors instead
Niels Provos
2009-11-19
*
Move responsibility for IOCP callback into bufferevent_async.
Nick Mathewson
2009-11-17
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
*
Fix some build warnings on MSVC, mostly related to signed/unsigned comparisons.
Nick Mathewson
2009-11-05
*
Fix an errant user of ssize_t to use ev_ssize_t.
Nick Mathewson
2009-11-02
*
Do not add a newline to the end of log statements.
Nick Mathewson
2009-10-27
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
*
Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec
Niels Provos
2009-09-24
*
Treat a negative number of bytes to read as the kernel saying "I don't know."
Nick Mathewson
2009-09-11
*
Support sendfile on solaris: patch from Caitlin Mercer.
Nick Mathewson
2009-08-16
*
Add an evbuffer_search_range() to search a bounded range of a buffer
Nick Mathewson
2009-08-07
*
Refactor evbuffer_readln() into a search-for-eol function and an extract-line...
Nick Mathewson
2009-07-31
*
Refactor evbuffer_readln to use evbuffer_ptr; remove old evbuffer_iterator.
Nick Mathewson
2009-07-31
*
Make "deferred callback queue" independent of event_base.
Nick Mathewson
2009-07-26
*
Fix build on platforms (like Solaris 10, reportedly) which lack a MAP_FILE.
Nick Mathewson
2009-07-23
*
Fix type on freebsd sendfile. Patch from navin seshadri. Fixes bug 2811991
Nick Mathewson
2009-06-25
*
Use ev_ssize_t in place of ssize_t *everywhere*.
Nick Mathewson
2009-05-22
[next]