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

Side by Side Diff: base/third_party/libevent/README.chromium

Issue 2134603002: Fix a logic bug in kqueue.c. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments. Created 4 years, 5 months 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 | « no previous file | base/third_party/libevent/kqueue.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libevent 1 Name: libevent
2 URL: http://libevent.org/ 2 URL: http://libevent.org/
3 Version: 1.4.15 3 Version: 1.4.15
4 License: BSD 4 License: BSD
5 Security Critical: yes 5 Security Critical: yes
6 6
7 Local Modifications: 7 Local Modifications:
8 Rather than use libevent's own build system, we just build a Chrome 8 Rather than use libevent's own build system, we just build a Chrome
9 static library using GYP. 9 static library using GYP.
10 10
(...skipping 17 matching lines...) Expand all
28 4) The directories WIN32-Code and WIN32-Prj are not included. 28 4) The directories WIN32-Code and WIN32-Prj are not included.
29 5) The configs for android were copied from Linux's which were very close to 29 5) The configs for android were copied from Linux's which were very close to
30 android one with the exception of HAVE_FD_MASK and HAVE_STRLCPY. 30 android one with the exception of HAVE_FD_MASK and HAVE_STRLCPY.
31 6) Add files to support building with the PNaCl toolchain. Added 31 6) Add files to support building with the PNaCl toolchain. Added
32 libevent_nacl_nonsfi.gyp for build rule. nacl_nonsfi/config.h and 32 libevent_nacl_nonsfi.gyp for build rule. nacl_nonsfi/config.h and
33 nacl_nonsfi/event-config.h are derived from linux/ counterparts. 33 nacl_nonsfi/event-config.h are derived from linux/ counterparts.
34 nacl_nonsfi/random.c is also added to provide the random() function, 34 nacl_nonsfi/random.c is also added to provide the random() function,
35 which is missing in the newlib-based PNaCl toolchain. 35 which is missing in the newlib-based PNaCl toolchain.
36 7) Stub out signal.c for nacl_helper_nonsfi. socketpair() will be prohibited 36 7) Stub out signal.c for nacl_helper_nonsfi. socketpair() will be prohibited
37 by sandbox in nacl_helper_nonsfi. 37 by sandbox in nacl_helper_nonsfi.
38 8) Remove an unnecessary workaround for OS X 10.4 from kqueue.c. It was causing
39 problems on macOS Sierra.
OLDNEW
« no previous file with comments | « no previous file | base/third_party/libevent/kqueue.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698