summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-12-15Merge remote-tracking branch 'teor/feature17327-v4'Nick Mathewson
2015-12-15remove redundant section in tor.1.txtNick Mathewson
2015-12-15Merge branch 'feature8195_small_squashed'Nick Mathewson
2015-12-15Update KeepCapabilities based on comments from asnNick Mathewson
* The option is now KeepBindCapabilities * We now warn if the user specifically asked for KeepBindCapabilities and we can't deliver. * The unit tests are willing to start. * Fewer unused-variable warnings. * More documentation, fewer misspellings.
2015-12-15Add ability to keep the CAP_NET_BIND_SERVICE capability on LinuxNick Mathewson
This feature allows us to bind low ports when starting as root and switching UIDs. Based on code by David Goulet. Implement feature 8195
2015-12-15Merge remote-tracking branch 'teor/feature4483-v10-squashed'Nick Mathewson
2015-12-16Prop210: Close excess connections once a consensus is downloadingteor (Tim Wilson-Brown)
Once tor is downloading a usable consensus, any other connection attempts are not needed. Choose a connection to keep, favouring: * fallback directories over authorities, * connections initiated earlier over later connections Close all other connections downloading a consensus.
2015-12-16Prop210: Add schedules for simultaneous client consensus downloadsteor (Tim Wilson-Brown)
Prop210: Add attempt-based connection schedules Existing tor schedules increment the schedule position on failure, then retry the connection after the scheduled time. To make multiple simultaneous connections, we need to increment the schedule position when making each attempt, then retry a (potentially simultaneous) connection after the scheduled time. (Also change find_dl_schedule_and_len to find_dl_schedule, as it no longer takes or returns len.) Prop210: Add multiple simultaneous consensus downloads for clients Make connections on TestingClientBootstrapConsensus*DownloadSchedule, incrementing the schedule each time the client attempts to connect. Check if the number of downloads is less than TestingClientBootstrapConsensusMaxInProgressTries before trying any more connections.
2015-12-15Merge branch 'feature17576-UseDefaultFallbackDirs-v2-squashed'Nick Mathewson
2015-12-15Add UseDefaultFallbackDirs for hard-coded directory mirrorsteor (Tim Wilson-Brown)
UseDefaultFallbackDirs enables any hard-coded fallback directory mirrors. Default is 1, set it to 0 to disable fallbacks. Implements ticket 17576. Patch by "teor".
2015-12-15Remove the INLINE coding standardcypherpunks
2015-12-14Add a new ipv6=address:orport flag to DirAuthority and FallbackDirNick Mathewson
Resolves # 6027
2015-12-10Introduce DataDirectoryGroupReadable booleanJamie Nguyen
2015-12-10forward-port changelog and releasenotesNick Mathewson
2015-12-09Merge remote-tracking branch 'teor/first-hop-no-private'Nick Mathewson
2015-12-09Fix formatting typo in manpage.Andrew Kvalheim
2015-11-25Refuse to make direct connections to private OR addressesteor (Tim Wilson-Brown)
Refuse connection requests to private OR addresses unless ExtendAllowPrivateAddresses is set. Previously, tor would connect, then refuse to send any cells to a private address. Fixes bugs 17674 and 8976; bugfix on b7c172c9ec76 (28 Aug 2012) Original bug 6710, released in 0.2.3.21-rc and an 0.2.2 maint release. Patch by "teor".
2015-11-23Drop HidServDirectoryV2 and VoteOnHidServDirectoriesV2Damian Johnson
These options were removed from tor in July. Time to axe them from our man page. :P https://gitweb.torproject.org/tor.git/commit/?id=2f8cf524ba4e565ab613504a4c41fd724d32facc
2015-11-23Split 'slop' man page options to their own linesDamian Johnson
The slop testing options are the only spot where we try to enumerate multiple options on the same line. Changing them to each be on their own line as we do elsewhere.
2015-11-23TestingLinkCertLifetime was misnamed as 'TestingLinkCertifetime'Damian Johnson
Simple typo - we were missing a letter.
2015-11-23Rename RecommendedPackageVersions to RecommendedPackagesDamian Johnson
A 'RecommendedPackageVersions' option doesn't exist in tor. However, it *does* have RecommendedPackages... feature: https://gitweb.torproject.org/tor.git/commit/?id=c83d8381 man addition: https://gitweb.torproject.org/tor.git/commit/?id=ddfdeb56
2015-11-23Replace 'SOCKSPort' with 'SocksPort'Damian Johnson
When applying changes from proposal 171 Nick renamed SocksPort to SOCKSPort, and SocksListenAddress to SOCKSListenAddress... https://gitweb.torproject.org/tor.git/commit/?id=891ccd3cd0690e83f1dc4dde7698c3bd9d7fe98d However, this didn't change the option itself in tor (it's still SocksPort), and wasn't even uniform in the man page. Functionally this doesn't matter (tor's config options are case insensitive) but this is a pretty clear regression.
2015-11-23Note in man page where users can file bugsDamian Johnson
In addition to inviting users to tell us about bugs, lets say where.
2015-11-23ControlPort's section on flags wasn't indentedDamian Johnson
Minor formatting issue with our ControlPort entry. The part about flags wasn't indented with the rest of its description.
2015-11-23Malformed ExtORPort entry in man pageDamian Johnson
Minor formatting issue with our ExtORPort that caused its description to be on the same line as the option (munging the two together).
2015-11-20man update: ExitPolicyRejectPrivate outbound and port addressesteor (Tim Wilson-Brown)
ExitPolicyRejectPrivate now rejects addresses configured via OutboundBindAddress and any port options, such as ORPort and DirPort.
2015-11-13fix an email address in doc/HACKING/ReleasingTor.mdNick Mathewson
2015-11-13Merge commit '7b859fd8c558c9cf08add79db87fb1cb76537535'Nick Mathewson
2015-11-12+ and / usage clarification - Fixes #13158Joan Queralt
2015-11-05Delete trailing whitespace in md filesNick Mathewson
2015-11-05add release notesNick Mathewson
2015-11-05added some markdown formattingtom lurge
2015-11-03Fix filename endings in HACKING. Patch from "ckomlo", ticket #17515.Nick Mathewson
2015-10-30Refer to the actual minima and the preferred minimumNick Mathewson
2015-10-30Bump up minimum BandwidthRate from 30KB to 250KBytes - Fixes #16382Nima Fatemi
2015-10-30Merge branch 'doc17392'Nick Mathewson
2015-10-30Mention torspec URL in the manpage.rl1987
2015-10-29hacking is now markdownNick Mathewson
Not good markdown, mind you.
2015-10-29More issues that Karsten spottedNick Mathewson
2015-10-29Clean up the doc/HACKING/* docs a bit.Karsten Loesing
2015-10-22Actually add HowToReview.txtNick Mathewson
2015-10-22Start writing a how to review docNick Mathewson
2015-10-21Add another entry to ReleasingTor email list, per anonymNick Mathewson
2015-10-21Note that you can use a unix domain socket for hsportNick Mathewson
2015-10-21Fix a bunch more memory leaks in the tests.Nick Mathewson
2015-10-14Mention trunnel in CodingStandards; describe how in trunnel/READMENick Mathewson
2015-10-09Add a doc/HACKING/README.1stNick Mathewson
2015-10-09Split the old doc/HACKING into several new filesNick Mathewson
2015-10-09Move hacking documentation into a new subdirectory.Nick Mathewson
2015-10-08Add my draft (in-progress) guide to getting started on tor developmentNick Mathewson