aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-17Check thread count for negative; realloc->reallocarrayNick Mathewson
2015-02-17Have tinytest tolerate systems where char has > 8 bytesNick Mathewson
2015-02-17Use --list-fingerprint instead of process control in zero_length_keys.shNick Mathewson
2015-02-17Wrap two long linesNick Mathewson
2015-02-17trivial whitespace fixRoger Dingledine
2015-02-16Maybe this will make coverity not care that this check is dead. CID 1268063Nick Mathewson
2015-02-16No, coverity, this is not a memory leak. 1268065Nick 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-15Call cpu_init if we change to being a relaySebastian Hahn
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 branch 'bug14478_squashed'Nick Mathewson
2015-02-11Put error messages to stderrSebastian Hahn
2015-02-11Change exit code of zero_length_keys scriptSebastian Hahn
2015-02-11Avoid undefined behaviour of testSebastian Hahn
2015-02-11Check that mktemp result is a directorySebastian Hahn
2015-02-11Clean up after zero length key testSebastian Hahn
2015-02-11Merge remote-tracking branch 'public/bug14759'Nick Mathewson
2015-02-11fix a compilation warningNick Mathewson
2015-02-11Merge remote-tracking branch 'public/remove_freelist'Nick Mathewson
2015-02-11Merge branch 'bug12844'Nick Mathewson
2015-02-11Additional paranoia: do not even build tor2web stuff if not using.Nick Mathewson
2015-02-11Fix crash on glibc __libc_message()Nick Mathewson
2015-02-11Remove mempools and buf freelistsNick Mathewson
2015-02-11Merge remote-tracking branch 'public/feature_13555'Nick Mathewson
2015-02-09Merge remote-tracking branch 'sysrqb/bug14802_025'Nick Mathewson
2015-02-09Merge remote-tracking branch 'teor/avoid-NULL-smartlist-foreach'Nick Mathewson
2015-02-09Add some comments to or_circuit_t.workqueue_entrySebastian Hahn
2015-02-09Avoid use-after-free of circ belonging to cancelled jobSebastian Hahn
2015-02-09Reserve enough space for rend_service_port_config_tSebastian Hahn
2015-02-09Return 0 when detecting the amount of memory failsMatthew Finkel
2015-02-08Avoid calling SMARTLIST_FOREACH on a NULL smartlist in teststeor
2015-02-06Control: getinfo entry-guards report down-sinceDavid Goulet
2015-02-06Remove useless export in zero length key testSebastian Hahn
2015-02-06Don't use invalid exit values in zero length key testSebastian Hahn
2015-02-06Merge remote-tracking branch 'sebastian/bug13993'Nick Mathewson
2015-02-06Fix check-spaces complaintsSebastian Hahn
2015-02-06Avoid logging startup messages twiceSebastian Hahn
2015-02-06Add unit test for #13290Sebastian Hahn
2015-02-06Fix scheduler compilation on targets where char is unsigned.Yawning Angel
2015-02-05Merge remote-tracking branch 'public/bug13796'Nick Mathewson
2015-02-05Fix a work-counting bug introduced by the workqueue mergeNick Mathewson
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-04Bump the minimum relay version to 0.2.4.18-rcNick Mathewson
2015-02-04Use getsockname, not getsockopt, on TPROXY socketsNick Mathewson