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
*
evbuffer_add_file: fix freeing of segment in the error path
Azat Khuzhin
2019-09-21
1
-1
/
+1
*
buffer: fix possible NULL dereference in evbuffer_setcb() on ENOMEM
Azat Khuzhin
2019-07-31
1
-1
/
+6
*
evbuffer: fix last_with_datap after prepend with empty chain
Azat Khuzhin
2019-05-16
1
-1
/
+1
*
Maximum evbuffer read configuration
Azat Khuzhin
2019-03-16
1
-12
/
+29
*
buffer: make evbuffer_prepend() of zero-length array no-op
Azat Khuzhin
2019-03-03
1
-0
/
+4
*
buffer: do not rely on ->off in advance_last_with_data()
Azat Khuzhin
2019-03-03
1
-3
/
+7
*
buffer: fix evbuffer_remove_buffer() with empty chain in front
Azat Khuzhin
2019-03-03
1
-1
/
+1
*
Convert evbuffer_strspn() (internal helper) to use size_t
Azat Khuzhin
2018-10-28
1
-2
/
+2
*
buffer: add an assert for last_with_datap to suppress static analyzer
Azat Khuzhin
2018-10-28
1
-0
/
+2
*
Fix missing LIST_HEAD
Jiri Luznicky
2018-10-20
1
-0
/
+1
*
Fix assert() condition in evbuffer_drain() for IOCP
SuckShit
2018-04-22
1
-1
/
+1
*
buffer: fix incorrect unlock of the buffer mutex (for deferred callbacks)
Azat Khuzhin
2018-02-12
1
-1
/
+1
*
Fix wrong assert in evbuffer_drain()
Azat Khuzhin
2017-08-14
1
-1
/
+1
*
Use off_t instead of ev_off_t for sendfile() (fixes android build)
Azat Khuzhin
2017-03-08
1
-1
/
+1
*
Fix signedness differ for iov_base (solaris)
Azat Khuzhin
2016-12-06
1
-8
/
+8
*
buffer: don't mix code and declarations
Azat Khuzhin
2016-07-07
1
-1
/
+2
*
buffer: fix overflow check in evbuffer_expand_singlechain()
Azat Khuzhin
2016-06-26
1
-2
/
+1
*
buffer: evbuffer_add_buffer(): clean empty chains from destination buffer
Azat Khuzhin
2016-06-17
1
-2
/
+6
*
Fix n_add_for_cb in evbuffer_prepend() in case of new buffer required
Azat Khuzhin
2016-04-21
1
-1
/
+1
*
evbuffer_add: Use last_with_datap if set, not last.
Marcus Sundberg
2016-03-26
1
-1
/
+5
*
Don't use BSD u_* types.
Ed Schouten
2015-08-25
1
-2
/
+2
*
Fix CVE-2014-6272 in Libevent 2.1
Nick Mathewson
2015-01-05
1
-8
/
+67
*
Fix evbuffer_peek() with len==-1 and start_at non-NULL.
Nick Mathewson
2014-11-30
1
-1
/
+4
*
Fix several memory leaks in the unit tests.
Nick Mathewson
2014-09-18
1
-1
/
+1
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2014-08-29
1
-0
/
+2
|
\
|
*
Consistently check for failure from evbuffer_pullup()
Nick Mathewson
2014-08-29
1
-0
/
+2
*
|
Avoid leaking segment mappings when offset is not a page multiple
Nick Mathewson
2013-07-31
1
-8
/
+18
*
|
Use finalization feature so bufferevents can avoid deadlocks
Nick Mathewson
2013-04-26
1
-0
/
+18
*
|
Add a new callback to get called on evbuffer_file_segment free
yangacer
2012-11-06
1
-1
/
+17
*
|
Fix a few mingw64 incompatibilities introduced since 2.0
Nick Mathewson
2012-11-02
1
-2
/
+2
*
|
Fix some warnings found cross-compiling with mingw32
Nick Mathewson
2012-11-01
1
-0
/
+6
*
|
Avoid double-free on error in evbuffer_add_file. Found by coverity.
Nick Mathewson
2012-07-26
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-07-26
1
-0
/
+3
|
\
\
|
|
/
|
*
Avoid possible needless call to writev. Found by coverity.
Nick Mathewson
2012-07-26
1
-0
/
+2
*
|
Restore our priority-inversion-prevention code with deferreds
Nick Mathewson
2012-05-09
1
-1
/
+2
*
|
Replace more deferred_cb names with event_callback
Nick Mathewson
2012-05-09
1
-3
/
+3
*
|
Replace deferred_cbs with event_callback-based implementation.
Nick Mathewson
2012-05-09
1
-7
/
+6
*
|
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-23
/
+23
*
|
Fix all identifiers with names beginning with underscore.
Nick Mathewson
2012-02-29
1
-71
/
+71
*
|
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-19
/
+19
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-10
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-1
/
+1
*
|
Replace more C99/C++ comments with oldschool /* */ comments
Nick Mathewson
2012-02-02
1
-14
/
+14
*
|
Merge remote-tracking branch 'github/linked_list'
Nick Mathewson
2012-01-20
1
-13
/
+13
|
\
\
|
*
|
Use LIST rather than TAILQ for evbuffer callbacks
Nick Mathewson
2010-04-09
1
-12
/
+12
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-12-08
1
-1
/
+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix behavior of evbuffer_peek(buf,-1,NULL,NULL,0)
Zack Weinberg
2011-12-08
1
-1
/
+8
*
|
|
whitespace fixes
Nick Mathewson
2011-12-08
1
-3
/
+3
*
|
|
Merge remote-tracking branch 'fancycode/buffer_references'
Nick Mathewson
2011-12-08
1
-2
/
+118
|
\
\
\
|
*
|
|
Changed use of refcounts to make sure referenced chains are freed in all cases.
Joachim Bauch
2011-12-07
1
-14
/
+11
[next]