Commits on Source
4027
955a050b
rust/protover: make test match test name
Feb 09, 2020
419ea2f8
rust/protover: remove redundant test
Feb 09, 2020
44facb83
rust/protover: parse empty string into empty *ProtoEntry
Feb 09, 2020
5d330997
dirparse: reject votes with malformed routerstatus entries
Feb 09, 2020
b3affc23
dirparse: reject routerstatus entries with malformed protover
Feb 09, 2020
ad1b378e
dirparse: curlybraceify if statements
Feb 09, 2020
8d89aa5e
dirparse: reject votes with invalid recommended/required protocols
Feb 09, 2020
c2b95da4
dirparse: add helper for recommended/required protocols
Feb 09, 2020
32b33c0d
protover: reject unexpected commas
Feb 09, 2020
27315de5
Make curve25519_public_to_base64 output padding optional
#7869
Jun 06, 2020
6fc6cbd9
trace: Better structure lib/trace and configure options
Jul 08, 2020
70f03152
trace: Hook lib/trace as a subsystem
Jul 08, 2020
668fc70a
trace: Add USDT probes generation support
Jul 08, 2020
0de543aa
trace: Add LTTng-UST interface support
Jul 08, 2020
c31d469f
trace: Comments and configure fix
Jul 08, 2020
bf0e2ae0
trace: Add single tracepoint in circuit subsystem
Jul 08, 2020
a7063345
trace: Add four more circuit subsystem tracepoints
Jul 08, 2020
d36a44ff
trace: Add four generic circuit tracepoints
Jul 08, 2020
4cb68874
trace: Add two origin circuit specific tracepoints
Jul 08, 2020
c8f63278
trace: Add two circuit tracepoints for new circuits
Jul 08, 2020
79d6127a
trace: Comments and improve doc/HACKING/Tracing.md
Jul 08, 2020
24a5983d
trace: Only build probes if instrumentation is enabled
Jul 08, 2020
d80c34d2
trace: Move LTTng specific declartion to .inc file
Jul 08, 2020
3604d86a
trace: Helper macro to disambiguate identifiers
Jul 08, 2020
b049cc3a
trace: Emit a warning if tracing is built in
Jul 08, 2020
942ecfa8
doc: Add a WARNING section to Tracing.md
Jul 08, 2020
60f699c8
Send a control port event when a stream enters the AP_CONN_STATE_CONTROLLER_WAIT state
Jul 08, 2020
54d9e1b9
Remove duplicate #include control_events.h in control_cmd.c
Jul 08, 2020
edb5ef25
test: Add IPv6 inet_pton double "::" test
Jul 09, 2020
7b24d56a
Merge remote-tracking branch 'tor-gitlab/mr/36'
Jul 09, 2020
18391f68
git-install-tools: use -b, not --backup.
Jul 09, 2020
8390df91
Split bandwidth history functions into a separate C file.
Jul 10, 2020
2fc8257a
Rename public bandwidth-history identifiers to start with "bwhist".
Jul 10, 2020
c5eb601e
Rename private bandwidth-history identifiers to start with "bwhist".
Jul 10, 2020
11da5229
Refactor bwhist_get_bandwidth_lines()
Jul 10, 2020
c5db7667
Add IPv6 read and write history to bwhist, state, and extrainfo.
Jul 10, 2020
a81827d9
Make channel_get_addr_if_possible() take a const channel_t.
Jul 10, 2020
27c5cadf
Record IPv6 bandwidth history as appropriate.
Jul 10, 2020
1a4e475d
Changes file for ticket 33263
Jul 10, 2020
50bf2520
Split bidi connection-stats code into a new C file.
Jul 10, 2020
3f2de0bc
Change connstats.c identifers to start with conn_stats
Jul 10, 2020
515cc49c
connstats: add and clarify some documentation.
Jul 10, 2020
0b5e19d2
connstats: extract connection type counts into a structure.
Jul 10, 2020
54141d66
connstats: extract functions for summarizing a connection's status
Jul 10, 2020
dbdf8beb
Collect IPv6 bidi connection statistics
Jul 10, 2020
0f60a1d3
connstats: use correct formatter for uint32_t.
Jul 10, 2020
fae19df9
Changes file for ipv6 bidi (ticket 33264)
Jul 10, 2020
dfaa0a82
changes: Add changes file for
#32910
Jul 10, 2020
6fb16372
Merge remote-tracking branch 'tor-gitlab/mr/29'
Jul 10, 2020
46b86b22
addr: Remove a BUG() that can normally occur
Jul 10, 2020
401b3a8a
addr: Remove BUG() that always triggers
Jul 10, 2020
063cdb31
Merge branch 'tor-gitlab/mr/39'
Jul 10, 2020
40eb6b19
NSS: Tell NSS that our SSL sockets are nonblocking.
Jul 10, 2020
0c2bb9ea
Merge remote-tracking branch 'tor-gitlab/mr/41'
Jul 10, 2020
6a647be5
Merge remote-tracking branch 'tor-gitlab/mr/42'
Jul 10, 2020
8ebbf629
Add an extra comment about keeping rust and c protover in sync.
Jul 10, 2020
b119c557
Syntax highlighting in the docs
Jul 13, 2020
0acc3ae8
Remove check-cocci from check-local target.
Jul 13, 2020
c84ce716
Added tests
Jul 13, 2020
59133051
Update channel_matches_target_addr_for_extend test to current API
Jul 13, 2020
0c91c635
Merge branch 'ticket33919'
Jul 13, 2020
0be80fb6
Bug 31812: Change http URL's to https
Jul 13, 2020
eb427f30
Changes file for ticket 31812.
Jul 13, 2020
ecb43ce2
Merge branch 'maint-0.4.4'
Jul 13, 2020
02cff32d
Improve docs for addr, address, and real_addr fields
Jul 13, 2020
515d4f1e
Merge branch 'maint-0.4.3' into maint-0.4.4
Jul 13, 2020
29a47429
Merge branch 'maint-0.4.4'
Jul 13, 2020
456be939
doc: Move manpages into doc/man/
Jul 14, 2020
852cf9b2
conn: Fix doxygen comment in connstats.c
Jul 14, 2020
770e047c
doc: Fix aesthetic issues in HACKING/Tracing.md
Jul 14, 2020
15860c88
addr: Use tor_addr_t instead of uint32_t for IPv4
Jul 14, 2020
e594195a
Merge branch 'tor-gitlab/mr/47'
Jul 14, 2020
07f3345e
Merge remote-tracking branch 'tor-gitlab/merge-requests/43' into maint-0.4.4
Jul 14, 2020
1d554e4b
Merge branch 'maint-0.4.4'
Jul 14, 2020
06ccf122
node: Standardize interface of format_node_description()
Jul 14, 2020
268d01ad
Rename blacklist and whitelist wording
Jul 14, 2020
2b33e803
Merge branch 'ticket40033_045_01_squashed'
Jul 14, 2020
c53c0e82
Merge branch 'tor-gitlab/mr/49'
Jul 14, 2020
aba0ff4c
Merge remote-tracking branch 'tor-gitlab/merge-requests/48'
Jul 14, 2020
abe7196c
Strip '\r' characters when reading text files on Unix.
Jul 14, 2020
623af015
Update docstring for read_file_to_str() on stripping of CR characters.
Jul 14, 2020
a7226ca0
Merge remote-tracking branch 'tor-gitlab/mr/50'
Jul 14, 2020
ba7816db
New functions to describe connections and peers.
Jul 15, 2020
8fbafd14
Apply SafeLogging in connection_describe_peer().
Jul 15, 2020
34fa2c4d
Add support for patterns on %include
#25140
Jul 15, 2020
49dab427
Add test for torrc %include functionality and seccomp sandbox
Jul 15, 2020
3c70f26d
Fix small memory leak in config include tests
Jul 15, 2020
ac2c4b1e
Changes file for
#25140
Jul 15, 2020
aa33b887
connection_describe_peer(): add nonzero ports to nonscrubbed addrs.
Jul 16, 2020
9d2867c3
Use connection_describe() for log messages.
Jul 16, 2020
38238788
Update test_rebind.py to expect new format.
Jul 16, 2020
0ccdf05d
Minor refactoring on channel_get_remote_addr_if_possible()
Jul 16, 2020
db21e91f
Remove "ADDR_ONLY" mode from channel_get_*_remote_descr.
Jul 16, 2020
f9aafcd6
channelpadding: don't call method pointer directly.
Jul 16, 2020
4f4785a8
Refactor channel description internals.
Jul 16, 2020
ab428ef6
Collapse channel_get_*_remote_addr() into a single function.
Jul 16, 2020
ae8072e8
Changes file for 40041.
Jul 16, 2020
9b5567df
Improvements to output format for OR connection descriptions.
Jul 16, 2020
10d8555e
Add unit tests for connection_describe().
Jul 16, 2020
b0d7b100
Improve documentation for our TO_*_CONN() cast functions.
Jul 16, 2020
3,927 additional commits have been omitted to prevent performance issues.
Loading
Loading