Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-15 | Merge remote-tracking branch 'teor/feature17327-v4' | Nick Mathewson | |
2015-12-15 | remove redundant section in tor.1.txt | Nick Mathewson | |
2015-12-15 | Merge branch 'feature8195_small_squashed' | Nick Mathewson | |
2015-12-15 | Update KeepCapabilities based on comments from asn | Nick 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-15 | Add ability to keep the CAP_NET_BIND_SERVICE capability on Linux | Nick 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-15 | Merge remote-tracking branch 'teor/feature4483-v10-squashed' | Nick Mathewson | |
2015-12-16 | Prop210: Close excess connections once a consensus is downloading | teor (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-16 | Prop210: Add schedules for simultaneous client consensus downloads | teor (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-15 | Merge branch 'feature17576-UseDefaultFallbackDirs-v2-squashed' | Nick Mathewson | |
2015-12-15 | Add UseDefaultFallbackDirs for hard-coded directory mirrors | teor (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-15 | Remove the INLINE coding standard | cypherpunks | |
2015-12-14 | Add a new ipv6=address:orport flag to DirAuthority and FallbackDir | Nick Mathewson | |
Resolves # 6027 | |||
2015-12-10 | Introduce DataDirectoryGroupReadable boolean | Jamie Nguyen | |
2015-12-10 | forward-port changelog and releasenotes | Nick Mathewson | |
2015-12-09 | Merge remote-tracking branch 'teor/first-hop-no-private' | Nick Mathewson | |
2015-12-09 | Fix formatting typo in manpage. | Andrew Kvalheim | |
2015-11-25 | Refuse to make direct connections to private OR addresses | teor (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-23 | Drop HidServDirectoryV2 and VoteOnHidServDirectoriesV2 | Damian 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-23 | Split 'slop' man page options to their own lines | Damian 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-23 | TestingLinkCertLifetime was misnamed as 'TestingLinkCertifetime' | Damian Johnson | |
Simple typo - we were missing a letter. | |||
2015-11-23 | Rename RecommendedPackageVersions to RecommendedPackages | Damian 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-23 | Replace '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-23 | Note in man page where users can file bugs | Damian Johnson | |
In addition to inviting users to tell us about bugs, lets say where. | |||
2015-11-23 | ControlPort's section on flags wasn't indented | Damian Johnson | |
Minor formatting issue with our ControlPort entry. The part about flags wasn't indented with the rest of its description. | |||
2015-11-23 | Malformed ExtORPort entry in man page | Damian 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-20 | man update: ExitPolicyRejectPrivate outbound and port addresses | teor (Tim Wilson-Brown) | |
ExitPolicyRejectPrivate now rejects addresses configured via OutboundBindAddress and any port options, such as ORPort and DirPort. | |||
2015-11-13 | fix an email address in doc/HACKING/ReleasingTor.md | Nick Mathewson | |
2015-11-13 | Merge commit '7b859fd8c558c9cf08add79db87fb1cb76537535' | Nick Mathewson | |
2015-11-12 | + and / usage clarification - Fixes #13158 | Joan Queralt | |
2015-11-05 | Delete trailing whitespace in md files | Nick Mathewson | |
2015-11-05 | add release notes | Nick Mathewson | |
2015-11-05 | added some markdown formatting | tom lurge | |
2015-11-03 | Fix filename endings in HACKING. Patch from "ckomlo", ticket #17515. | Nick Mathewson | |
2015-10-30 | Refer to the actual minima and the preferred minimum | Nick Mathewson | |
2015-10-30 | Bump up minimum BandwidthRate from 30KB to 250KBytes - Fixes #16382 | Nima Fatemi | |
2015-10-30 | Merge branch 'doc17392' | Nick Mathewson | |
2015-10-30 | Mention torspec URL in the manpage. | rl1987 | |
2015-10-29 | hacking is now markdown | Nick Mathewson | |
Not good markdown, mind you. | |||
2015-10-29 | More issues that Karsten spotted | Nick Mathewson | |
2015-10-29 | Clean up the doc/HACKING/* docs a bit. | Karsten Loesing | |
2015-10-22 | Actually add HowToReview.txt | Nick Mathewson | |
2015-10-22 | Start writing a how to review doc | Nick Mathewson | |
2015-10-21 | Add another entry to ReleasingTor email list, per anonym | Nick Mathewson | |
2015-10-21 | Note that you can use a unix domain socket for hsport | Nick Mathewson | |
2015-10-21 | Fix a bunch more memory leaks in the tests. | Nick Mathewson | |
2015-10-14 | Mention trunnel in CodingStandards; describe how in trunnel/README | Nick Mathewson | |
2015-10-09 | Add a doc/HACKING/README.1st | Nick Mathewson | |
2015-10-09 | Split the old doc/HACKING into several new files | Nick Mathewson | |
2015-10-09 | Move hacking documentation into a new subdirectory. | Nick Mathewson | |
2015-10-08 | Add my draft (in-progress) guide to getting started on tor development | Nick Mathewson | |