aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
| * Update proposal to bring it more in-line with implementation.Mike Perry2009-09-16
| |
* | Merge commit 'sebastian/manpage'Roger Dingledine2009-09-16
|\ \ | |/ |/|
| * it is cached-descriptors now, not cached-routersSebastian Hahn2009-09-15
| |
* | revert the month in the man page, so we don't drive weasel madRoger Dingledine2009-09-15
| |
* | ConsensusParams config option lists key=value paramsRoger Dingledine2009-09-15
| | | | | | | | finishes the authority-operator interface side of proposal 167.
* | Mark proposal 167 as implemented.Nick Mathewson2009-09-14
| |
* | Implement proposal 167: Authorities vote on network parameters.Nick Mathewson2009-09-14
|/ | | | | | | | This code adds a new field to vote on: "params". It consists of a list of sorted key=int pairs. The output is computed as the median of all the integers for any key on which anybody voted. Improved with input from Roger.
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-09-01
|\
| * Add getinfo accepted-server-descriptor. Clean spec.Roger Dingledine2009-08-31
| | | | | | | | | | | | | | | | Add a "getinfo status/accepted-server-descriptor" controller command, which is the recommended way for controllers to learn whether our server descriptor has been successfully received by at least on directory authority. Un-recommend good-server-descriptor getinfo and status events until we have a better design for them.
* | Merge branch 'maint-0.2.1'Roger Dingledine2009-08-28
|\|
| * Only send netinfo clock_skew to controller if an authority told us soRoger Dingledine2009-08-28
| | | | | | | | | | | | | | | | We were triggering a CLOCK_SKEW controller status event whenever we connect via the v2 connection protocol to any relay that has a wrong clock. Instead, we should only inform the controller when it's a trusted authority that claims our clock is wrong. Bugfix on 0.2.0.20-rc; starts to fix bug 1074. Reported by SwissTorExit.
* | Merge branch 'maint-0.2.1'Roger Dingledine2009-08-27
|\|
| * update osx-dmg creation directions for the new methodsphobos2009-08-25
| |
* | HiddenServiceVersion must be set to 2 currently.Sebastian Hahn2009-08-27
| | | | | | | | | | 0d68da2381780e2f8010b52a9e062947554699d5 removed support for Version 0, but didn't fix the manpage.
* | changelog and spec changes for the .exit fixRoger Dingledine2009-08-26
| |
* | typos in dir-specRoger Dingledine2009-08-26
| |
* | mark off a done proposalRoger Dingledine2009-08-26
| |
* | Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson2009-08-26
|\ \
| * | Some final (?) cleanups of proposal 166 implementation.Karsten Loesing2009-08-19
| | |
| * | Write all statistics to disk exactly every 24 hours.Karsten Loesing2009-08-19
| | |
| * | Update dir-spec.txt and man page.Karsten Loesing2009-08-18
| | |
| * | Clean up proposal 166 and its implementation.Karsten Loesing2009-08-18
| | |
* | | Merge commit 'public/socks-client'Nick Mathewson2009-08-26
|\ \ \ | | | | | | | | | | | | | | | | Resolved conflict in: src/or/or.h
| * | | Enable Tor to connect through SOCKS 4/5 proxiesChristopher Davis2009-06-19
| | | | | | | | | | | | | | | | | | | | | | | | Added a sanity check in config.c and a check in directory.c directory_initiate_command_rend() to catch any direct connection attempts when a socks proxy is configured.
* | | | new proposals: params in consensus, and lower circwindowRoger Dingledine2009-08-25
| | | |
* | | | Merge commit 'mikeperry/bandwidth-voting-final'Nick Mathewson2009-08-14
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge commit 'nickm/strtok' into mp-voting-finalMike Perry2009-08-09
| |\ \ \
| * | | | Update dir-spec.txt to describe w line.Mike Perry2009-08-06
| | | | | | | | | | | | | | | | | | | | "Measured=" is present in votes regardless of consensus method.
* | | | | Merge commit 'ioerror/LetsKillNoConnect'Nick Mathewson2009-08-09
|\ \ \ \ \
| * | | | | LetsKillNoConnect removes support for .noconnectJacob Appelbaum2009-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a patch to remove support for .noconnect. We are removing .noconnect because of a talk at Defcon 17 by Gregory Fleischer.
* | | | | | Merge commit 'arma/dotexit'Nick Mathewson2009-08-09
|\| | | | |
| * | | | | oops, fix typoRoger Dingledine2009-08-07
| | | | | |
| * | | | | Disable .exit notation unless AllowDotExit is 1.Roger Dingledine2009-08-07
| | | | | |
* | | | | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-08-09
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Make configuration of hidden services with authorization somewhat clearer.Karsten Loesing2009-08-01
| | | | |
* | | | | Merge commit 'mikeperry/bandwidth-proposals-final'Nick Mathewson2009-08-09
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update the ratio calculation to prefer faster measurements.Mike Perry2009-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also: simplify complicated filtering steps, always take the most recent measurement, and use slightly smaller file sizes based on measurements.
| * | | | Update 161 to reflect current implementation.Mike Perry2009-08-06
| | |/ / | |/| | | | | | | | | | Also mention rounding step.
* / | | fix typo in control-specRoger Dingledine2009-08-07
|/ / /
* | | Patch from atagar to fix control-specRoger Dingledine2009-07-30
| | | | | | | | | | | | | | | | | | Specifically, admit that the "newconsensus" event exists, and status/reachability has secretly been status/reachability-succeeded all along, but nobody used it so we didn't notice.
* | | Merge branch 'maint-0.2.1' into masterRoger Dingledine2009-07-28
|\| |
| * | document my new relay-early behaviorRoger Dingledine2009-07-28
| | |
* | | Merge commit 'ioerror/DirFetchInfoExtraEarly'Nick Mathewson2009-07-25
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | Add support for a new option: FetchDirInfoExtraEarlyJacob Appelbaum2009-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This new option will allow clients to download the newest fresh consensus much sooner than they normally would do so, even if they previously set FetchDirInfoEarly. This includes a proper ChangeLog entry and an updated man page.
* | | | Proposal: Including Network Statistics in Extra-Info DocumentsKarsten Loesing2009-07-23
| | | |
* | | | move the todo.external file into svn projectsRoger Dingledine2009-07-14
| | | |
* | | | resolve atagar's confusion with getinfo accountingRoger Dingledine2009-07-13
|/ / /
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-07-07
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h
| * | updated rpm instructions for realtime libevent.Andrew Lewman2009-07-02
| | |
* | | path-spec: Clarify what we mean by "a server's bandwidth."Nick Mathewson2009-06-22
| |/ |/| | | | | | | | | This just got a little complicated, since old clients use "clipped advertised bandwith" and new clients now use "consensus bandwidth" but fall back to "clipped advertised bandwidth".