aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2014-03-31Handle tor_munmap_file(NULL) consistentlyNick Mathewson
2014-03-31Check strftime() return in tortls.cAndrea Shepard
2014-03-31Eliminate lseek() with unchecked return in tor_mmap_file()Andrea Shepard
2014-03-31Always check returns from unlink()Andrea Shepard
2014-03-31Add return value and assert for null parameter to tor_munmap_file()Andrea Shepard
2014-03-27Better log message when writing a CR in text mode on windowsNick Mathewson
2014-03-27Don't do a DNS lookup on a bridge line addressNick Mathewson
2014-03-25Fix warnings from doxygenNick Mathewson
2014-03-23Never run crypto_early_init() more than onceRoger Dingledine
2014-03-23Merge remote-tracking branch 'public/bug9683_rebased'Nick Mathewson
2014-03-23whitespace fixRoger Dingledine
2014-03-18Fix a ubsan warning in addr_mask_get_bitsNick Mathewson
2014-03-18Fix a ubsan warning in our ctypes replacementsNick Mathewson
2014-03-18memarea.c: use flexible array member for memNick Mathewson
2014-03-14Test code for implementation of faster circuit_unlink_all_from_channelNick Mathewson
2014-03-13Fix some leaks/missed checks in the unit testsNick Mathewson
2014-03-05Fix whitespace errors, all of them mine.Nick Mathewson
2014-03-04Merge branch 'bug10169_025_v2'Nick Mathewson
2014-03-04Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2Nick Mathewson
2014-03-04Merge remote-tracking branch 'public/bug10169_023' into bug10169_024Nick Mathewson
2014-02-28Write hashed bridge fingerprint to logs and to disk.Karsten Loesing
2014-02-26Monotonize the OOM-killer data timersNick Mathewson
2014-02-25Trivial comment fix.Nick Mathewson
2014-02-24Threadproof our log_backtrace implementationNick Mathewson
2014-02-20fixed long -> int implicit cast warning line 3453Nick Hopper
2014-02-15Merge branch 'bug4900_siphash_v2'Nick Mathewson
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2014-02-15Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-02-14gcc/clang: Mark macro-generated functions as possible unusedSebastian Hahn
2014-02-12Add tests for buffer time tracking.Nick Mathewson
2014-02-12Randomize the global siphash key at startupNick Mathewson
2014-02-12Split crypto_global_init() into pre/post configNick Mathewson
2014-02-12Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson
2014-02-12Get csiphash better integrated with our build systemNick Mathewson
2014-02-07Explain CURVE25519_ENABLED: closes 9774Nick Mathewson
2014-02-07More hacking around spawn_func issuesNick Mathewson
2014-02-06Some anti-forensics paranoia...Florent Daigniere
2014-02-03Removing is_internal_IP() function. Resolves ticket 4645.rl1987
2014-02-03Some anti-forensics paranoia...Florent Daigniere
2014-02-02Add a sandbox rule to allow IP_TRANSPARENTNick Mathewson
2014-01-17whitespace fixesNick Mathewson
2014-01-06Fix some seccomp2 issuesNick Mathewson
2013-12-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-12-18Never allow OpenSSL engines to replace the RAND_SSLeay methodNick Mathewson
2013-12-05Set CREATE_NO_WINDOW in tor_spawn_background.David Fifield
2013-11-25Restore prop198 behavior from 4677 patchNick Mathewson
2013-11-25Restore ability to build with V2_HANDSHAKE_SERVERNick Mathewson
2013-11-22Avoid warning about impossible check for flags & 0Nick Mathewson
2013-11-22Handle unlikely negative time in tor_log_err_sigsafeNick Mathewson
2013-11-18Add a _GNU_SOURCE definition to backtrace.c to fix compilationNick Mathewson