summaryrefslogtreecommitdiffstats
path: root/third_party/libevent/http.c
Commit message (Collapse)AuthorAgeFilesLines
* move libevent into basetfarina2015-12-191-2885/+0
| | | | | | | | | | | | | | | This simplifies the process of bootstrapping gn standalone. And libevent is not really used outside of base. base is actually its only client. BUG=569352 TEST=See CL for details for how to reproduce this. R=thestig@chromium.org TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/1531573008 Cr-Commit-Position: refs/heads/master@{#366282}
* Update libevent to 1.4.15mdempsky2015-10-061-17/+76
| | | | | | | | | | | | | | | | | | Based on git tag release-1.4.15-stable (3e9aad72214519ac2ad6f5f023af48136d0dd50d). linux/event-config.h was generated per the instructions in README.chromium, but the other OS's copies were then updated by simply blindly applying the same change. chromium.patch was refreshed to avoid multiple "apply this patch, then that patch, oh and that patch too" steps in README.chromium. BUG=532762 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/1374373003 Cr-Commit-Position: refs/heads/master@{#352666}
* posix: upgrade libevent from 1.4.7 to 1.4.13evan@chromium.org2009-11-201-53/+118
| | | | | | | | | | | | I took this opportunity to rejigger how we hacked around using an uninstalled libevent, to remove a TODO that mentioned danger in the README. Files to review: README.chromium and chromium.patch. The rest are probably rubber-stampable. Review URL: http://codereview.chromium.org/412006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32656 0039d316-1c4b-4281-b951-d872f2087c98
* Linux (libevent): Supply sys/queue.h replacement macros when needed.agl@chromium.org2009-03-171-0/+1
| | | | | | | | | | | Not all build platforms have a sufficiently up-to-date sys/queue.h header. For those platforms which don't, we select libevent's replace macros and augment them where we are still missing some. Review URL: http://codereview.chromium.org/48048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11823 0039d316-1c4b-4281-b951-d872f2087c98
* Just import libevent, with minor tweaks as described in README.googledkegel@google.com2008-09-181-0/+2760
A second changelist will actually use it Split because otherwise it's hard to review the second part. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2345 0039d316-1c4b-4281-b951-d872f2087c98