Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-16 | shared_random.[ch]: repair doxygen comments | Nick Mathewson | |
2019-10-16 | hs_cache.[ch]: repair doxygen comments. | Nick Mathewson | |
2019-10-16 | hs_client.[ch]: fix doxygen comments by using /**. | Nick Mathewson | |
2019-10-16 | shared_random_state.[ch]: Repair a bunch of doxygen comments | Nick Mathewson | |
These need to start with /**, not /*. | |||
2019-10-16 | hs_common.[ch]: repair doxygen comments by replacing /* with /** | Nick Mathewson | |
2019-10-16 | hs_descriptor.[ch]: repair doxygen comments. | Nick Mathewson | |
These are yet more that were not made with "/**" | |||
2019-10-16 | hs_service.c: repair doxygen comments | Nick Mathewson | |
2019-10-16 | hs_service.h: repair doxygen comments. | Nick Mathewson | |
2019-10-16 | address_set.c: doxygen comment repair. | Nick Mathewson | |
2019-10-16 | channel.h: fix various doxygen warnings | Nick Mathewson | |
There were a bunch of items where the doxygen comments were formatted incorrectly (with /* instead of /**) | |||
2019-10-16 | voting_schedule: fix doxygen comments to use /** | Nick Mathewson | |
Previously some of the comments here used /*. | |||
2019-10-16 | Make doc/doxygen before running doxygen. | Nick Mathewson | |
This makes out-of-tree doxygen builds work. Closes ticket 32113. | |||
2019-10-16 | Merge branch 'ticket32099' | Nick Mathewson | |
2019-10-16 | Merge branch 'ticket32110' | Nick Mathewson | |
2019-10-16 | Doxygen: stop producing LaTeX. | Nick Mathewson | |
Running doxygen with latex gave us all manner of unicode issues, slowed down the "make doxygen" target by a lot, and added several latex dependencies... all to produce a 4000-page reference manual which is probably not what anybody wanted. Closes ticket 32099. | |||
2019-10-16 | Regenerate practracker exceptions file for 0.4.3 progress. | Nick Mathewson | |
2019-10-16 | practracker: add a missing #. | Nick Mathewson | |
2019-10-16 | Doxygen: update doxyfile to a more recent version. | Nick Mathewson | |
I have left the settings at their old values, except when they referred to nonexistent files. Closes ticket 32110 | |||
2019-10-16 | Doxygen: Fix things that looked like links. | Nick Mathewson | |
Doxygen thinks that saying #foo is linking to a "foo" anchor someplace. | |||
2019-10-16 | Doxygen: fix unrecognized commands. | Nick Mathewson | |
Doxygen seems to interpret anything starting with \ as a command, even when we don't mean it that way. | |||
2019-10-16 | Doxygen: fix warnings about mismatched HTML tags. | Nick Mathewson | |
2019-10-16 | Doxygen: Fix mismatched filenames. | Nick Mathewson | |
In 8 places, our \file declarations didn't match the actual files they were in. | |||
2019-10-16 | never say XB, always XBytes | Roger Dingledine | |
fix three more instances in the man page that we forgot to fix in earlier attempts | |||
2019-10-14 | Merge branch 'design_revision' | Nick Mathewson | |
2019-10-14 | Merge branch 'maint-0.4.2' | Nick Mathewson | |
2019-10-14 | Merge remote-tracking branch 'tor-github/pr/1393' into maint-0.4.2 | Nick Mathewson | |
2019-10-14 | doc/HACKING/design: address comments from ahf | Nick Mathewson | |
2019-10-14 | Edit 01b-collections.md a bit for md and missing content | Nick Mathewson | |
2019-10-14 | Edit 01a-memory.md | Nick Mathewson | |
2019-10-14 | Replace a unicode character which doxygen cannot handle. | Nick Mathewson | |
Merging without review, as this is an editorial fix in a comment. | |||
2019-10-14 | Rewrite "common" overview into a "lib" overview. | Nick Mathewson | |
2019-10-14 | Rename common-utils to lib-overview. | Nick Mathewson | |
2019-10-14 | 00-overview.md: Revise to describe intended document structure | Nick Mathewson | |
2019-10-11 | git scripts: add maint/release-0.4.2. | Nick Mathewson | |
2019-10-11 | Merge branch 'maint-0.4.2' | Nick Mathewson | |
"Ours" merge to avoid takign ".enable_practracker_in_hooks" | |||
2019-10-11 | maint-0.4.2: remove ".enable_practracker_in_hooks". | Nick Mathewson | |
2019-10-11 | Bump master to 0.4.3.0-alpha-dev.tor-0.4.3.0-alpha-dev | Nick Mathewson | |
2019-10-11 | Merge branch 'ticket31682_042_01_squashed' | Nick Mathewson | |
2019-10-11 | Correct comment on build_establish_intro_dos_extension | Nick Mathewson | |
2019-10-11 | hs-v3: Fix implicit ssize_t to size_t conversion | David Goulet | |
Found by Coverity. Fixes #31682 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-10-09 | Merge remote-tracking branch 'tor-github/pr/1394' | Nick Mathewson | |
2019-10-09 | Merge remote-tracking branch 'tor-github/pr/1399' | Nick Mathewson | |
2019-10-09 | Merge remote-tracking branch 'tor-github/pr/1401' | Nick Mathewson | |
2019-10-09 | Merge branch 'bug30344_squashed_035' | Nick Mathewson | |
2019-10-09 | Stop libevent from reading data from closed connections. | George Kadianakis | |
Code adapted from Rob's proposed patch in #30344. Also add a comment in connection_mark_for_close_internal_() on why we should not be adding extra code there without a very good reason. | |||
2019-10-08 | test: New behavior on IP retry for HSv3 | Neel Chauhan | |
Unit test for #31652 where if we are over the retry limit for the IP but we have an established circuit, we don't remove the IP. Part of #31652 | |||
2019-10-08 | hs-v3: Do not remove intro point if circuit exists | David Goulet | |
When considering introduction point of a service's descriptor, do not remove an intro point that has an established or pending circuit. Fixes #31652 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-10-08 | Merge branch 'tor-github/pr/1381' | David Goulet | |
2019-10-08 | Fix flapping of test_service_intro_point() unittest. | George Kadianakis | |
2019-10-07 | Merge remote-tracking branch 'tor-github/pr/1317' | Nick Mathewson | |