.. |
Makefile.nmake
|
d438cf1ec9
Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet
|
10 vuotta sitten |
addressmap.c
|
9fe6fea1cc
Fix a huge pile of -Wshadow warnings.
|
8 vuotta sitten |
addressmap.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
buffers.c
|
7f145b54af
Merge remote-tracking branch 'public/Fix_19450'
|
8 vuotta sitten |
buffers.h
|
46ef4487d3
Remove generic_buffer_*() functions as needless.
|
8 vuotta sitten |
channel.c
|
5927ed8d33
checkSpace.pl now forbids more identifiers.
|
8 vuotta sitten |
channel.h
|
5927ed8d33
checkSpace.pl now forbids more identifiers.
|
8 vuotta sitten |
channeltls.c
|
5927ed8d33
checkSpace.pl now forbids more identifiers.
|
8 vuotta sitten |
channeltls.h
|
53a3b39da1
Add -Wmissing-variable-declarations, with attendant fixes
|
8 vuotta sitten |
circpathbias.c
|
4f1a04ff9c
Replace nearly all XXX0vv comments with smarter ones
|
8 vuotta sitten |
circpathbias.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
circuitbuild.c
|
341a159ab4
Appease make check-spaces
|
8 vuotta sitten |
circuitbuild.h
|
10aa913acc
Client & HS ignore UseNTorHandshake, all non-HS handshakes use ntor
|
8 vuotta sitten |
circuitlist.c
|
bbaa7d09a0
Merge remote-tracking branch 'teor/reject-tap-v6'
|
8 vuotta sitten |
circuitlist.h
|
addd181721
Fix memory leak in TestingEnableCellStatsEvent
|
8 vuotta sitten |
circuitmux.c
|
80f1a2cbbd
Add the -Wextra-semi warning from clang, and fix the cases where it triggers
|
8 vuotta sitten |
circuitmux.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
circuitmux_ewma.c
|
94bff894f9
Fix a large pile of solaris warnings for bug 19767.
|
8 vuotta sitten |
circuitmux_ewma.h
|
53a3b39da1
Add -Wmissing-variable-declarations, with attendant fixes
|
8 vuotta sitten |
circuitstats.c
|
9fe6fea1cc
Fix a huge pile of -Wshadow warnings.
|
8 vuotta sitten |
circuitstats.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
circuituse.c
|
568dc27a19
Make base16_decodes return number of decoded bytes
|
8 vuotta sitten |
circuituse.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
command.c
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
command.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
config.c
|
e9b1d0619f
Merge remote-tracking branch 'dgoulet/ticket18693_029_01'
|
8 vuotta sitten |
config.h
|
bd45f7c668
Merge branch 'bug13953_squashed'
|
8 vuotta sitten |
confparse.c
|
3c8baa77a1
Log a warning when Testing options are deprecated.
|
8 vuotta sitten |
confparse.h
|
3c8baa77a1
Log a warning when Testing options are deprecated.
|
8 vuotta sitten |
connection.c
|
32fbc9738a
Fix OOS comparator fix
|
8 vuotta sitten |
connection.h
|
1a7709d409
Add connection_is_moribund() inline
|
8 vuotta sitten |
connection_edge.c
|
382a28951f
Check onion hostnames against client port flags
|
8 vuotta sitten |
connection_edge.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
connection_or.c
|
d65f030915
Unit test for pick_oos_victims()
|
8 vuotta sitten |
connection_or.h
|
d65f030915
Unit test for pick_oos_victims()
|
8 vuotta sitten |
control.c
|
507f07de09
Merge remote-tracking branch 'public/deprecation_v2'
|
8 vuotta sitten |
control.h
|
657eaee6ae
Expose GETINFO download status statics for test suite and make things mockable
|
8 vuotta sitten |
cpuworker.c
|
265e40b481
Raise libevent dependency to 2.0.10-stable or newer
|
8 vuotta sitten |
cpuworker.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
dircollate.c
|
80f1a2cbbd
Add the -Wextra-semi warning from clang, and fix the cases where it triggers
|
8 vuotta sitten |
dircollate.h
|
6a91cab79c
Merge branch 'maint-0.2.7'
|
8 vuotta sitten |
directory.c
|
c68a23a135
Bufferevent removal: remove HAS_BUFFEREVENT macros and usage
|
8 vuotta sitten |
directory.h
|
d3ca6fe475
Call purpose_needs_anonymity in authority_certs_fetch_missing
|
8 vuotta sitten |
dirserv.c
|
579a80d4ae
Clients avoid choosing nodes that can't do ntor
|
8 vuotta sitten |
dirserv.h
|
ce31db4326
We no longer generate v0 directories. Remove the code to do so
|
8 vuotta sitten |
dirvote.c
|
9b9fb63276
prop272: When voting, include no non-Valid relays in consensus
|
8 vuotta sitten |
dirvote.h
|
9b9fb63276
prop272: When voting, include no non-Valid relays in consensus
|
8 vuotta sitten |
dns.c
|
265e40b481
Raise libevent dependency to 2.0.10-stable or newer
|
8 vuotta sitten |
dns.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
dns_structs.h
|
77a5ca901f
Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl().
|
9 vuotta sitten |
dnsserv.c
|
265e40b481
Raise libevent dependency to 2.0.10-stable or newer
|
8 vuotta sitten |
dnsserv.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
entrynodes.c
|
4757303873
Fix all -Wshadow warnings on Linux
|
8 vuotta sitten |
entrynodes.h
|
657eaee6ae
Expose GETINFO download status statics for test suite and make things mockable
|
8 vuotta sitten |
ext_orport.c
|
c68a23a135
Bufferevent removal: remove HAS_BUFFEREVENT macros and usage
|
8 vuotta sitten |
ext_orport.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
fallback_dirs.inc
|
1c4a2dd208
Remove a fallback that was on the hardcoded list, then opted-out
|
8 vuotta sitten |
fp_pair.c
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
fp_pair.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
geoip.c
|
4757303873
Fix all -Wshadow warnings on Linux
|
8 vuotta sitten |
geoip.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
hibernate.c
|
bbac9e1d0c
Don't warn on unlink(bw_accounting) when errno == ENOENT
|
8 vuotta sitten |
hibernate.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
include.am
|
e7b70b69ec
Remove src/or/eventdns_tor.h based on cypherpunk's review
|
8 vuotta sitten |
keypin.c
|
8ba4ba0a74
Grammar.
|
8 vuotta sitten |
keypin.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
main.c
|
1dfa2213a4
Merge remote-tracking branch 'andrea/ticket18640_v3'
|
8 vuotta sitten |
main.h
|
d65f030915
Unit test for pick_oos_victims()
|
8 vuotta sitten |
microdesc.c
|
4f19f85eda
Prevents negative number of written bytes on error message.
|
8 vuotta sitten |
microdesc.h
|
f698b509d8
Add unit tests for networkstatus_consensus_is_bootstrapping
|
8 vuotta sitten |
networkstatus.c
|
bbaa7d09a0
Merge remote-tracking branch 'teor/reject-tap-v6'
|
8 vuotta sitten |
networkstatus.h
|
aaa3129043
Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'
|
8 vuotta sitten |
nodelist.c
|
bbaa7d09a0
Merge remote-tracking branch 'teor/reject-tap-v6'
|
8 vuotta sitten |
nodelist.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
ntmain.c
|
265e40b481
Raise libevent dependency to 2.0.10-stable or newer
|
8 vuotta sitten |
ntmain.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
onion.c
|
febd4ab0e5
Client & HS make sure every hop in every non-HS path supports ntor
|
8 vuotta sitten |
onion.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
onion_fast.c
|
acba4cc954
test coverage on onion_fast: 0%->100%
|
8 vuotta sitten |
onion_fast.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
onion_ntor.c
|
ae22c249c3
Improve test coverage a little on onion*.c
|
8 vuotta sitten |
onion_ntor.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
onion_tap.c
|
ae22c249c3
Improve test coverage a little on onion*.c
|
8 vuotta sitten |
onion_tap.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
or.h
|
e9b1d0619f
Merge remote-tracking branch 'dgoulet/ticket18693_029_01'
|
8 vuotta sitten |
periodic.c
|
265e40b481
Raise libevent dependency to 2.0.10-stable or newer
|
8 vuotta sitten |
periodic.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
policies.c
|
0d485fcfef
Vote Exit correctly with DirAllowPrivateAddresses set
|
8 vuotta sitten |
policies.h
|
514f0041d1
Avoid disclosing exit IP addresses in exit policies by default
|
8 vuotta sitten |
reasons.c
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
reasons.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
relay.c
|
3fcd5d71ad
Fix typo error in bug warning in relay.c
|
8 vuotta sitten |
relay.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
rendcache.c
|
0616fd6fb6
typo/comment/log fixes i found in my sandbox from montreal
|
8 vuotta sitten |
rendcache.h
|
53a3b39da1
Add -Wmissing-variable-declarations, with attendant fixes
|
8 vuotta sitten |
rendclient.c
|
0a3009bb85
Stop inadvertently upgrading client intro connections to ntor
|
8 vuotta sitten |
rendclient.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
rendcommon.c
|
9eeaeddbb1
Reduce make check-spaces noise
|
8 vuotta sitten |
rendcommon.h
|
33d3572a1d
Merge branch 'feature15588_squashed'
|
8 vuotta sitten |
rendmid.c
|
be0e1e9e2f
Stop being so strict about the payload length of "rendezvous1" cells
|
8 vuotta sitten |
rendmid.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
rendservice.c
|
55a2bfb056
Fix an indentation issue in rend_config_services
|
8 vuotta sitten |
rendservice.h
|
19816f2f78
Add a stub for rend_service_allow_direct_connection
|
8 vuotta sitten |
rephist.c
|
dffc6910b1
Three more -Wshadow fixes.
|
8 vuotta sitten |
rephist.h
|
53a3b39da1
Add -Wmissing-variable-declarations, with attendant fixes
|
8 vuotta sitten |
replaycache.c
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
replaycache.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
router.c
|
74d710e7dc
Give useful error if authority_signing_key doesn't exist
|
8 vuotta sitten |
router.h
|
06031b441e
touchups and refactorings on bug 18616 branch
|
8 vuotta sitten |
routerkeys.c
|
9fe6fea1cc
Fix a huge pile of -Wshadow warnings.
|
8 vuotta sitten |
routerkeys.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
routerlist.c
|
bbaa7d09a0
Merge remote-tracking branch 'teor/reject-tap-v6'
|
8 vuotta sitten |
routerlist.h
|
bbaa7d09a0
Merge remote-tracking branch 'teor/reject-tap-v6'
|
8 vuotta sitten |
routerparse.c
|
4757303873
Fix all -Wshadow warnings on Linux
|
8 vuotta sitten |
routerparse.h
|
3627718348
Fix -Wextra-semi warning
|
8 vuotta sitten |
routerset.c
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
routerset.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
scheduler.c
|
a8676b1ede
Merge branch 'bug18902_squashed'
|
8 vuotta sitten |
scheduler.h
|
53a3b39da1
Add -Wmissing-variable-declarations, with attendant fixes
|
8 vuotta sitten |
shared_random.c
|
e9fdec2b1d
capture and detect expected BUG messages in shared-random tests
|
8 vuotta sitten |
shared_random.h
|
87758dbebc
Merge remote-tracking branch 'dgoulet/bug19567_029_01'
|
8 vuotta sitten |
shared_random_state.c
|
507f07de09
Merge remote-tracking branch 'public/deprecation_v2'
|
8 vuotta sitten |
shared_random_state.h
|
be78e9ff37
Keep make check-spaces happy
|
8 vuotta sitten |
statefile.c
|
f5dcab8072
Add new warn_deprecated option to config_assign*().
|
8 vuotta sitten |
statefile.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
status.c
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
status.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
tor_main.c
|
53a3b39da1
Add -Wmissing-variable-declarations, with attendant fixes
|
8 vuotta sitten |
torcert.c
|
dd572dac34
Fix all doxygen warnings (other than missing docs)
|
8 vuotta sitten |
torcert.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |
transports.c
|
4757303873
Fix all -Wshadow warnings on Linux
|
8 vuotta sitten |
transports.h
|
57699de005
Update the copyright year.
|
8 vuotta sitten |