Age | Commit message (Expand) | Author |
---|---|---|
2015-08-18 | Merge branch 'decouple_controller_events_squashed' | Nick Mathewson |
2015-08-18 | Log meaningful messages before failing on windows with threadlocal. | Nick Mathewson |
2015-08-18 | Use thread-local storage to block event_queue recursion. | Nick Mathewson |
2015-07-30 | Wrap windows-only C files in #ifdef _WIN32 | Nick Mathewson |
2015-01-14 | Fix check-spaces | Nick Mathewson |
2015-01-14 | "Recursive" locks, not "reentrant" locks. Duh. | Nick Mathewson |
2015-01-14 | Fix windows compilation of condition code | Nick Mathewson |
2015-01-14 | Rename mutex_for_cond -> mutex_nonreentrant | Nick Mathewson |
2015-01-14 | Specialize handling for mutexes allocated for condition variables | Nick Mathewson |
2015-01-14 | Add tor_cond_init/uninit | Nick Mathewson |
2015-01-14 | Add a timeout to tor_cond_wait; add tor_cond impl from libevent | Nick Mathewson |
2015-01-14 | Split threading-related code out of compat.c | Nick Mathewson |