]> granicus.if.org Git - libevent/shortlog
libevent
2013-05-29 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-05-29 Nick MathewsonUse windows vsnprintf fixup logic on all windows enviro...
2013-05-28 Nick MathewsonMerge remote-tracking branch 'origin/pr/62'
2013-05-28 Nick MathewsonRemove a debugging assert that should not have been...
2013-05-24 Maxime HenrionFix locking in bufferevent_get_options_().
2013-05-24 Maxime HenrionFix a double close() bug in evhttp when the underlying...
2013-05-20 Nick MathewsonAvoid redundant syscall if making a socket cloexec...
2013-05-20 Maxime HenrionAvoid redundant syscall to make a nonblocking socket...
2013-05-17 Maxime HenrionIf evsel->del() fails, don't leave the evmap in an...
2013-05-13 Azat KhuzhinFix dns/leak_resume_send_err test.
2013-05-13 Azat KhuzhinAdd tests for evdns_base_resume().
2013-05-13 Azat KhuzhinFix SEGFAULT after evdns_base_resume if no nameservers...
2013-05-12 Nick MathewsonWhoops. It is gdi.lib, not gdi32.lib. (github issue...
2013-05-11 Azat KhuzhinMissed lock acquire/release in event_base_cancel_single...
2013-05-11 Nick MathewsonFix test compilation with nmake: add the gdi.lib dependency
2013-05-07 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-05-07 Belobrov AndreyChecking request nameserver for NULL, before using it.
2013-05-02 Nick MathewsonBump version to 2.1.3-alpha-dev
2013-05-01 Nick MathewsonAdd regress_finalize to makefile.nmake release-2.1.3-alpha
2013-05-01 Nick MathewsonSet a release date
2013-05-01 Nick MathewsonMake http/connection_retry off-by-default
2013-05-01 Nick MathewsonFix a windows compilation regression
2013-05-01 Nick MathewsonFix a bug in fixing a bug in out-of-tree test-dumpevents
2013-04-30 Nick MathewsonMake regress_finalize work with malloc replacement...
2013-04-30 Nick MathewsonFix some out-of-tree build bugs
2013-04-30 Nick MathewsonIncremement version to 2.1.3-alpha
2013-04-30 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-04-30 Nick MathewsonAdd acknowledgements to readme
2013-04-30 Nick MathewsonStart editing the changelog for 2.1.3-alpha
2013-04-30 Nick MathewsonMark the finalize stuff as experiemental in case it...
2013-04-30 Nick MathewsonStart a changelog for Libevent 2.0.22-stable
2013-04-26 Nick MathewsonClarify an important point about event_base_foreach_event()
2013-04-26 Nick MathewsonFix a bug in the new main/event_foreach test
2013-04-26 Nick MathewsonMore unit tests for initializing common timeouts.
2013-04-26 Nick MathewsonA test for event_get_assignment()
2013-04-26 Nick MathewsonUnit tests for event_base_gettimeofday_cached() and...
2013-04-26 Nick MathewsonNew tests for event_base_foreach_event()
2013-04-26 Nick MathewsonNew test for active_later->active transition on event_a...
2013-04-26 Nick MathewsonMerge branch '21_deadlock_fix_v2'
2013-04-26 Nick MathewsonRemove a no-longer-true XXXX comment.
2013-04-26 Nick MathewsonMake the event_finalize* functions return an error...
2013-04-26 Nick MathewsonMore documentation for finalization feature
2013-04-26 Nick MathewsonRemove bufferevent_del_generic_timeout_cbs as now unused
2013-04-26 Nick MathewsonAlways run pending finalizers when event_base_free...
2013-04-26 Nick MathewsonUse finalization feature so bufferevents can avoid...
2013-04-26 Nick MathewsonAdd some verbose notes to bufferevent unit tests
2013-04-26 Nick MathewsonImplement event_finalize() and related functions to...
2013-04-26 Nick MathewsonMake all tests pass under EVENT_DEBUG_MODE=1
2013-04-25 Nick MathewsonMerge branch '21_http_error_cb_squashed'
2013-04-25 Azat KhuzhinDrop extra header http_struct.h from regress_http.c
2013-04-25 Azat KhuzhinAdd test for EVREQ_HTTP_REQUEST_CANCEL into http_cancel...
2013-04-25 Azat KhuzhinAdd new error_cb for actual reporting of HTTP request...
2013-04-25 Nick MathewsonFix another warning introduced in 0c6ec5d8
2013-04-25 Nick MathewsonFix a warning introduced in 0c6ec5d8
2013-04-25 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-04-25 Nick MathewsonMerge remote-tracking branch 'origin/pr/36' into patche...
2013-04-25 Nick MathewsonMerge branch '21_evdns_disable_when_inactive'
2013-04-25 Azat Khuzhinevdns: New flag to make evdns not prevent the event...
2013-04-24 Nick Mathewsonevent_base_update_cache_time should be a no-op if the...
2013-04-10 Nick MathewsonAdd a test with an active_later event at event_base_fre...
2013-04-10 Nick MathewsonAnother tweak to https-client.c
2013-04-10 Nick MathewsonRemove http_struct.h usage in sample/https-client.c
2013-04-05 Nick MathewsonAdd an environment variable (EVENT_DEBUG_MODE) to run...
2013-04-01 Nick MathewsonMerge branch '21_empty_strlcpy'
2013-03-31 Nick MathewsonDo not build strlcpy.c when it will have no code.
2013-03-29 Nick MathewsonMerge pull request #75 from altf4/master
2013-03-29 Dan PetroSpecify return behavior in header for evbuffer_pullup...
2013-03-28 Nick MathewsonMerge pull request #47 from ppelleti/https
2013-03-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-03-26 Nick MathewsonFix a typo in a comment in buffer.h. Spotted by Alt_F4
2013-03-15 Nick Mathewsonbuild test/test-script.sh on systems with a less-featur...
2013-03-15 Nick MathewsonMake --disable-libevent-regress work again
2013-03-05 Nate RosenblumDouble-check next timeout when adding events
2013-03-01 Azat KhuzhinTest: decoding just part of string with evhttp_decode_u...
2013-03-01 Azat KhuzhinMove prototype of evhttp_decode_uri_internal() to http...
2013-02-28 Azat Khuzhinuri decode: changed the test for the existence of the...
2013-02-28 Azat Khuzhinuri decode: fix for warning "use of uninitialised value"
2013-02-28 Patrick Pelletierpull in wildcard matching code from cURL
2013-02-28 Patrick Pelletieravoid sign mismatch warning in openssl_hostname_validat...
2013-02-28 Patrick Pelletieruse iSECPartners code to validate hostname in certificate
2013-02-28 Patrick Pelletieruse Debian's default root certificate location
2013-02-28 Patrick Pelletierbetter handling of OpenSSL errors
2013-02-28 Patrick Pelletierhttps-client was putting newlines at 256-byte boundaries
2013-02-28 Patrick Pelletieruse ${OPENSSL_LIBS} instead of -lssl -lcrypto
2013-02-28 Catalin PatuleaAdd sample/https-client.c, an example of stacking evhtt...
2013-02-26 Nick MathewsonMerge pull request #41 from ppelleti/winsock-errs
2013-02-26 Patrick Pelletiertest filling up the hash table a bit
2013-02-26 Patrick Pelletieruse hashtable instead of linked list to cache winsock...
2013-02-15 Patrick Pelletiermake sure caching works, and we don't leak memory
2013-02-15 Patrick Pelletieruse FormatMessage for winsock errors
2013-02-15 Patrick Pelletiera program to print out the error strings for winsock...
2013-02-14 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-02-14 Greg Hazelfix #73 and fix http_connection_fail_test to catch it
2013-02-13 Nick MathewsonUnit test for event_remove_timer with EV_PERSIST.
2013-02-13 Nick MathewsonMake event_remove_timer behave correctly with persisten...
2013-02-11 Nick MathewsonMerge remote-tracking branch 'ppelleti/nmake-clean...
2013-02-09 Nick MathewsonAvoid using $(top_srcdir) in TESTS.
2013-02-09 Nick MathewsonUse AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS...
2013-02-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-02-09 Nick MathewsonAvoid using top_srcdir in TESTS-new automakes do not...
next