aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* | | | Document more coverage tricks in doc/HACKINGNick Mathewson2014-01-21
| | | |
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-12-23
|\| | |
| * | | Clarify DirPort multiplicityNick Mathewson2013-12-23
| | | | | | | | | | | | | | | | Fix for #10470 as suggested by arma
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-11-10
|\| | |
| * | | Change documentation DirServer->DirAuthorityNick Mathewson2013-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We renamed the option, but we didn't actually fix it in the log messages or the docs. This patch does that. For #10124. Patch by sqrt2.
* | | | Tweak file documentation in tor.1.txtNick Mathewson2013-11-07
| | | |
* | | | Updating manpage to describe some of the data directory files.rl19872013-11-07
| | | |
* | | | Documentation and tests for 10060Nick Mathewson2013-11-07
| | | |
* | | | Implementing --allow-missing-torrc CLI option.rl19872013-11-07
| | | |
* | | | Merge branch 'prop221_squashed_024'Nick Mathewson2013-11-01
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/or.h
| * | | | Implement proposal 221: Stop sending CREATE_FASTNick Mathewson2013-11-01
| |/ / / | | | | | | | | | | | | | | | | This makes FastFirstHopPK an AUTOBOOL; makes the default "auto"; and makes the behavior of "auto" be "look at the consensus."
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-10-31
|\| | |
| * | | Merge remote-tracking branch 'public/bug9780_024_v2' into maint-0.2.4Nick Mathewson2013-10-31
| |\ \ \
| | * | | Switch ECDHE group default logic for bridge/relay TLSNick Mathewson2013-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the manpage, bridges use P256 for conformity and relays use P224 for speed. But skruffy points out that we've gotten it backwards in the code. In this patch, we make the default P256 for everybody. Fixes bug 9780; bugfix on 0.2.4.8-alpha.
* | | | | Mention that tor is client-by-default. From Weasel. Resolves #10057Nick Mathewson2013-10-31
| | | | |
* | | | | Minor manpage tweaks from weasel; closes #10058Nick Mathewson2013-10-31
| | | | |
* | | | | Merge branch 'morestats4' into morestats5Karsten Loesing2013-10-28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/tor.1.txt src/or/config.c src/or/connection.h src/or/control.c src/or/control.h src/or/or.h src/or/relay.c src/or/relay.h src/test/test.c
| * | | | | Tweak TB_EMPTY event based on comments by nickm.Karsten Loesing2013-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Avoid control_event_refill_global function with 13 arguments and increase code reuse factor by moving more code from control.c to connection.c. - Avoid an unsafe uint32_t -> int cast. - Add TestingEnableTbEmptyEvent option. - Prepare functions for testing. - Rename a few functions and improve documentation.
| * | | | | Tweak CELL_STATS event based on comments by nickm.Karsten Loesing2013-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move cell_command_to_string from control.c to command.c. - Use accessor for global_circuitlist instead of extern. - Add a struct for cell statistics by command instead of six arrays. - Split up control_event_circuit_cell_stats by using two helper functions. - Add TestingEnableCellStatsEvent option. - Prepare functions for testing. - Rename a few variables and document a few things better.
| * | | | | Tweak CONN_BW event based on comments by nickm.Karsten Loesing2013-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename read/write counters in connection_t to make it clear that these are only used for CONN_BW events. - Add TestingEnableConnBwEvent option.
* | | | | | clarify that DisableNetwork closes connections tooRoger Dingledine2013-10-25
| | | | | |
* | | | | | Merge remote-tracking branch 'linus/bug9206_option'Nick Mathewson2013-10-16
|\ \ \ \ \ \
| * | | | | | Add TestingDirAuthVoteGuard option for specifying relays to vote Guard on.Linus Nordberg2013-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses ticket 9206.
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-10-09
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Clarify who learns about ContactInfo.Karsten Loesing2013-10-09
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly include bridges, and note that we archive and publish all descriptors. (We are not yet publishing ContactInfo lines contained in bridge descriptors, but maybe we'll want to do that soon, so let's err on the side of caution here.) Related to #9854.
| * | | | | Anchors for options (re#9866)Peter Palfrader2013-10-08
| | | | | |
* | | | | | Anchors for options (re#9866)Peter Palfrader2013-10-07
| |/ / / / |/| | | |
* | | | | name it correctly, maybeRoger Dingledine2013-10-01
| | | | |
* | | | | Mention "make test-network" in doc/HACKINGNick Mathewson2013-10-01
| | | | |
* | | | | Don't preprocess torifyguilhem2013-09-29
| | | | | | | | | | | | | | | | | | | | | | | | | Since torify has been removed from tsocks, it doesn't need to be preprocessed. Closes #5505.
* | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-09-20
|\| | | | | |_|_|/ |/| | |
| * | | Get ready to stop sending timestamps in INTRODUCE cellsNick Mathewson2013-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For now, round down to the nearest 10 minutes. Later, eliminate entirely by setting a consensus parameter. (This rounding is safe because, in 0.2.2, where the timestamp mattered, REND_REPLAY_TIME_INTERVAL was a nice generous 60 minutes.)
| * | | Document that disabledebuggerattachment prevents coresNick Mathewson2013-09-19
| | | |
* | | | Merge branch 'bug4647_squashed'Nick Mathewson2013-09-13
|\ \ \ \
| * | | | Disallow --hash-password with no commandline arguments.Nick Mathewson2013-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 9573. Bugfix on 59453ac6e in 0.0.9pre5, which fixed a crash in a silly way.
* | | | | Add Extended ORPort information to the man page.George Kadianakis2013-09-04
| | | | |
* | | | | Add a clarification to gcov instructionsNick Mathewson2013-09-03
|/ / / /
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-08-16
|\| | |
| * | | Document the correct loglevel for the heartbeat messageNick Mathewson2013-08-16
| | | |
* | | | new location for tarballs; and you should edit Makefile tooRoger Dingledine2013-08-10
| | | |
* | | | Update coverage instructionsNick Mathewson2013-08-06
| | | |
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-07-31
|\| | |
| * | | NumDirectoryGuards now tracks NumEntryGuards by defaultRoger Dingledine2013-07-30
| | | | | | | | | | | | | | | | | | | | Now a user who changes only NumEntryGuards will get the behavior she expects. Fixes bug 9354; bugfix on 0.2.4.8-alpha.
| * | | fix typoRoger Dingledine2013-07-18
| | | |
* | | | Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrcNick Mathewson2013-07-26
| | | | | | | | | | | | | | | | Patch from CharlieB for ticket #9214
* | | | fix typoRoger Dingledine2013-07-23
| | | |
* | | | Add changes file and enrich the manual page.George Kadianakis2013-07-18
| | | |
* | | | Merge remote-tracking branch 'public/gsoc-ctoader-cap-phase1-squashed'Nick Mathewson2013-07-12
|\ \ \ \
| * | | | Add a basic seccomp2 syscall filter on LinuxCristian Toader2013-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | It's controlled by the new Sandbox argument. Right now, it's rather coarse-grained, it's Linux-only, and it may break some features.
* | | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-06-18
|\ \ \ \ \ | | |/ / / | |/| | |