Commits on Source
18678
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
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
fcc6541f
src/common/compat.c:tor_vasprintf() - changed vsnprintf() to tor_vsnprintf()...
Dec 01, 2015
86a5305d
ext/eventdns.c multiple replacements of snprintf() with tor_snprintf() which...
Dec 01, 2015
b3639c82
src/common/compat.c:tor_vasprintf() - vsnprintf() was properly checked but...
Dec 01, 2015
4a7964b3
Don't allow a rendezvous point to have a private address
Dec 08, 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
467d0919
Authorities must set a router's V2Dir flag if it supports tunnelled reqs
Dec 16, 2015
1ceb7142
A relay now advertises "tunnelled-dir-server" in its descriptor
Dec 16, 2015
4c55ccbe
Fix a memory leak in the backtrace test
Dec 18, 2015
59e5bf7e
Remove an extra space in backtrace version string
Dec 18, 2015
511105af
changes file for 17892
Dec 18, 2015
874f982a
Stop building and testing Tor twice with distcheck
Dec 18, 2015
05f02f65
changes file for 17893
Dec 18, 2015
0a7d22a6
Client should check if dir server has open dir port or handles tunnelled requests
Dec 18, 2015
e0bd6cde
Add unit test for router_pick_directory_server_impl
Dec 18, 2015
997f779a
Add new DirCache configuration option
Dec 18, 2015
d49ad438
Rebuild descriptor when DirCache is {dis,en}abled
Dec 18, 2015
3007de8e
{dis,en}abling DirCache is a semantic change
Dec 18, 2015
fb80a748
A router must be a dir cache before it may be HSDir
Dec 18, 2015
21654ca7
Let make_consensus_method_list be used in tests
Dec 18, 2015
185c93c9
Automatically generate md-con method vers in test
Dec 18, 2015
6a552835
Assert rs are added in con and con_md tests
Dec 18, 2015
54406f78
Change dataflow on generating 'dir-cache' flag.
Dec 18, 2015
0c8e042c
Restore semantics of advertise vs serve on directory cacheing
Dec 18, 2015
ea6f8847
Use dir_server_mode() in find_dl_schedule()
Dec 18, 2015
14c9b990
mark a variable unused to fix a warning.
Dec 18, 2015
c4fb7ad0
Merge branch 'feature12538_028_01_squashed'
Dec 18, 2015
a6c9fcc4
Fix nodelist/node_is_dir test wrt 12538.
Dec 18, 2015
f5f35e90
Fix config/directory_fetch after 12538 merge
Dec 18, 2015
f0a4282e
fix routerlist/pick_directory_server_impl in light of 12538
Dec 18, 2015
e9930037
Clean import of keccak-tiny (
https://github.com/coruus/keccak-tiny
)
Dec 18, 2015
18685df0
Expose an incremental API in addition to the one-shot routines.
Dec 19, 2015
5356eba6
Use tor specific headers and memwipe() instead of memset_s(), and build.
Dec 19, 2015
687f9b3b
Add the SHA-3 hash functions to common/crypto.h.
Dec 19, 2015
94674855
Add `crypto_xof_t` and assorted routines, backed by SHAKE256.
Dec 19, 2015
081b159a
Add the randomized large buffer test for SHA-3 incremental hashing.
Dec 20, 2015
7b0cbf22
Merge remote-tracking branch 'yawning/feature17783_take2'
Dec 20, 2015
2d9c38ea
Repair "make distcheck".
Dec 20, 2015
bb19799a
Appease "make check-spaces"
Dec 20, 2015
079644b7
add libkeccak-tiny to .gitignore
Dec 20, 2015
62f97545
Merge remote-tracking branch 'public/bug12538_merged'
Dec 21, 2015
8ede8d41
Fix a couple of jenkins issues from 12538.
Dec 21, 2015
f2a5df25
whoops; really fix the 32-bit builds
Dec 21, 2015
4ec0f853
Add an unreachable line to make the compiler happy
Dec 22, 2015
45f5e597
Remove extra quotes from log message
Dec 22, 2015
b9596b8f
document minimum heartbeatperiod; bug 15638.
Dec 22, 2015
d0c209c5
Remove extraneous #endif in configure.ac
Dec 22, 2015
ff3e9007
Merge branch 'maint-0.2.7'
Dec 22, 2015
2b9b6944
Remove config.log from CLEANFILES
Dec 22, 2015
9a901aaa
changes file correction
Dec 23, 2015
b18f533c
Always test both ed25519 backends.
Dec 23, 2015
d7c841f4
Unit tests for crypto_force_rand_ssleay().
Dec 23, 2015
63658598
Disable the dynlock functions we were giving openssl.
Dec 23, 2015
263f6d11
Mark all object files built based on micro-revision.i as depending on it
Dec 26, 2015
bc2cd0ff
Use timingsafe_memcmp() where available.
Dec 29, 2015
488cdee5
When allocating a crypto_digest_t, allocate no more bytes than needed
Dec 29, 2015
a12c5f46
Remove the (now-unused) digest_algorithm_bitfield_t
Dec 29, 2015
603110aa
Merge branch 'feature17796_squashed'
Dec 29, 2015
cdbb04be
change credit by request
Dec 30, 2015
1949908d
Fix a typo in the comment for tor_addr_port_split
Jan 03, 2016
3a24364a
Fix typos in microdesc_t and node_t comments
Jan 03, 2016
ce5406b7
Fix a comment typo in main.c
Jan 03, 2016
44497e9e
Add family argument to get_interface_addresses_raw (and subfunctions).
Jan 03, 2016
a8749ea9
Test another codepath in inet_ntop
Jan 03, 2016
de8110fb
Explicitly test our get/set_uint{8,16,32,64}.
Jan 03, 2016
8aa9ee73
Add a test for touch_file
Jan 03, 2016
c941240f
clean up the "skip this util test on windows" logic.
Jan 03, 2016
18,578 additional commits have been omitted to prevent performance issues.
Loading
Loading