summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix a compile warning introduced in 739e688fixcompileSebastian Hahn2010-05-02
* Allow empty reason line in HTTP statusHEADmasterPierre Phaneuf2010-04-28
* Remove redundant checks for lock!=NULL before calling EVLOCK_LOCKNick Mathewson2010-04-28
* Fix compilation when openssl support is disabledNick Mathewson2010-04-28
* Catch attempts to enable debug_mode too lateNick Mathewson2010-04-28
* Make debug mode catch mixed ET and non-ET events on an fdNick Mathewson2010-04-28
* Release locks on bufferevents while executing callbacksJoachim Bauch2010-04-27
* Merge branch 'rpc_leaks'Nick Mathewson2010-04-24
|\
| * Fix a memory leak when unmarshalling RPC object arraysNick Mathewson2010-04-23
| * fix a leak when unpausing evrpc requestsNick Mathewson2010-04-23
* | Merge branch 'arc4seed'Nick Mathewson2010-04-24
|\ \ | |/ |/|
| * Fix a couple of bugs in the BSD sysctl arc4seed logicNick Mathewson2010-04-23
| * Document evutil_secure_rng_init() and evutil_secure_rng_add_bytes()Nick Mathewson2010-04-23
| * Make evutil_secure_rng_init() work even with builtin arc4randomNick Mathewson2010-04-23
| * Seed the RNG using sysctl() as well as /dev/urandomNick Mathewson2010-04-23
* | Make http_base_test stop leaking an event_base.Nick Mathewson2010-04-23
* | Remove one last bug in last_with_datap logic. Found with valgrindNick Mathewson2010-04-23
* | do not leak the request object on persistent connectionsNiels Provos2010-04-23
|/
* Make evdns logging threadsafeNick Mathewson2010-04-23
* Add a comment to explain why evdns_request is now separte from requestNick Mathewson2010-04-23
* Add dns/search_cancel unit test.Christopher Davis2010-04-22
* Assert for valid requests as necessary.Christopher Davis2010-04-22
* Free search state when finished searching to avoid an infinite loop.Christopher Davis2010-04-21
* Move domain search state to evdns_request.Christopher Davis2010-04-21
* Ensure that evdns_request is a persistent handle.Christopher Davis2010-04-21
* Clean up properly when adding a signal handler fails.Gilad Benjamini2010-04-21
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-14
* Add ctags/etags files to .gitignoreNick Mathewson2010-04-14
* Add void* arguments to request_new and reply_new evrpc hooksShuo Chen2010-04-14
* Expose the request and reply members of rpc_req_generic()Shuo Chen2010-04-14
* Initialize last_with_datap correctly in evbuffer_overlappedNick Mathewson2010-04-14
* Create shared libraries under WindowsGiuseppe Scrivano2010-04-13
* Do not inhibit automake dependencies generationGiuseppe Scrivano2010-04-13
* Fix compiler warnings under WIN32Giuseppe Scrivano2010-04-13
* Merge branch 'evbuffer_copyout'Nick Mathewson2010-04-13
|\
| * Add evbuffer_copyout to copy data from an evbuffer without drainingNick Mathewson2010-04-13
* | Merge branch 'safetimevalms'Christopher Davis2010-04-10
|\ \ | |/ |/|
| * Always round up when there's a fractional number of msecs.Christopher Davis2010-04-09
| * Add evutil_tv_to_msec for safe conversion of timevals to milliseconds.Christopher Davis2010-03-31
* | Limit the maximum number of events on each socket to 65535Nick Mathewson2010-04-09
* | Merge branch 'comment'Nick Mathewson2010-04-09
|\ \
| * | Add a few more evmap/changelist commentsNick Mathewson2010-04-09
| |/
* | Test another case of evbuffer_prependNick Mathewson2010-04-09
* | Add more unit tests for evbuffer_expandNick Mathewson2010-04-09
* | Unit-test every evbuffer_add_file() implementation.Nick Mathewson2010-04-09
* | Clean up a mistake in pointer manipulation in evbuffer_removeChristopher Davis2010-04-02
* | Rewrite evbuffer_expand and its usersNick Mathewson2010-03-31
* | Fix a memory leak when appending/prepending to a buffer with unused space.Nick Mathewson2010-03-31
* | Make the no_iovecs case of write_atmost compileNick Mathewson2010-03-31
* | Turn the increasingly complex *_CHAIN() macros into functionsNick Mathewson2010-03-31