aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-21Fix a memory leak in summarizing directory request timing.Nick Mathewson
2009-08-21Add the first 8 bytes of the git commit digest to our versions.Nick Mathewson
2009-08-20Survive unparseable cached cert fileRoger Dingledine
2009-08-20Notice v3 cert parsing failuresRoger Dingledine
2009-08-20Make crypto_digest_get_digest nondestructive again.Nick Mathewson
2009-08-20Make consensus_method_is_supported() be the canonical source for its info.Nick Mathewson
2009-08-20Add a SHA256 implementation for platforms that lack it.Nick Mathewson
2009-08-19Add basic support for SHA256.Nick Mathewson
2009-08-14Merge commit 'mikeperry/bandwidth-voting-final'Nick Mathewson
2009-08-12Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-08-11Fix possible segmentation fault on directory authorities.Karsten Loesing
2009-08-10Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-10Send sendmes when we're down 100 cells, not 101.Roger Dingledine
2009-08-10Merge branch 'maint-0.2.1' into tmp_mergeRoger Dingledine
2009-08-10Set up urras as the seventh v3 directory authority.Roger Dingledine
2009-08-09Switch over to tor_strtok_r instead of strtok_r.Mike Perry
2009-08-09Merge commit 'nickm/strtok' into mp-voting-finalMike Perry
2009-08-09Fix issues found by Nick in code review.Mike Perry
2009-08-09Add a new tor_strtok_r for platforms that don't have one, plus tests.Nick Mathewson
2009-08-08LetsKillNoConnect removes support for .noconnectJacob Appelbaum
2009-08-07Disable .exit notation unless AllowDotExit is 1.Roger Dingledine
2009-08-06Display consensus bandwidth to the control port.Mike Perry
2009-08-06Throw the switch on consensus method 6.Mike Perry
2009-08-06try loading the bandwidth measurement file on startup too,Roger Dingledine
2009-08-06Implement measured bw parsing + unit tests.Mike Perry
2009-07-30Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-07-30Cleaner fix for get_effective_bw(rate|burst), with comment on why it is ok.Nick Mathewson
2009-07-30Fix signed/unsigned comparison warnings in get_effective_bw(rate|burst)Nick Mathewson
2009-07-28Fix a signed/unsigned compile warning in 0.2.1.19Roger Dingledine
2009-07-28Merge branch 'maint-0.2.1' into masterRoger Dingledine
2009-07-28bump to 0.2.1.19tor-0.2.1.19Roger Dingledine
2009-07-27Changing MaxAdvertisedBW may not need a republishSebastian Hahn
2009-07-27Write fingerprint to file and log without spacesRoger Dingledine
2009-07-27Don't leak memory if we get too many create cellsRoger Dingledine
2009-07-27three hacks to workaround bug 1038Roger Dingledine
2009-07-27Fix dirreq and cell stats on 32-bit architectures.Karsten Loesing
2009-07-25Merge commit 'ioerror/DirFetchInfoExtraEarly'Nick Mathewson
2009-07-24bump to 0.2.1.18tor-0.2.1.18Roger Dingledine
2009-07-24Fix unit tests.Karsten Loesing
2009-07-23don't warn about DirReqStatistics when the option is disabledSebastian Hahn
2009-07-18Make exit stats compile on 64-bit machines, too.Karsten Loesing
2009-07-16Clean up the accountingmax section in torrc.sampleRoger Dingledine
2009-07-16Merge branch 'dirreq-timing'Nick Mathewson
2009-07-16Switch dirreq_map to use HT_ functions rather than strmap.Nick Mathewson
2009-07-16Include AccountingMax in torrc.sampleNick Mathewson
2009-07-15fix long lineSebastian Hahn
2009-07-15Some tweaks to statistics.Karsten Loesing
2009-07-15Some tweaks to directory request download times.Karsten Loesing
2009-07-15Round up results to the next multiple of 4.Karsten Loesing
2009-07-15Right, the u in uint stands for unsigned.Karsten Loesing