summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2011-07-14Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-14Update HACKING with some more release instructionsSebastian Hahn
2011-07-06Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-06Fix weird formatting of html manpageSebastian Hahn
Asciidoc was inserting <pre> tags for paragraphs that started with a '+' at the beginning of the line. Instead, we need a space in front of the plus.
2011-06-22Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-21explain that the ./publish should happen soon after the scpRoger Dingledine
otherwise you scp a tarball up but only one version of the website has it.
2011-06-20Add port 6523 (Gobby) to LongLivedPorts.intrigeri
2011-06-19Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
Conflicts: src/or/config.c src/or/or.h
2011-06-17Revert "Update man page for new UseBridges tristate behaviour."Nick Mathewson
This reverts commit 40cfad1b5ae90b06eb74861a4fdc1310f8611111.
2011-06-12Ensure the release tarball contains all manpagesSebastian Hahn
Thanks to Nick for the idea for the fix.
2011-06-10Move errant doc/nodefamily_routerset into 0.2.3.1-alpha ChangeLog. Fix bug 3373Nick Mathewson
2011-06-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-02Update man page for new UseBridges tristate behaviour.anonym
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Clean up the 2972 implementation a littleSebastian Hahn
2011-05-15Add UnixSocketsGroupWritable config flagJérémy Bobbio
When running a system-wide instance of Tor on Unix-like systems, having a ControlSocket is a quite handy mechanism to access Tor control channel. But it would be easier if access to the Unix domain socket can be granted by making control users members of the group running the Tor process. This change introduces a UnixSocketsGroupWritable option, which will create Unix domain sockets (and thus ControlSocket) 'g+rw'. This allows ControlSocket to offer same access control measures than ControlPort+CookieAuthFileGroupReadable. See <http://bugs.debian.org/552556> for more details.
2011-05-13Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
Conflicts: src/or/config.c src/or/dirserv.c src/or/or.h
2011-05-13Add a ControlPortFileGroupWritable optionNick Mathewson
2011-05-13Write automatically-chosen control ports to a file.Nick Mathewson
2011-05-13"(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary portNick Mathewson
This is the major part of the implementation for trac issue 3076.
2011-05-12Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-12Clean up a formatting issue on the manpge; bug3154.Nick Mathewson
2011-05-10Merge branch 'maint-0.2.2'Roger Dingledine
2011-05-10another changelog heuristic based on 0.2.3.1-alphaRoger Dingledine
2011-05-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
Conflicts: src/or/directory.c
2011-05-09Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2Nick Mathewson
2011-05-05Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-05fix the website directions.Andrew Lewman
2011-05-04Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-04Merge branch 'bug2379' into maint-0.2.2Nick Mathewson
2011-05-04Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-04More notes on how to upload tarballs from erinnNick Mathewson
2011-05-03Add some missing torrc entries to tor.1.txtNick Mathewson
Fixes bug 2379
2011-05-02Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-02Add a couple of notes to doc/HACKING based on 0.2.2.25-alpha processNick Mathewson
2011-04-29Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-29add another heuristic for changes stanzasRoger Dingledine
2011-04-28Update hacking file with terse notes on formatting changelogNick Mathewson
2011-04-28Only authorities should automatically download v2 networkstatus documentsNick Mathewson
Clients and relays haven't used them since early 0.2.0.x. The only remaining use by authorities learning about new relays ahead of scedule; see proposal 147 for what we intend to do about that. We're leaving in an option (FetchV2Networkstatus) to manually fetch v2 networkstatuses, because apparently dnsel and maybe bwauth want them. This fixes bug 3022.
2011-04-27Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
Conflicts: doc/tor.1.txt
2011-04-27Merge maint-0.2.2 for the bug1090-part1-squashed branchNick Mathewson
Resolved conflicts in: doc/tor.1.txt src/or/circuitbuild.c src/or/circuituse.c src/or/connection_edge.c src/or/connection_edge.h src/or/directory.c src/or/rendclient.c src/or/routerlist.c src/or/routerlist.h These were mostly releated to the routerinfo_t->node_t conversion.
2011-04-27minor tweaks to manpageRoger Dingledine
2011-04-27Revise the manpage to contain the actual intended *Nodes behaviorNick Mathewson
This is a squashed version of my former desired_nodes_behavior branch that we used to specify the intended results wrt bug 1090.
2011-04-05Tweaks to Cagara's CountPrivateBandwidth patch:Nick Mathewson
- Document it in the manpage - Add a changes entry - No need to log when it is set: we don't log for other options. - Use doxygen to document the new flag. - Test truth of C variables with "if (x)", not "if (x == 1)". - Simplify a complex boolean expression by breaking it up.
2011-03-10Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-10Add a step to the release process: tell trac about the version.Nick Mathewson
2011-03-08Merge branch 'maint-0.2.2'Roger Dingledine
2011-03-08Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
Resolved trivial one-line conflicts. Conflicts: src/or/dirserv.c src/or/rephist.c
2011-03-08steps roger takes when making a new releaseRoger Dingledine
2011-03-08update spec locationsRoger Dingledine