Commits on Source
19358
c26e3109
Move the IP address note in SOCKSport.
Mar 12, 2015
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
128d4a68
Add chutney performance testing support to src/test/test-network.sh
Jul 06, 2015
d2cb9233
Remove tor-fw-helper code
Jul 14, 2015
da6aa7bf
Allow a single trailing `.` when validating FQDNs from SOCKS.
Jul 27, 2015
58758e71
Merge remote-tracking branch 'yawning/bug16674'
Jul 27, 2015
d6fc50a2
tighten and tidy the changelog; pick a date
Jul 27, 2015
36c0ae6f
Fold final entries into changelog
Jul 27, 2015
cedc651d
Bump version to 0.2.7.2-alpha-dev
Jul 27, 2015
0dab1bc8
Merge remote-tracking branch 'linus/bug_11061'
Jul 28, 2015
7004d674
Update geoip and geoip6 to the July 8 2015 database.
Jul 29, 2015
8b1f88ed
Merge remote-tracking branch 'teor/feature14175-chutney-performance-v2'
Jul 29, 2015
01bb260f
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Jul 29, 2015
9d86f666
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Jul 29, 2015
7b7cb0d7
Merge remote-tracking branch 'origin/maint-0.2.6'
Jul 29, 2015
beac91cf
Wrap windows-only C files in #ifdef _WIN32
Jul 30, 2015
26c96911
Check in some scripts I use for callgraph analysis.
Jul 30, 2015
2369f814
changes file for callgraph scripts
Jul 30, 2015
aa22b967
whitespace fix
Jul 30, 2015
aadff627
Do not autoflush control connections as their outbufs get big
Jul 30, 2015
8c83e8ce
Add get_max_sockets() and remove dead code
Jul 30, 2015
20254907
Improve log messages for problems about ed25519 keypinning
Jul 31, 2015
347fe449
Move formatting functions around.
Jul 31, 2015
6de49f4d
Improved targets for "run all the tests, no, all of them."
Aug 03, 2015
62e6513b
When building with coverage, run chutney with coverage
Aug 03, 2015
57216275
Update doc/HACKING with more coverage instructions
Aug 03, 2015
b3ea3c8e
Switch order of unblocking threads and releasing the mutex.
Aug 04, 2015
9e07dfa3
Merge remote-tracking branch 'public/bug13338'
Aug 04, 2015
1d63ecbe
Let's try to get test_workqueue working on windows
Aug 05, 2015
ebff18d1
Allow cov-display to take directories as arguments
Aug 05, 2015
9338847b
Write a bunch more test for doc/WritingTests
Aug 05, 2015
79798a23
Set the open file limit to the current value before changing it
Aug 05, 2015
50049df0
Add a compat function to check how much disk space is free.
Aug 05, 2015
1ccba302
Update tor-fw-helper URL
Aug 05, 2015
574344b9
add dSYM files to gitignore (they are an osx thing)
Aug 05, 2015
7155ee84
Fix misnamed parameter in or_circuit_new docstring.
Aug 06, 2015
e86c3b28
Merge remote-tracking branch 'public/bug16286'
Aug 06, 2015
887d86b7
Merge remote-tracking branch 'public/decouple-write'
Aug 06, 2015
720a9ccb
Check for EINTR correctly on windows
Aug 07, 2015
8c92ffab
Merge remote-tracking branch 'dgoulet/bug16274_027_02'
Aug 10, 2015
def5883b
Update callgraph code to find and output strongly connected components
Aug 10, 2015
8afbc154
Remove a 9-function strongly connected component of tor's callgraph.
Aug 10, 2015
81e0fd83
Merge remote-tracking branch 'public/feature16734'
Aug 10, 2015
7ee71493
Make HSDir depend on Running/Valid again.
Aug 11, 2015
3fdc07df
Fix a 32-bit compilation warning
Aug 11, 2015
69f7f9b0
Fix windows compilation
Aug 11, 2015
ab9a0e34
Add rend failure cache
Aug 11, 2015
d06af95b
Purge client HS failure cache on NEWNYM
Aug 11, 2015
1070be82
Use an enum for INTRO_POINT_FAILURE_*
Aug 11, 2015
c265621a
Fix typo in comment about digest256map_t
Aug 11, 2015
6e967235
Add created timestamp to a rend cache failure entry
Aug 11, 2015
7dce4098
Expire after 5 minutes rend cache failure entries
Aug 11, 2015
da04fed8
Merge branch 'bug16389_027_03_squashed'
Aug 11, 2015
835e09e5
Split the client-only parts of init_keys() into a separate function
Aug 11, 2015
b65d5351
Decouple the backend for directory_all_unreachable to simplify our CFG
Aug 12, 2015
23fb084c
Merge branch 'ticket16762_squashed'
Aug 12, 2015
f4f0b432
Try to decouple process_signal() from anything not event-driven
Aug 12, 2015
af898f54
Add crypto_rand_unmocked, which is crypto_rand without mocking.
Aug 12, 2015
78fad380
Use ed25519-donna's batch verification support when applicable.
Aug 12, 2015
9deb3c61
Fix a memory leak when adding an ri with expired ed certs
Aug 12, 2015
2088b3b8
whoops; add a stale changes file
Aug 12, 2015
3cc6d595
Fix a windows compilation error
Aug 12, 2015
6b269629
Merge branch 'bug16539'
Aug 12, 2015
0b3fe627
Add changes file for #16389
Aug 13, 2015
c7c73f11
Change lost_owning_controller() to call activate_signal().
Aug 13, 2015
e6251886
Decouple routerlist_retry_directory_downloads() from the blob
Aug 13, 2015
216bde38
Fix some types on container fns
Aug 13, 2015
810ef71f
Increase unit test coverage on container.c
Aug 13, 2015
34aefe6f
Merge remote-tracking branch 'public/decouple_init_keys'
Aug 14, 2015
05d52899
Fix an overzealous compiler warning in the tests
Aug 14, 2015
98b2a3b3
Increase AccountingMax example value to 40 GB.
Aug 14, 2015
bb466305
Hack up the scripts/maint/*callgraph* scripts to do more, better
Aug 15, 2015
494dea70
Merge branch 'analyze_cg_more'
Aug 15, 2015
a053451d
Merge remote-tracking branch 'isis/fix/circuitlist-docstring-typo'
Aug 17, 2015
2e0a50ab
Remove redundant tor_free() in command_process_create_cell().
Aug 17, 2015
fd16a2b5
Fix a stupid memory leak I introduced in
8afbc154
. Bug not in any released Tor.
Aug 17, 2015
2691b2bb
Fix an assertion failure introduced in
20254907
Aug 17, 2015
7f9a33a8
Bring the dimap tests up to 100%
Aug 17, 2015
573bd1f0
Merge remote-tracking branch 'public/decouple_retry_directory'
Aug 17, 2015
5fe18bcf
Merge remote-tracking branch 'yawning/feature16533'
Aug 17, 2015
b4732bd2
Logs and debug info that I used for finding bug 16844
Aug 17, 2015
f724b2e5
Merge remote-tracking branch 'public/bug16741_026'
Aug 17, 2015
a77616f6
Enable ed25519-donna's SSE2 code when possible for 32 bit x86.
Aug 17, 2015
7efdf5cb
Merge remote-tracking branch 'yawning/feature16535'
Aug 17, 2015
971eba0f
Fixup: Force enable SSE2 before undefining ALIGN if SSE2 is disabled.
Aug 17, 2015
7b8526d6
Merge remote-tracking branch 'yawning/feature16535'
Aug 17, 2015
d07fe5df
Merge remote-tracking branches 'public/decouple_lost_owner' and 'public/decouple_signals'
Aug 17, 2015
0cb82013
Fix TestingDirAuthVoteHSDir docs: HSDir flag needs DirPort
Aug 18, 2015
359faf5e
New TestingDirAuthVote{Exit,Guard,HSDir}IsStrict flags
Aug 18, 2015
d1c94dcb
Refactor TestingDirAuthVote* into dirserv_set_routerstatus_testing
Aug 18, 2015
3acb27af
Add unit tests for dirserv_set_routerstatus_testing
Aug 18, 2015
19,258 additional commits have been omitted to prevent performance issues.
Loading
Loading