index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libevent
/
buffer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed endless loop/ OOB write on 64 bit systems with large buffers.
tobias
2019-05-03
1
-3
/
+3
*
Use recallocarray() to avoid leaving detritus in memory when resizing
deraadt
2017-03-18
1
-2
/
+3
*
Remove NULL pointer checks before calls to free().
nayden
2016-09-03
1
-3
/
+2
*
Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
millert
2015-02-05
1
-2
/
+2
*
Fix CVE-2014-6272 in Libevent 1.4 from upstream:
bluhm
2015-01-05
1
-9
/
+23
*
libraries shouldnt print to stderr when things dont go their way.
dlg
2014-11-21
1
-3
/
+3
*
Fix whitespace errors in libevent.
bluhm
2014-10-30
1
-6
/
+6
*
After removing all the #ifdef, the wrappers in evutil are rather
bluhm
2014-10-29
1
-3
/
+2
*
Remove some #ifdef from libevent.
bluhm
2014-10-18
1
-6
/
+1
*
Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE.
bluhm
2014-10-18
1
-6
/
+1
*
Remove #ifdef HAVE_.*_H, just include the header files.
bluhm
2014-10-17
1
-12
/
+2
*
Remove #ifdef HAVE_CONFIG_H, there is no config.h file.
bluhm
2014-10-16
1
-5
/
+1
*
iRemove the #ifdef WIN32 implementation from libevent.
bluhm
2014-10-08
1
-19
/
+1
*
add missing header needed by event_warn()
chl
2010-07-17
1
-1
/
+2
*
Update to 1.4.14b.
nicm
2010-07-12
1
-3
/
+5
*
Update libevent to 1.4.13.
nicm
2010-04-21
1
-38
/
+112
*
In evbuffer_readline, do not lose data upon malloc failure. From mainstream:
jacekm
2009-10-13
1
-2
/
+1
*
Update to libevent 1.3e while retaining our local changes.
brad
2008-05-02
1
-9
/
+13
*
Update to libevent-1.3b while retaining our local changes. beck@ OK
millert
2007-03-19
1
-8
/
+11
*
Two libevent fixes from the SVN repo:
millert
2007-02-04
1
-4
/
+5
*
'tranfer' -> 'transfer' in comments.
krw
2006-12-21
1
-2
/
+2
*
fix a potential problem in multiple handling of va_list; use va_copy instead.
brad
2006-11-26
1
-4
/
+10
*
- limit the amount of data bufferevents are going to consume to something
brad
2006-03-18
1
-3
/
+18
*
another fix from art.
brad
2006-01-25
1
-3
/
+3
*
add evbuffer_add_vprintf interface from artur grabowski
brad
2006-01-23
1
-27
/
+35
*
zap trailing whitespaces, no binary change
grunk
2005-07-02
1
-3
/
+3
*
update to libevent 1.1a; keep local changes
brad
2005-06-18
1
-4
/
+4
*
update to libevent 1.0d; keep local changes
brad
2005-05-04
1
-2
/
+49
*
update to libevent 1.0c; keep local changes
brad
2005-04-22
1
-23
/
+179
*
backout. not discussed, and very wrong. bad brad
deraadt
2005-04-19
1
-179
/
+23
*
update to libevent 1.0c; keep local changes
brad
2005-04-19
1
-23
/
+179
*
update to libevent 0.8; keep local changes
brad
2004-04-28
1
-0
/
+222