summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-14Add a median_int32 and find_nth_int32Nick Mathewson
2009-09-14Fix a memory leak when parsing a nsSebastian Hahn
2009-09-14Fix a spec conformance issue when parsing a ns voteSebastian Hahn
2009-09-06minor fixes in some commentsRoger Dingledine
2009-09-03Avoid calling time(NULL) too often.Karsten Loesing
2009-09-02Fix obscure 64-bit big-endian hidserv bugRoger Dingledine
2009-09-02i couldn't break nick's tor_parse_double()Roger Dingledine
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01Remove a debug printfSebastian Hahn
2009-09-01typoSebastian Hahn
2009-09-01Use an _actual_ fix for the byte-reverse warning.Nick Mathewson
2009-09-01Use a simpler fix for the byte-reversing warningNick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-09-01Merge commit 'public/bug1076'Nick Mathewson
2009-08-31Add getinfo accepted-server-descriptor. Clean spec.Roger Dingledine
2009-09-01Reduce log level for bug case that we now know really exists.Karsten Loesing
2009-08-31Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-31Only send reachability status events on overall success/failureRoger Dingledine
2009-08-31Revise parsing of time and memory units to handle spaces.Nick Mathewson
2009-08-29Avoid segfault when accessing hidden service.Karsten Loesing
2009-08-28Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-28Only send netinfo clock_skew to controller if an authority told us soRoger Dingledine
2009-08-27bump to 0.2.2.1-alpha-devRoger Dingledine
2009-08-27Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-26When Tor fails to parse a descriptor of any kind, dump it to disk.Karsten Loesing
2009-08-26bump to 0.2.2.1-alphaRoger Dingledine
2009-08-26Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson
2009-08-26A changelog entry and a bit more documentation for socks-clientNick Mathewson
2009-08-26Merge commit 'public/socks-client'Nick Mathewson
2009-08-25Clean up a couple of style issues in the socks-client branch.Nick Mathewson
2009-08-21Add some fixes after discussion with Nick.Karsten Loesing
2009-08-21Refactor geoip_get_dirreq_history() some more.Nick Mathewson
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-20Fix a rare infinite-recursion bug when shutting down.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-19Some final (?) cleanups of proposal 166 implementation.Karsten Loesing
2009-08-19Fix a couple of bugs that showed up at runtime.Karsten Loesing
2009-08-19Don't write extra-info document to debug logs.Karsten Loesing
2009-08-19Move all *-stats file to subdirectory stats/.Karsten Loesing
2009-08-19Include only the last 24 hours of stats in extra-info documents.Karsten Loesing
2009-08-19Write all statistics to disk exactly every 24 hours.Karsten Loesing
2009-08-18Clean up proposal 166 and its implementation.Karsten Loesing
2009-08-17Use memory pool for insertion times.Karsten Loesing