index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-08-17
1
-5
/
+11
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Solaris sendfile: correctly detect amount of data sent
Michael Herf
2011-08-15
1
-5
/
+11
*
|
|
Merge remote-tracking branch 'github/21_end_of_buffer'
Nick Mathewson
2011-07-05
1
-12
/
+37
|
\
\
\
|
*
|
|
Set the special "not found" evbuffer_ptr consistantly.
Nir Soffer
2011-06-20
1
-10
/
+12
|
*
|
|
Tweaks to return types with end-of-buf ptrs
Nick Mathewson
2011-06-13
1
-5
/
+7
|
*
|
|
Allow evbuffer_ptr to point to position 0 in an empty evbuffer
Nir Soffer
2011-06-13
1
-3
/
+19
|
*
|
|
Allow evbuffer_ptr_set to yield a point just after the end of the buffer.
Nick Mathewson
2011-06-13
1
-1
/
+6
*
|
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-07-04
1
-0
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Speed up invoke_callbacks on evbuffers when there are no callbacks
Mark Ellzey
2011-07-04
1
-0
/
+5
*
|
|
Remove a needless branch in evbuffer_drain()
Nick Mathewson
2011-06-08
1
-4
/
+2
*
|
|
Fix a bug in the improved EOL_CRLF code
Nick Mathewson
2011-06-06
1
-2
/
+5
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-06-06
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Fix incorrect results from evbuffer_search_eol(EOL_LF)
Nick Mathewson
2011-06-06
1
-1
/
+1
*
|
|
Fix windows file segment mappings
Nick Mathewson
2011-06-02
1
-1
/
+1
*
|
|
Try to squeeze a little more speed out of EVBUFFER_EOL_CRLF
Nick Mathewson
2011-06-01
1
-3
/
+32
*
|
|
Roughly 20% speed increase when line-draining a buffer using EVBUFFER_EOL_CRLF
Mina Naguib
2011-05-31
1
-15
/
+11
*
|
|
Use "_WIN32", not WIN32: it's standard and we don't need to fake it
Nick Mathewson
2011-05-25
1
-12
/
+12
*
|
|
Merge remote branch 'kev009/21_ac_use_system_extensions'
Nick Mathewson
2011-01-07
1
-3
/
+4
|
\
\
\
|
*
|
|
Remove use and reference to event-private.h
Kevin Bowling
2011-01-07
1
-1
/
+1
|
*
|
|
Include evconfig-private.h in internal files for great good.
Kevin Bowling
2011-01-02
1
-1
/
+0
|
*
|
|
Remove event-private.h and switch to evconfig-private.h
Kevin Bowling
2011-01-02
1
-1
/
+1
|
*
|
|
Eliminate a couple more manual internal _GNU_SOURCE defines
Kevin Bowling
2010-12-22
1
-2
/
+4
|
|
/
/
*
|
|
Add CreateFileMapping file_segment implementation for win32
Nick Mathewson
2010-12-20
1
-2
/
+55
*
|
|
Add support for mmaps with nonzero offset values. Needs testing.
Nick Mathewson
2010-12-20
1
-10
/
+22
*
|
|
Add evbuffer_add_file_segment() so one fd can be used efficiently in more tha...
Nick Mathewson
2010-12-20
1
-264
/
+215
|
/
/
*
|
EVUTIL_ASSERT: Use sizeof() to avoid "unused variable" warnings.
Evan Jones
2010-12-14
1
-0
/
+6
*
|
Consistentize tabs
Nick Mathewson
2010-12-09
1
-1
/
+1
*
|
Fix some irix compilation warnings spotted by Kevin Bowling
Nick Mathewson
2010-11-22
1
-3
/
+2
*
|
Fix win32 build in response to fixes from win64 build.
Nick Mathewson
2010-11-01
1
-14
/
+14
*
|
Fix even more win64 warnings: buffer, event_tagging, http, evdns, evrpc
Nick Mathewson
2010-11-01
1
-17
/
+22
*
|
Correct logic for realigning a chain in evbuffer_add
Nick Mathewson
2010-10-25
1
-8
/
+19
*
|
Make evbuffer_add_file take ev_off_t, not off_t
Nick Mathewson
2010-10-25
1
-2
/
+2
*
|
Fix signed/unsigned warnings on opensolaris, where iov_len is signed
Nick Mathewson
2010-10-14
1
-3
/
+3
*
|
Fix an EINVAL on evbuffer_write_iovec on OpenSolaris.
Nick Mathewson
2010-10-06
1
-1
/
+12
*
|
Fix all warnings in the main codebase flagged by -Wsigned-compare
Nick Mathewson
2010-09-23
1
-5
/
+5
*
|
IOCP-related evbuffer fixes.
Christopher Davis
2010-09-08
1
-16
/
+106
*
|
Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...
Nick Mathewson
2010-08-23
1
-0
/
+2
*
|
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
1
-2
/
+2
*
|
Fix wrong sie calculation of iovec buffers when exact=1
niks
2010-07-16
1
-2
/
+2
*
|
Fix logic in correcting high values from FIONREAD
Nick Mathewson
2010-05-28
1
-24
/
+21
*
|
Numerous opensolaris compilation fixes
Nick Mathewson
2010-05-08
1
-2
/
+2
*
|
Make evbuffer_add_file() work on windows
Nick Mathewson
2010-05-08
1
-1
/
+58
*
|
Remove one last bug in last_with_datap logic. Found with valgrind
Nick Mathewson
2010-04-23
1
-2
/
+3
*
|
Fix compiler warnings under WIN32
Giuseppe Scrivano
2010-04-13
1
-2
/
+2
*
|
Add evbuffer_copyout to copy data from an evbuffer without draining
Nick Mathewson
2010-04-13
1
-21
/
+18
|
/
*
Add more unit tests for evbuffer_expand
Nick Mathewson
2010-04-09
1
-0
/
+4
*
Unit-test every evbuffer_add_file() implementation.
Nick Mathewson
2010-04-09
1
-0
/
+48
*
Clean up a mistake in pointer manipulation in evbuffer_remove
Christopher Davis
2010-04-02
1
-1
/
+1
*
Rewrite evbuffer_expand and its users
Nick Mathewson
2010-03-31
1
-62
/
+161
*
Fix a memory leak when appending/prepending to a buffer with unused space.
Nick Mathewson
2010-03-31
1
-2
/
+6
[prev]
[next]