summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid crash when freeing event_iocp and using event_set_mem_functionsNick Mathewson2012-02-091-1/+1
* Bring the changelog up to dateNick Mathewson2012-02-061-3/+9
* Loop on filtering SSL reads until we are blocked or exhausted.Nick Mathewson2012-02-061-0/+17
* Use C-style comments in C source files (for compatibility with compilers such...Greg Hewgill2012-02-021-1/+1
* evdns: fix a bug in circular-queue implementationNick Mathewson2012-02-011-3/+2
* Better workaround for Linux 3.2 edge-triggered epoll bugNick Mathewson2012-01-261-11/+16
* Do a memberwise comparison of threading function tablesNate R2012-01-241-2/+11
* Make event_base integrity check work on windowsNick Mathewson2012-01-241-2/+11
* Start writing a changelog for 2.0.17-stableNick Mathewson2012-01-241-0/+35
* Oops:remove an accidentally committed "sleep(1)" in a unit testNick Mathewson2012-01-241-1/+0
* Workaround in the unit tests for an apparent epoll bug in Linux 3.2Nick Mathewson2012-01-241-7/+11
* Fix a fd leak in event_reinit()Nick Mathewson2012-01-231-0/+4
* Fix a list corruption bug when using event_reinit() with signals presentNick Mathewson2012-01-231-0/+7
* Check event_base correctness at end of each unit testNick Mathewson2012-01-231-1/+4
* Add function to check referential integrity of an event_baseNick Mathewson2012-01-215-0/+121
* Force strict validation of HTTP version in response.Catalin Patulea2012-01-201-1/+1
* Suppress a gcc warning from ignoring fwrite return in http-sample.cNick Mathewson2012-01-161-1/+1
* Fix a race condition in the dns/bufferevent_connect_hostname test.Nick Mathewson2012-01-091-4/+9
* Make evconnlistener work around bug in older Linux when getting nmappedNick Mathewson2012-01-091-0/+6
* Remove bogus casts of socket to int before calling ev_callbackNick Mathewson2012-01-091-3/+3
* Backport evhttp_connection_get_bufferevent to Libevent 2.0Arno Bakker2011-12-142-0/+12
* Slightly clarify evbuffer_peek documentationNick Mathewson2011-12-081-2/+4
* Fix behavior of evbuffer_peek(buf,-1,NULL,NULL,0)Zack Weinberg2011-12-082-1/+12
* check for sysctl before we use itMike Frysinger2011-12-082-2/+2
* Fix a silly compilation error with the sun compilerColin Watt2011-12-061-1/+1
* Be absolutely sure to clear pncalls before leaving event_signal_closureNick Mathewson2011-12-051-2/+6
* 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
* Revise 2.0.16-stable changelogNick Mathewson2011-11-181-17/+15
* 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
* 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
* 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
* 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
* Improve win32 behavior of dns-sample.c codexGisle Vanem2011-11-091-2/+14
* Fix typo in whatsnew-2.0.txtMansour Moufid2011-11-031-1/+1
* 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
* Fix compile warning from saying event2/*.h inside a commentNick Mathewson2011-10-303-3/+3
* epoll: close fd on alloc fail at initializationJamie Iles2011-10-261-1/+4
* Update copyright dates to 2011.Nick Mathewson2011-10-24105-106/+106
* Add note about evhttp_send_reply_end to its doxygenNick Mathewson2011-10-191-1/+1