Commits on Source
18859
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
5eff39c8
Fix typo
Aug 25, 2015
1a75e6da
Create a service-side descriptor cache
Aug 25, 2015
af3be650
Add a HS_DESC CREATED control event
Aug 25, 2015
968cb956
Preparatory indentation changes
Aug 25, 2015
e0b82e59
Store service descriptors in the service descriptor cache
Aug 25, 2015
1d205163
Generate service descriptors when PublishHidServDescriptors = 0
Aug 25, 2015
580673cf
Add GETINFO hs/service/desc/id/ control command
Sep 08, 2015
5dc2cbaf
Specify descriptor cache type in rend_cache_lookup_entry()
Sep 08, 2015
0bd68bf9
Clean up service-side descriptor cache and fix potential double-free.
Sep 08, 2015
293410d1
Add replica number to HS_DESC CREATED event
Sep 08, 2015
ee1a4ce8
Require explict specification of cache type
Sep 08, 2015
335d0b95
Clean old descriptors from the service-side rend cache
Sep 08, 2015
61ef356a
Rename rend_cache_service to rend_cache_local_service for clarity
Sep 08, 2015
d47a4aec
Separate lookup function for service rend cache
Sep 08, 2015
08b1738a
Add changelog entry for feature
#14846
Sep 08, 2015
46e22762
Keep unused smartlist storage zeroed
Sep 09, 2015
c58b3726
Allow IPv6 literal addresses in routersets
Sep 14, 2015
99d2869a
Add unit tests for wildcard, IPv4, IPv6 routerset parsing
Sep 14, 2015
73ba9f33
Add several tests for address.h
Sep 15, 2015
ade50058
Add tests for the rend cache
Sep 15, 2015
94e5db3d
Add tests for tortls.c
Sep 15, 2015
9985a62a
Add tests for compat_libevent
Sep 15, 2015
cf4f50f9
Add tests for util_process
Sep 15, 2015
28370fe7
Add tests for util_format
Sep 15, 2015
b4950c93
Add tests for procmon. These currently fail. Investigation should happen before submitting
Sep 15, 2015
d5e860e3
Add tests for src/or/directory.c
Sep 15, 2015
4ff08bb5
Add tests for directory_handle_command_get
Sep 15, 2015
3b535869
Add tests for parse_port_config
Sep 15, 2015
5b43ecf2
Fix procmon_new to correctly use zeroed memory - otherwise it can blow up if...
Sep 15, 2015
551dba32
Bump master to 0.2.8.0-alpha-dev
Sep 25, 2015
3d8a045b
Merge remote-tracking branch 'origin/maint-0.2.7'
Sep 29, 2015
8e93cfb4
Merge remote-tracking branch 'origin/maint-0.2.7'
Sep 29, 2015
efff55bd
Merge remote-tracking branch 'origin/maint-0.2.7'
Sep 29, 2015
aaf74843
Merge remote-tracking branch 'origin/maint-0.2.7'
Sep 29, 2015
62d6a8ef
Add a README for the trunnel directory
Sep 29, 2015
00346243
Merge remote-tracking branch 'origin/maint-0.2.7'
Sep 29, 2015
cd279ca7
Warn when the system clock is set back in time
Sep 30, 2015
0d43a54d
Remove comment about a workaround for libevent versions we no longer work around. Fixes 16647
Sep 30, 2015
1cf0d822
Add SyslogIdentityTag
Sep 30, 2015
335af6fe
Document syslog_identity_tag for add_syslog_log
Sep 30, 2015
71e4649f
Disallow transitions on SyslogIdentityTag, since they do not work right
Sep 30, 2015
763cb393
fixup #17188: Add most likely reasons for clock going backwards
Oct 01, 2015
596de490
Ignore OS X .DS_Store files
Oct 02, 2015
3321e4a0
Merge remote-tracking branch 'twstrike/util_format_tests'
Oct 02, 2015
144a0cb7
Add notes and whitespace fixes to test_util_format
Oct 02, 2015
39eb075c
Give test_util_format some succeeding test cases
Oct 02, 2015
f7748131
Merge remote-tracking branch 'twstrike/compat_libevent_tests'
Oct 02, 2015
c01f9d9f
Fix style and compilation in log_test_helpers
Oct 02, 2015
ac8c5ec6
Clean up compat_libevent tests
Oct 02, 2015
46f2682f
new headers must get distributed
Oct 02, 2015
3b09322c
Merge remote-tracking branch 'sebastian/bug17026'
Oct 02, 2015
0e03a042
Fix check-spaces complaints
Oct 02, 2015
0b3190d4
Merge remote-tracking branch 'donncha/feature14846_4'
Oct 02, 2015
0d44679d
Fix a test failure
Oct 02, 2015
488e9a05
Merge remote-tracking branch 'teor/routerset-parse-IPv6-literals'
Oct 02, 2015
67182226
Merge remote-tracking branch 'teor/warn-when-time-goes-backwards'
Oct 02, 2015
086c33ea
Merge remote-tracking branch 'twstrike/tortls_tests'
Oct 02, 2015
39901bd4
Make test_tortls compile without warnings
Oct 02, 2015
b5aa257d
Fix "make check-spaces"
Oct 02, 2015
7bd22474
changes file for 17082
Oct 02, 2015
21c20120
Merge remote-tracking branch 'twstrike/dir-handle-cmd-get'
Oct 02, 2015
92c436cc
Fix warnings.
Oct 02, 2015
11e3db3e
clean up whitespace
Oct 02, 2015
578830ad
Fix "make distcheck"
Oct 02, 2015
5d5d26cc
Fix a 32-bit error from jenkins
Oct 02, 2015
0ead9a58
Avoid warnings in tortls.h includes
Oct 02, 2015
561d4136
These logs seem openssl-version-dependent
Oct 02, 2015
b31cdf4a
Try to fix mingw build.
Oct 02, 2015
3c678239
Perhaps this is the permutation of headers that will please everything
Oct 02, 2015
d0abf161
Actually test success cases as well
Oct 03, 2015
b54133fb
Fix spaces warnings
Oct 03, 2015
c9cb5516
fix easy typo
Oct 04, 2015
c44a9460
Use __FUNCTION__ instead of __PRETTY_FUNCTION__
Oct 04, 2015
987c38e6
Test full IP addresses instead of just one nibble
Oct 05, 2015
fb5cefbf
Fix spaces
Oct 05, 2015
be7ef94a
Fix compiling under gcc warnings to errors
Oct 05, 2015
ca927b7f
Fix spaces
Oct 05, 2015
b216340d
Fix compilation failure when SSL_SESSION_get_master_key() is provided by OpenSSL.
Oct 05, 2015
c31791b7
Test behavior on success, and fix spaces
Oct 05, 2015
70de8d4b
Fix spaces and other smaller issues
Oct 05, 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
bfd9dccd
Merge remote-tracking branch 'origin/maint-0.2.7'
Oct 06, 2015
94669c82
Allow case-insensitive match in test_tortls_debug_state_callback
Oct 06, 2015
20ec030d
Fix compilation with openssl 1.1 by forcibly disabling some tests
Oct 06, 2015
41782bf3
Merge remote-tracking branch 'tvdw/fix-16563'
Oct 06, 2015
aaa27b99
changes file for
#16563
Oct 06, 2015
18,759 additional commits have been omitted to prevent performance issues.
Loading
Loading