Commits on Source
16754
976f392f
Changelog for 0.2.7.4-rc (plan to release tomorrow)
Oct 19, 2015
67f0b51c
Merge branch 'maint-0.2.7' into release-0.2.7
Oct 19, 2015
47649a55
missing parenthesis
Oct 20, 2015
fbaee1bf
tomorrow, not tonight.
Oct 20, 2015
ff174995
Merge branch 'maint-0.2.7' into release-0.2.7
Oct 21, 2015
cc3ce685
Fold new entries into ChangeLog for 0.2.7.4-rc
Oct 21, 2015
3f3a753e
Reflow changelog
Oct 21, 2015
cd8a62a6
Merge branch 'maint-0.2.7' into release-0.2.7
Oct 21, 2015
89a9d8c8
More 0274-rc changelog updating
Oct 21, 2015
1512e7e5
Edit some changelog text
Oct 21, 2015
08b96160
Edit more changelog text (thanks to rl1987 for noticing)
Oct 21, 2015
5f60216b
Reflow changelog
Oct 21, 2015
f55d23e1
remove a comma that coderman didn't like
Oct 21, 2015
7bce3efb
Start the ReleaseNotes for 0.2.7.5.
Nov 05, 2015
6292a3fc
Remove all bugfix-on-0.2.7.x items from ReleaseNotes
Nov 05, 2015
99d39e93
Re-order and condense some ReleaseNotes items
Nov 05, 2015
4dd7a55c
start trying to write a blurb
Nov 10, 2015
e46ea4a7
Merge branch 'maint-0.2.7' into release-0.2.7
Nov 13, 2015
0549c019
add a dedication paragraph; reflow another.
Nov 13, 2015
b6024ec1
prepare for a release.
Nov 20, 2015
e0fa07c0
Merge branch 'maint-0.2.7' into release-0.2.7
Nov 20, 2015
b2a53e8c
Merge branch 'maint-0.2.7' into release-0.2.7
Dec 10, 2015
9236e504
fold in the changes entries
Dec 10, 2015
6f3f753c
Reflow and sort the changelog.
Dec 10, 2015
f01f8e18
Merge branch 'maint-0.2.7' into release-0.2.7
Dec 10, 2015
31b337d2
tweak 0276 changelog; copy it into the releasenotes
Dec 10, 2015
1979414f
Use the correct bug #. Thanks, skruffy
Dec 10, 2015
7a489a63
Use the correct bug #. For real this time. Thanks again, skruffy
Dec 10, 2015
35217f0f
Fix two log messages that mistakenly log 0-based hop counts
May 07, 2016
d73c671d
policy_is_reject_star():
Oct 31, 2016
8f465808
Check for getpagesize before using it to mmap files
Nov 03, 2016
b7a1e793
Declare a LINKAUTH subprotocol version for
#15055
(ed link handshake)
Nov 03, 2016
00bdd56b
Only check cert expiry vs TIME_MAX when time_t is less than 64-bit
Nov 03, 2016
3ee9a6d6
hs: Remove EnableOnionServiceV3 consensus param
Nov 07, 2016
18e0a0b7
test: Remove useless HS decode multiple intro points
Nov 07, 2016
b0ea8b53
hs: Add changes file for HSDir v3 protocol feature
Nov 07, 2016
4ff53449
hs: Document arguments of rend_data_*_create()
Nov 07, 2016
34f14a35
hs: Add single-onion-service line to v3 descriptor
Nov 08, 2016
286fa940
Use va_copy() in pure-windows version of tor_asprintf().
Nov 08, 2016
31f41fe0
Merge branch 'maint-0.2.9'
Nov 08, 2016
89ec191b
Merge remote-tracking branch 'public/bug20306_029' into maint-0.2.9
Nov 08, 2016
c58592e6
Merge branch 'maint-0.2.9'
Nov 08, 2016
5dca9487
Call get_options() once at the top of circuit_log_ancient_one_hop_circuits()
Nov 09, 2016
e4ef9f74
In torrc.sample.in, note that bandwidth must be >=75 KB.
Nov 08, 2016
0ec94588
Stop logging single onion and Tor2web long-term one-hop circuits
Nov 09, 2016
d564187d
Merge branch 'maint-0.2.9'
Nov 08, 2016
d46c1b49
Do not serve a consensus if it is too old
Nov 10, 2016
e8e7a8f3
Merge remote-tracking branch 'teor/bug20613' into maint-0.2.9
Nov 10, 2016
0f4f63b7
Merge branch 'maint-0.2.9'
Nov 10, 2016
7dee70c3
Add "TByte" and "TBytes" units; also add "TBits" to man page
Nov 10, 2016
217b8958
Merge remote-tracking branch 'dgoulet/ticket19642_030_01'
Nov 10, 2016
f82f0c3e
Merge remote-tracking branch 'dgoulet/bug20574_030_01'
Nov 10, 2016
b6164e16
Merge remote-tracking branch 'public/feature20552'
Nov 10, 2016
5e16c3f5
Merge remote-tracking branch 'dgoulet/bug20567_030_01'
Nov 10, 2016
0980787f
Merge remote-tracking branch 'dgoulet/bug20570_030_01'
Nov 10, 2016
431565e0
Helper function to see if an ed25519 pk is set.
Nov 10, 2016
8406677a
Accessor functions to get a node's ID keys.
Nov 10, 2016
b5e75ae7
Add an ed25519 identity to extend_info
Nov 10, 2016
1be671f5
Trunnel-side: start migrating extend/extend2 to trunnel
Nov 10, 2016
9f74f8f7
Move encode_cert to torcert.c and rename it to tor_cert_encode_ed22519()
Nov 10, 2016
a3bbb9ce
fixup! Move encode_cert to torcert.c and rename it to tor_cert_encode_ed22519()
Nov 10, 2016
c82881a2
hs: Remove pointless NULL check found by Coverity
Nov 10, 2016
e0542112
Migrate extend2/create2 cell encoding to Trunnel
Nov 11, 2016
7918e219
Rewrite the fallback directory mirror list changelog entries
Nov 13, 2016
307d2446
Fix a "shouldn't have reached this" warning in connection_edge.c
Nov 14, 2016
caf74228
Fix grammar in HiddenServiceSingleHopMode description
Nov 14, 2016
9a790f73
Merge branch 'maint-0.2.9'
Nov 14, 2016
cccc08ad
Add expect_log_msg_containing_either3() and expect_log_msg_containing_either4()
Nov 16, 2016
01492d38
Add all four error messages to test_address_get_if_addrs6_list_internal()
Nov 16, 2016
0825fc6a
Add all four error messages to test_address_get_if_addrs6_list_no_internal()
Nov 16, 2016
150a2b39
fixup! Add expect_log_msg_containing_either3() and expect_log_msg_containing_either4()
Nov 16, 2016
44f3563d
Changes file for bug 20634
Nov 16, 2016
db2dd843
finish_writing_to_file_impl(): Remove temporary file if replacing the existing one failed
Nov 16, 2016
6b13612e
doc: Add change file for bug
#20646
Nov 16, 2016
3bb40b21
refactor router_pick_published_address to have another arg
Nov 16, 2016
f12aad7f
don't attempt a resolve when the cached answer will do
Nov 16, 2016
8a767ba7
Merge remote-tracking branch 'teor/bug20634_029' into maint-0.2.9
Nov 17, 2016
a847e16c
Fix comment for rend_service_parse_port_config()
Nov 17, 2016
fe711c29
Fix and simplify error handling code in rend_service_parse_port_config()
Nov 17, 2016
b7db39e8
Merge remote-tracking branch 'dgoulet/bug20646_030_01'
Nov 17, 2016
427dcb29
Merge branch 'maint-0.2.9'
Nov 17, 2016
a742637f
Merge remote-tracking branch 'public/bug20630'
Nov 17, 2016
b5d738e4
Merge remote-tracking branch 'public/bug20558'
Nov 17, 2016
ded58777
Merge remote-tracking branch 'dgoulet/bug20629_030_01'
Nov 17, 2016
98057d27
Create HS directories in rend_config_services, then check before use
Nov 18, 2016
8bdedab8
Refactor duplicate code out of rend_config_services
Nov 18, 2016
1d1d37bb
Refactor rend_service_check_dir_and_add
Nov 18, 2016
6dc25e79
Fix typo
Nov 21, 2016
e2c88148
Merge remote-tracking branch 'arma/bug20423' into maint-0.2.9
Nov 21, 2016
c35d481f
Merge branch 'maint-0.2.9'
Nov 21, 2016
4614f8e6
Merge remote-tracking branch 'teor/fix-mingw-pagesize'
Nov 22, 2016
16fcbd21
Try to work around breakage in the OSX 10.12 SDK.
Nov 22, 2016
b95998ef
moving useful test helper to test_helpers.h
Nov 24, 2016
afb6ae7b
Refactor circuit_predict_and_launch_new
Nov 24, 2016
cfb8363d
extract magic numbers in circuituse.c
Nov 24, 2016
118bba76
Refactor to remove unnecessary check in circuit_is_available_for_use
Nov 24, 2016
c86bbdd3
adding documentation to extracted unit test helper
Nov 24, 2016
b252773f
re-add check for if circuit is an origin circuit
Nov 24, 2016
f83ed310
adding better comments for defines
Nov 24, 2016
2331e70d
fix up spacing/style in needs_circuits_for_build
Nov 24, 2016
16,654 additional commits have been omitted to prevent performance issues.
Loading
Loading