Commits on Source
18914
6d54bdbd
Handle edge cases in laplace functions
May 06, 2015
09cac243
Handle edge cases in the round_*_to_next_multiple_of functions
May 06, 2015
aecc354e
Test: remove edge cases that assert in laplace test
May 06, 2015
dcf0f808
Test: change INT64_MAX to DBL_MAX in laplace test
May 06, 2015
b3832e0b
Fix hs stats comments to be more accurate
May 06, 2015
dad5eb7e
Tweak teor's and dgoulet's
#13192
patches.
May 06, 2015
8acccdbe
Add an util function to cast double to int64_t
May 06, 2015
0fcd1509
Add unit tests for cast_double_to_int64().
May 06, 2015
e60c6124
Use standard float.h header and resolve undefined left shift behaviour
May 06, 2015
75fc4d55
Remove test for strclear as it no longer exists in the codebase
May 06, 2015
d5e860e3
Add tests for src/or/directory.c
Sep 15, 2015
3b535869
Add tests for parse_port_config
Sep 15, 2015
598cd469
Make compilation work under gcc-warnings
Oct 05, 2015
017047e7
Fix all spaces
Oct 05, 2015
5cb72420
Move CL_PORT definitions so they are accessible to the tests as well
Oct 05, 2015
49eefc08
Use tor_addr_eq instead of tt_mem_op
Oct 05, 2015
f319231e
Divide the different parse_port_config groups into separate tests
Oct 05, 2015
bd1a1378
Remove the client-side code for the v1 and v2 tls handshakes.
Oct 07, 2015
2ad6e1bb
Make the mis-named V2_HANDSHAKE_SERVER/CLIENT macros always-on.
Oct 07, 2015
6505d529
Remove client-side support for detecting v1 handshake
Oct 07, 2015
5bd3290d
Remove workaround code for broken client-side renegotiation
Oct 07, 2015
22471026
credit tvdw
Oct 07, 2015
9d019a7d
tor_tls_finish_handshake is server-side only.
Oct 07, 2015
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
7b859fd8
Note that you can use a unix domain socket for hsport
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
8acaac46
Compilation was off by one character
Oct 22, 2015
6d8952fa
Adding changes file.
Oct 24, 2015
e2f9c7d5
Avoid crashing due to double-freeing memory.
Oct 24, 2015
19e10f95
Merge remote-tracking branch 'rl1987/bug17417_take2'
Oct 26, 2015
2e980e9a
Fix GCC warnings.
Oct 29, 2015
f40dc287
Clean up the doc/HACKING/* docs a bit.
Oct 29, 2015
e5976482
More issues that Karsten spotted
Oct 29, 2015
92a6c578
hacking is now markdown
Oct 29, 2015
3c08b76f
Mention torspec URL in the manpage.
Oct 30, 2015
0696ac5b
Merge branch 'doc17392'
Oct 30, 2015
1385ab06
Merge remote-tracking branch 'rl1987/ticket16831_part2_rebased'
Oct 30, 2015
e6888e21
Bump up minimum BandwidthRate from 30KB to 250KBytes - Fixes
#16382
Oct 30, 2015
c1c1c4d0
Refer to the actual minima and the preferred minimum
Oct 30, 2015
faba114a
remove changes files that have been used in existing changelogs
Oct 31, 2015
8976e739
Fix filename endings in HACKING. Patch from "ckomlo", ticket
#17515
.
Nov 03, 2015
617e0f8d
added some markdown formatting
Nov 05, 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
43ce4626
add release notes
Nov 05, 2015
5a370618
Delete trailing whitespace in md files
Nov 05, 2015
b71f6d6a
Fix SipHash-2-4 performance for non multiple of 8 buffers.
Nov 05, 2015
af80d472
"And now a better patch which builds the tests if LibreSSL is used."
Nov 06, 2015
3e3ec750
Fix compilation with OpenSSL 1.1.0-dev.
Nov 06, 2015
89cb2e46
Fix compilation with OpenSSL 1.1.0 --enable-gcc-warnings is set.
Nov 06, 2015
6512df34
Fix the tortls.c unit tests to pass with OpenSSL 1.1.0-dev.
Nov 06, 2015
0d5a4392
Mark fallback directoriess as too busy after a 503 response
Nov 10, 2015
4dd7a55c
start trying to write a blurb
Nov 10, 2015
c32a43a4
Move openssl version compatibility defines into a new header.
Nov 10, 2015
3aebeeff
Every openssl we support has ERR_remove_thread_state
Nov 10, 2015
39e8fa81
every version of openssl we support has SSL_get_state
Nov 10, 2015
05c34b33
appease check-spaces
Nov 10, 2015
0a3eed5f
Merge branch 'bug17549'
Nov 10, 2015
0694263b
Make round_to_next_multiple_of always round upwards.
Nov 12, 2015
1f7ba115
Rename cast_double_to_int64 to clamp_double_to_int64
Nov 12, 2015
d20a3d07
Merge branch 'karsten_bug13192_026_03_teor'
Nov 12, 2015
b370052a
+ and / usage clarification - Fixes
#13158
Nov 12, 2015
8b4e5b7e
Experimentally decouple the main body of circuit_mark_for_close
Nov 12, 2015
f7ccc9b9
Merge branch 'decouple_circuit_mark_squashed'
Nov 12, 2015
741d2dc6
Bump to 0.2.7.5
Nov 13, 2015
e46ea4a7
Merge branch 'maint-0.2.7' into release-0.2.7
Nov 13, 2015
7bdbcdae
Merge commit '
7b859fd8
'
Nov 13, 2015
14d2ff1a
Merge commit '
741d2dc6
'
Nov 13, 2015
0549c019
add a dedication paragraph; reflow another.
Nov 13, 2015
43609fba
fix an email address in doc/HACKING/ReleasingTor.md
Nov 13, 2015
accb726d
Remove a little duplicated code in TAP key expansion
Nov 13, 2015
d4672273
Merge remote-tracking branch 'public/ticket11150_client_only'
Nov 13, 2015
7a940fac
appease check-spaces
Nov 13, 2015
fbeff307
Infrastructure for replacing global periodic events in main.c
Nov 13, 2015
e8b459a2
Connect periodic events to main
Nov 13, 2015
9f31908a
Turn all of run_scheduled_events() into a bunch of periodic events
Nov 13, 2015
2bf8fb5e
Fold all of the run-every-second stuff back into run_scheduled_events()
Nov 13, 2015
65a6489e
fix whitespace; remove dead code
Nov 13, 2015
dd00fd0a
Change periodic.c to use libevent directly
Nov 13, 2015
dd82550a
Add missing " in AccountingMax comment in or.h
Nov 16, 2015
d3b75467
Add a missing "if" in the comment on warn_nonlocal_controller_ports
Nov 16, 2015
eb721ed2
Add documentation for periodic event api
Nov 16, 2015
661e5bdb
Changes to 3199 branch based on feedback from special
Nov 17, 2015
c113d19b
Merge branch 'bug3199_redux_3'
Nov 17, 2015
b91bd27e
Whoops; in this context the EV_TIMEOUT flag is needed
Nov 17, 2015
b1d56fc5
Decouple ..attach_circuit() from most of its callers.
Nov 17, 2015
84b3350c
Be more conservative in scanning the list of pending streams
Nov 17, 2015
58edf926
Free pending_entry_connections on shutdown.
Nov 17, 2015
18,814 additional commits have been omitted to prevent performance issues.
Loading
Loading