Commits on Source
5881
b4aeeb77
Merge advice from this_not_that.md in torguts repo into our main coding standard doc
Sep 25, 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
78a9158b
socks: Add SocksPort flag ExtendedErrors
Oct 17, 2019
84162c1d
socks: Send back extended error code if set
Oct 17, 2019
9915b8f0
Handle errors from execve() in the Unix process backend more gracefully.
Oct 17, 2019
cbed6ff8
Ensure that the exit callback is called if CreateProcessA() fails on Windows.
Oct 17, 2019
ee8db8a2
Add test to check if the exit callback is called in process_t upon process_exec() failures.
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
43424866
Travis: Use zstd in our Travis Linux builds
Oct 24, 2019
2734968e
Bug 19859: Add stream isolation data to STREAM event
Oct 27, 2019
0c4e3b6b
Bug 19859: Consolidate flag fields into ISO_FIELDS
Oct 27, 2019
23819d3a
Bug 19859: Set arg to const
Oct 27, 2019
56ee42e1
Bug 19859: Add HTTPCONNECT client protocol
Oct 27, 2019
b69e85cc
Bug 19859: Add unit test for formatting
Oct 27, 2019
f237529f
Add nowrap u64 multiplication function
Oct 27, 2019
42ba3997
Check memunit parsing for overflow in confparse
Oct 28, 2019
21da2d76
gitlab-ci: purge old job for mirroring, its unused and obsolete
Oct 29, 2019
995618ec
scripts/git: Make a master symlink in the worktree directory
Oct 31, 2019
38e8cca6
scripts/git: Add TOR_EXTRA_CLONE_ARGS for git clone
Oct 31, 2019
1ffb3b54
scripts/git: Add TOR_EXTRA_REMOTE_* for an extra git remote
Oct 31, 2019
384fe647
changes: file for 32347
Oct 31, 2019
ff8823d0
dos: Account rejection in hs_dos_can_send_intro2
Oct 31, 2019
e85f86bb
dos: Add HS DoS INTRO2 rejected stats in heartbeat
Oct 31, 2019
736322ce
Bug
#19859
: Increase function-size exception to 124
Nov 03, 2019
2a349006
force pkg-config to only use --prefix when cross-compiling
Nov 05, 2019
804d7c9b
configure: Remove a check that will always fail
Nov 05, 2019
d3e547b2
Re-think our doxygen warnings wrt missing docs and fatalness.
Nov 05, 2019
36bceacd
Doxygen: set TYPEDEF_HIDES_STRUCT.
Nov 05, 2019
de4ffebc
Doxygen: set HIDE_SCOPE_NAMES.
Nov 05, 2019
bd6bd7d2
Doxygen: enable source code browser
Nov 05, 2019
d7872b77
Doxygen: provide a style sheet
Nov 05, 2019
10ef7a31
Makefile: Fix "make check-includes" for out-of-tree builds
Nov 06, 2019
57baea70
shellcheck: Start checking most scripts for errors
Nov 06, 2019
7f23d47f
shellcheck: Fix issues in the git-*.sh scripts
Nov 06, 2019
f7b45975
Merge branch 'bug32402_042' into bug32402_master
Nov 06, 2019
e6b5a1ff
shellcheck: Fix minor issues in some scripts
Nov 06, 2019
23ff60c1
Merge branch 'maint-0.4.2'
Nov 06, 2019
c3a1e15a
Merge remote-tracking branch 'tor-github/pr/1509' into maint-0.4.2
Nov 06, 2019
89f52f36
Merge remote-tracking branch 'tor-github/pr/1510'
Nov 06, 2019
85e566a6
Merge branch 'maint-0.4.2'
Nov 06, 2019
22482fd4
test/parseconf: Add support for optional library variants
Nov 06, 2019
1407e2b1
test: Fix DoS heartbeat unit test after adding INTRO2
Nov 06, 2019
1ee17dc0
OwningControllerFD should be immutable, not OwningControllerProcess.
Nov 06, 2019
8f6dc54e
Merge remote-tracking branch 'tor-github/pr/1495' into maint-0.4.2
Nov 06, 2019
059a5795
Merge branch 'maint-0.4.2'
Nov 06, 2019
49cb7d6e
Merge branch 'tor-github/pr/1491'
Nov 06, 2019
65013a69
changes: Add file for ticket
#31371
Nov 06, 2019
4d70e725
Do not try to shut down the event loop when it is not initialized.
Nov 06, 2019
3ae87c3c
Turn the "dataflow" document into a doxygen page.
Nov 06, 2019
2ab5b752
Add missing **/ to core_or.dox
Nov 06, 2019
92b3f60e
hs_ident.h: make comments into doxygen.
Nov 06, 2019
c6c02658
hs_ident.c: make comments into doxygen.
Nov 06, 2019
88796637
dispatch_cfg_st.h: make comments into doxygen.
Nov 06, 2019
9663ac00
int_type_params_t: add documentation.
Nov 06, 2019
b994397f
entrynodes.h: make a comment into doxygen.
Nov 06, 2019
9687efb3
Add a bunch of doxygen for things in src/lib.
Nov 06, 2019
83cab053
Remove 00-overview.md as already subsumed by doxygen
Nov 06, 2019
58d7f9e6
Remove Makefile from doc/HACKING/design
Nov 06, 2019
aebde736
Merge branch 'ticket32386'
Nov 06, 2019
10982d59
Merge remote-tracking branch 'tor-github/pr/1512'
Nov 07, 2019
1f3bf10d
Merge remote-tracking branch 'tor-github/pr/1513' into maint-0.4.2
Nov 07, 2019
e466c84e
Merge branch 'maint-0.4.2'
Nov 07, 2019
57f43bcb
Run "make autostyle"
Nov 07, 2019
aaef9a25
relay: Stop failing on startup when the relay module is disabled
Nov 07, 2019
a0820bc0
test/parseconf: Update config parsing tests for 32410
Nov 07, 2019
3864536b
scripts/git: Remove extra printfs from a bad merge
Nov 07, 2019
7ee1e16c
scripts/git: Stop failing when upstream branches don't exist
Nov 07, 2019
45698e89
Merge remote-tracking branch 'tor-github/pr/1515'
Nov 07, 2019
4541a590
lib/cc: Define the standard C macro pasting trick in one place.
Nov 07, 2019
19cac400
Macros for declaring configuration structs and variable-tables
Nov 07, 2019
683d4c2b
Add FOO_type_defn globals so that confdecl.h can refer to them.
Nov 07, 2019
1d108894
Define a low-level version of the confdecl table macros
Nov 07, 2019
5914addc
Teach doxygen about option-declaration code.
Nov 07, 2019
86389893
Expose get_obj() functions from confmgt.c.
Nov 07, 2019
a7cfddc8
Make a new structure for tracking subsystem status.
Nov 07, 2019
7ac4f9d5
Give subsystems optional config formats and state formats.
Nov 07, 2019
52c0ab4a
Add subsys functions for receiving/flushing states and options.
Nov 07, 2019
b06e9d8a
Add testing-only functions to get the subsystem config/state indices
Nov 07, 2019
8cd3e66d
Use new configuration architecture for crypto options
Nov 07, 2019
0d8504e7
crypto config: do not change the user's value of HardwareAccel.
Nov 07, 2019
0f0a9bdf
Stop using "config_suite_offset=-1" to indicate "no config suite."
Nov 07, 2019
3afbb29b
subsysmgr: use IDX_NONE is an exception value, not -1.
Nov 07, 2019
280a9a47
Move netstatus (mainloop) state fields into mainloop's state.
Nov 07, 2019
27a44388
conf_examples test for crypto_accel
Nov 07, 2019
32a2f96f
Add the ability to fail when a hardware accelerator is missing.
Nov 07, 2019
c5509904
Add a test for 32406 (AccelName with "!").
Nov 07, 2019
de7053b8
Adjustments to 32406 per review
Nov 07, 2019
582cee72
Fix various doxygen comments in feature/hs.
Nov 07, 2019
4845ab53
Make all our struct names end with "_t".
Nov 07, 2019
0644530d
ntmain: make service_fns struct anonymous.
Nov 07, 2019
31a6a651
Rename probability distribution names to end with "_t".
Nov 07, 2019
c9b2fe04
Changes file for 32415 (struct name uniformity)
Nov 07, 2019
f6c9ca3a
Merge branch 'config_subsys_v4'
Nov 07, 2019
36af84ba
New configuration flag to warn that a variable is obsolete.
Nov 07, 2019
a08969e4
Refactor "OBSOLETE" type
Nov 07, 2019
5,781 additional commits have been omitted to prevent performance issues.
Loading
Loading