aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2015-03-21Disable assertions during coverage buildsSebastian Hahn
2015-03-21Initialize two variablesSebastian Hahn
2015-03-18Merge remote-tracking branch 'public/feature15053'Nick Mathewson
2015-03-15Make log.o depend on micro-revision.iNick Mathewson
2015-03-14Log version when LD_BUG is logged.Nick Mathewson
2015-03-14Do not distribute common_sha1.i and or_sha1.i.cypherpunks
2015-03-14Remove relative paths to header files.cypherpunks
2015-03-14Clean up generated files.cypherpunks
2015-03-13const-ify the new failure vars, and one old oneNick Mathewson
2015-03-12don't init threads as side effect of assertionSebastian Hahn
2015-03-12Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-12Use PTHREAD_CREATE_DETACHED macro instead of 1: fix Solaris crashNick Mathewson
2015-03-10Fix check-spacesNick Mathewson
2015-03-10Merge commit 'origin/maint-0.2.6^'Nick Mathewson
2015-03-09Merge remote-tracking branch 'public/bug15205_025' into maint-0.2.6Nick Mathewson
2015-03-09Don't use checked strl{cat,cpy} on OSX.Nick Mathewson
2015-03-04Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-04Revert "Missing dependencies; fixes 15127."Nick Mathewson
2015-03-04Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-04Merge remote-tracking branch 'public/bug15088_025' into maint-0.2.6Nick Mathewson
2015-03-04Add wait4 to the seccomp2 sandbox allowable syscall listNick Mathewson
2015-03-04Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-04Merge remote-tracking branch 'public/bug15127_025' into maint-0.2.6Nick Mathewson
2015-03-04Missing dependencies; fixes 15127.Nick Mathewson
2015-03-02Fix formattingAndrea Shepard
2015-02-25Merge remote-tracking branch 'yawning/bug14922'Nick Mathewson
2015-02-23Merge branch 'bug14950_logs_squashed'Nick Mathewson
2015-02-23Let AF_UNIX connections through the sandboxNick Mathewson
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-19Quiet "caching debian-tor for debian-tor" noticeNick Mathewson
2015-02-17Remove tor_strclear(), and replace previous calls with memwipe().Yawning Angel
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