summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2014-04-15Merge remote-tracking branch 'public/bug11513_024'Nick Mathewson
2014-04-14New sort order for server choice of ciphersuites.Nick Mathewson
2014-04-08Merge remote-tracking branch 'public/update_ciphers_ff28'Nick Mathewson
2014-04-08Update ciphers.inc to match ff28Nick Mathewson
2014-04-08Teach the get_mozilla_ciphers.py script to parse recent firefoxenNick Mathewson
2014-04-07Merge remote-tracking branch 'public/bug10363_024_squashed'Nick Mathewson
2014-04-07Another 10363 instance: this one in tor_memmem fallback codeNick Mathewson
2014-04-05Merge remote-tracking branch 'public/bug10801_024'Nick Mathewson
2014-04-05Make tor_addr_port_parse handle portless IPv6 addresses correctly.Nick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug4645'Nick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug11232'Nick Mathewson
2014-03-31Merge branch 'bug8787_squashed'Nick Mathewson
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-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-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