aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
Commit message (Expand)AuthorAge
* Fix wildcarded address mappings from the control portNick Mathewson2012-08-15
* Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson2012-07-17
* Allow wildcarded mapaddress targets in controller MAPADDRESS commandNick Mathewson2012-06-27
* Refactor GETINFO process/descriptor-limitNick Mathewson2012-06-15
* One more fix for bug 5049.Nick Mathewson2012-06-13
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-06-07
|\
| * Send a CRLF at the end of a STATUS_* event, not in the middle of itRobert Ransom2012-06-07
* | Resolve about 24 DOCDOCsNick Mathewson2012-06-05
* | Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* | Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-05-31
|\|
| * Fix more clang format-nonliteral warnings (bug 5969)Nick Mathewson2012-05-30
* | Merge remote-tracking branch 'public/bug5954'Nick Mathewson2012-05-30
|\ \
| * | New "GETINFO dormant" to report whether Tor has gone idleNick Mathewson2012-05-24
| |/
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-05-15
|\|
| * Merge branch 'bug5796_022_squashed' into maint-0.2.2Nick Mathewson2012-05-15
| |\
| | * Fix a crash bug on SETCIRCUITPURPOSE.Nick Mathewson2012-05-15
* | | Merge branch 'maint-0.2.2'Roger Dingledine2012-05-10
|\| |
| * | fix over-wide line from f661747370Roger Dingledine2012-05-10
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-05-10
|\| |
| * | Add missing CRLFs to AUTHCHALLENGE failure repliesRavi Chandra Padmala2012-05-10
| |/
* | Fix a memory leak in an error case of SAFECOOKIE authentication.Nick Mathewson2012-03-30
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-03-26
|\|
| * Implement 'safe cookie authentication'Robert Ransom2012-02-22
* | Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* | Rename nonconformant identifiers.Nick Mathewson2012-01-18
* | whitespace fixesNick Mathewson2012-01-16
* | Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson2012-01-16
* | Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson2012-01-16
* | Try to use smartlist_add_asprintf consistentlyNick Mathewson2012-01-16
* | Rename smartlist_{v,}asprintf_add to smartlist_add_{v,}asprintfNick Mathewson2012-01-16
* | check-spaces fixSebastian Hahn2012-01-16
* | Fix a missing iso_time_nospace_usecNick Mathewson2012-01-11
* | Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson2012-01-11
|\ \
| * | Use spaceless ISO8601 time format, not sec,usec.Nick Mathewson2012-01-11
| * | Add clarity/typesafety wrappers for control_event_circuit_status_minorNick Mathewson2012-01-11
| * | Rename CIRC2 to CIRC_MINORNick Mathewson2012-01-11
| * | Include circ creation time in CIRC events, etc.Robert Ransom2011-11-24
| * | Send CIRC2 event when a circuit is cannibalizedRobert Ransom2011-11-24
| * | Add CIRC2 control-port event, and send it when a circ's purpose changesRobert Ransom2011-11-24
| * | Log whenever a circuit's purpose is changedRobert Ransom2011-11-24
* | | Report cookie file location as absolute in protocolinfo messageNick Mathewson2012-01-09
* | | Merge remote-tracking branch 'rransom/feature2411-v4'Nick Mathewson2011-12-22
|\| |
| * | List service address in CIRC events for HS-related circsRobert Ransom2011-11-24
| * | Report HS circ states stored in circ purpose field in CIRC eventsRobert Ransom2011-11-24
| * | Use fewer TO_ORIGIN_CIRCUIT casts in getinfo_helper_eventsRobert Ransom2011-11-24
| * | Use the new circ-description function for GETINFO circuit-statusRobert Ransom2011-11-24
| * | Report circuit build_state flags in CIRC eventsRobert Ransom2011-11-24
| * | Split circuit-description code into a separate functionRobert Ransom2011-11-24
| * | Separate circuit-close reasons from circ descriptionRobert Ransom2011-11-24