summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use finalization feature so bufferevents can avoid deadlocksNick Mathewson2013-04-2610-59/+128
* Add some verbose notes to bufferevent unit testsNick Mathewson2013-04-261-0/+5
* Implement event_finalize() and related functions to avoid certain deadlocksNick Mathewson2013-04-2610-46/+662
* Add an environment variable (EVENT_DEBUG_MODE) to run unit tests in debug modeNick Mathewson2013-04-051-0/+3
* Merge branch '21_empty_strlcpy'Nick Mathewson2013-04-012-1/+4
|\
| * Do not build strlcpy.c when it will have no code.Nick Mathewson2013-03-312-1/+4
* | Merge pull request #75 from altf4/masterNick Mathewson2013-03-291-1/+2
|\ \ | |/ |/|
| * Specify return behavior in header for evbuffer_pullup() in corner caseDan Petro2013-03-291-1/+2
|/
* Merge pull request #47 from ppelleti/httpsNick Mathewson2013-03-287-1/+816
|\
| * pull in wildcard matching code from cURLPatrick Pelletier2013-02-274-4/+255
| * avoid sign mismatch warning in openssl_hostname_validation.cPatrick Pelletier2013-02-271-2/+2
| * use iSECPartners code to validate hostname in certificatePatrick Pelletier2013-02-274-1/+307
| * use Debian's default root certificate locationPatrick Pelletier2013-02-271-0/+8
| * better handling of OpenSSL errorsPatrick Pelletier2013-02-271-5/+42
| * https-client was putting newlines at 256-byte boundariesPatrick Pelletier2013-02-271-2/+2
| * use ${OPENSSL_LIBS} instead of -lssl -lcryptoPatrick Pelletier2013-02-271-2/+2
| * Add sample/https-client.c, an example of stacking evhttp as a client on top o...Catalin Patulea2013-02-273-0/+213
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-03-251-1/+1
|\ \
| * | Fix a typo in a comment in buffer.h. Spotted by Alt_F4Nick Mathewson2013-03-251-1/+1
* | | build test/test-script.sh on systems with a less-featureful $<Nick Mathewson2013-03-151-1/+1
* | | Make --disable-libevent-regress work againNick Mathewson2013-03-151-4/+2
* | | Double-check next timeout when adding eventsNate Rosenblum2013-03-051-2/+8
* | | Test: decoding just part of string with evhttp_decode_uri_internal()Azat Khuzhin2013-03-011-0/+10
* | | Move prototype of evhttp_decode_uri_internal() to http-internal.hAzat Khuzhin2013-03-012-3/+4
* | | uri decode: changed the test for the existence of the next characterAzat Khuzhin2013-02-281-1/+1
* | | uri decode: fix for warning "use of uninitialised value"Azat Khuzhin2013-02-281-2/+2
| |/ |/|
* | Merge pull request #41 from ppelleti/winsock-errsNick Mathewson2013-02-265-70/+263
|\ \
| * | test filling up the hash table a bitPatrick Pelletier2013-02-251-1/+9
| * | use hashtable instead of linked list to cache winsock errorsPatrick Pelletier2013-02-251-20/+62
| * | make sure caching works, and we don't leak memoryPatrick Pelletier2013-02-141-43/+58
| * | use FormatMessage for winsock errorsPatrick Pelletier2013-02-143-68/+130
| * | a program to print out the error strings for winsock errorsPatrick Pelletier2013-02-142-2/+68
|/ /
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-02-142-6/+13
|\ \ | |/
| * fix #73 and fix http_connection_fail_test to catch itGreg Hazel2013-02-142-6/+13
* | Unit test for event_remove_timer with EV_PERSIST.Nick Mathewson2013-02-131-7/+22
* | Make event_remove_timer behave correctly with persistent timersNick Mathewson2013-02-131-0/+1
* | Merge remote-tracking branch 'ppelleti/nmake-clean-exes'Nick Mathewson2013-02-112-2/+2
|\ \
| * | "buffer" spellingPatrick Pelletier2013-02-071-1/+1
| * | remove all exes on "make clean", not just regress.exePatrick Pelletier2013-02-071-1/+1
* | | Avoid using $(top_srcdir) in TESTS.Nick Mathewson2013-02-082-2/+10
* | | Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compatNick Mathewson2013-02-081-1/+1
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-02-080-0/+0
|\ \ \ | |/ / |/| / | |/
| * Avoid using top_srcdir in TESTS-new automakes do not like thisNick Mathewson2013-02-081-2/+9
| * Rename configure.in to configure.ac to appease newer autoconfsNick Mathewson2013-02-081-0/+0
| * Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for autmake 1.13 compatNick Mathewson2013-02-081-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2013-02-051-1/+1
|\ \ | |/
| * Fix a locking error in bufferevent_socket_get_dns_error.Nick Mathewson2013-02-051-1/+1
* | Merge pull request #30 from ppelleti/valgrind-epollNick Mathewson2013-02-041-0/+1
|\ \
| * | avoid valgrind false positive by zeroing epoll_eventPatrick Pelletier2012-11-161-0/+1
* | | Merge pull request #39 from azat/fix-http-for-ipv6Nick Mathewson2013-02-042-43/+91
|\ \ \