aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-26Include kqueue.c in the Darwin buildbrillo-m9-releasebrillo-m9-devbrillo-m8-releasebrillo-m8-devbrillo-m7-releasebrillo-m7-mr-devbrillo-m7-devbrillo-m10-releasebrillo-m10-devChristopher Wiley
The autoconf system correctly detected that Darwin supports kqueue, and we need to compile this file to define some symbols declared elsewhere behind ifdefs. Change-Id: I754e873b8ef47d4e7a2b9d2464ddf52e7ff8b4a0
2015-07-24Attempt to fix the Mac libevent build.Elliott Hughes
Change-Id: I09b924692c046ab9d006fd726dff133f6ff0293b
2015-07-24Include an event-config suitable for darwinChristopher Wiley
This was generated by running ./configure on a macbook. Change-Id: I6c94a0ad388db66151569d0f8f5a4eb571f8aecf
2015-07-24Define missing TAILQ functions if any TAILQ function is providedChristopher Wiley
On both Android and some build hosts, TAILQ_END is not defined. It doesn't seem to be a standard BSD function at all, yet libevent depends on this. Rather than only patch up missing TAILQ_ functions when TAILQ_FOREACH is missing, always patch them up if we have sys/queue.h at all. Bug: 22608897 Change-Id: I367572dbce5a6425648eed934cfec7a3060b09cb
2015-07-24Add libevent-host build targetChristopher Wiley
To do this, rewrite event-config.h to include either a set of symbols suitable for a target, or a host, depending on whether we're using bionic. Bug: 22608897 Change-Id: Id4063eee04efe90c8d8a2cbe866bb397346c7c57
2015-07-08Fix libevent build.Elliott Hughes
One problematic call is already guarded by a configuration macro; the other will need pushing upstream. Change-Id: I7f25a0347e7c011c7c1dc3da562dfabf40e624f1
2015-07-07Use the threadsafe gethostbyname_rChristopher Wiley
While here, fix up some erroneous comments in README.android. Bug: 22229743 Change-Id: Ie62d48e0a06f914c3139640f48360afc35213c97
2015-07-07Add Android specific customizationsChristopher Wiley
Bug: 22229743 Change-Id: I11909427487310dcfd737a9195b864a540f41a1d
2015-07-01Add libevent-2.0.22-stable codeChristopher Wiley
Existing NOTICE and MODULE_LICENSE_BSD_LIKE files describe this code. Removed the following directories to reduce size: WIN32-Code/* compat/* m4/* sample/* test/* Bug: 22229743 Change-Id: I1f32e0e7467edaa3c5ea5991b5bbec2db50762ff
2015-06-29Add copyright noticesChristopher Wiley
2015-06-24Initial empty repositoryBaligh Uddin