Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote branch 'mikeperry/consensus-bw-weights5-merge' | Nick Mathewson | 2010-02-25 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||
| * | Update dir-spec.txt with begin_dir weights. | Mike Perry | 2010-02-25 |
| | | |||
| * | Update consensus methods in spec. | Mike Perry | 2010-02-22 |
| | | |||
| * | Update specs for weight computation and use. | Mike Perry | 2010-02-22 |
| | | |||
* | | Restrict PerConnBWRate|Burst to INT32_MAX, update manpage | Sebastian Hahn | 2010-02-25 |
| | | | | | | | | | | | | | | | | All other bandwidthrate settings are restricted to INT32_MAX, but this check was forgotten for PerConnBWRate and PerConnBWBurst. Also update the manpage to reflect the fact that specifying a bandwidth in terabytes does not make sense, because that value will be too large. | ||
* | | Mark 160 and 161 as Finished. | Nick Mathewson | 2010-02-22 |
|/ | |||
* | elevate a changelog entry, and get my mailto out of the man page | Roger Dingledine | 2010-02-22 |
| | |||
* | Update the osx dmg creation instructions | Sebastian Hahn | 2010-02-22 |
| | | | | | Make sure we follow basic whitespace sanity principles, update a few links | ||
* | minor fixes in proposal 169 | Roger Dingledine | 2010-02-21 |
| | | | | still need to finish reading it, but so far so good | ||
* | Allow "EXTENDCIRCUIT 0" to omit a path. | Mike Perry | 2010-02-18 |
| | |||
* | Add BUILDTIMEOUT_SET event for CBT stress testing. | Mike Perry | 2010-02-18 |
| | |||
* | add in the apple incantations to get tls renegotiation to work. | Andrew Lewman | 2010-02-17 |
| | |||
* | fix the win32 build instructions for openssl. | Andrew Lewman | 2010-02-17 |
| | |||
* | Remove legacy files from main source distribution | Sebastian Hahn | 2010-02-16 |
| | | | | | | The AUTHORS file was pretty outdated. Its contents moved onto the people page. Design paper and roadmaps moved to the projects directory in svn. | ||
* | Clean up whitespace | Nick Mathewson | 2010-02-11 |
| | |||
* | updated win32 build instructions with new mingw and msys versions. | Andrew Lewman | 2010-02-11 |
| | |||
* | clean up the documentation, break out sections for osx compiles. | Andrew Lewman | 2010-02-11 |
| | |||
* | Clarify a paragraph in prop 169. | Nick Mathewson | 2010-01-29 |
| | |||
* | Make sure docdir is defined when making doc/ | Sebastian Hahn | 2010-01-28 |
| | | | | | Apparently some autoconf versions need this, while others don't. This means documentation will be installed into share/doc/tor/. | ||
* | Fix building the tarball | Sebastian Hahn | 2010-01-28 |
| | | | | | | | This removes the Makefile.am from doc/design-paper and replaces it with a static Makefile. We don't need to call it during the normal Tor build process, as we don't need its targets normally. Keeping it around in case we want to rebuild the pdf or ps files later. | ||
* | The name for the proposal status of 151 is "finished", not "Implemented" | Nick Mathewson | 2010-01-28 |
| | |||
* | Proposal 169: Eliminate TLS renegotiation | Nick Mathewson | 2010-01-28 |
| | | | | | | | | | | | | | I propose a backward-compatible change to the Tor connection establishment protocol to avoid the use of TLS renegotiation. Rather than doing a TLS renegotiation to exchange certificates and authenticate the original handshake, this proposal takes an approach similar to Steven Murdoch's proposal 124, and uses Tor cells to authenticate the parties' identities once the initial TLS handshake is finished. | ||
* | Clean the man and html files with make (dist)clean | Sebastian Hahn | 2010-01-27 |
| | |||
* | Stop shipping the design paper in the tarballs | Sebastian Hahn | 2010-01-27 |
| | |||
* | Add a comment explaining the doc build system | Nick Mathewson | 2010-01-27 |
| | | | | Updated a little by Sebastian | ||
* | Make the asciidoc build process work from outside top_srcdir | Nick Mathewson | 2010-01-27 |
| | | | | Edited a little by Sebastian | ||
* | Fix a few typos in the manpage, and reword the DisableAllSwap entry | Sebastian Hahn | 2010-01-27 |
| | |||
* | Convert the Tor manpage to asciidoc. | Sebastian Hahn | 2010-01-27 |
| | | | | | | | | | This should be a very faithful conversion, preserving as much of the layout of the old manpage as possible. This wasn't possible for the nt-service and the DataDirectory/state parts. See a later commit for some small cleanups. Tiago Faria helped with the asciidoc conversion, big thanks! | ||
* | Convert the tor-resolve manpage to asciidoc | Sebastian Hahn | 2010-01-27 |
| | |||
* | Convert the torify manpage to asciidoc | Sebastian Hahn | 2010-01-27 |
| | |||
* | Convert the tor-gencert manpage to asciidoc | Sebastian Hahn | 2010-01-27 |
| | |||
* | Allow generating documentation from asciidoc in the Makefile | Sebastian Hahn | 2010-01-27 |
| | |||
* | Move the torify manpage into the doc dir | Sebastian Hahn | 2010-01-27 |
| | |||
* | Stop putting parts of the website into tarballs. | Sebastian Hahn | 2010-01-27 |
| | | | | | The website wasn't used by our packages, and most users will not know how to open html.en files anyways. | ||
* | whitespace fixes | Roger Dingledine | 2010-01-15 |
| | |||
* | fix some typos in our spec files | Roger Dingledine | 2010-01-15 |
| | |||
* | man page entries for PerConnBW{Rate,Burst} | Roger Dingledine | 2010-01-15 |
| | |||
* | ship the bridges spec file in the tarball too | Roger Dingledine | 2010-01-15 |
| | |||
* | a changelog and doc fixes for the strictnodes work | Roger Dingledine | 2009-12-21 |
| | |||
* | fix some typos | Roger Dingledine | 2009-12-19 |
| | |||
* | start to document commonly used "param" arguments | Roger Dingledine | 2009-12-19 |
| | |||
* | Merge branch 'ewma' | Nick Mathewson | 2009-12-18 |
|\ | |||
| * | Document CircuitPriorityHalflife on the manpage | Nick Mathewson | 2009-12-15 |
| | | |||
* | | Merge commit 'karsten/fix-bridge-stats-master-4' | Nick Mathewson | 2009-12-18 |
|\ \ | |||
| * | | Fix bridge statistics. | Karsten Loesing | 2009-12-17 |
| | | | | | | | | | | | | | | | | | | Fix statistics on client numbers by country as seen by bridges that were broken in 0.2.2.1-alpha. Also switch to reporting full 24-hour intervals instead of variable 12-to-48-hour intervals. | ||
* | | | Remove v0 hidden service statistics code. | Karsten Loesing | 2009-12-17 |
|/ / | | | | | | | | | | | | | | | | | | | The HSAuthorityRecordStats option was used to track statistics of overall hidden service usage on the version 0 hidden service authorities. With the version 2 hidden service directories being deployed and version 0 descriptors being phased out, these statistics are not as useful anymore. Goodbye, you fine piece of software; my first major code contribution to Tor. | ||
* | | Merge branch 'safelogging2' | Nick Mathewson | 2009-12-15 |
|\ \ | | | | | | | | | | | | | Conflicts: ChangeLog | ||
| * | | Allow SafeLogging to exclude client related information | Sebastian Hahn | 2009-12-12 |
| |/ | |||
* | | Update translations.txt with new torbutton process. | Mike Perry | 2009-12-15 |
| | | |||
* | | New controller command "getinfo config-text" | Roger Dingledine | 2009-12-13 |
|/ | | | | | It returns the contents that Tor would write if you send it a SAVECONF command, so the controller can write the file to disk itself. |