summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-11-11Merge branch 'maint-0.2.2'Roger Dingledine
2010-11-11Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2010-11-11let unpublished bridges learn their ip address tooRoger Dingledine
2010-11-10Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-11-10Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2010-11-10Enforce multiplicity rules when parsing annotations.Nick Mathewson
2010-11-10Fix a bug where seting allow_annotations==0 only ignores annotations, but doe...Nick Mathewson
2010-11-09Add a testing-only option to use bufferevent_openssl as a filterNick Mathewson
2010-11-08Merge branch 'loggranularity'Nick Mathewson
2010-11-08Make LogTimeGranularity respect validate_onlyNick Mathewson
2010-11-08Fix log granularity based on Nick's comments.Karsten Loesing
2010-11-06Merge branch 'maint-0.2.2'Roger Dingledine
2010-11-06move to the november 1 maxmind geoip dbRoger Dingledine
2010-11-01Fix bug in tor_parse_string when Address is given as a dotted quad.Nick Mathewson
2010-10-29Fix up comments in choose_good_entry_server. Spotted by Robert Ransom.Nick Mathewson
2010-10-26Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-26Remove delay to become HSDir in privnetsSebastian Hahn
2010-10-26Properly refcount client_identity_keySebastian Hahn
2010-10-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-21Fix a whitespace errorNick Mathewson
2010-10-21Merge branch 'bug988-nm' into maint-0.2.2Nick Mathewson
2010-10-21Add some asserts to get_{tlsclient|server}_identity_keyNick Mathewson
2010-10-21Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson
2010-10-21Remove a ??? comment in node_get_by_nicknameNick Mathewson
2010-10-21Add a node_get_by_hex_id().Nick Mathewson
2010-10-21Merge remote branch 'origin/maint-0.2.2' for bug 1859 patchesNick Mathewson
2010-10-21Fix a remaining bug in Robert's bug1859 fix.Nick Mathewson
2010-10-21Merge remote branch 'hoganrobert/bug1859' into maint-0.2.2Nick Mathewson
2010-10-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-21Merge remote branch 'sebastian/relay_early_rend' into maint-0.2.2Nick Mathewson
2010-10-20Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-20Fix a logic error in 98aee84. Found by boboperNick Mathewson
2010-10-20Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-20Add a ! to directory_caches_dir_info() to fix a logic errorNick Mathewson
2010-10-20Fix a read of a freed pointer while in set_current_consensusNick Mathewson
2010-10-18Send relay_early cells in rend circsSebastian Hahn
2010-10-17Issues with router_get_by_nickname()Robert Hogan
2010-10-15clarify fmt_addr32 documentation to note that the address is in host-orderNick Mathewson
2010-10-15Fix one-time memory leak when initializing libevent. Spotted by SebastianNick Mathewson
2010-10-15Merge branch 'bug1992_part1'Nick Mathewson
2010-10-15Tweak the fmt_addr32 codeNick Mathewson
2010-10-15Remove more unused code from routerlist.cNick Mathewson
2010-10-15Remove an unused field from circ_buffer_stats_tNick Mathewson
2010-10-15Improve accuracy of comment about aes_crypt performanceNick Mathewson
2010-10-15Fix a documention issue in circuitlist.cNick Mathewson
2010-10-15Kill comments saying to remove asserts once bug930 is solved.Nick Mathewson
2010-10-15fix another typoRoger Dingledine
2010-10-15Fix an apostrophe in a commentNick Mathewson
2010-10-15Fold timestamp_created into highres_createdNick Mathewson
2010-10-15Add a portable tor_timercmpNick Mathewson