<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_libevent, branch brillo-m8-release</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libevent/'/>
<entry>
<title>Include kqueue.c in the Darwin build</title>
<updated>2015-07-27T00:59:38+00:00</updated>
<author>
<name>Christopher Wiley</name>
<email>wiley@google.com</email>
</author>
<published>2015-07-27T00:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libevent/commit/?id=70c40a85a3fa6a56a0587f855e3f9bc15667b587'/>
<id>70c40a85a3fa6a56a0587f855e3f9bc15667b587</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to fix the Mac libevent build.</title>
<updated>2015-07-25T03:48:56+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2015-07-25T03:48:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libevent/commit/?id=d14a465f1cbd1b5e963a78d31f137ad2a9241f2c'/>
<id>d14a465f1cbd1b5e963a78d31f137ad2a9241f2c</id>
<content type='text'>
Change-Id: I09b924692c046ab9d006fd726dff133f6ff0293b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I09b924692c046ab9d006fd726dff133f6ff0293b
</pre>
</div>
</content>
</entry>
<entry>
<title>Include an event-config suitable for darwin</title>
<updated>2015-07-25T00:08:55+00:00</updated>
<author>
<name>Christopher Wiley</name>
<email>wiley@google.com</email>
</author>
<published>2015-07-24T23:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libevent/commit/?id=737c2a766682f92acaf281172117f9438d62ee8c'/>
<id>737c2a766682f92acaf281172117f9438d62ee8c</id>
<content type='text'>
This was generated by running ./configure on a macbook.

Change-Id: I6c94a0ad388db66151569d0f8f5a4eb571f8aecf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was generated by running ./configure on a macbook.

Change-Id: I6c94a0ad388db66151569d0f8f5a4eb571f8aecf
</pre>
</div>
</content>
</entry>
<entry>
<title>Define missing TAILQ functions if any TAILQ function is provided</title>
<updated>2015-07-24T16:22:46+00:00</updated>
<author>
<name>Christopher Wiley</name>
<email>wiley@google.com</email>
</author>
<published>2015-07-23T00:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libevent/commit/?id=cdbf48321e4736fab2953337ed3b4950f26d5ee4'/>
<id>cdbf48321e4736fab2953337ed3b4950f26d5ee4</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add libevent-host build target</title>
<updated>2015-07-24T16:22:38+00:00</updated>
<author>
<name>Christopher Wiley</name>
<email>wiley@google.com</email>
</author>
<published>2015-07-22T21:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libevent/commit/?id=a99fbc04c8ef4c347366dc91e65cb372a551b83b'/>
<id>a99fbc04c8ef4c347366dc91e65cb372a551b83b</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix libevent build.</title>
<updated>2015-07-08T15:54:37+00:00</updated>
<author>
<name>Elliott Hughes</name>
<email>enh@google.com</email>
</author>
<published>2015-07-08T15:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libevent/commit/?id=980b075de74bf2261bafc07ca1b1f8427eeb023d'/>
<id>980b075de74bf2261bafc07ca1b1f8427eeb023d</id>
<content type='text'>
One problematic call is already guarded by a configuration macro;
the other will need pushing upstream.

Change-Id: I7f25a0347e7c011c7c1dc3da562dfabf40e624f1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One problematic call is already guarded by a configuration macro;
the other will need pushing upstream.

Change-Id: I7f25a0347e7c011c7c1dc3da562dfabf40e624f1
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the threadsafe gethostbyname_r</title>
<updated>2015-07-07T18:43:23+00:00</updated>
<author>
<name>Christopher Wiley</name>
<email>wiley@google.com</email>
</author>
<published>2015-07-07T18:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libevent/commit/?id=5142b74f25682b507a25464532824b5e612601db'/>
<id>5142b74f25682b507a25464532824b5e612601db</id>
<content type='text'>
While here, fix up some erroneous comments in README.android.

Bug: 22229743
Change-Id: Ie62d48e0a06f914c3139640f48360afc35213c97
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While here, fix up some erroneous comments in README.android.

Bug: 22229743
Change-Id: Ie62d48e0a06f914c3139640f48360afc35213c97
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Android specific customizations</title>
<updated>2015-07-07T18:17:54+00:00</updated>
<author>
<name>Christopher Wiley</name>
<email>wiley@google.com</email>
</author>
<published>2015-07-01T20:49:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libevent/commit/?id=9d5e194eb7ac0ef949924f45a6142a6684d49c03'/>
<id>9d5e194eb7ac0ef949924f45a6142a6684d49c03</id>
<content type='text'>
Bug: 22229743
Change-Id: I11909427487310dcfd737a9195b864a540f41a1d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 22229743
Change-Id: I11909427487310dcfd737a9195b864a540f41a1d
</pre>
</div>
</content>
</entry>
<entry>
<title>Add libevent-2.0.22-stable code</title>
<updated>2015-07-01T21:49:55+00:00</updated>
<author>
<name>Christopher Wiley</name>
<email>wiley@google.com</email>
</author>
<published>2015-07-01T20:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libevent/commit/?id=e867981d427db5e0b860d67485838e1f9e8c37da'/>
<id>e867981d427db5e0b860d67485838e1f9e8c37da</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add copyright notices</title>
<updated>2015-06-29T23:04:10+00:00</updated>
<author>
<name>Christopher Wiley</name>
<email>wiley@google.com</email>
</author>
<published>2015-06-29T23:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libevent/commit/?id=3f8dfd75897939837a588807231314ff45d813ab'/>
<id>3f8dfd75897939837a588807231314ff45d813ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
