aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-16shared_random.[ch]: repair doxygen commentsNick Mathewson
2019-10-16hs_cache.[ch]: repair doxygen comments.Nick Mathewson
2019-10-16hs_client.[ch]: fix doxygen comments by using /**.Nick Mathewson
2019-10-16shared_random_state.[ch]: Repair a bunch of doxygen commentsNick Mathewson
These need to start with /**, not /*.
2019-10-16hs_common.[ch]: repair doxygen comments by replacing /* with /**Nick Mathewson
2019-10-16hs_descriptor.[ch]: repair doxygen comments.Nick Mathewson
These are yet more that were not made with "/**"
2019-10-16hs_service.c: repair doxygen commentsNick Mathewson
2019-10-16hs_service.h: repair doxygen comments.Nick Mathewson
2019-10-16address_set.c: doxygen comment repair.Nick Mathewson
2019-10-16channel.h: fix various doxygen warningsNick Mathewson
There were a bunch of items where the doxygen comments were formatted incorrectly (with /* instead of /**)
2019-10-16voting_schedule: fix doxygen comments to use /**Nick Mathewson
Previously some of the comments here used /*.
2019-10-16Make doc/doxygen before running doxygen.Nick Mathewson
This makes out-of-tree doxygen builds work. Closes ticket 32113.
2019-10-16Merge branch 'ticket32099'Nick Mathewson
2019-10-16Merge branch 'ticket32110'Nick Mathewson
2019-10-16Doxygen: 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-16Regenerate practracker exceptions file for 0.4.3 progress.Nick Mathewson
2019-10-16practracker: add a missing #.Nick Mathewson
2019-10-16Doxygen: 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-16Doxygen: Fix things that looked like links.Nick Mathewson
Doxygen thinks that saying #foo is linking to a "foo" anchor someplace.
2019-10-16Doxygen: 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-16Doxygen: fix warnings about mismatched HTML tags.Nick Mathewson
2019-10-16Doxygen: Fix mismatched filenames.Nick Mathewson
In 8 places, our \file declarations didn't match the actual files they were in.
2019-10-16never say XB, always XBytesRoger Dingledine
fix three more instances in the man page that we forgot to fix in earlier attempts
2019-10-14Merge branch 'design_revision'Nick Mathewson
2019-10-14Merge branch 'maint-0.4.2'Nick Mathewson
2019-10-14Merge remote-tracking branch 'tor-github/pr/1393' into maint-0.4.2Nick Mathewson
2019-10-14doc/HACKING/design: address comments from ahfNick Mathewson
2019-10-14Edit 01b-collections.md a bit for md and missing contentNick Mathewson
2019-10-14Edit 01a-memory.mdNick Mathewson
2019-10-14Replace a unicode character which doxygen cannot handle.Nick Mathewson
Merging without review, as this is an editorial fix in a comment.
2019-10-14Rewrite "common" overview into a "lib" overview.Nick Mathewson
2019-10-14Rename common-utils to lib-overview.Nick Mathewson
2019-10-1400-overview.md: Revise to describe intended document structureNick Mathewson
2019-10-11git scripts: add maint/release-0.4.2.Nick Mathewson
2019-10-11Merge branch 'maint-0.4.2'Nick Mathewson
"Ours" merge to avoid takign ".enable_practracker_in_hooks"
2019-10-11maint-0.4.2: remove ".enable_practracker_in_hooks".Nick Mathewson
2019-10-11Bump master to 0.4.3.0-alpha-dev.tor-0.4.3.0-alpha-devNick Mathewson
2019-10-11Merge branch 'ticket31682_042_01_squashed'Nick Mathewson
2019-10-11Correct comment on build_establish_intro_dos_extensionNick Mathewson
2019-10-11hs-v3: Fix implicit ssize_t to size_t conversionDavid Goulet
Found by Coverity. Fixes #31682 Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-10-09Merge remote-tracking branch 'tor-github/pr/1394'Nick Mathewson
2019-10-09Merge remote-tracking branch 'tor-github/pr/1399'Nick Mathewson
2019-10-09Merge remote-tracking branch 'tor-github/pr/1401'Nick Mathewson
2019-10-09Merge branch 'bug30344_squashed_035'Nick Mathewson
2019-10-09Stop 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-08test: New behavior on IP retry for HSv3Neel 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-08hs-v3: Do not remove intro point if circuit existsDavid 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-08Merge branch 'tor-github/pr/1381'David Goulet
2019-10-08Fix flapping of test_service_intro_point() unittest.George Kadianakis
2019-10-07Merge remote-tracking branch 'tor-github/pr/1317'Nick Mathewson