Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-09 | Merge branch 'subsystems' | Nick Mathewson | |
2018-11-05 | Add a subsystem for our threading support | Nick Mathewson | |
2018-10-10 | Add timeval.h include to compat_pthreads.c for timeradd() | Nick Mathewson | |
OpenSolaris apparently doesn't have timeradd(), so we added a replacement, but we weren't including it here after the big refactoring in 0.3.5.1-alpha. Fixes bug 27963; bugfix on 0.3.5.1-alpha. | |||
2018-06-28 | Extract threading code into a new library. | Nick Mathewson | |
Note that the workqueue code does *not* go here: it is logically at a higher level, since it needs to use libevent and the networking stack. |