summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2015-02-23Merge remote-tracking branch 'public/bug14988_025'Nick Mathewson
2015-02-23add another unused-var marker in backtrace.c for 14988Nick Mathewson
2015-02-20Merge remote-tracking branch 'public/bug11454_11457'Nick Mathewson
2015-02-17Check thread count for negative; realloc->reallocarrayNick Mathewson
2015-02-16Fix a few coverity "Use after NULL check" warningsNick Mathewson
2015-02-16Fix deadcode warning in get_interface_addresses_raw().Nick Mathewson
2015-02-16Fix a trivial double-close in address.c. CID 1268071Nick Mathewson
2015-02-15Don't leak a cond var when starting threads in a poolSebastian Hahn
2015-02-12Merge remote-tracking branch 'sebastian/bug14875'Nick Mathewson
2015-02-12Avoid undefined behaviour in ifreq_to_smartlistSebastian Hahn
2015-02-12Actually get all interface addressesSebastian Hahn
2015-02-11Merge remote-tracking branch 'public/bug14759'Nick Mathewson
2015-02-11Fix crash on glibc __libc_message()Nick Mathewson
2015-02-11Remove mempools and buf freelistsNick Mathewson
2015-02-09Merge remote-tracking branch 'sysrqb/bug14802_025'Nick Mathewson
2015-02-09Return 0 when detecting the amount of memory failsMatthew Finkel
2015-02-06Avoid logging startup messages twiceSebastian Hahn
2015-02-05use ARRAY_LENGTH macro in domain_to_stringNick Mathewson
2015-02-05Add a string representation for LD_SCHED, and a extra sanity check.Yawning Angel
2015-02-02Add more parenthesis to the definition of ARRAY_LENGTHNick Mathewson
2015-02-02Merge remote-tracking branch 'public/bug13319'Nick Mathewson
2015-02-02Merge remote-tracking branch 'public/14188_part1'Nick Mathewson
2015-01-30Fix: check r < 0 before checking errnoDavid Goulet
2015-01-30Fix possible infinite loop on pipe/sock_drain()David Goulet
2015-01-30Merge remote-tracking branch 'public/prop227_v2'Nick Mathewson
2015-01-28Bug #8405: Report SOCKS username/password in CIRC status eventsArthur Edelstein
2015-01-28Try to work around changes in openssl 1.1.0Nick Mathewson
2015-01-23Merge branch 'if_addr_refactoring_squashed'Nick Mathewson
2015-01-23Refactor code that looks up addresses from interfacesrl1987
2015-01-22fix some warnings in compat_threads.cNick Mathewson
2015-01-22Move a redundant _GNU_SOURCE to where it is not redundantNick Mathewson
2015-01-21use the correct free fn. spotted by dgouletNick Mathewson
2015-01-21Merge branch 'better_workqueue_v3_squashed'Nick Mathewson
2015-01-21Support monotonic time for pthread_cond_timedwaitDavid Goulet
2015-01-21Fix up some workqueue/threading issues spotted by dgoulet.Nick Mathewson
2015-01-21handle EINTR in compat_*threads.cNick Mathewson
2015-01-15Ignore warning for redundant decl in openssl/srtp.hNick Mathewson
2015-01-15Update workqueue implementation to use a single queue for the workNick Mathewson
2015-01-15Restrict sample values of the Laplace distribution to int64_t.George Kadianakis
2015-01-14Incorporate some comments based on notes from dgouletNick 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-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-14Test a little more of compat_threads.cNick Mathewson
2015-01-14Rename mutex_for_cond -> mutex_nonreentrantNick Mathewson
2015-01-14Documentation for new workqueue and condition and locking stuffNick Mathewson