aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
...
* | | Merge branch 'bug933_nm_rebased_v2'Nick Mathewson2011-11-30
|\ \ \
| * | | Add some post-comma spaces to please armaNick Mathewson2011-11-30
| * | | Refactor addressmap_match_superdomains and representation of wildcardsNick Mathewson2011-11-30
* | | | First chunk of support for bridges on IPv6Linus Nordberg2011-11-30
* | | | Add 'config-defaults-file' to getinfo_items tableRobert Ransom2011-11-29
* | | | Support for a defaults torrc file.Nick Mathewson2011-11-27
* | | | Add the ability to append and clear linelist options from cmdlineNick Mathewson2011-11-27
| |/ / |/| |
* | | Eat all whitespace after a control commandSebastian Hahn2011-11-16
* | | allow manual control port authenticate via netcatRoger Dingledine2011-11-16
* | | Add some XXXesRobert Ransom2011-11-07
* | | Add GETINFO md/id/* and md/name/* items for relay microdescsRobert Ransom2011-11-07
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-09
|\ \ \ | |/ / |/| / | |/
| * Use %f with printf-style formatting, not %lfNick Mathewson2011-08-30
* | Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson2011-09-07
|\ \
| * | Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson2011-07-21
* | | Die if tor_vasprintf fails in connection_printf_to_bufRobert Ransom2011-09-07
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-08-15
|\ \ \ | | |/ | |/|
| * | Remove extra quotation marks around the result of esc_for_logRobert Ransom2011-08-15
* | | Whitespace tweaksNick Mathewson2011-08-10
* | | Fix condition reported by nickm.Kamran Riaz Khan2011-08-10
* | | Return if CONF_CHANGED isn't interesting.Kamran Riaz Khan2011-08-10
* | | Use smartlist_asprintf_add() to improve readability.Kamran Riaz Khan2011-08-10
* | | Minor code readability fix.Kamran Riaz Khan2011-08-09
* | | Minor comment fix.Kamran Riaz Khan2011-08-08
* | | Refactor to do CONF_CHANGED event formatting inside control.cKamran Riaz Khan2011-08-08
* | | Emits CONF_CHANGED events whenever Tor's configuration values change.Kamran Riaz Khan2011-08-08
| |/ |/|
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-07-14
|\|
| * Improve error msg on failed getinfo fingerprintNick Mathewson2011-07-14
| * Change GETINFO fingerprint to look at server_mode, not my_descriptorNick Mathewson2011-07-13
* | Report the states of failed TLS connections from bootstrap_problemNick Mathewson2011-07-11
* | Make handle_control_setevents table-drivenRobert Ransom2011-06-25
* | Merge branch 'bug3465-022' into bug3465-023Robert Ransom2011-06-25
|\|
| * Add BUILDTIMEOUT_SET to the result of GETINFO events/namesRobert Ransom2011-06-25
* | Add, use a bufferevent-safe connection_flush()Nick Mathewson2011-06-21
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-17
|\|
| * Merge branch 'bug3407' into maint-0.2.2Nick Mathewson2011-06-17
| |\
| | * 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
* | | Make the get_options() return constNick Mathewson2011-06-14
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-30
|\| |
| * | Merge remote-tracking branch 'public/bug3270' into maint-0.2.2Nick Mathewson2011-05-30
| |\ \
| | * | Use a 64-bit type to hold sockets on win64.Nick Mathewson2011-05-23
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-28
|\| | |
| * | | Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson2011-05-23
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-23
|\| |
| * | Merge branch 'feature3049-v2' into maint-0.2.2Nick Mathewson2011-05-23
| |\ \ | | |/ | |/|
| | * Split out owning-controller-loss shutdown code into a functionRobert Ransom2011-05-20
| | * Implement TAKEOWNERSHIP commandRobert Ransom2011-05-20