]> granicus.if.org Git - transmission/commit
(trunk) #2416 "libevent + libcurl + OS X == crash" -- remove our old libevent mirror...
authorCharles Kerr <charles@transmissionbt.com>
Sun, 17 Jan 2010 01:06:48 +0000 (01:06 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Sun, 17 Jan 2010 01:06:48 +0000 (01:06 +0000)
commit4fbaf10ad652c5f27c9f6eb594f0b3bb3fd4efd2
tree47cd94709400badb82a4e1ccbae14ac869933d1b
parent7cad213bbc5d1608097f3696b50f5c1dbc52981e
(trunk) #2416 "libevent + libcurl + OS X == crash" -- remove our old libevent mirror, and instead use a snapshot from git://github.com/nmathewson/Libevent.git's "kqueue_crash_fix_1.4" branch from 2001-01-14 <http://github.com/nmathewson/Libevent/commits/kqueue_crash_fix_1.4>
79 files changed:
configure.ac
third-party/libevent/ChangeLog [new file with mode: 0644]
third-party/libevent/Doxyfile [new file with mode: 0644]
third-party/libevent/Makefile.am [new file with mode: 0644]
third-party/libevent/Makefile.nmake [new file with mode: 0644]
third-party/libevent/README [new file with mode: 0644]
third-party/libevent/WIN32-Code/config.h [new file with mode: 0644]
third-party/libevent/WIN32-Code/event-config.h [new file with mode: 0644]
third-party/libevent/WIN32-Code/tree.h [new file with mode: 0644]
third-party/libevent/WIN32-Code/win32.c [new file with mode: 0644]
third-party/libevent/WIN32-Prj/event_test/event_test.dsp [new file with mode: 0644]
third-party/libevent/WIN32-Prj/event_test/test.txt [new file with mode: 0644]
third-party/libevent/WIN32-Prj/libevent.dsp [new file with mode: 0644]
third-party/libevent/WIN32-Prj/libevent.dsw [new file with mode: 0644]
third-party/libevent/WIN32-Prj/libevent.sln [new file with mode: 0644]
third-party/libevent/WIN32-Prj/libevent.vcproj [new file with mode: 0644]
third-party/libevent/WIN32-Prj/regress/regress.vcproj [new file with mode: 0644]
third-party/libevent/WIN32-Prj/signal_test/signal_test.dsp [new file with mode: 0644]
third-party/libevent/WIN32-Prj/time_test/time_test.dsp [new file with mode: 0644]
third-party/libevent/autogen.sh [new file with mode: 0755]
third-party/libevent/buffer.c [new file with mode: 0644]
third-party/libevent/compat/sys/_libevent_time.h [new file with mode: 0644]
third-party/libevent/compat/sys/queue.h [new file with mode: 0644]
third-party/libevent/configure.in [new file with mode: 0644]
third-party/libevent/devpoll.c [new file with mode: 0644]
third-party/libevent/epoll.c [new file with mode: 0644]
third-party/libevent/epoll_sub.c [new file with mode: 0644]
third-party/libevent/evbuffer.c [new file with mode: 0644]
third-party/libevent/evdns.3 [new file with mode: 0644]
third-party/libevent/evdns.c [new file with mode: 0644]
third-party/libevent/evdns.h [new file with mode: 0644]
third-party/libevent/event-internal.h [new file with mode: 0644]
third-party/libevent/event.3 [new file with mode: 0644]
third-party/libevent/event.c [new file with mode: 0644]
third-party/libevent/event.h [new file with mode: 0644]
third-party/libevent/event_rpcgen.py [new file with mode: 0755]
third-party/libevent/event_tagging.c [new file with mode: 0644]
third-party/libevent/evhttp.h [new file with mode: 0644]
third-party/libevent/evport.c [new file with mode: 0644]
third-party/libevent/evrpc-internal.h [new file with mode: 0644]
third-party/libevent/evrpc.c [new file with mode: 0644]
third-party/libevent/evrpc.h [new file with mode: 0644]
third-party/libevent/evsignal.h [new file with mode: 0644]
third-party/libevent/evutil.c [new file with mode: 0644]
third-party/libevent/evutil.h [new file with mode: 0644]
third-party/libevent/http-internal.h [new file with mode: 0644]
third-party/libevent/http.c [new file with mode: 0644]
third-party/libevent/install-sh [new file with mode: 0755]
third-party/libevent/kqueue.c [new file with mode: 0644]
third-party/libevent/log.c [new file with mode: 0644]
third-party/libevent/log.h [new file with mode: 0644]
third-party/libevent/min_heap.h [new file with mode: 0644]
third-party/libevent/missing [new file with mode: 0755]
third-party/libevent/mkinstalldirs [new file with mode: 0755]
third-party/libevent/poll.c [new file with mode: 0644]
third-party/libevent/sample/Makefile.am [new file with mode: 0644]
third-party/libevent/sample/event-test.c [new file with mode: 0644]
third-party/libevent/sample/signal-test.c [new file with mode: 0644]
third-party/libevent/sample/time-test.c [new file with mode: 0644]
third-party/libevent/select.c [new file with mode: 0644]
third-party/libevent/signal.c [new file with mode: 0644]
third-party/libevent/stamp-h.in [new file with mode: 0644]
third-party/libevent/strlcpy-internal.h [new file with mode: 0644]
third-party/libevent/strlcpy.c [new file with mode: 0644]
third-party/libevent/test/Makefile.am [new file with mode: 0644]
third-party/libevent/test/Makefile.nmake [new file with mode: 0644]
third-party/libevent/test/bench.c [new file with mode: 0644]
third-party/libevent/test/regress.c [new file with mode: 0644]
third-party/libevent/test/regress.h [new file with mode: 0644]
third-party/libevent/test/regress.rpc [new file with mode: 0644]
third-party/libevent/test/regress_dns.c [new file with mode: 0644]
third-party/libevent/test/regress_http.c [new file with mode: 0644]
third-party/libevent/test/regress_rpc.c [new file with mode: 0644]
third-party/libevent/test/test-eof.c [new file with mode: 0644]
third-party/libevent/test/test-init.c [new file with mode: 0644]
third-party/libevent/test/test-time.c [new file with mode: 0644]
third-party/libevent/test/test-weof.c [new file with mode: 0644]
third-party/libevent/test/test.sh [new file with mode: 0755]
third-party/libevent/whatsnew-14.txt [new file with mode: 0644]