2011-06-03 |
Nick Mathewson | Bump version to 2.0.12-stable. Not release just yet |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Nick Mathewson | Fix regress_ssl.c build on openbsd |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Nick Mathewson | cygwin: make it possible to build DLLs |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Nick Mathewson | Merge branch '20_select_nfds' into patches-2.0 |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Nick Mathewson | Fix a fencepost bug in the select backend |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Nick Mathewson | Make the new http_connect_fail_test use a multicast... |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Peter Rosin | InitializeCriticalSectionAndSpinCount requires _WIN32_W... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Nick Mathewson | Fix a couple of signed/unsigned warnings in http.c |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Nick Mathewson | Disable main/many_events_slow_add with evport backend |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Nick Mathewson | Fix compilation. |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Nick Mathewson | Merge branch 'intcmp_overflow_fixes' into patches-2.0 |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Mark Ellzey | updated EV_S(s)IZE definitions |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Mark Ellzey | Added overflow checks in evhttp_read_body and evhttp_ge... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Mark Ellzey | Added several checks for under/overflow conditions... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Sebastian Hahn | Always use evutil_snprintf, even if OS provides it |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Peter Rosin | Use evutil_gettimeofday instead of relying on the syste... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Peter Rosin | Fix winsock2.h #include issues with MSVC |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Peter Rosin | Make sure TINYTEST_LOCAL is defined when building tinyt... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Peter Rosin | unistd.h and sys/time.h might not exist. |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Peter Rosin | MSVC does not provide S_ISDIR, so provide it manually. |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Peter Rosin | Bring in the compile script from automake, if needed. |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Peter Rosin | Make the tests build when OpenSSL is not available. |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Peter Rosin | Link with -lshell32 and -ladvapi32 on Win32. |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Nick Mathewson | Fix new warnings from GCC 4.6 |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Mansour Moufid | Prevent size_t overflow in evhttp_htmlescape. |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Nick Mathewson | Fix a bug that prevented us from configuring IPv6 names... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Kevin Ko | Test case for 0848814ac49616 |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Kevin Ko | Fix failing assertion introducd in commit 0d6622e |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Dave Hart | Fix compilation with GCC 2, which had no __builtin_expect |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sebastian Hahn | Fix a compile warning with zlib 1.2.4 and 1.2.5 |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sebastian Hahn | Correctly detect openssl on windows |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sebastian Hahn | Move the win32 detection in configure.in |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sebastian Hahn | Use OPENSSL_LIBS in Makefile.am |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Peter Rosin | Libtool brings in the dependencies of libevent_openssl... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Peter Rosin | libssl depends on libcrypto, not the other way around. |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Nick Mathewson | Oops; that new unit test breaks for epoll. Fix it. |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Nick Mathewson | Fix a warn-and-fail bug in kqueue by providing kevent... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Nick Mathewson | Add missing words to EVLOOP_NONBLOCK documentation |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Nick Mathewson | Bump version to 2.0.11-stable-dev |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Nick Mathewson | Increment version number to 2.0.11-stable release-2.0.11-stable |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Nick Mathewson | Add more people to the acknowledgments |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Nick Mathewson | Changelog for 2.0.11-stable |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Nick Mathewson | Fix clang warning when resetting connection |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Nick Mathewson | Use AM_CONDITIONAL, not AC_SUBST, to tell automake... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Nick Mathewson | Fix msvc build: it needed to know about _EVENT_HAVE_STR... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Nick Mathewson | Try to fix up CHECK_REGRESS hack to not break on win32 |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Nick Mathewson | Add missing header for regress_http compilation on... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Nick Mathewson | Merge branch '20_iocp_conn_sockopt' into patches-2.0 |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Nick Mathewson | call setsockopt correctly on connecting() IOCP-bufferev... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Sebastian Hahn | Zero a struct sockaddr_in before using it |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Sebastian Hahn | Remote some dead code from dns-example.c |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Sebastian Hahn | Check return value of evbuffer_add_cb in tests |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Sebastian Hahn | Be nice and "handle" error return values in sample... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Sebastian Hahn | Refactor test_getaddrinfo_async_cancel_stress() |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Sebastian Hahn | add some (void) casts for unused variables |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Sebastian Hahn | Actually send NULL request in http_bad_request_test |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Sebastian Hahn | Add a forgotten return value check in the unit tests |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Sebastian Hahn | Add an assert to appease clang's static analyzer |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Sebastian Hahn | Fix possible NULL-deref in evdns_cancel_request |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Sebastian Hahn | Add a forgotten NULL check to evhttp_parse_headers |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Sebastian Hahn | Fix compilation under LLVM/clang with --enable-gcc... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Nick Mathewson | Fix a memory leak on win32 socket->event map. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Nick Mathewson | Handle calloc failure in evdns. (Found by Dave Hart) |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Nick Mathewson | Merge branch '20_evdns_circular_list_patch' into patche... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Nick Mathewson | Fix a crash bug in evdns server circular list code |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Nick Mathewson | Fix a couple of memory leaks in samples/http-server... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Nick Mathewson | Avoid a free(NULL) if out-of-memory in evdns_getaddrinf... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Nick Mathewson | Fix the check for multicast or broadcast addresses... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Nick Mathewson | Merge branch '20_socktype_protocol_nomem' into patches-2.0 |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Nick Mathewson | Check for allocation failures in apply_socktype_protoco... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Tomash Brechko | Fix the case when failed evhttp_make_request() leaved... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Tomash Brechko | Fix subtle recursion in evhttp_connection_cb_cleanup(). |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Tomash Brechko | Reset outgoing connection when read data in idle state. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Nick Mathewson | Add comment to configure.in to explain gc-sections... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Dave Hart | Fix for --gc-sections on NetBSD |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Dave Hart | Fix make distcheck & installation of libevent 1 headers |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Christophe... | Fix incorrect assertions and possible use-after-free... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Nick Mathewson | Disable lazy gettimeofday/clock_gettime comparison... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Nick Mathewson | Merge branch '20_timescale' into patches-2.0 |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Nick Mathewson | Followup for Tomash Brechko's http patch |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Tomash Brechko | Workaround libevent bug |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Nick Mathewson | Have event_base_gettimeofday_cached() always return... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Dave Hart | Make --no-libevent-install apply to event1 headers too |
commit | commitdiff | tree | snapshot |
2011-02-25 |
Dave Hart | Make --no-libevent-install apply to headers too |
commit | commitdiff | tree | snapshot |
2011-02-23 |
Sebastian Hahn | Continue AM_CFLAGS to AM_CPPFLAGS correction |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Nick Mathewson | Merge branch '20_uri_nonconformant' into patches-2.0 |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Nick Mathewson | Make -ffunction-sections off-by-default in 2.0.x |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Nick Mathewson | Remove nonfunctional enable_libevent_(install|regress... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Nick Mathewson | Use $(), not @@, for LIBEVENT_GC_SECTIONS |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Nick Mathewson | Be explicit about how long event loops run in event... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Nick Mathewson | Use %s with printf in test.sh |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Dave Hart | Correct an AM_CFLAGS to an AM_CPPFLAGS in test/Makefile.am |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Dave Hart | Add configure options to disable installation, regressi... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Harlan Stenn | Add -D_OSF_SOURCE to fix hpux builds |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Dave Hart | Use the gcc -ffunction-segments feature to allow gc... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Harlan Stenn | Check for getservbyname even if not on win32. |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Harlan Stenn | Fix autoconf bracket issues; make check for getaddrinfo... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Harlan Stenn | Skip check for zlib if we have no zlib.h |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Harlan Stenn | Make test-eof fail with a timeout if we never get an... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Nick Mathewson | FIX: comment internal headers used in sample code. |
commit | commitdiff | tree | snapshot |
next |