aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Make send_control_event_impl's behaviour saneRobert Ransom2011-06-17
* Fix comment typoRobert Ransom2011-06-17
* Make connection_printf_to_buf's behaviour saneRobert Ransom2011-06-17
* Correct some outdated commentsRobert Ransom2011-05-24
* Unbreak the build on libevent 1.x systemsRobert Ransom2011-05-22
* Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson2011-05-23
|\
| * The first argument for a libevent callback should be evutil_socket_tNick Mathewson2011-05-23
| * Appease make check-spaces wrt procmon.hNick Mathewson2011-05-23
| * Split out owning-controller-loss shutdown code into a functionRobert Ransom2011-05-20
| * Implement TAKEOWNERSHIP commandRobert Ransom2011-05-20
| * Split control connection cleanup out of connection_freeRobert Ransom2011-05-20
| * Fix comment typoRobert Ransom2011-05-20
| * Add an XXXRobert Ransom2011-05-20
| * Fix trailing asterisk in the output of "GETINFO info/names"Robert Ransom2011-05-20
| * Exit immediately if we can't monitor our owning controller processRobert Ransom2011-05-20
| * Fix some commentsRobert Ransom2011-05-20
| * Implement __OwningControllerProcess optionRobert Ransom2011-05-20
| * Improve a documentation commentRobert Ransom2011-05-12
| * Fix comment typoRobert Ransom2011-05-12
| * Fix comment typoRobert Ransom2011-05-10
* | naked constants are uglyRoger Dingledine2011-05-21
* | finish a comment nickm started in 8ebceeb3Roger Dingledine2011-05-21
* | remove some (confusing) dead codeRoger Dingledine2011-05-21
* | Merge branch 'bug1810' into maint-0.2.2Roger Dingledine2011-05-21
|\ \
| * | Don't recreate descriptor on sighupSebastian Hahn2011-05-21
* | | what's up with this trailing whitespaceRoger Dingledine2011-05-20
|/ /
* | log the reason for publishing a new relay descriptorRoger Dingledine2011-05-19
* | Fix a compile warning on OSX 10.6Sebastian Hahn2011-05-20
* | discard circuits when we change our bridge configurationRoger Dingledine2011-05-17
* | refetch bridge descriptors in a timely fashionRoger Dingledine2011-05-17
* | Merge branch 'bug2752' into maint-0.2.2Nick Mathewson2011-05-17
|\ \
| * | Fix bug2752 : 48-char HTTPProxyAuthenticator limitationMichael Yakubovich2011-05-16
* | | Handle NULL argument to get_configured_bridge_by_addr_port_digestNick Mathewson2011-05-17
* | | Oops; that function got renamed.Nick Mathewson2011-05-17
* | | Check onion keys in microdescriptors, tooRobert Ransom2011-05-17
|/ /
* | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-05-16
|\ \
| * | squash! Add crypto_pk_check_key_public_exponent functionNick Mathewson2011-05-16
| * | Require that certain public keys have public exponent 65537Robert Ransom2011-05-16
| * | Add crypto_pk_check_key_public_exponent functionRobert Ransom2011-05-16
| * | Check fetched rendezvous descriptors' service IDsRobert Ransom2011-05-16
* | | Merge remote-tracking branch 'public/bug2850' into maint-0.2.2Nick Mathewson2011-05-16
|\ \ \
| * | | Set SO_REUSEADDR on all sockets, not just listenersNick Mathewson2011-05-03
* | | | Increase the length of the buffer in smartlist_string_num_isin().Nick Mathewson2011-05-15
* | | | Make check_private_dir check for group ownership as appropriateNick Mathewson2011-05-15
* | | | Fix up some comment issues spotted by rransomNick Mathewson2011-05-15
* | | | Check permissions on the directory holding a control socketNick Mathewson2011-05-15
* | | | Add a new flag to check_private_dir to make it _not_ change permissionsNick Mathewson2011-05-15
* | | | Add a function to pull off the final component of a pathNick Mathewson2011-05-15
* | | | Make check_private_dir accept g+rx dirs if told to do so.Nick Mathewson2011-05-15
* | | | Clean up the 2972 implementation a littleSebastian Hahn2011-05-15