summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix compile in kqueue.ckqueue_compileSebastian Hahn2010-09-27
* Unit tests for listener error callbacksNick Mathewson2010-09-23
* Add error callback to evconnlistenerSimon Perreault2010-09-22
* Make event.c debugging messages report fdsNick Mathewson2010-09-21
* Make debugging output for epoll backend more comprehensiveNick Mathewson2010-09-21
* Remove event_base.evsigbase; nothing used it.Nick Mathewson2010-09-15
* Remove the now-useless evsig_caught and evsig_processNick Mathewson2010-09-15
* Make default signal backend fully threadsafeNick Mathewson2010-09-15
* Warn when using the error-prone EV_SIGNAL interface in an error-prone way. A...Nick Mathewson2010-09-15
* Obey enabled status when unsuspendingSimon Perreault2010-09-10
* Bump to the latest version of tinytestNick Mathewson2010-09-09
* Make SSL tests cover enabling/disabling EV_READ.Nick Mathewson2010-09-09
* Bump version to 2.0.7-rc-devNick Mathewson2010-09-09
* Make all versioning changes for 2.0.7-rc, and add ChangeLogNick Mathewson2010-09-09
* Make event_base_virtual_del() notify the base if neededChristopher Davis2010-09-09
* Add a missing time.h include to test/regress_thread.cNick Mathewson2010-09-09
* Fix an uninitialized-variable warning on windowsNick Mathewson2010-09-09
* Don't decrement virutal event count twice in connect_complete.Christopher Davis2010-09-08
* Fix a few Windows compile warnings.Christopher Davis2010-09-08
* Merge branch 'tests'Nick Mathewson2010-09-08
|\
| * Fix a few memory leaks in the testsNick Mathewson2010-09-07
* | Merge remote branch 'github/win_notify'Nick Mathewson2010-09-08
|\ \
| * | Implement EVBASE_NEED_NOTIFY on win32Nick Mathewson2010-09-08
* | | Add a missing header for regress_thread.cNick Mathewson2010-09-08
|/ /
* | Fix a compile warning in regress_thread.cSebastian Hahn2010-09-08
* | Merge remote branch 'chrisd/iocp-fixes4'Nick Mathewson2010-09-08
|\ \
| * | Only process up to MAX_DEFERRED deferred_cbs at a time.Christopher Davis2010-09-08
| * | Add event_config_set_num_cpus_hint for tuning thread pools, etc.Christopher Davis2010-09-08
| * | IOCP-related unit test tweaksChristopher Davis2010-09-08
| * | Some IOCP bufferevent tweaks.Christopher Davis2010-09-08
| * | Stop IOCP when freeing the event_base.Christopher Davis2010-09-08
| * | IOCP-related evbuffer fixes.Christopher Davis2010-09-08
| |/
* | Merge branch 'th_notify_fd_reinit'Nick Mathewson2010-09-08
|\ \
| * | Improve testing of when thread-notification occursNick Mathewson2010-09-08
| * | Minimize calls to base_notify implementation functions, thereby avoiding need...Nick Mathewson2010-09-08
| * | Avoid needlessly calling evthread_notify_base() when the loop is not runningNick Mathewson2010-09-08
| * | Close th_notify_fds and open a new pair on reinitNick Mathewson2010-09-02
* | | Merge remote branch 'github/globals'Nick Mathewson2010-09-08
|\ \ \ | |_|/ |/| |
| * | On windows, make lock/thread function tables staticNick Mathewson2010-09-01
| * | Make defer-internal.h use lock macros, not direct cess to lock fnsNick Mathewson2010-09-01
| * | Stop using global arrays to implement the EVUTIL_ctype functionsNick Mathewson2010-09-01
| |/
* | Move the "function to getsockname() on a listener" to regress_testutilsNick Mathewson2010-09-06
* | Merge remote branch 'github/sysqueue_include_order'Nick Mathewson2010-09-06
|\ \
| * | Move evkeyvalq into a separate header for evhttp_parse_query usersNick Mathewson2010-09-02
| * | Declare evkeyvalq and event_list even if event_struct.h comes before sys/queue.hNick Mathewson2010-09-02
| |/
* | Fix event_del(0) instance in bench.cShuo Chen2010-09-06
* | Merge remote branch 'github/win32_posix_underscore'Nick Mathewson2010-09-04
|\ \
| * | Use the _func() replacements for open, fstat, etc in evutil.c on win32Nick Mathewson2010-09-02
| |/
* | Merge remote branch 'github/cdecl'Nick Mathewson2010-09-04
|\ \
| * | Fix pointer-to-__cdecl-function syntaxNick Mathewson2010-09-02