summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Really only add libevent_core.la to LIBADD on mingwsegfaultSebastian Hahn2010-06-23
* Add bufferevent_lock()/bufferevent_unlock()Nick Mathewson2010-06-21
* Fix sentence fragment in docs for event_get_struct_event_size()Nick Mathewson2010-06-21
* Unit test for event_get_struct_event_size()Nick Mathewson2010-06-21
* Add a comment to describe our plan for library versioningNick Mathewson2010-06-19
* Set library version for libevent_pthreads correctlyNick Mathewson2010-06-19
* Document a change in the semantics of event_get_struct_event_size()Nick Mathewson2010-06-19
* Have autogen.sh pass --force-missing to automakeNick Mathewson2010-06-17
* Remove some automake-generated files from version control.Nick Mathewson2010-06-17
* Fix a pedantic gcc 4.4 warning in event2/event.hNick Mathewson2010-06-11
* Fix possible nullptr dereference in evhttp_send_reply_end()Felix Nawothnig2010-06-07
* Add a function to retrieve the other side of a bufferevent pairNick Mathewson2010-06-07
* Add test for behavior on remote socket closeNick Mathewson2010-06-03
* Fix logic in correcting high values from FIONREADNick Mathewson2010-05-28
* Close the file in evutil_read_file whether there's an error or not.Pierre Phaneuf2010-05-27
* Add the libtool-generated /m4/* stuff to .gitignoreNick Mathewson2010-05-27
* Let evhttp_send_error infer the right error reasonsNick Mathewson2010-05-26
* Fix the default HTTP error templateFelix Nawothnig2010-05-26
* Have the unit tests report errors from test.shNick Mathewson2010-05-26
* Make test.sh exit with nonzero status if tests failNick Mathewson2010-05-26
* Remove all non-error prints from test/regress.cNick Mathewson2010-05-26
* Remove the now-obsolete setup_test() and cleanup_test() functionsNick Mathewson2010-05-26
* Use generic win32 interfaces, not ASCII-only ones, where possible.Nick Mathewson2010-05-24
* Merge branch 'evdns_no_empty_handles'Nick Mathewson2010-05-19
|\
| * If no evdns request can be launched, return NULL, not a handleNick Mathewson2010-05-18
* | Remove some dead assignmentsNick Mathewson2010-05-18
|/
* Use -Wlogical-op on gcc 4.5 or higherNick Mathewson2010-05-18
* Correctly recognize .255 addresses as link-local when looking for interfacesNick Mathewson2010-05-18
* Avoid close of uninitialized socket in evbuffer unit testNick Mathewson2010-05-17
* Replace (safe) use of strcpy with memcpy to appease OpenBSDNick Mathewson2010-05-14
* Add some missing includes to fix Linux build againNick Mathewson2010-05-14
* Make test-ratelim clean up after itself better.Nick Mathewson2010-05-13
* Avoid event_del on uninitialized event in event_base_freeNick Mathewson2010-05-13
* Add options to test-ratelim.c to check its resultsNick Mathewson2010-05-13
* Do not check that event_base is set in EVBASE_ACQUIRE_LOCKNick Mathewson2010-05-13
* Remove the now-unusable EVTHREAD_LOCK/UNLOCK constantsNick Mathewson2010-05-13
* Mark the event_err() functions as __attribute__((noreturn))Nick Mathewson2010-05-13
* Test the unlocked-deferred callback case of buffereventsNick Mathewson2010-05-12
* Remove the obsolete evthread interfacesNick Mathewson2010-05-11
* Bump version to 2.0.5-beta-devNick Mathewson2010-05-10
* Increment version numbers for 2.0.5-betaNick Mathewson2010-05-09
* Add a changelog for 2.0.5-betaNick Mathewson2010-05-09
* Fix some autoconf issues on OpenBSDNick Mathewson2010-05-08
* Define _REENTRANT as needed on Solaris, elsewhereNick Mathewson2010-05-08
* Fix test.sh on freebsdNick Mathewson2010-05-08
* Make test.sh support mingw/msys on win32Nick Mathewson2010-05-08
* Fix whitespace in evutil.cNick Mathewson2010-05-08
* Fix another nasty solaris getaddrinfo() behaviorNick Mathewson2010-05-08
* Fix getaddrinfo with protocol unset on Solaris 9. Found by Dagobert MichelsenNick Mathewson2010-05-08
* Numerous opensolaris compilation fixesNick Mathewson2010-05-08