Commits on Source
6320
c2521873
fix for circpad_add_matching_machines to be able to negotiate one machine per...
Jul 08, 2019
9a101c2c
Add a script to run spatch with appropriate arguments
Sep 11, 2019
c6191983
Add a script to tell whether a file can be perfectly parsed by spatch
Sep 11, 2019
25ed698f
Add some more of our trickier macros to tor-coccinelle.h
Sep 11, 2019
ded6d9fc
Run test_operator_cleanup on our unit tests
Sep 11, 2019
a2bd9345
Changes file for coccinelle scripts
Sep 11, 2019
619178bb
Fix add_c_file.py script to support paths starting with ./
#31336
Sep 16, 2019
b4aeeb77
Merge advice from this_not_that.md in torguts repo into our main coding standard doc
Sep 25, 2019
c42a7949
Extract the enumeration that tells Tor what command it is running.
Oct 08, 2019
4c25ea67
Rename TAKES_NO_ARGUMENT to ARGUMENT_NONE.
Oct 08, 2019
6cea2bd4
Document takes_argument_t and its members.
Oct 08, 2019
bd5ce112
Use C99 struct-initializer syntax in COMMANDLINE_ONLY_OPTIONS
Oct 08, 2019
911b16e6
config.c: make a couple of arguments const.
Oct 08, 2019
4ab85f49
Document tor-coccinelle.h
Oct 09, 2019
61fe3f44
Bump master to 0.4.3.0-alpha-dev.
Oct 11, 2019
215a6deb
Merge branch 'maint-0.4.2'
Oct 11, 2019
78f4e292
git scripts: add maint/release-0.4.2.
Oct 11, 2019
1b996b01
00-overview.md: Revise to describe intended document structure
Oct 14, 2019
908070bb
Rename common-utils to lib-overview.
Oct 14, 2019
8ef5d96c
Rewrite "common" overview into a "lib" overview.
Oct 14, 2019
9201bbd9
Replace a unicode character which doxygen cannot handle.
Oct 14, 2019
77accf93
Edit 01a-memory.md
Oct 14, 2019
35843659
Edit 01b-collections.md a bit for md and missing content
Oct 14, 2019
1332d3b6
doc/HACKING/design: address comments from ahf
Oct 14, 2019
6bbeb08f
Merge branch 'maint-0.4.2'
Oct 14, 2019
dfe7f004
Merge branch 'design_revision'
Oct 14, 2019
028987a0
scripts: Merge forward test branch _042 into test branch _master
Oct 15, 2019
11b5946e
scripts: Fix a git script comment
Oct 15, 2019
71daad16
never say XB, always XBytes
Oct 16, 2019
5e5e655e
Doxygen: Fix mismatched filenames.
Oct 16, 2019
98735c40
Doxygen: fix warnings about mismatched HTML tags.
Oct 16, 2019
591420df
Doxygen: fix unrecognized commands.
Oct 16, 2019
f9fac733
Doxygen: Fix things that looked like links.
Oct 16, 2019
033d76b0
Doxygen: update doxyfile to a more recent version.
Oct 16, 2019
8ce17e0b
practracker: add a missing #.
Oct 16, 2019
08fd551e
Regenerate practracker exceptions file for 0.4.3 progress.
Oct 16, 2019
593acfab
Doxygen: stop producing LaTeX.
Oct 16, 2019
bcbf3b74
Merge branch 'ticket32110'
Oct 16, 2019
8413eec2
Merge branch 'ticket32099'
Oct 16, 2019
911adb4d
Make doc/doxygen before running doxygen.
Oct 16, 2019
87afe5c2
Rename authcert_members.i to .h, and have it define a macro.
Oct 16, 2019
2329f8a2
Teach Doxygen to handle MOCK_{DECL,IMPL}
Oct 16, 2019
85accdf0
Tell doxygen not to pay attention to __attribute__.
Oct 16, 2019
ce073931
voting_schedule: fix doxygen comments to use /**
Oct 16, 2019
a54c9800
channel.h: fix various doxygen warnings
Oct 16, 2019
ba44423c
address_set.c: doxygen comment repair.
Oct 16, 2019
0e9e5c37
hs_service.h: repair doxygen comments.
Oct 16, 2019
ca26ea03
hs_service.c: repair doxygen comments
Oct 16, 2019
2127d797
hs_descriptor.[ch]: repair doxygen comments.
Oct 16, 2019
123fe6bd
hs_common.[ch]: repair doxygen comments by replacing /* with /**
Oct 16, 2019
06367299
shared_random_state.[ch]: Repair a bunch of doxygen comments
Oct 16, 2019
1b66668e
hs_client.[ch]: fix doxygen comments by using /**.
Oct 16, 2019
d91ad511
Check tor_vasprintf for error return values.
Oct 16, 2019
17b88241
hs_cache.[ch]: repair doxygen comments.
Oct 16, 2019
18ea8855
shared_random.[ch]: repair doxygen comments
Oct 16, 2019
6a2057a9
or_options_st.h: repair some doxygen comments.
Oct 16, 2019
8162859e
Add changes file for #31147
Oct 16, 2019
3430b487
hs_cell.[ch]: repair doxygen.
Oct 16, 2019
2c97cf3a
Merge remote-tracking branch 'tor-github/pr/1329'
Oct 16, 2019
e6bb2343
Merge remote-tracking branch 'tor-github/pr/1419'
Oct 17, 2019
85d0a458
scripts: Add git-setup-dirs.sh, which sets up maintainer git repos
Oct 17, 2019
5f3233ce
Merge branch 'maint-0.4.2'
Oct 17, 2019
1b07a2d7
doc: Add TCPProxy option
Oct 17, 2019
5a6a6ed3
config: Add TCPProxy option for haproxy protocol
Oct 17, 2019
9dd04396
test: Add TCPProxy option for haproxy protocol
Oct 17, 2019
101bdeb0
doc: TCPProxy is not supported in TOR_PT_PROXY
Oct 17, 2019
52e59640
circuit: Refactor connection_proxy_connect
Oct 17, 2019
39cf575e
Merge remote-tracking branch 'tor-github/pr/1416'
Oct 17, 2019
5c09230b
hs_cache.c: fix HTML tags in doxygen comments.
Oct 17, 2019
78a9158b
socks: Add SocksPort flag ExtendedErrors
Oct 17, 2019
84162c1d
socks: Send back extended error code if set
Oct 17, 2019
7fcf999c
Print summary at the end of the configure script
Oct 17, 2019
0081d6c1
Merge branch 'ticket31373_042_01_squashed'
Oct 17, 2019
8e0d9189
hs-v3: Helper function to find all entry connections
Oct 17, 2019
52bf54ec
hs-v3: Add a series of decoding error code
Oct 17, 2019
9826fb19
Add a return type for the parsed commandline.
Oct 17, 2019
c529b3f8
Make the command-line parser understand "commands".
Oct 17, 2019
bfdfaae0
Move responsibility for setting the "quiet level" into a table.
Oct 17, 2019
35c18870
add a changes file for 32003 (command-line option parsing).
Oct 17, 2019
763d955a
Add a test for a command-line option without a value.
Oct 17, 2019
d15223a3
fixup! Print the error message for --dump-config even if no arguments are given.
Oct 17, 2019
b9f002de
Rename CMD_OTHER to CMD_IMMEDIATE
Oct 17, 2019
d97d7f0e
Use an enum for quiet_level.
Oct 17, 2019
800b823c
Merge branch 'cmdline_refactor'
Oct 17, 2019
3a73f661
Replace add_temp_log() with add_default_log().
Oct 17, 2019
db18ff91
Move code to add default log into quiet_level.c
Oct 17, 2019
d616214e
Merge branch 'maint-0.4.2'
Oct 18, 2019
1697019d
core: tabify a line in include.am
Oct 18, 2019
e2a42a1a
Merge branch 'maint-0.4.2'
Oct 18, 2019
7c5716d1
Merge branch 'maint-0.4.2'
Oct 18, 2019
264c5312
Merge branch 'maint-0.4.2'
Oct 18, 2019
37320bce
Merge branch 'maint-0.4.2'
Oct 18, 2019
2e2e1ed7
configure: Add a relay module, with --disable-module-relay
Oct 20, 2019
fdf47e0f
configure: Make --disable-module-relay imply --disable-module-dirauth
Oct 20, 2019
7944b55a
feature: Move proxy_mode() into new files
Oct 20, 2019
57e86a6d
relay: Implement HAVE_MODULE_RELAY for routermode.c
Oct 20, 2019
e2280d6f
relay: Silence compiler warnings when relay mode is disabled
Oct 20, 2019
012c4453
test: Skip test scripts that require the relay module
Oct 20, 2019
aab5d908
Merge branch 'maint-0.4.2'
Oct 20, 2019
0501ce9f
test/parseconf: Expect different outputs when relay mode is disabled
Oct 20, 2019
6,220 additional commits have been omitted to prevent performance issues.
Loading
Loading