summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-16Unify parse_unix_socket_config and parse_port_configNick Mathewson
2015-01-16No, client-side DNS cacheing should not be on by default.Nick Mathewson
2015-01-16Merge branch 'bug8546_squashed'Nick Mathewson
2015-01-16changes file for bug 8546Nick Mathewson
2015-01-16Replace field-by-field copy with memcpy for entry_port_cfgNick Mathewson
2015-01-16Move entry_port_cfg_t fields in entry_connection_tNick Mathewson
2015-01-16Combine entry_port_cfg_t fields in listener_connection_tNick Mathewson
2015-01-16Split client-specific and server-specific parts of port_cfg_tNick Mathewson
2015-01-15Fix a compilation warning in the unit testsNick Mathewson
2015-01-15Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2015-01-15Ignore warning for redundant decl in openssl/srtp.hNick Mathewson
2015-01-15Add string for IP_NOW_REDUNDANT in circuit_end_reason_to_control_stringNick Mathewson
2015-01-15unittests: use tt_i64_op() instead of tt_int_op() in laplace tests.George Kadianakis
2015-01-15Update workqueue implementation to use a single queue for the workNick Mathewson
2015-01-15fix typoRoger Dingledine
2015-01-15Merge remote-tracking branch 'andrea/bug12194_alt'Nick Mathewson
2015-01-15Fix the checkdir/perms test when umask==077Nick Mathewson
2015-01-15Add comments in rendclient.c noting that certain functions involved in handli...Andrea Shepard
2015-01-15unittests: use tt_i64_op() instead of tt_int_op() in laplace tests.George Kadianakis
2015-01-15unittests: Change some tt_assert()s to tt_int_op()s.George Kadianakis
2015-01-15Restrict sample values of the Laplace distribution to int64_t.George Kadianakis
2015-01-14Merge remote-tracking branch 'public/bug13397'Nick Mathewson
2015-01-14Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2015-01-14Incorporate some comments based on notes from dgouletNick Mathewson
2015-01-14Avoid chan/circ linear lookups for requestsNick Mathewson
2015-01-14Remove if (1) indentation in cpuworker.cNick Mathewson
2015-01-14Refactor cpuworker to use workqueue/threadpool code.Nick Mathewson
2015-01-14Fix check-spacesNick Mathewson
2015-01-14Test and fix workqueue_entry_cancel().Nick Mathewson
2015-01-14Add shutdown and broadcast support to test_workqueue.Nick Mathewson
2015-01-14Add unit test for thread IDs.Nick Mathewson
2015-01-14Basic unit test for condition variables.Nick Mathewson
2015-01-14"Recursive" locks, not "reentrant" locks. Duh.Nick Mathewson
2015-01-14Use correct (absolute) time for pthread_cond_timedwaitNick Mathewson
2015-01-14Fix windows compilation of condition codeNick Mathewson
2015-01-14Fix linux compilation (pipe2 needs _GNU_SOURCE)Nick Mathewson
2015-01-14Move thread tests into their own moduleNick Mathewson
2015-01-14Test a little more of compat_threads.cNick Mathewson
2015-01-14Rename mutex_for_cond -> mutex_nonreentrantNick Mathewson
2015-01-14Rename bench_workqueue -> test_workqueue and make it a unit test.Nick Mathewson
2015-01-14Documentation for new workqueue and condition and locking stuffNick Mathewson
2015-01-14Add a way to tell all threads to do something.Nick Mathewson
2015-01-14Isolate the "socketpair or a pipe" logic for alerting main threadNick Mathewson
2015-01-14Make pending work cancellable.Nick Mathewson
2015-01-14Initial workqueue implemention, with a simple test.Nick Mathewson
2015-01-14Specialize handling for mutexes allocated for condition variablesNick Mathewson
2015-01-14Add tor_cond_init/uninitNick Mathewson
2015-01-14Add a timeout to tor_cond_wait; add tor_cond impl from libeventNick Mathewson
2015-01-14Split threading-related code out of compat.cNick Mathewson
2015-01-14Do not log a notice on every socks connectionNick Mathewson