summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-17Handle NULL argument to get_configured_bridge_by_addr_port_digestNick Mathewson
2011-05-17Oops; that function got renamed.Nick Mathewson
2011-05-17Check onion keys in microdescriptors, tooRobert Ransom
2011-05-16Remove from maint-0.2.2 changes files merged in release-0.2.2 and masterNick Mathewson
2011-05-16Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-05-16rm files for changes merged in all of release021, release022, masterNick Mathewson
2011-05-16Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-05-16squash! Add crypto_pk_check_key_public_exponent functionNick Mathewson
2011-05-16Require that certain public keys have public exponent 65537Robert Ransom
2011-05-16Add crypto_pk_check_key_public_exponent functionRobert Ransom
2011-05-16Check fetched rendezvous descriptors' service IDsRobert Ransom
2011-05-16Merge remote-tracking branch 'public/bug2850' into maint-0.2.2Nick Mathewson
2011-05-15Increase the length of the buffer in smartlist_string_num_isin().Nick Mathewson
2011-05-15Merge branch 'bug2972' into maint-0.2.2Nick Mathewson
2011-05-15Make check_private_dir check for group ownership as appropriateNick Mathewson
2011-05-15Fix up some comment issues spotted by rransomNick Mathewson
2011-05-15Check permissions on the directory holding a control socketNick Mathewson
2011-05-15Add a new flag to check_private_dir to make it _not_ change permissionsNick Mathewson
2011-05-15Add a function to pull off the final component of a pathNick Mathewson
2011-05-15Make check_private_dir accept g+rx dirs if told to do so.Nick Mathewson
2011-05-15Clean up the 2972 implementation a littleSebastian Hahn
2011-05-15Add UnixSocketsGroupWritable config flagJérémy Bobbio
2011-05-15Preserve bridge download status across SETCONF, HUPNick Mathewson
2011-05-15Fixup whitespace issues from 3122 commitNick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-05-15Fixup whitespace issues from 3122 commitNick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-05-15Another doc tweak on tor_memcmp: <b>b</b>, not <b>.Nick Mathewson
2011-05-15minor tweaks to 4b19730c8234dRoger Dingledine
2011-05-15Merge branch 'bug3026' into maint-0.2.2Nick Mathewson
2011-05-15Replace a nasty add-malloc-snprintf with a nice clean asprintfNick Mathewson
2011-05-15Merge branch 'bug1345' into maint-0.2.2Nick Mathewson
2011-05-15Better doc for consider_recording_trackexithostNick Mathewson
2011-05-15Merge branch 'bug2732-simpler' into maint-0.2.2Nick Mathewson
2011-05-15Rip out more of hid_serv_acting_as_directoryNick Mathewson
2011-05-13Handle transitions in Automap*, VirtualAddrNetwork correctlyNick Mathewson
2011-05-13When TrackExitHosts changes, remove all no-longer-valid mappingsNick Mathewson
2011-05-13Raise the TrackHostExits membership code into its own functionNick Mathewson
2011-05-13Don't clear out transient addressmap entries on HUPNick Mathewson
2011-05-13New smartlist function to see if two lists of strings are equal.Nick Mathewson
2011-05-13Merge branch 'feature3076_squashed' into maint-0.2.2Nick Mathewson
2011-05-13Add a ControlPortFileGroupWritable optionNick Mathewson
2011-05-13Write automatically-chosen control ports to a file.Nick Mathewson
2011-05-13new GETINFO command to return list of listeners of a given typeNick Mathewson
2011-05-13Add a new "tor_sockaddr_to_str()" functionNick Mathewson
2011-05-13Advertise correct DirPort/ORPort when configured with "auto"Nick Mathewson
2011-05-13Correct the signature for is_listening_on_low_port for "auto" portsNick Mathewson
2011-05-13Teach retry_listener about "auto" ports.Nick Mathewson
2011-05-13"(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary portNick Mathewson
2011-05-12Downgrade the "we launched 10 circuits for this stream" message. (See bug 3080)Nick Mathewson