- 17 Jun, 2007 1 commit
-
-
Nick Mathewson authored
Add a SOURCE_ADDR field to STREAM NEW events so that controllers can match requests to applications. (Patch from Robert Hogan.) svn:r10639
-
- 04 May, 2007 1 commit
-
-
Roger Dingledine authored
svn:r10110
-
- 03 May, 2007 1 commit
-
-
Nick Mathewson authored
Document the nonpersistent controller-only options. svn:r10107
-
- 30 Apr, 2007 2 commits
-
-
Nick Mathewson authored
Misc cleanup and bulletproofing on r10056. svn:r10058
-
Roger Dingledine authored
so we can exit from the middle of the circuit. svn:r10056
-
- 15 Mar, 2007 1 commit
-
-
Roger Dingledine authored
behavior for getinfo addr-mappings/*. this is because the code and spec have been mismatched since at least 0.1.1.x, so i would be surprised if nobody at all is relying on the current behavior. backport candidate. backbackport candidate. svn:r9823
-
- 14 Mar, 2007 1 commit
-
-
Roger Dingledine authored
it a GUARD event. standardize on GUARD, but support people asking for GUARDS too. reported by daejees. backport candidate. svn:r9817
-
- 26 Feb, 2007 1 commit
-
-
Roger Dingledine authored
svn:r9655
-
- 25 Feb, 2007 1 commit
-
-
Roger Dingledine authored
svn:r9650
-
- 23 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Make remap stream events have a souce; make them generated every time we get a successful connected or resolved cell. Also change reported stream target address to IP consistently when we get the IP from an exit node. svn:r9624
-
- 22 Feb, 2007 1 commit
-
-
Nick Mathewson authored
twiddle signewnym rate-limiting patch so every signal gets handled eventually. document it in control-spec. add a changelog. svn:r9615
-
- 14 Feb, 2007 2 commits
-
-
Nick Mathewson authored
Tweak stream_bw patch: Remove a couple of redundant checks, save 8 bytes per edge connection, fix spelling in the changelog; expand spec. svn:r9586
-
Nick Mathewson authored
Apply stream_bw patch from Robert Hogan. svn:r9585
-
- 12 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Mark up TODO and control-spec.txt a little. svn:r9573
-
- 05 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Add a REMAP state to stream events so that controllers can learn exactly when the target address for a stream has changed. May help Vidalia resolve confusions related to bug 375. svn:r9484
-
- 26 Jan, 2007 1 commit
-
-
Nick Mathewson authored
Move specification documents into new doc/spec subdirectory. (Proposals, drafts, and bad ideas still remain in doc.) svn:r9411
-
- 22 Jan, 2007 2 commits
-
-
Roger Dingledine authored
svn:r9387
-
Roger Dingledine authored
item for BW events. svn:r9383
-
- 19 Jan, 2007 1 commit
-
-
Nick Mathewson authored
Implement SOCKS_BAD_HOSTNAME status event. Defer remaining status events. Clean up control-spec.txt a little, and fill in recommendations for events. svn:r9374
-
- 15 Jan, 2007 1 commit
-
-
Nick Mathewson authored
Patch from Mike Perry: Track reasons for OR connection failure; display them in control events. Needs review and revision. svn:r9354
-
- 10 Jan, 2007 1 commit
-
-
Nick Mathewson authored
Notes about deprecation and status events in control-spec svn:r9320
-
- 09 Jan, 2007 1 commit
-
-
Roger Dingledine authored
time to put out the bugfix release. svn:r9309
-
- 06 Jan, 2007 3 commits
-
-
Nick Mathewson authored
Implement DNS-related status events. svn:r9285
-
Nick Mathewson authored
Implement a control status event for bad libevent version/method combos. Warn that libevent <1.1 with select() is needlessly slow. Reply to comment. svn:r9284
-
Nick Mathewson authored
control-spec: upcase arguments in status events; note unimplemented events individually r11825@Kushana: nickm | 2007-01-03 17:41:43 -0500 Implement EXTERNAL IP server status event. r11826@Kushana: nickm | 2007-01-03 17:47:10 -0500 Implement BAD_SERVER_DESCRIPTOR server status event. r11827@Kushana: nickm | 2007-01-03 18:01:56 -0500 Implement SOCKS_UNKNOWN_PROTOCOL and DANGEROUS_SOCKS client events. r11828@Kushana: nickm | 2007-01-03 18:23:22 -0500 Implement BUG controller events. Also, flush ERR-level status events just like ERR-level log messages. r11829@Kushana: nickm | 2007-01-03 23:37:27 -0500 Yet more status events: CLOCK_SKEW, GOOD/ACCEPTED_SERVER_DESCRIPTOR, {CHECKING_}REACHABILITY_{SUCCEEDED|FAILED} r11833@Kushana: nickm | 2007-01-05 16:56:37 -0500 Note some unimplementedness in control-spec.txt svn:r9279
-
- 03 Jan, 2007 1 commit
-
-
Roger Dingledine authored
svn:r9250
-
- 02 Jan, 2007 1 commit
-
-
Roger Dingledine authored
what i had in mind svn:r9241
-
- 15 Dec, 2006 1 commit
-
-
Nick Mathewson authored
Implement SETEVENTS GUARD. Needs review and testing. svn:r9137
-
- 14 Dec, 2006 1 commit
-
-
Roger Dingledine authored
svn:r9109
-
- 12 Dec, 2006 1 commit
-
-
Roger Dingledine authored
svn:r9093
-
- 02 Dec, 2006 1 commit
-
-
Roger Dingledine authored
svn:r9015
-
- 30 Oct, 2006 1 commit
-
-
Roger Dingledine authored
yet. so be it. svn:r8859
-
- 29 Oct, 2006 1 commit
-
-
Roger Dingledine authored
svn:r8855
-
- 27 Oct, 2006 1 commit
-
-
Nick Mathewson authored
Fix Bug 349: Have GETINFO network-status return even old routers, and use long nicknames where appropriate. Document this. svn:r8834
-
- 25 Oct, 2006 1 commit
-
-
Nick Mathewson authored
Add a CLEARDNSCACHE signal to clear the client-side DNS cache. svn:r8829
-
- 24 Oct, 2006 1 commit
-
-
Nick Mathewson authored
Remove reference to NS_FULL event; add two GETINFO targets. svn:r8812
-
- 23 Oct, 2006 3 commits
-
-
Nick Mathewson authored
clarify recent spec stuff svn:r8808
-
Roger Dingledine authored
some conventions. svn:r8805
-
Roger Dingledine authored
and so vidalia can start handling them if it wants. svn:r8802
-
- 20 Oct, 2006 1 commit
-
-
Nick Mathewson authored
Add an event type to tell the controller when our opinion of a router status has changed. I might have missed some cases here. svn:r8781
-