summaryrefslogtreecommitdiff
path: root/buffer.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-171-5/+11
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Solaris sendfile: correctly detect amount of data sentMichael Herf2011-08-151-5/+11
* | | Merge remote-tracking branch 'github/21_end_of_buffer'Nick Mathewson2011-07-051-12/+37
|\ \ \
| * | | Set the special "not found" evbuffer_ptr consistantly.Nir Soffer2011-06-201-10/+12
| * | | Tweaks to return types with end-of-buf ptrsNick Mathewson2011-06-131-5/+7
| * | | Allow evbuffer_ptr to point to position 0 in an empty evbufferNir Soffer2011-06-131-3/+19
| * | | Allow evbuffer_ptr_set to yield a point just after the end of the buffer.Nick Mathewson2011-06-131-1/+6
* | | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-07-041-0/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Speed up invoke_callbacks on evbuffers when there are no callbacksMark Ellzey2011-07-041-0/+5
* | | Remove a needless branch in evbuffer_drain()Nick Mathewson2011-06-081-4/+2
* | | Fix a bug in the improved EOL_CRLF codeNick Mathewson2011-06-061-2/+5
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-06-061-1/+1
|\ \ \ | |/ /
| * | Fix incorrect results from evbuffer_search_eol(EOL_LF)Nick Mathewson2011-06-061-1/+1
* | | Fix windows file segment mappingsNick Mathewson2011-06-021-1/+1
* | | Try to squeeze a little more speed out of EVBUFFER_EOL_CRLFNick Mathewson2011-06-011-3/+32
* | | Roughly 20% speed increase when line-draining a buffer using EVBUFFER_EOL_CRLFMina Naguib2011-05-311-15/+11
* | | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-12/+12
* | | Merge remote branch 'kev009/21_ac_use_system_extensions'Nick Mathewson2011-01-071-3/+4
|\ \ \
| * | | Remove use and reference to event-private.hKevin Bowling2011-01-071-1/+1
| * | | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-1/+0
| * | | Remove event-private.h and switch to evconfig-private.hKevin Bowling2011-01-021-1/+1
| * | | Eliminate a couple more manual internal _GNU_SOURCE definesKevin Bowling2010-12-221-2/+4
| |/ /
* | | Add CreateFileMapping file_segment implementation for win32Nick Mathewson2010-12-201-2/+55
* | | Add support for mmaps with nonzero offset values. Needs testing.Nick Mathewson2010-12-201-10/+22
* | | Add evbuffer_add_file_segment() so one fd can be used efficiently in more tha...Nick Mathewson2010-12-201-264/+215
|/ /
* | EVUTIL_ASSERT: Use sizeof() to avoid "unused variable" warnings.Evan Jones2010-12-141-0/+6
* | Consistentize tabsNick Mathewson2010-12-091-1/+1
* | Fix some irix compilation warnings spotted by Kevin BowlingNick Mathewson2010-11-221-3/+2
* | Fix win32 build in response to fixes from win64 build.Nick Mathewson2010-11-011-14/+14
* | Fix even more win64 warnings: buffer, event_tagging, http, evdns, evrpcNick Mathewson2010-11-011-17/+22
* | Correct logic for realigning a chain in evbuffer_addNick Mathewson2010-10-251-8/+19
* | Make evbuffer_add_file take ev_off_t, not off_tNick Mathewson2010-10-251-2/+2
* | Fix signed/unsigned warnings on opensolaris, where iov_len is signedNick Mathewson2010-10-141-3/+3
* | Fix an EINVAL on evbuffer_write_iovec on OpenSolaris.Nick Mathewson2010-10-061-1/+12
* | Fix all warnings in the main codebase flagged by -Wsigned-compareNick Mathewson2010-09-231-5/+5
* | IOCP-related evbuffer fixes.Christopher Davis2010-09-081-16/+106
* | Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...Nick Mathewson2010-08-231-0/+2
* | Move event-config.h to include/event2Nick Mathewson2010-08-061-2/+2
* | Fix wrong sie calculation of iovec buffers when exact=1niks2010-07-161-2/+2
* | Fix logic in correcting high values from FIONREADNick Mathewson2010-05-281-24/+21
* | Numerous opensolaris compilation fixesNick Mathewson2010-05-081-2/+2
* | Make evbuffer_add_file() work on windowsNick Mathewson2010-05-081-1/+58
* | Remove one last bug in last_with_datap logic. Found with valgrindNick Mathewson2010-04-231-2/+3
* | Fix compiler warnings under WIN32Giuseppe Scrivano2010-04-131-2/+2
* | Add evbuffer_copyout to copy data from an evbuffer without drainingNick Mathewson2010-04-131-21/+18
|/
* Add more unit tests for evbuffer_expandNick Mathewson2010-04-091-0/+4
* Unit-test every evbuffer_add_file() implementation.Nick Mathewson2010-04-091-0/+48
* Clean up a mistake in pointer manipulation in evbuffer_removeChristopher Davis2010-04-021-1/+1
* Rewrite evbuffer_expand and its usersNick Mathewson2010-03-311-62/+161
* Fix a memory leak when appending/prepending to a buffer with unused space.Nick Mathewson2010-03-311-2/+6