Commits on Source
20144
e02138eb
Introduce the Tor2webRendezvousPoints torrc option.
Sep 15, 2014
3e7c5e9f
Block circuit canibalization when Tor2webRendezvousPoints is active.
Sep 15, 2014
24a77269
Implement Tor2webRendezvousPoints functionality.
Sep 15, 2014
6c512d2f
Fix a tor2web log message that referenced the wrong configure switch.
Sep 15, 2014
532ab7e1
Move some useful unittest functions to a testhelper.c file.
Sep 15, 2014
a72b9267
Fix up testhelper to be used by the entryguard unittests.
Sep 15, 2014
bc80b0a5
Write some unittests for Tor2webRendezvousPoints.
Sep 15, 2014
a77e44d8
Add changes file for Tor2webRendezvousPoints.
Sep 15, 2014
d9968dd0
Scrub from logs the name of the RP we picked.
Sep 22, 2014
69df16e3
Rewrite the logic for deciding when to drop old/superseded certificates
Jan 09, 2015
91009dce
Refactor rend_cache_lookup_entry() and how it's used
Jan 27, 2015
daab4051
Bump the minimum relay version to 0.2.4.18-rc
Feb 04, 2015
b101f4e9
Control: getinfo entry-guards report down-since
Feb 06, 2015
4beb8309
Split ROUTER_REQUIRED_MIN_BANDWIDTH into RELAY_ and BRIDGE_ variants
Feb 07, 2015
8b82f626
Search-and-replace to regain coding style in wake of 13822.
Feb 07, 2015
d0759da1
Avoid calling SMARTLIST_FOREACH on a NULL smartlist in tests
Feb 08, 2015
9ae321db
Return 0 when detecting the amount of memory fails
Feb 09, 2015
37d16c3c
Reserve enough space for rend_service_port_config_t
Feb 09, 2015
1cb9064d
shift all the static times into a struct
Feb 09, 2015
44abbf5a
Dropping test_cmdline_args.py
Feb 08, 2015
56061976
Recover better when our clock jumps back many hours
Feb 09, 2015
353d2fe7
Re-remove the --disable-threads configure option
Feb 09, 2015
73375100
Avoid use-after-free of circ belonging to cancelled job
Feb 09, 2015
9667b2b8
Add some comments to or_circuit_t.workqueue_entry
Feb 09, 2015
f4c07359
Merge remote-tracking branch 'teor/avoid-NULL-smartlist-foreach'
Feb 09, 2015
5c820def
Merge remote-tracking branch 'sysrqb/bug14802_025'
Feb 09, 2015
37c9c268
Merge remote-tracking branch 'sebastian/bug14819'
Feb 11, 2015
0c81dfa8
Merge remote-tracking branch 'public/feature_13555'
Feb 11, 2015
6f331645
Remove mempools and buf freelists
Feb 11, 2015
f5f6d13e
Fix crash on glibc __libc_message()
Feb 11, 2015
0899f51b
Additional paranoia: do not even build tor2web stuff if not using.
Feb 11, 2015
caf28519
Merge branch 'bug12844'
Feb 11, 2015
d7a1e83f
Merge remote-tracking branch 'public/remove_freelist'
Feb 11, 2015
b223b7c2
fix a compilation warning
Feb 11, 2015
99e915db
Merge remote-tracking branch 'public/bug14759'
Feb 11, 2015
f794a091
Merge branch 'bug14478_squashed'
Feb 11, 2015
87a95b02
Actually get all interface addresses
Feb 12, 2015
c8ce973d
Avoid undefined behaviour in ifreq_to_smartlist
Feb 12, 2015
5644d92d
Merge remote-tracking branch 'sebastian/bug14875'
Feb 12, 2015
424edd57
Don't leak a cond var when starting threads in a pool
Feb 15, 2015
3bcdb262
Call cpu_init if we change to being a relay
Feb 15, 2015
8feaf384
Refactor router_rebuild_descriptor
Feb 15, 2015
0c11d8b2
Implement status/fresh-relay-descs command
Feb 15, 2015
8e61d38c
Faravahar's New IP Address as of 2/20/2015
Feb 16, 2015
2af7bc5b
Fix a trivial double-close in address.c. CID 1268071
Feb 16, 2015
71179591
Fix deadcode warning in get_interface_addresses_raw().
Feb 16, 2015
5d2a2339
Fix a few coverity "Use after NULL check" warnings
Feb 16, 2015
2fe13947
No, coverity, this is not a memory leak. 1268065
Feb 16, 2015
0b3ae7d9
Maybe this will make coverity not care that this check is dead. CID 1268063
Feb 16, 2015
d6dbd558
trivial whitespace fix
Feb 17, 2015
8375663a
Wrap two long lines
Feb 17, 2015
c3813e2e
Use --list-fingerprint instead of process control in zero_length_keys.sh
Feb 17, 2015
7620c613
Have tinytest tolerate systems where char has > 8 bytes
Feb 17, 2015
0b46b082
Check thread count for negative; realloc->reallocarray
Feb 17, 2015
b89854ee
Fix warnings from lintChanges.py
Feb 17, 2015
8539191f
Fold new entries into 0.2.6.3 changelog
Feb 17, 2015
1447324a
Reflow 0.2.6.3 changelog.
Feb 17, 2015
65172190
Control: command to lookup cached HS descriptor
Feb 17, 2015
8eb3d81e
Fix some issues with reporting exit-free networks
Feb 17, 2015
9bf6da18
Merge remote-tracking branch 'public/feature_13822'
Feb 17, 2015
d038430a
Merge branch 'bug14918'
Feb 17, 2015
cbd26157
Remove tor_strclear(), and replace previous calls with memwipe().
Feb 17, 2015
6fdb179d
Fix compute_frac_paths_available, when ExitNodes is not set.
Feb 18, 2015
164eeefb
Add description to the precious Python variable.
Feb 18, 2015
8571e86d
Fix bootstrap directory information logging.
Feb 18, 2015
5ee48d47
Parse Guardfraction file and apply results to routerstatuses.
Feb 18, 2015
7ddfb6aa
Write guardfraction information to votes.
Feb 18, 2015
db805b91
Write GuardFraction information to consensus.
Feb 18, 2015
f4a63f8e
Parse GuardFraction info from consensuses and votes.
Feb 18, 2015
14a3c17c
Calculate the guardfraction bandwidth of a guard.
Feb 18, 2015
f7a8b191
Calculate total bandwidth weights using the guardfraction bandwidths.
Feb 18, 2015
b941f109
Calculate relay weighted bandwidth using guardfraction bandwidths.
Feb 18, 2015
c2b13e22
Unittest prep: Move get_yesterday_date_str() to helper file.
Feb 18, 2015
028ede2f
Add unittests for the guardfraction feature.
Feb 18, 2015
33053d50
Final guardfraction preparations for upstream merge.
Feb 18, 2015
5c34a530
Don't exit if we can't find the GuardfractionFile when booting.
Feb 18, 2015
96211bcf
Merge branch 'bug9321_rerebase'
Feb 18, 2015
6cdb213b
Combine test_helpers.[ch] and testhelper.[ch]
Feb 18, 2015
9e6147a4
Merge remote-tracking branch 'yawning/bug14918'
Feb 18, 2015
6378bcf4
Fix an implicit-narrowing warning
Feb 18, 2015
afe10e47
whitespace fixes
Feb 18, 2015
39a496ee
Actually free measured_guardfraction.
Feb 18, 2015
843c3684
Merge remote-tracking branch 'yawning/cid1270894'
Feb 18, 2015
e65fe0a7
Improve log messages for diagnosing 13762
Feb 18, 2015
d3f714de
Patch from cypherpunks to try to diagnose 8387.
Feb 18, 2015
a767b666
Merge branch 'bug13762_diagnostic_redux'
Feb 18, 2015
c2312f4f
merge new items into 0.2.6.3-alpha changelog
Feb 18, 2015
bb740af8
Reflow changelog
Feb 18, 2015
b7b8b9ec
Downgrade new extrainfo_insert warnings on startup
Feb 18, 2015
0883f92e
specify a default for UseGuardFraction in the man page
Feb 18, 2015
be5ef926
write a blurb and start hand-editing the 0.2.6.3-alpha changelog
Feb 18, 2015
c0ff7c27
Changelog edits. Most of them.
Feb 18, 2015
b401ccef
rescroll changelog
Feb 18, 2015
0e4bdc40
clean up comments and whitespace a bit
Feb 18, 2015
70f46f7a
don't update dir_info_status when we have minimum dir info
Feb 19, 2015
64d5e0e4
stop warning each time we check minimum-dir-info
Feb 19, 2015
7272ad2e
clean up nickm's changelog entry for
#14918
Feb 19, 2015
91f0dc3a
cleanup and ask two questions for nick
Feb 19, 2015
0e22da1b
continue cleaning changelog, and add a question for nick
Feb 19, 2015
55e2c053
some more changelog cleanups
Feb 19, 2015
20,044 additional commits have been omitted to prevent performance issues.
Loading
Loading