summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix two issues in the allow_dirty_shutdown code.Nick Mathewson2011-11-241-5/+9
* Tweak allow_dirty_shutdown documentationNick Mathewson2011-11-241-7/+11
* Allow users to set allow_dirty_shutdownCatalin Patulea2011-11-242-1/+38
* bev_ssl: Be more specific in event callbacks. evhttp in particular gets confu...Catalin Patulea2011-11-241-4/+6
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-11-180-0/+0
|\
| * Increment version to 2.0.16-stable-devNick Mathewson2011-11-182-4/+4
| * Increment version to 2.0.16-stablerelease-2.0.16-stableNick Mathewson2011-11-183-6/+7
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-11-181-17/+15
|\ \ | |/
| * Revise 2.0.16-stable changelogNick Mathewson2011-11-181-17/+15
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-11-181-10/+64
|\ \ | |/
| * add comment to new consider_reading codeNick Mathewson2011-11-171-0/+8
| * Avoid spinning on OpenSSL readsMark Ellzey2011-11-171-3/+6
| * Move SSL rate-limit enforcement into bytes_to_read()Nick Mathewson2011-11-171-2/+14
| * Refactor amount-to-read calculations in buffervent_ssl consider_reading()Mark Ellzey2011-11-171-8/+35
| * Revert "Avoid potential SSL read spinlocks"Nick Mathewson2011-11-151-1/+3
| * Revert "openssl bufferevent has the same issue with writing as prior commit."Nick Mathewson2011-11-151-1/+3
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-11-153-0/+46
|\ \ | |/
| * Add new entries to changelog, new credits to READMENick Mathewson2011-11-152-0/+38
| * Fix DNS memleak checks when running with malloc-replacement/debugging disabledNick Mathewson2011-11-151-0/+8
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-11-143-1/+19
|\ \ | |/
| * Don't try to make notifiable event_base when no threading fns are configuredNick Mathewson2011-11-143-1/+18
| * Warn when unable to construct base because of failing make_base_notifiableNick Mathewson2011-11-141-0/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-11-141-6/+2
|\ \ | |/
| * openssl bufferevent has the same issue with writing as prior commit.Mark Ellzey2011-11-141-3/+1
| * Avoid potential SSL read spinlocksMark Ellzey2011-11-141-3/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-11-141-2/+14
|\ \ | |/
| * Improve win32 behavior of dns-sample.c codexGisle Vanem2011-11-091-2/+14
* | unit tests for EVBUFFER_EOL_NULNick Mathewson2011-11-141-0/+26
* | New EVBUFFER_EOL_NUL to read NUL-terminated strings from an evbufferAndrea Montefusco2011-11-142-1/+8
* | Tweaks, fixups, and comments on evbuffer_add_iovecNick Mathewson2011-11-112-2/+8
* | Added evbuffer_add_iovec and unit tests.Mark Ellzey2011-11-113-0/+90
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-11-031-1/+1
|\ \ | |/
| * Fix typo in whatsnew-2.0.txtMansour Moufid2011-11-031-1/+1
* | Merge remote-tracking branch 'github/20_evbuffer_remove_bug'Nick Mathewson2011-11-021-15/+5
|\ \
| * | Use the free-trailing-chains function in evbuffer_insert_chain tooNick Mathewson2011-11-021-15/+5
| |/
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-11-022-1/+70
|\ \ | |/
| * Fix an evbuffer crash in evbuffer_remove_buffer()Nick Mathewson2011-11-021-1/+32
| * improve test to remove at least one buffer from srcGreg Hazel2011-11-021-3/+4
| * unit test for remove_buffer bugGreg Hazel2011-11-021-0/+37
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-303-3/+3
|\ \ | |/
| * Fix compile warning from saying event2/*.h inside a commentNick Mathewson2011-10-303-3/+3
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-26105-107/+110
|\ \ | |/
| * epoll: close fd on alloc fail at initializationJamie Iles2011-10-261-1/+4
| * Update copyright dates to 2011.Nick Mathewson2011-10-24105-106/+106
* | evhttp: Add evhttp_foreach_bound_socket.Samy Al Bahra2011-10-252-0/+23
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-251-1/+1
|\ \ | |/
| * Add note about evhttp_send_reply_end to its doxygenNick Mathewson2011-10-191-1/+1
* | New event_base_update_cache_time() to set cached_tv to current timeAbel Mathew2011-10-212-0/+30
* | Add argument checks to some memory functions in `event.c'.Mansour Moufid2011-10-193-7/+162
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-192-8/+137
|\ \ | |/