aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
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-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-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-15Fix a documention issue in circuitlist.cNick Mathewson
2010-10-15fix another typoRoger Dingledine
2010-10-15Fold timestamp_created into highres_createdNick Mathewson
2010-10-15Remove XXXs about improving buf_t API: bufferevents are the futureNick Mathewson
2010-10-15Make the return value of tor_addr_sockaddr always be signedNick Mathewson
2010-10-15Remove "is this too slow?" XXXX comments for code not appearing in profilesNick Mathewson
2010-10-15Remove the unused old fuzzy-time codeNick Mathewson
2010-10-15Remove an XXX in ntmain.c: a simple function call per loop is not so expensive.Nick Mathewson
2010-10-14Make check-spaces happySebastian Hahn
2010-10-14Rename router_get_by_digest()Sebastian Hahn
2010-10-13Fix a few trivial bugs from the nodelist mergeNick Mathewson
2010-10-13Fix some XXXXs in connection_add_impl related to bufferevent error checkingNick Mathewson
2010-10-13Fix a couple users of buf_datalen that slipped in. Found by SebastianNick Mathewson
2010-10-13Implement node_set_exit_policy_to_reject_all with a flagNick Mathewson
2010-10-13Merge remote branch 'arma/bug1982_2'Nick Mathewson
2010-10-13Merge branch 'nodes'Nick Mathewson
2010-10-13Send END cells on bufferevent tunneled directory connsNick Mathewson
2010-10-13Issues with router_get_by_nickname()Robert Hogan