summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2011-06-17Make send_control_event_impl's behaviour saneRobert Ransom
2011-06-17Fix comment typoRobert Ransom
2011-06-17Make connection_printf_to_buf's behaviour saneRobert Ransom
2011-05-24Correct some outdated commentsRobert Ransom
2011-05-23Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson
2011-05-21naked constants are uglyRoger Dingledine
2011-05-21finish a comment nickm started in 8ebceeb3Roger Dingledine
2011-05-21remove some (confusing) dead codeRoger Dingledine
2011-05-21Merge branch 'bug1810' into maint-0.2.2Roger Dingledine
2011-05-21Don't recreate descriptor on sighupSebastian Hahn
2011-05-20what's up with this trailing whitespaceRoger Dingledine
2011-05-20Split out owning-controller-loss shutdown code into a functionRobert Ransom
2011-05-20Implement TAKEOWNERSHIP commandRobert Ransom
2011-05-20Split control connection cleanup out of connection_freeRobert Ransom
2011-05-20Fix comment typoRobert Ransom
2011-05-20Add an XXXRobert Ransom
2011-05-20Fix trailing asterisk in the output of "GETINFO info/names"Robert Ransom
2011-05-20Exit immediately if we can't monitor our owning controller processRobert Ransom
2011-05-20Implement __OwningControllerProcess optionRobert Ransom
2011-05-19log the reason for publishing a new relay descriptorRoger Dingledine
2011-05-20Fix a compile warning on OSX 10.6Sebastian Hahn
2011-05-17discard circuits when we change our bridge configurationRoger Dingledine
2011-05-17refetch bridge descriptors in a timely fashionRoger Dingledine
2011-05-17Merge branch 'bug2752' into maint-0.2.2Nick Mathewson
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-16Fix bug2752 : 48-char HTTPProxyAuthenticator limitationMichael Yakubovich
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-16Check fetched rendezvous descriptors' service IDsRobert Ransom
2011-05-16Merge remote-tracking branch 'public/bug2850' into maint-0.2.2Nick Mathewson
2011-05-15Check permissions on the directory holding a control socketNick Mathewson
2011-05-15Add a function to pull off the final component of a pathNick 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 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