| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: use generated shim headers for libevent. | phajdan.jr@chromium.org | 2012-12-19 | 1 | -3/+7 |
* | Fix Clang compilation error on Android in libevent.gyp. | pliard@chromium.org | 2012-09-06 | 1 | -2/+2 |
* | Add iOS support to libevent.gyp and expat.gyp | stuartmorgan@chromium.org | 2012-07-06 | 1 | -2/+2 |
* | set type 'settings' to 'none' in gyp file in case using the system lib | robert.nagy@gmail.com | 2011-11-24 | 1 | -1/+1 |
* | replace platform conditions with os_posix and os_bsd where applicable | robert.nagy@gmail.com | 2011-11-22 | 1 | -1/+1 |
* | libevent: fix include style | ensonic@google.com | 2011-11-09 | 4 | -6/+15 |
* | Fourth attempt at the following. Unreviewed, this was originally reviewed in... | pkasting@chromium.org | 2011-09-15 | 1 | -0/+1 |
* | Upstream Android change for libevent | michaelbai@google.com | 2011-09-12 | 5 | -0/+548 |
* | Revert 98885 - Third attempt at the following. Unreviewed, this was original... | rsleevi@chromium.org | 2011-08-31 | 1 | -1/+0 |
* | Third attempt at the following. Unreviewed, this was originally reviewed in ... | pkasting@chromium.org | 2011-08-30 | 1 | -0/+1 |
* | Linux: fix build with system libevent. | phajdan.jr@chromium.org | 2011-08-26 | 1 | -0/+1 |
* | Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in... | mnissler@chromium.org | 2011-08-11 | 1 | -1/+0 |
* | Revert 95910 - Revert 95907 - Clean up SSL false start blacklist code. | pkasting@chromium.org | 2011-08-10 | 1 | -0/+1 |
* | Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in... | fischman@chromium.org | 2011-08-08 | 1 | -1/+0 |
* | Clean up SSL false start blacklist code. Numerous changes, including: | pkasting@chromium.org | 2011-08-08 | 1 | -0/+1 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 1 | -6/+0 |
* | Patch for Solaris support, mostly ifdefs and header files, plus adds libevent... | chromium@hybridsource.org | 2011-06-25 | 5 | -5/+551 |
* | libevent: include the revision number of the previous patch now that it has l... | agl@chromium.org | 2011-05-31 | 1 | -1/+1 |
* | third_party/libevent: don't touch base unless needed. | agl@chromium.org | 2011-05-31 | 2 | -5/+3 |
* | These files were LGTM'd in a previous patch (http://codereview.chromium.org/3... | chromium@hybridsource.org | 2011-05-27 | 1 | -0/+274 |
* | Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u... | tony@chromium.org | 2011-05-23 | 1 | -1/+1 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Websocket to TCP proxy running in a separate thread (only on ChromeOS). | dilmah@chromium.org | 2011-05-10 | 2 | -1/+14 |
* | I added FreeBSD-generated config files for libevent and tcmalloc, along with ... | pvalchev@chromium.org | 2010-10-04 | 3 | -3/+8 |
* | Pass license check script for most of the tree. | evan@chromium.org | 2010-03-19 | 2 | -1/+25 |
* | Solaris: Second set adding in Solaris as an OS option | evan@chromium.org | 2010-02-18 | 1 | -1/+1 |
* | OpenBSD/FreeBSD GYP changes (most of the remaining ones) | pvalchev@google.com | 2010-02-04 | 1 | -1/+1 |
* | Allow using system libevent instead of the bundled one. | phajdan.jr@chromium.org | 2010-01-07 | 1 | -42/+66 |
* | posix: upgrade libevent from 1.4.7 to 1.4.13 | evan@chromium.org | 2009-11-20 | 58 | -3908/+5604 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | Fix the Linux shared build. | thestig@chromium.org | 2009-09-15 | 1 | -2/+12 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 1 | -1/+1 |
* | Linux: fix libevent bug. | agl@chromium.org | 2009-06-02 | 1 | -1/+1 |
* | Linux: stop libevent from pre-allocating huge arrays. | agl@chromium.org | 2009-06-02 | 1 | -12/+2 |
* | Linux: sync libevent/epoll.c to upstream's version. | agl@chromium.org | 2009-06-02 | 1 | -5/+8 |
* | Fixes for two benign race conditions and one bug detected | dkegel@google.com | 2009-04-24 | 1 | -21/+7 |
* | Restore -Wall to Linux build and set up for -Werror. | sgk@google.com | 2009-04-09 | 1 | -3/+0 |
* | Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: | sgk@google.com | 2009-04-08 | 1 | -1/+1 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 2 | -91/+0 |
* | Linux (libevent): Supply sys/queue.h replacement macros when needed. | agl@chromium.org | 2009-03-17 | 5 | -1/+55 |
* | GYP it, GYP it good. | mark@chromium.org | 2009-03-02 | 3 | -366/+1 |
* | Import .gyp files into the Chromium tree | mark@chromium.org | 2009-02-25 | 1 | -0/+50 |
* | Provide pre-generated config.h files for the Mac for sdch and libevent, so | mark@chromium.org | 2009-02-05 | 2 | -0/+254 |
* | Rename README.google to README.chromium. | mal@chromium.org | 2009-01-30 | 1 | -0/+0 |
* | Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda... | evanm@google.com | 2008-12-26 | 1 | -1/+1 |
* | Convert from using env['PLATFORM'] directly to using the more flexible | sgk@google.com | 2008-12-18 | 1 | -4/+4 |
* | SCons renaming updates for base, net and googleurl: | sgk@google.com | 2008-10-21 | 2 | -3/+22 |
* | Get libevent building and linking in base_unittests in the Mac SCons build: | sgk@google.com | 2008-09-24 | 2 | -9/+37 |
* | Build libevent on Mac | mark@chromium.org | 2008-09-18 | 9 | -8733/+372 |