aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-23Remove some totally unused functionsNick Mathewson
2013-02-23Remove a bunch of unused macro definitionsNick Mathewson
2013-02-19fix a wide lineNick Mathewson
2013-02-19Merge branch 'bug8065_v2'Nick Mathewson
2013-02-19Downgrade an assert to LD_BUGNick Mathewson
2013-02-19Fix a may-be-used-uninitialized warning.Nick Mathewson
2013-02-19Merge branch 'bug2286_unit_test_squashed'Nick Mathewson
2013-02-19Test alternate values of maxunmeasuredbw tooAndrea Shepard
2013-02-19Update unmeasured bandwidth clipping unit test per NickM's bugfix for the Unm...Andrea Shepard
2013-02-19Refactor storing of measured_bw versus Unmeasured=1.Nick Mathewson
2013-02-19Add unit test for unmeasured bandwidth clipping in consensusAndrea Shepard
2013-02-19Refactor v3_networkstatus test to allow reuse of test for measuredbwAndrea Shepard
2013-02-19Note some annoyinc copy-and-paste codeNick Mathewson
2013-02-19Tweak consensus method 17 based on arma's commentsNick Mathewson
2013-02-19touchups on 78582760Roger Dingledine
2013-02-19Document (on man page) which DNS record types Tor knows.Nick Mathewson
2013-02-19Revise some comments in router.cNick Mathewson
2013-02-15Fix a bug that roger found in the wide_circ_id codeNick Mathewson
2013-02-15Merge remote-tracking branch 'public/bug8209'Nick Mathewson
2013-02-15Merge remote-tracking branch 'public/bug8207'Nick Mathewson
2013-02-15Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson
2013-02-15make check-spacesNick Mathewson
2013-02-15Merge remote-tracking branch 'public/feature4994-rebased'Nick Mathewson
2013-02-15Fix unreachable use-before-assign in test_util_join_win_cmdlineNick Mathewson
2013-02-15Merge remote-tracking branch 'public/integers_donna'Nick Mathewson
2013-02-14Authorities were adding downtime for every relay every restartRoger Dingledine
2013-02-14Use torint.h in curve25519-donna*.cNick Mathewson
2013-02-14Merge remote-tracking branch 'arma/bug1992'Nick Mathewson
2013-02-12Restore the entry/dirguard distinction.Nick Mathewson
2013-02-12tor.1: Specify what Auto means for RefuseUnknownExits in more detailPeter Palfrader
2013-02-12Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2013-02-12oops; add a missing semicolonNick Mathewson
2013-02-12get rid of the new caching notion in resolve_my_address()Roger Dingledine
2013-02-11simplify timing checksRoger Dingledine
2013-02-11Check for IP address change every minute, not 15 minutesRoger Dingledine
2013-02-11Stop trying to resolve our hostname so oftenRoger Dingledine
2013-02-11Don't tor_close_socket(-1) in tor-resolve.Nick Mathewson
2013-02-11Teach resolve_my_address() to return a cached answerRoger Dingledine
2013-02-11Fix two more coverity-spotted leaks in master.Nick Mathewson
2013-02-11Avoid null-pointer deref in pathbias_is_new_circ_attemptNick Mathewson
2013-02-11Fix a nigh-impossible overflow in cpuworker.cNick Mathewson
2013-02-11Fix a null-deref-on-fail in unit testsNick Mathewson
2013-02-11Make _SC_OPEN_MAX actually get used when closing fds before exec.Nick Mathewson
2013-02-11oops; add a missing semicolonNick Mathewson
2013-02-11Merge remote-tracking branch 'public/bug7816_023'Nick Mathewson
2013-02-11Fix another memory leakNick Mathewson
2013-02-11Merge remote-tracking branch 'public/bug8208'Nick Mathewson
2013-02-11Check whether ei is non-NULL before altering it.Nick Mathewson
2013-02-11Suppress a coverity false positive in connection_edge_package_raw_inbufNick Mathewson
2013-02-11Make hidden service authorization work again.Nick Mathewson