History log of /libevent-2.1.12/m4/ (Results 1 – 9 of 9)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b9bf7fa714-Mar-2020 yuangongji <[email protected]>

autoconf: fix getaddrinfo checking errors on mingw

`AC_CHECK_FUNCS` can not properly check `getaddrinfo` because this
function requires some special headers on mingw.
Using `AC_CHECK_DECL` can effec

autoconf: fix getaddrinfo checking errors on mingw

`AC_CHECK_FUNCS` can not properly check `getaddrinfo` because this
function requires some special headers on mingw.
Using `AC_CHECK_DECL` can effectively solve this issue.

Same for
- getnameinfo
- getprotobynumber
- getservbyname
- inet_ntop
- inet_pton

(cherry picked from commit 6d54be2cc078351b4ce1e469bedc4a976f4e3636)

show more ...

93174bb526-Oct-2019 yuangongji <[email protected]>

autotools: fails build when need but can not find openssl

(cherry picked from commit 53b3be4ee9e814a22876675c0ee004f0ebfb8535)

5d1e857023-Aug-2019 yuangongji <[email protected]>

autotools: attach doxygen target into all target

v2: disable man pages by default
(cherry picked from commit f9c6a14ee089452c74e492edc674260a3717763e)

d4056e5908-Jun-2019 Fabrice Fontaine <[email protected]>

m4/libevent_openssl.m4: fix detection of openssl

Since commit 506df426dbeb0187bbd3654bd286b4100628fb16, OPENSSL_INCS is
added to CPPFLAGS without any white space, as a result openssl detection
fails

m4/libevent_openssl.m4: fix detection of openssl

Since commit 506df426dbeb0187bbd3654bd286b4100628fb16, OPENSSL_INCS is
added to CPPFLAGS without any white space, as a result openssl detection
fails on:
configure:10395: checking openssl/ssl.h usability
configure:10395: /home/fabrice/buildroot-test/buildroot/output/host/bin/riscv32-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64-I/home/fabrice/buildroot-test/buildroot/output/host/bin/../riscv32-buildroot-linux-gnu/sysroot/usr/include conftest.c >&5
<command-line>:0:0: warning: "_FILE_OFFSET_BITS" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:23: error: division by zero in #if

Signed-off-by: Fabrice Fontaine <[email protected]>
(cherry picked from commit 0374b55942e533a3c3997439481a8d05d6c8f729)

show more ...


/libevent-2.1.12/.gitignore
/libevent-2.1.12/.mailmap
/libevent-2.1.12/.travis.yml
/libevent-2.1.12/CMakeLists.txt
/libevent-2.1.12/ChangeLog
/libevent-2.1.12/ChangeLog-1.4
/libevent-2.1.12/ChangeLog-2.0
/libevent-2.1.12/Makefile.am
/libevent-2.1.12/README.md
/libevent-2.1.12/WIN32-Code/getopt_long.c
/libevent-2.1.12/WIN32-Code/nmake/event2/event-config.h
/libevent-2.1.12/appveyor.yml
/libevent-2.1.12/arc4random.c
/libevent-2.1.12/buffer.c
/libevent-2.1.12/bufferevent-internal.h
/libevent-2.1.12/bufferevent.c
/libevent-2.1.12/bufferevent_async.c
/libevent-2.1.12/bufferevent_filter.c
/libevent-2.1.12/bufferevent_openssl.c
/libevent-2.1.12/bufferevent_ratelim.c
/libevent-2.1.12/bufferevent_sock.c
/libevent-2.1.12/cmake/AddEventLibrary.cmake
/libevent-2.1.12/cmake/CheckConstExists.cmake
/libevent-2.1.12/cmake/CheckFunctionExistsEx.c
/libevent-2.1.12/cmake/CheckWorkingKqueue.cmake
/libevent-2.1.12/cmake/VersionViaGit.cmake
/libevent-2.1.12/configure.ac
/libevent-2.1.12/epoll.c
/libevent-2.1.12/epolltable-internal.h
/libevent-2.1.12/evbuffer-internal.h
/libevent-2.1.12/evconfig-private.h.cmake
/libevent-2.1.12/evconfig-private.h.in
/libevent-2.1.12/evdns.c
/libevent-2.1.12/event-config.h.cmake
/libevent-2.1.12/event-internal.h
/libevent-2.1.12/event.c
/libevent-2.1.12/event_iocp.c
/libevent-2.1.12/event_rpcgen.py
/libevent-2.1.12/evmap.c
/libevent-2.1.12/evrpc.c
/libevent-2.1.12/evutil.c
/libevent-2.1.12/evutil_rand.c
/libevent-2.1.12/evutil_time.c
/libevent-2.1.12/http-internal.h
/libevent-2.1.12/http.c
/libevent-2.1.12/include/event2/bufferevent.h
/libevent-2.1.12/include/event2/dns.h
/libevent-2.1.12/include/event2/event.h
/libevent-2.1.12/include/event2/http.h
/libevent-2.1.12/include/event2/listener.h
/libevent-2.1.12/include/event2/rpc.h
/libevent-2.1.12/include/event2/rpc_struct.h
/libevent-2.1.12/include/event2/util.h
/libevent-2.1.12/include/event2/visibility.h
/libevent-2.1.12/kqueue.c
/libevent-2.1.12/listener.c
libevent_openssl.m4
/libevent-2.1.12/make-event-config.sed
/libevent-2.1.12/minheap-internal.h
/libevent-2.1.12/openssl-compat.h
/libevent-2.1.12/sample/dns-example.c
/libevent-2.1.12/sample/http-server.c
/libevent-2.1.12/sample/https-client.c
/libevent-2.1.12/sample/le-proxy.c
/libevent-2.1.12/sample/openssl_hostname_validation.c
/libevent-2.1.12/sample/time-test.c
/libevent-2.1.12/signal.c
/libevent-2.1.12/test/bench.c
/libevent-2.1.12/test/bench_cascade.c
/libevent-2.1.12/test/bench_http.c
/libevent-2.1.12/test/check-dumpevents.py
/libevent-2.1.12/test/include.am
/libevent-2.1.12/test/regress.c
/libevent-2.1.12/test/regress.h
/libevent-2.1.12/test/regress_buffer.c
/libevent-2.1.12/test/regress_bufferevent.c
/libevent-2.1.12/test/regress_dns.c
/libevent-2.1.12/test/regress_et.c
/libevent-2.1.12/test/regress_http.c
/libevent-2.1.12/test/regress_listener.c
/libevent-2.1.12/test/regress_main.c
/libevent-2.1.12/test/regress_rpc.c
/libevent-2.1.12/test/regress_ssl.c
/libevent-2.1.12/test/regress_thread.c
/libevent-2.1.12/test/regress_thread.h
/libevent-2.1.12/test/regress_util.c
/libevent-2.1.12/test/rpcgen_wrapper.sh
/libevent-2.1.12/test/test-fdleak.c
/libevent-2.1.12/test/test.sh
/libevent-2.1.12/test/tinytest.c
/libevent-2.1.12/test/tinytest.h
/libevent-2.1.12/test/tinytest_demo.c
/libevent-2.1.12/test/tinytest_macros.h
/libevent-2.1.12/util-internal.h
/libevent-2.1.12/win32select.c
b39ccf8e29-Aug-2017 Carlo Marcelo Arenas Belón <[email protected]>

autotools: confirm openssl is working before using

latest versions of macOS provide pkg-config and libraries for an ancient
version of openssl as part of the system, but no headers

(cherry picked f

autotools: confirm openssl is working before using

latest versions of macOS provide pkg-config and libraries for an ancient
version of openssl as part of the system, but no headers

(cherry picked from commit 506df426dbeb0187bbd3654bd286b4100628fb16)

show more ...


/libevent-2.1.12/.clang-format
/libevent-2.1.12/.gitignore
/libevent-2.1.12/.travis.yml
/libevent-2.1.12/.uncrustify
/libevent-2.1.12/CMakeLists.txt
/libevent-2.1.12/CONTRIBUTING.md
/libevent-2.1.12/ChangeLog
/libevent-2.1.12/Makefile.am
/libevent-2.1.12/README.md
/libevent-2.1.12/Vagrantfile
/libevent-2.1.12/WIN32-Code/nmake/event2/event-config.h
/libevent-2.1.12/appveyor.yml
/libevent-2.1.12/autogen.sh
/libevent-2.1.12/buffer.c
/libevent-2.1.12/bufferevent-internal.h
/libevent-2.1.12/bufferevent.c
/libevent-2.1.12/bufferevent_async.c
/libevent-2.1.12/bufferevent_filter.c
/libevent-2.1.12/bufferevent_openssl.c
/libevent-2.1.12/bufferevent_pair.c
/libevent-2.1.12/bufferevent_sock.c
/libevent-2.1.12/checkpatch.sh
/libevent-2.1.12/cmake/AddEventLibrary.cmake
/libevent-2.1.12/cmake/CheckConstExists.cmake
/libevent-2.1.12/cmake/CheckFunctionExistsEx.cmake
/libevent-2.1.12/cmake/CheckPrototypeDefinition.cmake
/libevent-2.1.12/cmake/CodeCoverage.cmake
/libevent-2.1.12/cmake/LibeventConfig.cmake.in
/libevent-2.1.12/cmake/VersionViaGit.cmake
/libevent-2.1.12/configure.ac
/libevent-2.1.12/defer-internal.h
/libevent-2.1.12/evdns.c
/libevent-2.1.12/event-config.h.cmake
/libevent-2.1.12/event-internal.h
/libevent-2.1.12/event.c
/libevent-2.1.12/event_rpcgen.py
/libevent-2.1.12/event_tagging.c
/libevent-2.1.12/evthread-internal.h
/libevent-2.1.12/evthread.c
/libevent-2.1.12/evutil.c
/libevent-2.1.12/evutil_rand.c
/libevent-2.1.12/evutil_time.c
/libevent-2.1.12/http-internal.h
/libevent-2.1.12/http.c
/libevent-2.1.12/include/event2/bufferevent_compat.h
/libevent-2.1.12/include/event2/dns.h
/libevent-2.1.12/include/event2/dns_compat.h
/libevent-2.1.12/include/event2/event.h
/libevent-2.1.12/include/event2/http.h
/libevent-2.1.12/include/event2/http_compat.h
/libevent-2.1.12/include/event2/rpc.h
/libevent-2.1.12/include/event2/util.h
/libevent-2.1.12/include/event2/visibility.h
/libevent-2.1.12/iocp-internal.h
/libevent-2.1.12/log-internal.h
/libevent-2.1.12/log.c
libevent_openssl.m4
/libevent-2.1.12/mm-internal.h
/libevent-2.1.12/openssl-compat.h
/libevent-2.1.12/poll.c
/libevent-2.1.12/sample/dns-example.c
/libevent-2.1.12/sample/http-connect.c
/libevent-2.1.12/sample/http-server.c
/libevent-2.1.12/sample/https-client.c
/libevent-2.1.12/sample/include.am
/libevent-2.1.12/sample/le-proxy.c
/libevent-2.1.12/sample/openssl_hostname_validation.c
/libevent-2.1.12/sample/signal-test.c
/libevent-2.1.12/strlcpy-internal.h
/libevent-2.1.12/test/bench.c
/libevent-2.1.12/test/bench_cascade.c
/libevent-2.1.12/test/bench_http.c
/libevent-2.1.12/test/bench_httpclient.c
/libevent-2.1.12/test/include.am
/libevent-2.1.12/test/regress.c
/libevent-2.1.12/test/regress_bufferevent.c
/libevent-2.1.12/test/regress_dns.c
/libevent-2.1.12/test/regress_http.c
/libevent-2.1.12/test/regress_main.c
/libevent-2.1.12/test/regress_ssl.c
/libevent-2.1.12/test/regress_thread.c
/libevent-2.1.12/test/regress_util.c
/libevent-2.1.12/test/regress_zlib.c
/libevent-2.1.12/test/test-closed.c
/libevent-2.1.12/test/test-eof.c
/libevent-2.1.12/test/test-time.c
/libevent-2.1.12/test/test-weof.c
/libevent-2.1.12/test/test.sh
/libevent-2.1.12/time-internal.h
/libevent-2.1.12/util-internal.h
/libevent-2.1.12/whatsnew-2.1.txt
671a24f208-Aug-2016 Azat Khuzhin <[email protected]>

autotools/win32: fix searching ssl library


/libevent-2.1.12/.gitignore
/libevent-2.1.12/.travis.yml
/libevent-2.1.12/CMakeLists.txt
/libevent-2.1.12/ChangeLog
/libevent-2.1.12/ChangeLog-1.4
/libevent-2.1.12/ChangeLog-2.0
/libevent-2.1.12/Doxyfile
/libevent-2.1.12/LICENSE
/libevent-2.1.12/Makefile.am
/libevent-2.1.12/Makefile.nmake
/libevent-2.1.12/README.md
/libevent-2.1.12/WIN32-Code/getopt.c
/libevent-2.1.12/WIN32-Code/getopt.h
/libevent-2.1.12/WIN32-Code/getopt_long.c
/libevent-2.1.12/WIN32-Code/nmake/evconfig-private.h
/libevent-2.1.12/WIN32-Code/nmake/event2/event-config.h
/libevent-2.1.12/WIN32-Code/tree.h
/libevent-2.1.12/appveyor.yml
/libevent-2.1.12/arc4random.c
/libevent-2.1.12/buffer.c
/libevent-2.1.12/buffer_iocp.c
/libevent-2.1.12/bufferevent-internal.h
/libevent-2.1.12/bufferevent.c
/libevent-2.1.12/bufferevent_async.c
/libevent-2.1.12/bufferevent_filter.c
/libevent-2.1.12/bufferevent_openssl.c
/libevent-2.1.12/bufferevent_pair.c
/libevent-2.1.12/bufferevent_ratelim.c
/libevent-2.1.12/bufferevent_sock.c
/libevent-2.1.12/changelist-internal.h
/libevent-2.1.12/cmake/AddCompilerFlags.cmake
/libevent-2.1.12/cmake/COPYING-CMAKE-SCRIPTS
/libevent-2.1.12/cmake/CheckFileOffsetBits.c
/libevent-2.1.12/cmake/CheckFileOffsetBits.cmake
/libevent-2.1.12/cmake/CheckFunctionExistsEx.c
/libevent-2.1.12/cmake/CheckFunctionExistsEx.cmake
/libevent-2.1.12/cmake/CheckFunctionKeywords.cmake
/libevent-2.1.12/cmake/CheckPrototypeDefinition.c.in
/libevent-2.1.12/cmake/CheckPrototypeDefinition.cmake
/libevent-2.1.12/cmake/CheckWorkingKqueue.cmake
/libevent-2.1.12/cmake/CodeCoverage.cmake
/libevent-2.1.12/cmake/Copyright.txt
/libevent-2.1.12/cmake/FindGit.cmake
/libevent-2.1.12/cmake/LibeventConfig.cmake.in
/libevent-2.1.12/cmake/LibeventConfigBuildTree.cmake.in
/libevent-2.1.12/cmake/LibeventConfigVersion.cmake.in
/libevent-2.1.12/cmake/VersionViaGit.cmake
/libevent-2.1.12/compat/sys/queue.h
/libevent-2.1.12/configure.ac
/libevent-2.1.12/defer-internal.h
/libevent-2.1.12/devpoll.c
/libevent-2.1.12/epoll.c
/libevent-2.1.12/epoll_sub.c
/libevent-2.1.12/epolltable-internal.h
/libevent-2.1.12/evbuffer-internal.h
/libevent-2.1.12/evconfig-private.h.cmake
/libevent-2.1.12/evconfig-private.h.in
/libevent-2.1.12/evdns.c
/libevent-2.1.12/event-config.h.cmake
/libevent-2.1.12/event-internal.h
/libevent-2.1.12/event.3
/libevent-2.1.12/event.c
/libevent-2.1.12/event_iocp.c
/libevent-2.1.12/event_rpcgen.py
/libevent-2.1.12/event_tagging.c
/libevent-2.1.12/evmap-internal.h
/libevent-2.1.12/evmap.c
/libevent-2.1.12/evport.c
/libevent-2.1.12/evrpc-internal.h
/libevent-2.1.12/evrpc.c
/libevent-2.1.12/evsignal-internal.h
/libevent-2.1.12/evthread-internal.h
/libevent-2.1.12/evthread.c
/libevent-2.1.12/evthread_pthread.c
/libevent-2.1.12/evthread_win32.c
/libevent-2.1.12/evutil.c
/libevent-2.1.12/evutil_rand.c
/libevent-2.1.12/evutil_time.c
/libevent-2.1.12/ht-internal.h
/libevent-2.1.12/http-internal.h
/libevent-2.1.12/http.c
/libevent-2.1.12/include/evdns.h
/libevent-2.1.12/include/event.h
/libevent-2.1.12/include/event2/buffer.h
/libevent-2.1.12/include/event2/buffer_compat.h
/libevent-2.1.12/include/event2/bufferevent.h
/libevent-2.1.12/include/event2/bufferevent_compat.h
/libevent-2.1.12/include/event2/bufferevent_ssl.h
/libevent-2.1.12/include/event2/bufferevent_struct.h
/libevent-2.1.12/include/event2/dns.h
/libevent-2.1.12/include/event2/dns_compat.h
/libevent-2.1.12/include/event2/dns_struct.h
/libevent-2.1.12/include/event2/event.h
/libevent-2.1.12/include/event2/event_compat.h
/libevent-2.1.12/include/event2/event_struct.h
/libevent-2.1.12/include/event2/http.h
/libevent-2.1.12/include/event2/http_compat.h
/libevent-2.1.12/include/event2/http_struct.h
/libevent-2.1.12/include/event2/keyvalq_struct.h
/libevent-2.1.12/include/event2/listener.h
/libevent-2.1.12/include/event2/rpc.h
/libevent-2.1.12/include/event2/rpc_compat.h
/libevent-2.1.12/include/event2/rpc_struct.h
/libevent-2.1.12/include/event2/tag.h
/libevent-2.1.12/include/event2/tag_compat.h
/libevent-2.1.12/include/event2/thread.h
/libevent-2.1.12/include/event2/util.h
/libevent-2.1.12/include/event2/visibility.h
/libevent-2.1.12/include/evhttp.h
/libevent-2.1.12/include/evrpc.h
/libevent-2.1.12/include/evutil.h
/libevent-2.1.12/include/include.am
/libevent-2.1.12/iocp-internal.h
/libevent-2.1.12/ipv6-internal.h
/libevent-2.1.12/kqueue-internal.h
/libevent-2.1.12/kqueue.c
/libevent-2.1.12/libevent_core.pc.in
/libevent-2.1.12/libevent_extra.pc.in
/libevent-2.1.12/libevent_openssl.pc.in
/libevent-2.1.12/listener.c
/libevent-2.1.12/log-internal.h
/libevent-2.1.12/log.c
libevent_openssl.m4
/libevent-2.1.12/make-event-config.sed
/libevent-2.1.12/make_epoll_table.py
/libevent-2.1.12/minheap-internal.h
/libevent-2.1.12/mm-internal.h
/libevent-2.1.12/poll.c
/libevent-2.1.12/ratelim-internal.h
/libevent-2.1.12/sample/dns-example.c
/libevent-2.1.12/sample/event-read-fifo.c
/libevent-2.1.12/sample/hello-world.c
/libevent-2.1.12/sample/hostcheck.c
/libevent-2.1.12/sample/hostcheck.h
/libevent-2.1.12/sample/http-connect.c
/libevent-2.1.12/sample/http-server.c
/libevent-2.1.12/sample/https-client.c
/libevent-2.1.12/sample/include.am
/libevent-2.1.12/sample/le-proxy.c
/libevent-2.1.12/sample/openssl_hostname_validation.c
/libevent-2.1.12/sample/openssl_hostname_validation.h
/libevent-2.1.12/sample/signal-test.c
/libevent-2.1.12/sample/time-test.c
/libevent-2.1.12/select.c
/libevent-2.1.12/signal.c
/libevent-2.1.12/strlcpy-internal.h
/libevent-2.1.12/strlcpy.c
/libevent-2.1.12/test/Makefile.nmake
/libevent-2.1.12/test/bench.c
/libevent-2.1.12/test/bench_cascade.c
/libevent-2.1.12/test/bench_http.c
/libevent-2.1.12/test/bench_httpclient.c
/libevent-2.1.12/test/check-dumpevents.py
/libevent-2.1.12/test/include.am
/libevent-2.1.12/test/print-winsock-errors.c
/libevent-2.1.12/test/regress.c
/libevent-2.1.12/test/regress.h
/libevent-2.1.12/test/regress_buffer.c
/libevent-2.1.12/test/regress_bufferevent.c
/libevent-2.1.12/test/regress_dns.c
/libevent-2.1.12/test/regress_et.c
/libevent-2.1.12/test/regress_finalize.c
/libevent-2.1.12/test/regress_http.c
/libevent-2.1.12/test/regress_iocp.c
/libevent-2.1.12/test/regress_listener.c
/libevent-2.1.12/test/regress_main.c
/libevent-2.1.12/test/regress_minheap.c
/libevent-2.1.12/test/regress_rpc.c
/libevent-2.1.12/test/regress_ssl.c
/libevent-2.1.12/test/regress_testutils.c
/libevent-2.1.12/test/regress_testutils.h
/libevent-2.1.12/test/regress_thread.c
/libevent-2.1.12/test/regress_thread.h
/libevent-2.1.12/test/regress_util.c
/libevent-2.1.12/test/regress_zlib.c
/libevent-2.1.12/test/rpcgen_wrapper.sh
/libevent-2.1.12/test/test-changelist.c
/libevent-2.1.12/test/test-closed.c
/libevent-2.1.12/test/test-dumpevents.c
/libevent-2.1.12/test/test-eof.c
/libevent-2.1.12/test/test-fdleak.c
/libevent-2.1.12/test/test-init.c
/libevent-2.1.12/test/test-ratelim.c
/libevent-2.1.12/test/test-ratelim.sh
/libevent-2.1.12/test/test-time.c
/libevent-2.1.12/test/test-weof.c
/libevent-2.1.12/test/test.sh
/libevent-2.1.12/test/tinytest.c
/libevent-2.1.12/test/tinytest.h
/libevent-2.1.12/test/tinytest_demo.c
/libevent-2.1.12/test/tinytest_macros.h
/libevent-2.1.12/time-internal.h
/libevent-2.1.12/util-internal.h
/libevent-2.1.12/whatsnew-2.0.txt
/libevent-2.1.12/whatsnew-2.1.txt
/libevent-2.1.12/win32select.c
674dc3d327-Aug-2011 Harlan Stenn <[email protected]>

Provide the autoconf m4 macros for the new OpenSSL via pkg-config stuff.


/libevent-2.1.12/.gitignore
/libevent-2.1.12/ChangeLog
/libevent-2.1.12/Doxyfile
/libevent-2.1.12/Makefile.am
/libevent-2.1.12/Makefile.nmake
/libevent-2.1.12/README
/libevent-2.1.12/WIN32-Code/evconfig-private.h
/libevent-2.1.12/WIN32-Code/event2/event-config.h
/libevent-2.1.12/arc4random.c
/libevent-2.1.12/buffer.c
/libevent-2.1.12/buffer_iocp.c
/libevent-2.1.12/bufferevent-internal.h
/libevent-2.1.12/bufferevent.c
/libevent-2.1.12/bufferevent_async.c
/libevent-2.1.12/bufferevent_filter.c
/libevent-2.1.12/bufferevent_openssl.c
/libevent-2.1.12/bufferevent_pair.c
/libevent-2.1.12/bufferevent_ratelim.c
/libevent-2.1.12/bufferevent_sock.c
/libevent-2.1.12/compat/sys/queue.h
/libevent-2.1.12/configure.in
/libevent-2.1.12/defer-internal.h
/libevent-2.1.12/epoll_sub.c
/libevent-2.1.12/evbuffer-internal.h
/libevent-2.1.12/evdns.c
/libevent-2.1.12/evdns.h
/libevent-2.1.12/event-internal.h
/libevent-2.1.12/event.c
/libevent-2.1.12/event.h
/libevent-2.1.12/event_iocp.c
/libevent-2.1.12/event_tagging.c
/libevent-2.1.12/evhttp.h
/libevent-2.1.12/evmap.c
/libevent-2.1.12/evport.c
/libevent-2.1.12/evrpc.c
/libevent-2.1.12/evrpc.h
/libevent-2.1.12/evthread-internal.h
/libevent-2.1.12/evthread.c
/libevent-2.1.12/evthread_win32.c
/libevent-2.1.12/evutil.c
/libevent-2.1.12/evutil.h
/libevent-2.1.12/evutil_rand.c
/libevent-2.1.12/ht-internal.h
/libevent-2.1.12/http-internal.h
/libevent-2.1.12/http.c
/libevent-2.1.12/include/Makefile.am
/libevent-2.1.12/include/event2/buffer.h
/libevent-2.1.12/include/event2/buffer_compat.h
/libevent-2.1.12/include/event2/bufferevent.h
/libevent-2.1.12/include/event2/bufferevent_compat.h
/libevent-2.1.12/include/event2/bufferevent_ssl.h
/libevent-2.1.12/include/event2/bufferevent_struct.h
/libevent-2.1.12/include/event2/dns.h
/libevent-2.1.12/include/event2/dns_compat.h
/libevent-2.1.12/include/event2/dns_struct.h
/libevent-2.1.12/include/event2/event.h
/libevent-2.1.12/include/event2/event_compat.h
/libevent-2.1.12/include/event2/event_struct.h
/libevent-2.1.12/include/event2/http.h
/libevent-2.1.12/include/event2/http_compat.h
/libevent-2.1.12/include/event2/http_struct.h
/libevent-2.1.12/include/event2/rpc.h
/libevent-2.1.12/include/event2/rpc_compat.h
/libevent-2.1.12/include/event2/rpc_struct.h
/libevent-2.1.12/include/event2/tag.h
/libevent-2.1.12/include/event2/tag_compat.h
/libevent-2.1.12/include/event2/thread.h
/libevent-2.1.12/include/event2/util.h
/libevent-2.1.12/iocp-internal.h
/libevent-2.1.12/ipv6-internal.h
/libevent-2.1.12/kqueue.c
/libevent-2.1.12/libevent_openssl.pc.in
/libevent-2.1.12/listener.c
/libevent-2.1.12/log.c
libevent_openssl.m4
ntp_pkg_config.m4
/libevent-2.1.12/minheap-internal.h
/libevent-2.1.12/sample/Makefile.am
/libevent-2.1.12/sample/dns-example.c
/libevent-2.1.12/sample/event-test.c
/libevent-2.1.12/sample/hello-world.c
/libevent-2.1.12/sample/http-server.c
/libevent-2.1.12/sample/le-proxy.c
/libevent-2.1.12/sample/signal-test.c
/libevent-2.1.12/sample/time-test.c
/libevent-2.1.12/select.c
/libevent-2.1.12/signal.c
/libevent-2.1.12/test/Makefile.am
/libevent-2.1.12/test/Makefile.nmake
/libevent-2.1.12/test/bench.c
/libevent-2.1.12/test/bench_cascade.c
/libevent-2.1.12/test/bench_http.c
/libevent-2.1.12/test/bench_httpclient.c
/libevent-2.1.12/test/regress.c
/libevent-2.1.12/test/regress.h
/libevent-2.1.12/test/regress_buffer.c
/libevent-2.1.12/test/regress_bufferevent.c
/libevent-2.1.12/test/regress_dns.c
/libevent-2.1.12/test/regress_et.c
/libevent-2.1.12/test/regress_http.c
/libevent-2.1.12/test/regress_listener.c
/libevent-2.1.12/test/regress_main.c
/libevent-2.1.12/test/regress_rpc.c
/libevent-2.1.12/test/regress_ssl.c
/libevent-2.1.12/test/regress_testutils.c
/libevent-2.1.12/test/regress_thread.c
/libevent-2.1.12/test/regress_util.c
/libevent-2.1.12/test/regress_zlib.c
/libevent-2.1.12/test/rpcgen_wrapper.sh
/libevent-2.1.12/test/test-changelist.c
/libevent-2.1.12/test/test-eof.c
/libevent-2.1.12/test/test-init.c
/libevent-2.1.12/test/test-ratelim.c
/libevent-2.1.12/test/test-time.c
/libevent-2.1.12/test/test-weof.c
/libevent-2.1.12/test/test.sh
/libevent-2.1.12/test/tinytest.c
/libevent-2.1.12/test/tinytest_local.h
/libevent-2.1.12/util-internal.h
/libevent-2.1.12/whatsnew-2.0.txt
ad03952e03-Jan-2011 Kevin Bowling <[email protected]>

Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5)


/libevent-2.1.12/.gitignore
/libevent-2.1.12/ChangeLog
/libevent-2.1.12/Doxyfile
/libevent-2.1.12/LICENSE
/libevent-2.1.12/Makefile.am
/libevent-2.1.12/Makefile.nmake
/libevent-2.1.12/README
/libevent-2.1.12/WIN32-Code/evconfig-private.h
/libevent-2.1.12/WIN32-Code/event2/event-config.h
/libevent-2.1.12/WIN32-Code/tree.h
/libevent-2.1.12/arc4random.c
/libevent-2.1.12/autogen.sh
/libevent-2.1.12/buffer.c
/libevent-2.1.12/buffer_iocp.c
/libevent-2.1.12/bufferevent-internal.h
/libevent-2.1.12/bufferevent.c
/libevent-2.1.12/bufferevent_async.c
/libevent-2.1.12/bufferevent_filter.c
/libevent-2.1.12/bufferevent_openssl.c
/libevent-2.1.12/bufferevent_pair.c
/libevent-2.1.12/bufferevent_ratelim.c
/libevent-2.1.12/bufferevent_sock.c
/libevent-2.1.12/changelist-internal.h
/libevent-2.1.12/compat/sys/queue.h
/libevent-2.1.12/configure.in
/libevent-2.1.12/defer-internal.h
/libevent-2.1.12/devpoll.c
/libevent-2.1.12/epoll.c
/libevent-2.1.12/epoll_sub.c
/libevent-2.1.12/evbuffer-internal.h
/libevent-2.1.12/evconfig-private.h.in
/libevent-2.1.12/evdns.c
/libevent-2.1.12/evdns.h
/libevent-2.1.12/event-internal.h
/libevent-2.1.12/event.c
/libevent-2.1.12/event.h
/libevent-2.1.12/event_iocp.c
/libevent-2.1.12/event_rpcgen.py
/libevent-2.1.12/event_tagging.c
/libevent-2.1.12/evhttp.h
/libevent-2.1.12/evmap-internal.h
/libevent-2.1.12/evmap.c
/libevent-2.1.12/evport.c
/libevent-2.1.12/evrpc-internal.h
/libevent-2.1.12/evrpc.c
/libevent-2.1.12/evrpc.h
/libevent-2.1.12/evsignal-internal.h
/libevent-2.1.12/evthread-internal.h
/libevent-2.1.12/evthread.c
/libevent-2.1.12/evthread_pthread.c
/libevent-2.1.12/evthread_win32.c
/libevent-2.1.12/evutil.c
/libevent-2.1.12/evutil.h
/libevent-2.1.12/evutil_rand.c
/libevent-2.1.12/ht-internal.h
/libevent-2.1.12/http-internal.h
/libevent-2.1.12/http.c
/libevent-2.1.12/include/Makefile.am
/libevent-2.1.12/include/event2/buffer.h
/libevent-2.1.12/include/event2/buffer_compat.h
/libevent-2.1.12/include/event2/bufferevent.h
/libevent-2.1.12/include/event2/bufferevent_compat.h
/libevent-2.1.12/include/event2/bufferevent_ssl.h
/libevent-2.1.12/include/event2/bufferevent_struct.h
/libevent-2.1.12/include/event2/dns.h
/libevent-2.1.12/include/event2/dns_compat.h
/libevent-2.1.12/include/event2/dns_struct.h
/libevent-2.1.12/include/event2/event.h
/libevent-2.1.12/include/event2/event_compat.h
/libevent-2.1.12/include/event2/event_struct.h
/libevent-2.1.12/include/event2/http.h
/libevent-2.1.12/include/event2/http_compat.h
/libevent-2.1.12/include/event2/http_struct.h
/libevent-2.1.12/include/event2/keyvalq_struct.h
/libevent-2.1.12/include/event2/listener.h
/libevent-2.1.12/include/event2/rpc.h
/libevent-2.1.12/include/event2/rpc_compat.h
/libevent-2.1.12/include/event2/rpc_struct.h
/libevent-2.1.12/include/event2/tag.h
/libevent-2.1.12/include/event2/tag_compat.h
/libevent-2.1.12/include/event2/thread.h
/libevent-2.1.12/include/event2/util.h
/libevent-2.1.12/iocp-internal.h
/libevent-2.1.12/ipv6-internal.h
/libevent-2.1.12/kqueue.c
/libevent-2.1.12/libevent.pc.in
/libevent-2.1.12/libevent_openssl.pc.in
/libevent-2.1.12/libevent_pthreads.pc.in
/libevent-2.1.12/listener.c
/libevent-2.1.12/log-internal.h
/libevent-2.1.12/log.c
ac_backport_259_ssizet.m4
/libevent-2.1.12/make_epoll_table.py
/libevent-2.1.12/minheap-internal.h
/libevent-2.1.12/mm-internal.h
/libevent-2.1.12/poll.c
/libevent-2.1.12/ratelim-internal.h
/libevent-2.1.12/sample/Makefile.am
/libevent-2.1.12/sample/dns-example.c
/libevent-2.1.12/sample/event-test.c
/libevent-2.1.12/sample/hello-world.c
/libevent-2.1.12/sample/http-server.c
/libevent-2.1.12/sample/le-proxy.c
/libevent-2.1.12/sample/signal-test.c
/libevent-2.1.12/sample/time-test.c
/libevent-2.1.12/select.c
/libevent-2.1.12/signal.c
/libevent-2.1.12/strlcpy-internal.h
/libevent-2.1.12/strlcpy.c
/libevent-2.1.12/test/Makefile.am
/libevent-2.1.12/test/Makefile.nmake
/libevent-2.1.12/test/bench.c
/libevent-2.1.12/test/bench_cascade.c
/libevent-2.1.12/test/bench_http.c
/libevent-2.1.12/test/bench_httpclient.c
/libevent-2.1.12/test/regress.c
/libevent-2.1.12/test/regress.h
/libevent-2.1.12/test/regress.rpc
/libevent-2.1.12/test/regress_buffer.c
/libevent-2.1.12/test/regress_bufferevent.c
/libevent-2.1.12/test/regress_dns.c
/libevent-2.1.12/test/regress_et.c
/libevent-2.1.12/test/regress_http.c
/libevent-2.1.12/test/regress_iocp.c
/libevent-2.1.12/test/regress_listener.c
/libevent-2.1.12/test/regress_main.c
/libevent-2.1.12/test/regress_minheap.c
/libevent-2.1.12/test/regress_rpc.c
/libevent-2.1.12/test/regress_ssl.c
/libevent-2.1.12/test/regress_testutils.c
/libevent-2.1.12/test/regress_testutils.h
/libevent-2.1.12/test/regress_thread.c
/libevent-2.1.12/test/regress_util.c
/libevent-2.1.12/test/regress_zlib.c
/libevent-2.1.12/test/test-changelist.c
/libevent-2.1.12/test/test-eof.c
/libevent-2.1.12/test/test-init.c
/libevent-2.1.12/test/test-ratelim.c
/libevent-2.1.12/test/test-ratelim.sh
/libevent-2.1.12/test/test-time.c
/libevent-2.1.12/test/test-weof.c
/libevent-2.1.12/test/test.sh
/libevent-2.1.12/test/tinytest.c
/libevent-2.1.12/test/tinytest.h
/libevent-2.1.12/test/tinytest_demo.c
/libevent-2.1.12/test/tinytest_local.h
/libevent-2.1.12/test/tinytest_macros.h
/libevent-2.1.12/util-internal.h
/libevent-2.1.12/whatsnew-2.0.txt
/libevent-2.1.12/win32select.c
558de9b302-Mar-2008 Niels Provos <[email protected]>

Provide OpenSSL style support for multiple threads accessing the same event_base

svn:r684


/libevent-2.1.12/ChangeLog
/libevent-2.1.12/Doxyfile
/libevent-2.1.12/Makefile.am
/libevent-2.1.12/README
/libevent-2.1.12/WIN32-Code/config.h
/libevent-2.1.12/WIN32-Code/event-config.h
/libevent-2.1.12/WIN32-Code/misc.c
/libevent-2.1.12/WIN32-Code/misc.h
/libevent-2.1.12/WIN32-Code/tree.h
/libevent-2.1.12/WIN32-Code/win32.c
/libevent-2.1.12/WIN32-Prj/event_test/event_test.dsp
/libevent-2.1.12/WIN32-Prj/event_test/test.txt
/libevent-2.1.12/WIN32-Prj/libevent.dsp
/libevent-2.1.12/WIN32-Prj/libevent.dsw
/libevent-2.1.12/WIN32-Prj/libevent.vcproj
/libevent-2.1.12/WIN32-Prj/signal_test/signal_test.dsp
/libevent-2.1.12/WIN32-Prj/time_test/time_test.dsp
/libevent-2.1.12/autogen.sh
/libevent-2.1.12/buffer.c
/libevent-2.1.12/compat/sys/_time.h
/libevent-2.1.12/compat/sys/queue.h
/libevent-2.1.12/configure.in
/libevent-2.1.12/devpoll.c
/libevent-2.1.12/epoll.c
/libevent-2.1.12/epoll_sub.c
/libevent-2.1.12/evbuffer-internal.h
/libevent-2.1.12/evbuffer.c
/libevent-2.1.12/evdns.3
/libevent-2.1.12/evdns.c
/libevent-2.1.12/evdns.h
/libevent-2.1.12/event-internal.h
/libevent-2.1.12/event.3
/libevent-2.1.12/event.c
/libevent-2.1.12/event.h
/libevent-2.1.12/event_rpcgen.py
/libevent-2.1.12/event_tagging.c
/libevent-2.1.12/evhttp.h
/libevent-2.1.12/evport.c
/libevent-2.1.12/evrpc-internal.h
/libevent-2.1.12/evrpc.c
/libevent-2.1.12/evrpc.h
/libevent-2.1.12/evsignal.h
/libevent-2.1.12/evthread-internal.h
/libevent-2.1.12/evutil.c
/libevent-2.1.12/evutil.h
/libevent-2.1.12/http-internal.h
/libevent-2.1.12/http.c
/libevent-2.1.12/include/Makefile.am
/libevent-2.1.12/include/event2/buffer.h
/libevent-2.1.12/install-sh
/libevent-2.1.12/kqueue.c
/libevent-2.1.12/log.c
/libevent-2.1.12/log.h
acx_pthread.m4
/libevent-2.1.12/min_heap.h
/libevent-2.1.12/missing
/libevent-2.1.12/mkinstalldirs
/libevent-2.1.12/mm-internal.h
/libevent-2.1.12/poll.c
/libevent-2.1.12/sample/Makefile.am
/libevent-2.1.12/sample/event-test.c
/libevent-2.1.12/sample/signal-test.c
/libevent-2.1.12/sample/time-test.c
/libevent-2.1.12/select.c
/libevent-2.1.12/signal.c
/libevent-2.1.12/stamp-h.in
/libevent-2.1.12/strlcpy-internal.h
/libevent-2.1.12/strlcpy.c
/libevent-2.1.12/test/Makefile.am
/libevent-2.1.12/test/bench.c
/libevent-2.1.12/test/bench_cascade.c
/libevent-2.1.12/test/regress.c
/libevent-2.1.12/test/regress.h
/libevent-2.1.12/test/regress.rpc
/libevent-2.1.12/test/regress_dns.c
/libevent-2.1.12/test/regress_http.c
/libevent-2.1.12/test/regress_pthread.c
/libevent-2.1.12/test/regress_rpc.c
/libevent-2.1.12/test/test-eof.c
/libevent-2.1.12/test/test-init.c
/libevent-2.1.12/test/test-time.c
/libevent-2.1.12/test/test-weof.c
/libevent-2.1.12/test/test.sh
/libevent-2.1.12/whatsnew-xx.txt