Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Side by Side Diff: base/third_party/libevent/ChangeLog

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/third_party/libevent/BUILD.gn ('k') | base/third_party/libevent/Doxyfile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Changes in 1.4.15-stable (5 January 2015) 1 Changes in 1.4.15-stable (5 January 2015)
2 2
3 o Avoid integer overflow bugs in evbuffer_add() and related functions. See CVE -2014-6272 advisory for more information. (d49bc0e88b81a5812116074dc007f1db0ca1e ecd) 3 o Avoid integer overflow bugs in evbuffer_add() and related functions. See CVE -2014-6272 advisory for more information. (d49bc0e88b81a5812116074dc007f1db0ca1e ecd)
4 4
5 o Pass flags to fcntl(F_SETFL) as int, not long (b3d0382) 5 o Pass flags to fcntl(F_SETFL) as int, not long (b3d0382)
6 o Backport and tweak the LICENSE file for 1.4 (8a5ebd3) 6 o Backport and tweak the LICENSE file for 1.4 (8a5ebd3)
7 o set close-on-exec bit for filedescriptors created by dns subsystem (9985231 R alf Schmitt) 7 o set close-on-exec bit for filedescriptors created by dns subsystem (9985231 R alf Schmitt)
8 o Replace unused case of FD_CLOSEONEXEC with a proper null statement. (44f04a2) 8 o Replace unused case of FD_CLOSEONEXEC with a proper null statement. (44f04a2)
9 o Fix kqueue correctness test on x84_64 (1c25b07) 9 o Fix kqueue correctness test on x84_64 (1c25b07)
10 o Avoid deadlock when activating signals. (e0e6958) 10 o Avoid deadlock when activating signals. (e0e6958)
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 o Make event_base_free() succeed even if there are pending non-internal events on a base. This may still leak memory and fds, but at least it no longer crashe s. 244 o Make event_base_free() succeed even if there are pending non-internal events on a base. This may still leak memory and fds, but at least it no longer crashe s.
245 o Post-process the config.h file into a new, installed event-config.h file that we can install, and whose macros will be safe to include in header files. 245 o Post-process the config.h file into a new, installed event-config.h file that we can install, and whose macros will be safe to include in header files.
246 o Remove the long-deprecated acconfig.h file. 246 o Remove the long-deprecated acconfig.h file.
247 o Do not require #include <sys/types.h> before #include <event.h>. 247 o Do not require #include <sys/types.h> before #include <event.h>.
248 o Add new evutil_timer* functions to wrap (or replace) the regular timeval mani pulation functions. 248 o Add new evutil_timer* functions to wrap (or replace) the regular timeval mani pulation functions.
249 o Fix many build issues when using the Microsoft C compiler. 249 o Fix many build issues when using the Microsoft C compiler.
250 o Remove a bash-ism in autogen.sh 250 o Remove a bash-ism in autogen.sh
251 o When calling event_del on a signal, restore the signal handler's previous val ue rather than setting it to SIG_DFL. Patch from Christopher Layne. 251 o When calling event_del on a signal, restore the signal handler's previous val ue rather than setting it to SIG_DFL. Patch from Christopher Layne.
252 o Make the logic for active events work better with internal events; patch from Christopher Layne. 252 o Make the logic for active events work better with internal events; patch from Christopher Layne.
253 o We do not need to specially remove a timeout before calling event_del; patch from Christopher Layne. 253 o We do not need to specially remove a timeout before calling event_del; patch from Christopher Layne.
OLDNEW
« no previous file with comments | « base/third_party/libevent/BUILD.gn ('k') | base/third_party/libevent/Doxyfile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698