Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-10 | Describe "check-includes" in the CodingStandards.md file | Nick Mathewson | |
2018-07-10 | Stop mentioning src/or and src/common in doc/HACKING | Nick Mathewson | |
2018-07-10 | Add an initial CodeStructure.md file to doc/HACKING. | Nick Mathewson | |
Not complete or pretty, but better than nothing. | |||
2018-07-05 | Fix everything that previously referred to src/or | Nick Mathewson | |
2018-07-05 | Start splitting src/or | Nick Mathewson | |
This is a very gentle commit that just lays the groundwork in the build system: it puts the include files to build libtor-app.a into src/core, and to build the tor executable into src/app. The executable is now "src/app/tor". | |||
2018-07-01 | Tabify all of the .am files. | Nick Mathewson | |
2018-06-20 | Remove dmalloc support; closes #26426 | Nick Mathewson | |
Dmalloc hasn't seen a release in over a decade, and there are much better tools to use these days. | |||
2018-06-18 | remove EOL@EOF advice | Nick Mathewson | |
2018-06-11 | Add explanation about editorconf in coding standards | juga0 | |
so that developers know what is .editorconfig for. | |||
2018-05-11 | Add a CONTRIBUTING file | Nick Mathewson | |
This file contains pointers to other important top-level resources, and some info about acceptable licenses. Also, add that info to CodingStandards.md | |||
2018-05-08 | Merge remote-tracking branch 'hello71/bug23883' | Nick Mathewson | |
2018-05-08 | Merge remote-tracking branch 'mikeperry/bug25870_rebase' | Nick Mathewson | |
2018-05-08 | Merge branch 'maint-0.3.3' | Roger Dingledine | |
2018-05-08 | manpage fix to stop saying CacheIPv4DNS is on by default | Roger Dingledine | |
Stop saying in the manual that clients cache ipv4 dns answers from exit relays. We haven't used them since 0.2.6.3-alpha, and in ticket 24050 we stopped even caching them as of 0.3.2.6-alpha, but we forgot to say so in the man page. Fixes bug 26052; bugfix on 0.3.2.6-alpha. | |||
2018-05-08 | Bug 25870: Mention path restriction differences in manpage. | Mike Perry | |
2018-05-08 | Add Travis CI instructions. fixes #23883 | Alex Xu (Hello71) | |
2018-05-07 | Merge remote-tracking branch 'saper/default_nickname' | Nick Mathewson | |
2018-05-03 | Merge remote-tracking branch 'dgoulet/ticket25991_034_01' | Nick Mathewson | |
2018-05-03 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-05-03 | doc: Add missing HACKING/ files to EXTRA_DIST | David Goulet | |
Apart from adding the newly created Module.md, this commit also adds all the missing files we have in HACKING/ to the EXTRA_DIST. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-05-03 | doc: Add Module.md explaining Tor modules | David Goulet | |
Initial document that contains guidelines to write a new module in Tor. Closes #25991 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-05-02 | man page: FetchUselessDescriptors and DirCache exclude extra infos | teor | |
2018-05-02 | man page: UseMicrodescriptors auto and 1 are the same now | teor | |
2018-05-02 | man page: FetchUselessDescriptors stops tor going idle | teor | |
Also explain how FetchUselessDescriptors and UseMicrodescriptors are different. Closes 25998. | |||
2018-04-30 | Merge remote-tracking branch 'github/ticket23354' | Nick Mathewson | |
2018-04-29 | Document default value for Nickname | Marcin Cieślak | |
2018-04-27 | Merge branch 'bug25843_v2_squashed' | Nick Mathewson | |
2018-04-27 | Introduce torrc option NumPrimaryGuards | George Kadianakis | |
2018-04-23 | Merge remote-tracking branch 'github/lazy_bucket_refill' | Nick Mathewson | |
2018-04-23 | Document default for ControlSocket. | Nick Mathewson | |
Closes 25897. | |||
2018-04-22 | Clean up the documentation for *DownloadInitialDelay | Nick Mathewson | |
2018-04-20 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-04-20 | Fix documentation bug 25857: the universe is ::/0, not ::/128 | Nick Mathewson | |
Patch from CTassisF. | |||
2018-04-17 | Remove the periodic refill event entirely. | Nick Mathewson | |
Now that we update our buckets on demand before reading or writing, we no longer need to update them all every TokenBucketRefillInterval msec. When a connection runs out of bandwidth, we do need a way to reenable it, however. We do this by scheduling a timer to reenable all blocked connections for TokenBucketRefillInterval msec after a connection becomes blocked. (If we were using PerConnBWRate more, it might make sense to have a per-connection timer, rather than a single timeout. But since PerConnBWRate is currently (mostly) unused, I'm going to go for the simpler approach here, since usually whenever one connection has become blocked on bandwidth, most connections are blocked on bandwidth.) Implements ticket 25373. | |||
2018-04-13 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-04-13 | doc: Fix typo and clarify that DoS options are relay only | Mike Perry | |
2018-04-13 | doc: Move DOS options below SERVER options | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-04-13 | doc: Improve DoS section of the man page tor.1 | David Goulet | |
Add to the Denial of Service section of the man page an explanation about the three different mitigation Tor has. Fixes #25248. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-04-13 | Merge branch 'token_bucket_refactor_squashed' | Nick Mathewson | |
2018-04-11 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-04-11 | Merge branch 'bug25581_033_v2_asn_squashed' into maint-0.3.3 | Nick Mathewson | |
2018-04-11 | Rename HSLayer{2,3}Nodes to start without an underscore. | Nick Mathewson | |
The old single-underscore names remain as a deprecated synonym. Fixes bug 25581; bugfix on 0.3.3.1-alpha. | |||
2018-04-10 | Merge remote-tracking branch 'isis-github/bug25409' | Nick Mathewson | |
2018-04-10 | Remove TestingEnableTbEmptyEvent | Nick Mathewson | |
This option was used for shadow testing previously, but is no longer used for anything. It interferes with refactoring our token buckets. | |||
2018-04-05 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-04-05 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-04-05 | PerConnBW{Rate,Burst} docs: do not say consensus param is always set | Nick Mathewson | |
Closes ticket 25296; bugfix on 0.2.2.7-alpha when these manpage entries were introduced. | |||
2018-04-05 | man: Move RephistTrackTime to the server section | David Goulet | |
Every node in the network uses that value, it is a general server options, not a dirauth specific one. Fixes #25720 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-04-05 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-04-04 | man: Add a comment to anchor only option | David Goulet | |
Some anchor don't appear in the final man page so document those so we understand why we do that in the future. Part of #25582 Signed-off-by: David Goulet <dgoulet@torproject.org> |