Commit Graph

  • 211a2e0a8f Move doc/HACKING/design/01b-collections.md into doxygen. Nick Mathewson 2019-11-04 12:07:38 -05:00
  • fb20618e28 Divide 01a-memory.md into doxygen. Nick Mathewson 2019-11-04 12:04:32 -05:00
  • 4bf73dfa26 Remove now-superseded part of doc/HACKING/design. Nick Mathewson 2019-11-04 11:52:49 -05:00
  • 76e8effc7b Doxygen: document the rest of the directories in lib. Nick Mathewson 2019-11-04 11:51:38 -05:00
  • fd27136329 Doxygen: fix a remaining \ref-to-directory Nick Mathewson 2019-11-04 11:13:30 -05:00
  • 9b13191192 Doxygen: use \refdir everywhere. Nick Mathewson 2019-11-04 11:12:27 -05:00
  • b95bc4d839 Doxygen: define an alias for linking to a directory. Nick Mathewson 2019-11-04 11:08:04 -05:00
  • 62a473debf Doxygen: Avoid ambiguity in @dir directives Nick Mathewson 2019-11-04 10:23:36 -05:00
  • 51a9892914 doxygen: Take "lib" descriptions from doc/HACKING/design. Nick Mathewson 2019-11-04 10:19:41 -05:00
  • b6b1257099 Remove spurious lib/stats doxygen file. Nick Mathewson 2019-11-04 10:19:23 -05:00
  • d3af23783c Document our top-level directories Nick Mathewson 2019-11-04 07:40:20 -05:00
  • 7fc077ed25 Add stub directory-level documentation for most source directories Nick Mathewson 2019-11-03 15:15:07 -05:00
  • 51ca6dea08 relay: Simplify relay/transport_config teor 2019-10-31 12:28:07 +10:00
  • 2dfd18018f relay: Disable server transport options when the module is disabled teor 2019-10-31 11:49:17 +10:00
  • 4d9a5c77f8 relay: Simplify some relay_config code teor 2019-10-31 12:19:56 +10:00
  • d3c8486724 relay: Disable relay config when the module is disabled teor 2019-10-31 00:28:05 +10:00
  • 85e50954d8 relay: Make a transport_config function private teor 2019-10-31 00:18:22 +10:00
  • fd18d51270 dirauth: Refactor some code and tests teor 2019-10-30 22:32:24 +10:00
  • afc267e887 Add a stub main page for the documentation. Nick Mathewson 2019-11-03 15:04:35 -05:00
  • e2da29e045 Doxygen: Better path handling. Nick Mathewson 2019-11-03 15:00:14 -05:00
  • 7ec314a67f Doxygen: accept .dox as pure doxygen, and interpret everything as C Nick Mathewson 2019-11-02 17:24:59 -04:00
  • 736322ce61 Bug #19859: Increase function-size exception to 124 JeremyRand 2019-11-03 07:11:08 +00:00
  • 096cbfb8b0 Merge remote-tracking branch 'tor-github/pr/1480' Nick Mathewson 2019-11-01 09:35:17 -04:00
  • 7824a65aa0 Doxyfile.in: switch to a tor-style green color scheme. Nick Mathewson 2019-11-01 09:23:01 -04:00
  • e85f86bb7b dos: Add HS DoS INTRO2 rejected stats in heartbeat David Goulet 2019-10-31 13:57:14 -04:00
  • ff8823d03c dos: Account rejection in hs_dos_can_send_intro2 David Goulet 2019-10-31 13:50:36 -04:00
  • fa0257eda0 Merge branch 'tor-github/pr/1484' George Kadianakis 2019-10-31 15:31:14 +08:00
  • 384fe64786 changes: file for 32347 teor 2019-10-31 14:37:58 +10:00
  • 1ffb3b549f scripts/git: Add TOR_EXTRA_REMOTE_* for an extra git remote teor 2019-10-31 14:28:27 +10:00
  • 38e8cca6a1 scripts/git: Add TOR_EXTRA_CLONE_ARGS for git clone teor 2019-10-31 14:25:43 +10:00
  • 995618ec61 scripts/git: Make a master symlink in the worktree directory teor 2019-10-31 14:24:50 +10:00
  • e046903f93 scripts/git: Restore a dropped check for pre-commit in pre-push teor 2019-10-31 14:51:31 +10:00
  • 7e73c0d5a1 scripts/git: Print the correct path in git-setup-dirs.sh teor 2019-10-31 14:39:49 +10:00
  • cb7340abf1 scripts/git: Don't use spaces in git URLs teor 2019-10-31 13:56:59 +10:00
  • d665458085 config: Delete get_list_of_ports_to_forward() teor 2019-10-30 16:50:20 +10:00
  • 8036954bf5 config: Move warn_nonlocal_ext_orports() to relay teor 2019-10-30 16:55:21 +10:00
  • 23faa03ffc relay/config: Remove direct references to dirauth options teor 2019-10-30 15:43:30 +10:00
  • 1d4d2deea1 config: Move dirauth stats actions into the module teor 2019-10-30 15:38:23 +10:00
  • fc5da4ad04 config: Move relay config actions into the relay module teor 2019-10-30 15:30:11 +10:00
  • 6d03c05665 config: Move server transport actions into the relay module teor 2019-10-30 13:55:49 +10:00
  • 0a511778eb config: Move bw & other configs into the dirauth module teor 2019-10-29 17:57:04 +10:00
  • d5ca56e254 config: Move accounting/bandwidth config into the relay module teor 2019-10-29 17:54:18 +10:00
  • 11f283f561 config: Move server transport config into the relay module teor 2019-10-29 16:25:08 +10:00
  • 093a127c82 config: Move relay config checks into the relay module teor 2019-10-29 16:22:39 +10:00
  • 0722b4fdb9 config: Move relay port parsing into the relay module teor 2019-10-29 14:00:55 +10:00
  • f70633d72d dirauth: Remove some outdated config comments teor 2019-10-29 00:34:33 +10:00
  • 3881ac2c86 dirauth: Refactor some config checks teor 2019-10-29 00:33:31 +10:00
  • da49c4d78d dirauth: Disable dirauth config when the module is disabled teor 2019-10-29 00:29:00 +10:00
  • 5950566f1d config: Move dirauth config into the dirauth module teor 2019-10-28 23:47:44 +10:00
  • 40e75bc3e1 doc: Add defaults for some transport options teor 2019-10-31 11:27:26 +10:00
  • a18e84ad01 config: Improve some function comments teor 2019-10-31 11:11:51 +10:00
  • 4666ca73a1 config: Give warn_about_relative_paths() const args teor 2019-10-30 16:26:37 +10:00
  • a6ad26fd5f Merge remote-tracking branch 'tor-github/pr/1485' Nick Mathewson 2019-10-30 16:16:12 -04:00
  • cfc60e566c circ: Add an handle to circuit_t David Goulet 2019-10-30 11:44:50 -04:00
  • 5a1dfca071 Fix 32167: comment in config.c Nick Mathewson 2019-10-30 16:05:12 -04:00
  • 14831ea0ab Use FILENAME to determine which options to check for relative paths Nick Mathewson 2019-10-30 15:32:12 -04:00
  • 15371d801c Mark more torrc options as FILENAME rather than as STRING. Nick Mathewson 2019-10-30 15:12:01 -04:00
  • b985cf2403 Use CFLG_IMMUTABLE to replace much of the options transition cb. Nick Mathewson 2019-10-30 15:03:57 -04:00
  • 2a2c7049b8 Add a CFLG_IMMUTABLE flag to mark a field as unchangeable. Nick Mathewson 2019-10-30 15:00:53 -04:00
  • 183f9e490f test: Fix a comment typo in src/test/test_hs_ntor.sh teor 2019-10-31 00:43:13 +10:00
  • 861b9366df test: Fix a loop variable bug in test_parseconf.sh teor 2019-10-31 00:19:11 +10:00
  • f579541f13 Merge branch 'tor-github/pr/1468' David Goulet 2019-10-30 08:53:51 -04:00
  • f81e4aa831 hs-v2: Lookup intro failure cache when picking an intro from descriptor Neel Chauhan 2019-07-28 16:34:39 -04:00
  • dce1f63d44 fs: Clarify an ambiguous comment about string/pointer equality teor 2019-10-30 16:15:43 +10:00
  • 21da2d7689 gitlab-ci: purge old job for mirroring, its unused and obsolete Hans-Christoph Steiner 2019-09-11 00:00:10 +02:00
  • 1e8ddbe1ee Changes file for ticket 32277 Taylor Yu 2019-10-24 17:59:28 -05:00
  • 5e4ae73051 Reformat some options in tor.1.txt Taylor Yu 2019-10-24 16:41:32 -05:00
  • 8660a32d18 Reword command-options in tor.1.txt Taylor Yu 2019-10-24 16:27:35 -05:00
  • 90ba8bae3f Reword DESCRIPTION in tor.1.txt Taylor Yu 2019-10-24 15:15:31 -05:00
  • 4c38fccb9b Move command-line conf option description earlier Taylor Yu 2019-10-24 14:17:30 -05:00
  • 4413b98190 Merge branch 'tor-github/pr/1456' George Kadianakis 2019-10-29 21:29:13 +08:00
  • 30705e8294 app/config: Fix a comment typo in config.c teor 2019-10-29 12:40:20 +10:00
  • b448f6044d Merge branch 'maint-0.4.2' teor 2019-10-29 08:27:02 +10:00
  • dbae58d580 Merge branch 'maint-0.4.2' into release-0.4.2 teor 2019-10-29 08:26:59 +10:00
  • 2395800d3e Merge branch 'maint-0.4.1' into maint-0.4.2 teor 2019-10-29 08:26:55 +10:00
  • 13155e241e Merge branch 'maint-0.4.1' into release-0.4.1 teor 2019-10-29 08:26:51 +10:00
  • 63aff4a43e Merge branch 'maint-0.4.0' into maint-0.4.1 teor 2019-10-29 08:26:48 +10:00
  • ff601da0d1 Merge branch 'maint-0.4.0' into release-0.4.0 teor 2019-10-29 08:26:44 +10:00
  • 54e2d0dc2d Merge branch 'maint-0.3.5' into maint-0.4.0 teor 2019-10-29 08:26:40 +10:00
  • db5df1acfd Merge branch 'maint-0.3.5' into release-0.3.5 teor 2019-10-29 08:26:36 +10:00
  • 15d67842f9 Merge branch 'maint-0.2.9' into maint-0.3.5 teor 2019-10-29 08:26:32 +10:00
  • 9343b41200 Merge branch 'maint-0.2.9' into release-0.2.9 teor 2019-10-29 08:26:28 +10:00
  • 752c35ca96 Merge remote-tracking branch 'tor-github/pr/1460' into maint-0.2.9 teor 2019-10-29 08:23:35 +10:00
  • d67db64ced changes: Add file for ticket 32196 David Goulet 2019-10-28 13:21:08 -04:00
  • ceca6e7c35 ewma: Implement unit tests David Goulet 2019-10-28 13:15:56 -04:00
  • 48781c32ca ewma: Move private struct into header private section David Goulet 2019-10-28 11:11:41 -04:00
  • bbcded554a test: Implement unit tests for circuitmux.c David Goulet 2019-10-22 12:38:31 -04:00
  • dba249bc73 test: Add fakecircs.{h|c} helper David Goulet 2019-10-22 11:35:53 -04:00
  • a41ec84914 test: Implement cmux allocate unit test David Goulet 2019-10-22 11:04:35 -04:00
  • d2e51aca7d test: Remove circuitmux/destroy_cell_queue code duplication David Goulet 2019-10-22 10:46:13 -04:00
  • 839bc4814e test: Add testcase setup object for test_cmux David Goulet 2019-10-22 10:37:35 -04:00
  • 7678022e85 cmux: Move circuitmux_s object into header in private section David Goulet 2019-10-22 11:03:57 -04:00
  • 4c95022658 core: Add missing include in destroy_cell_queue_st.h David Goulet 2019-10-22 11:03:11 -04:00
  • bf16efeb07 nodelist: fix a comment typo in routerset.h teor 2019-10-28 23:44:08 +10:00
  • b98631d280 Merge branch 'tor-github/pr/1476' David Goulet 2019-10-28 08:47:57 -04:00
  • 25d66a3391 add missing docs in crypto_digest* Nick Mathewson 2019-10-28 08:27:42 -04:00
  • 4d2c8ca338 Merge branch 'config_macros_doc_cleanup' Nick Mathewson 2019-10-28 07:31:42 -04:00
  • 42ba3997d6 Check memunit parsing for overflow in confparse José M. Guisado 2019-09-18 13:28:29 +02:00
  • 3479024cb1 scripts: Change to the top source directory as needed teor 2019-10-28 13:28:50 +10:00
  • 18e09913bf practracker: Don't read editor temp files teor 2019-10-28 13:09:58 +10:00