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

Side by Side Diff: base/third_party/libevent/whatsnew-14.txt

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/test/test-weof.c ('k') | build/all.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 What's New In Libevent 1.4: 1 What's New In Libevent 1.4:
2 2
3 0. About this document 3 0. About this document
4 4
5 This document describes the key differences between Libevent 1.3 and 5 This document describes the key differences between Libevent 1.3 and
6 Libevent 1.4, from a user's point of view. It was most recently 6 Libevent 1.4, from a user's point of view. It was most recently
7 updated based on features from libevent 1.4.2-rc. 7 updated based on features from libevent 1.4.2-rc.
8 8
9 1. Packaging Issues. 9 1. Packaging Issues.
10 10
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 characteristics of the event loop on win32 from O(n^2) to O(n lg n). 158 characteristics of the event loop on win32 from O(n^2) to O(n lg n).
159 Not perfect, but better. 159 Not perfect, but better.
160 160
161 5. Removed code and features 161 5. Removed code and features
162 162
163 The rtsig backend is now removed. It hasn't even compiled for a 163 The rtsig backend is now removed. It hasn't even compiled for a
164 while, and nobody seemed to miss it very much. All the platforms 164 while, and nobody seemed to miss it very much. All the platforms
165 that have rtsig seem to have a better option instead these days. 165 that have rtsig seem to have a better option instead these days.
166 Please let us know if rtsig was crucial for you. 166 Please let us know if rtsig was crucial for you.
167 167
OLDNEW
« no previous file with comments | « base/third_party/libevent/test/test-weof.c ('k') | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698