summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Fix critical bug in evbuffer_write when writev is not availableNick Mathewson2010-03-31
|/
* Make evbuffer_prepend handle empty buffers betterNick Mathewson2010-03-26
* Do not use evbuffer_expand() to add the first chain to a bufferNick Mathewson2010-03-26
* Increase MIN_BUFFER_SIZE to 512 (1024 on 64-bit)Nick Mathewson2010-03-26
* Fix a free(NULL) in minheap-internal.hNick Mathewson2010-03-26
* Fix minheap code to use replacement malloc functionsNick Mathewson2010-03-26
* Remove a needless min_heap_shift_up_() callNick Mathewson2010-03-26
* Make evutil_signal_active() match declaration.Patrick Galbraith2010-03-23
* Never test for select() on windowsTrond Norbye2010-03-23
* Merge branch 'build'Nick Mathewson2010-03-22
|\
| * Use dist_bin_SCRIPTS, not EXTRA_DIST, to distribute scriptsNick Mathewson2010-03-22
| * Give a better warning for bad automake versions.Nick Mathewson2010-03-12
| * Remove an orphaned RELEASE flag in Makefile.amNick Mathewson2010-03-12
| * Switch to using AM conditionals in place of AC_LIBOBJNick Mathewson2010-03-12
| * Remove redundant stuff from EXTRA_DISTNick Mathewson2010-03-12
| * Support the standard 'make check' target in place of 'make verify'Nick Mathewson2010-03-12
* | Fix infrequent memory leak in bufferevent_init_common().Jardel Weyrich2010-03-21
* | Detect and refuse reentrant event_base_loop() callsNick Mathewson2010-03-21
* | Functions to track the total bytes sent over a rate limit group.Nick Mathewson2010-03-21
* | Make 'main/many_events' test 70 fds, not 64.Nick Mathewson2010-03-16
* | Set mem_offset for every bufferevent typeNick Mathewson2010-03-13
* | Avoid an (untriggerable so far) crash bug in bufferevent_free()Nick Mathewson2010-03-13
* | Fix some memory leaks in the unit testsNick Mathewson2010-03-13
* | Free evdns_base->req_heads on evdns_base_freeNick Mathewson2010-03-13
* | Fix a write of uninitialized RAM in regression testsNick Mathewson2010-03-13
* | Do not close(-1) when freeing an uninitialized socket buffereventNick Mathewson2010-03-13
* | Avoid a spurious close(-1) on LinuxNick Mathewson2010-03-13
* | Fix a possible double-free bug in SSL bufferevents with CLOSE_ON_FREENick Mathewson2010-03-13
* | Fix an obnoxious typo in the bufferevent_timeout_filter testNick Mathewson2010-03-13
* | Improve robustness for refcountingNick Mathewson2010-03-13
|/
* Merge branch 'evbuffer_insert_point'Nick Mathewson2010-03-12
|\
| * Add some glass-box tests for the last_with_data code.Nick Mathewson2010-03-11
| * Fix last_with_data compilation on windowsNick Mathewson2010-03-11
| * Allow evbuffer_read() to split across more than 2 iovecsNick Mathewson2010-03-10
| * Remove previous_to_last from evbufferNick Mathewson2010-03-10
| * Use last_with_data in place of previous_to_lastNick Mathewson2010-03-10
| * Revise evbuffer to add last_with_dataNick Mathewson2010-03-10
* | Functions to manipulate existing rate limiting groups.Nick Mathewson2010-03-12
* | Try to comment some of the event code moreNick Mathewson2010-03-12
* | Clarify Christopher Clark's status as writer of original ht code.Nick Mathewson2010-03-11
|/
* Merge branch 'evport'Nick Mathewson2010-03-10
|\
| * Add missing thread imports so that evport.c will buildNick Mathewson2009-12-29
* | Make evdns use the regular logging system by defaultNick Mathewson2010-03-10
* | Avoid errors in http.c when building with VC 2003 .NETBrodie Thiesfield2010-03-08
* | Avoid errors in evutil.c when building with _UNICODE definedBrodie Thiesfield2010-03-08
* | more whitespace normalizationNick Mathewson2010-03-05
* | Replace users of "int fd" with "evutil_socket_t fd" in portable codeNick Mathewson2010-03-05
* | Add Christopher Clark and Maxim Yegorushkin to the LICENSE fileNick Mathewson2010-03-04
* | Update all our copyright notices to say "2010"Nick Mathewson2010-03-04
* | Improve the speed of evbuffer_readln()Nick Mathewson2010-03-03