Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-17 | Make send_control_event_impl's behaviour sane | Robert Ransom | |
2011-06-17 | Fix comment typo | Robert Ransom | |
2011-06-17 | Make connection_printf_to_buf's behaviour sane | Robert Ransom | |
2011-05-24 | Correct some outdated comments | Robert Ransom | |
2011-05-22 | Unbreak the build on libevent 1.x systems | Robert Ransom | |
2011-05-23 | Merge branch 'feature3049-v2' into maint-0.2.2 | Nick Mathewson | |
Conflicts: src/common/Makefile.am | |||
2011-05-23 | The first argument for a libevent callback should be evutil_socket_t | Nick Mathewson | |
2011-05-23 | Appease make check-spaces wrt procmon.h | Nick Mathewson | |
2011-05-21 | naked constants are ugly | Roger Dingledine | |
2011-05-21 | finish a comment nickm started in 8ebceeb3 | Roger Dingledine | |
2011-05-21 | remove some (confusing) dead code | Roger Dingledine | |
2011-05-21 | Merge branch 'bug1810' into maint-0.2.2 | Roger Dingledine | |
2011-05-21 | Don't recreate descriptor on sighup | Sebastian Hahn | |
We used to regenerate our descriptor whenever we'd get a sighup. This was caused by a bug in options_transition_affects_workers() that would return true even if the options were exactly the same. Down the call path we'd call init_keys(), which made us make a new descriptor which the authorities would reject, and the node would subsequently fall out of the consensus. This patch fixes only the first part of this bug: options_transition_affects_workers() behaves correctly now. The second part still wants a fix. | |||
2011-05-20 | what's up with this trailing whitespace | Roger Dingledine | |
2011-05-20 | Split out owning-controller-loss shutdown code into a function | Robert Ransom | |
2011-05-20 | Add changes file for #3049 | Robert Ransom | |
2011-05-20 | Implement TAKEOWNERSHIP command | Robert Ransom | |
2011-05-20 | Split control connection cleanup out of connection_free | Robert Ransom | |
2011-05-20 | Fix comment typo | Robert Ransom | |
2011-05-20 | Add an XXX | Robert Ransom | |
2011-05-20 | Fix trailing asterisk in the output of "GETINFO info/names" | Robert Ransom | |
2011-05-20 | Exit immediately if we can't monitor our owning controller process | Robert Ransom | |
tor_process_monitor_new can't currently return NULL, but if it ever can, we want that to be an explicitly fatal error, without relying on the fact that monitor_owning_controller_process's chain of caller will exit if it fails. | |||
2011-05-20 | Fix some comments | Robert Ransom | |
2011-05-20 | Implement __OwningControllerProcess option | Robert Ransom | |
Implements part of feature 3049. | |||
2011-05-19 | log the reason for publishing a new relay descriptor | Roger Dingledine | |
now we have a better chance of hunting down the root cause of bug 1810. | |||
2011-05-20 | Fix a compile warning on OSX 10.6 | Sebastian Hahn | |
2011-05-17 | discard circuits when we change our bridge configuration | Roger Dingledine | |
otherwise we might reuse circuits from the previous configuration, which could be bad depending on the user's situation | |||
2011-05-17 | refetch bridge descriptors in a timely fashion | Roger Dingledine | |
When we configure a new bridge via the controller, don't wait up to ten seconds before trying to fetch its descriptor. This wasn't so bad when you listed your bridges in torrc, but it's dreadful if you configure your bridges via vidalia. | |||
2011-05-17 | Merge branch 'bug2752' into maint-0.2.2 | Nick Mathewson | |
2011-05-17 | Add credit to bug2752; correct the issue number in the changes file | Nick Mathewson | |
2011-05-17 | Handle NULL argument to get_configured_bridge_by_addr_port_digest | Nick Mathewson | |
Fixes bug 2313; bugfix on 0.2.2.26-beta. | |||
2011-05-17 | Oops; that function got renamed. | Nick Mathewson | |
2011-05-17 | Check onion keys in microdescriptors, too | Robert Ransom | |
2011-05-16 | Remove from maint-0.2.2 changes files merged in release-0.2.2 and master | Nick Mathewson | |
2011-05-16 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
Conflicts: changes/bug2190 changes/forget-rend-descs-on-newnym | |||
2011-05-16 | rm files for changes merged in all of release021, release022, master | Nick Mathewson | |
2011-05-16 | Fix bug2752 : 48-char HTTPProxyAuthenticator limitation | Michael Yakubovich | |
Bumped the char maximum to 512 for HTTPProxyAuthenticator & HTTPSProxyAuthenticator. Now stripping all '\n' after base64 encoding in alloc_http_authenticator. | |||
2011-05-16 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
Fixed trivial conflict due to headers moving into their own .h files from or.h. Conflicts: src/or/or.h | |||
2011-05-16 | squash! Add crypto_pk_check_key_public_exponent function | Nick Mathewson | |
Rename crypto_pk_check_key_public_exponent to crypto_pk_public_exponent_ok: it's nice to name predicates s.t. you can tell how to interpret true and false. | |||
2011-05-16 | Require that certain public keys have public exponent 65537 | Robert Ransom | |
2011-05-16 | Add crypto_pk_check_key_public_exponent function | Robert Ransom | |
2011-05-16 | Check fetched rendezvous descriptors' service IDs | Robert Ransom | |
2011-05-16 | Merge remote-tracking branch 'public/bug2850' into maint-0.2.2 | Nick Mathewson | |
Fixed a trivial conflict where this and the ControlSocketGroupWritable code both added different functions to the same part of connection.c. Conflicts: src/or/connection.c | |||
2011-05-15 | Increase the length of the buffer in smartlist_string_num_isin(). | Nick Mathewson | |
This was harmless, since we only used this for checking for lists of port values, but it's the principle of the thing. Fixes 3175; bugfix on 0.1.0.1-rc | |||
2011-05-15 | Merge branch 'bug2972' into maint-0.2.2 | Nick Mathewson | |
2011-05-15 | Make check_private_dir check for group ownership as appropriate | Nick Mathewson | |
2011-05-15 | Fix up some comment issues spotted by rransom | Nick Mathewson | |
2011-05-15 | Check permissions on the directory holding a control socket | Nick Mathewson | |
2011-05-15 | Add a new flag to check_private_dir to make it _not_ change permissions | Nick Mathewson | |
We'll need this for checking permissions on the directories that hold control sockets: if somebody says "ControlSocket ~/foo", it would be pretty rude to do a chmod 700 on their homedir. | |||
2011-05-15 | Add a function to pull off the final component of a path | Nick Mathewson | |