- Jul 16, 2007
-
-
Nick Mathewson authored
Apply patch from tup: remove extra space at the end of some circuit-status events, and stop translating CRLF to CRCRLF in control replies. svn:r10845
-
Nick Mathewson authored
Patch from tup: new address-mappings/ GETINFO that includes expiry times. svn:r10844
-
Roger Dingledine authored
Fix a potential crash bug when we load many server descriptors at once and some of them make others of them obsolete. Fixes bug 458. [Bugfix on 0.1.2.x] svn:r10832
-
- Jul 10, 2007
-
-
Nick Mathewson authored
Man. I thought I removed that code. svn:r10785
-
Nick Mathewson authored
Patch from tup: add GETINFO status/enough-dir-info svn:r10782
-
Nick Mathewson authored
Get the RESOLVE controller code working. svn:r10781
-
Nick Mathewson authored
fix copy-paste error in config message src/or/config.c . Apply initial (but pared-down) version of launch-resolve-via-controller patch from Robert Hogan. svn:r10780
-
- Jun 17, 2007
-
-
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
-
- May 31, 2007
-
-
Nick Mathewson authored
Make "authdir_newdesc rejected" work again. svn:r10421
-
- May 24, 2007
-
-
Nick Mathewson authored
Review XXXX comments without a version; upgrade some to XXXX020. svn:r10315
-
- May 22, 2007
-
-
Nick Mathewson authored
Make connection_array into a smartlist. svn:r10292
-
Nick Mathewson authored
Use svn revisions consistently throughout all log messages. svn:r10291
-
- May 16, 2007
-
-
Nick Mathewson authored
Fix GCC warnings related to local parameters/variables getting shadowed. svn:r10198
-
- May 15, 2007
-
-
Nick Mathewson authored
Enable (and cope with) more GCC 4.2 warnings. svn:r10196
-
Nick Mathewson authored
Be a lot smarter when parsing lists of routers and extrainfos. svn:r10193
-
- May 13, 2007
-
-
Roger Dingledine authored
svn:r10182
-
- May 10, 2007
-
-
Nick Mathewson authored
Patch from shibz: implement a getinfo status/version/... so a controller can tell whether the current version is recommended, whether any versions are good, and how many authorities agree. svn:r10162
-
- May 05, 2007
-
-
Roger Dingledine authored
svn:r10120
-
- Apr 30, 2007
-
-
Nick Mathewson authored
Backport candidate: correctly set the purpose of routers that are inserted by the controller with purpose=controller. svn:r10071
-
Roger Dingledine authored
so we can exit from the middle of the circuit. svn:r10056
-
- Apr 25, 2007
-
-
Roger Dingledine authored
svn:r10022
-
- Apr 11, 2007
-
-
Nick Mathewson authored
Add code to shrink the cell memory pool by discarding empty chunks that have been empty for the last 60 seconds. Also, instead of having test.c duplicate declarations for exposed functions, put them inside #ifdef foo_PRIVATE blocks in the headers. This prevents bugs where test.c gets out of sync. svn:r9944
-
- Mar 24, 2007
-
-
Nick Mathewson authored
Refactor a bunch of functions that take edge_connection_t not to also take a crypt_path_t; the cpath is implicit. svn:r9899
-
- Mar 17, 2007
-
-
Nick Mathewson authored
Remove some duplicated code in control.c: unify the "parse space-separated arguments and warn if there are too few" logic into a single helper function. svn:r9866
-
Nick Mathewson authored
Add a warning when using obsolete "GUARDS" event. Also, remove obsolete "if (1) {}"s from control.c: big patch, mostly just dedenting block contents. svn:r9865
-
Roger Dingledine authored
(it's a band) svn:r9853
-
- Mar 15, 2007
-
-
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
-
Roger Dingledine authored
svn:r9822
-
Roger Dingledine authored
pointed out by daejees. svn:r9819
-
Roger Dingledine authored
server, so we match what the control spec claims we do. Reported by daejees. svn:r9818
-
- Mar 14, 2007
-
-
Roger Dingledine authored
it a GUARD event. standardize on GUARD, but support people asking for GUARDS too. reported by daejees. backport candidate. svn:r9817
-
- Mar 09, 2007
-
-
Nick Mathewson authored
We have a PATH_SEPARATOR macro. How about we use it? svn:r9782
-
- Mar 04, 2007
-
-
Nick Mathewson authored
Remove support for v0 control protocol from 0.2.0.x trunk; send back error when we receive a v0 control message. (Leave "if(v1){...}"blocks indented for now so this patch is easier to read.) ((Finally, the linecount goes _down_ a little.)) svn:r9735
-
- Feb 24, 2007
-
-
Nick Mathewson authored
crank up the length of the maximum allowed control message. svn:r9644
-
Roger Dingledine authored
svn:r9634
-
- Feb 23, 2007
-
-
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
-
- Feb 16, 2007
-
-
Nick Mathewson authored
Resolve 56 DOCDOC comments. svn:r9594
-
- Feb 14, 2007
-
-
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
-
- Feb 12, 2007
-
-
Nick Mathewson authored
Update copyright dates. svn:r9570
-