.. |
address.c
|
Consistently ignore multicast in internal reject private exit policies
|
2015-12-07 14:46:19 +11:00 |
address.h
|
Consistently ignore multicast in internal reject private exit policies
|
2015-12-07 14:46:19 +11:00 |
aes.c
|
Remove checks for visual C 6.
|
2015-06-29 12:55:03 -04:00 |
aes.h
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
backtrace.c
|
Merge remote-tracking branch 'public/bug14988_025'
|
2015-02-23 11:33:07 -05:00 |
backtrace.h
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
ciphers.inc
|
Update ciphers.inc to match ff28
|
2014-04-08 11:42:07 -04:00 |
compat_libevent.c
|
Clean up compat_libevent tests
|
2015-10-02 13:13:58 +02:00 |
compat_libevent.h
|
Clean up compat_libevent tests
|
2015-10-02 13:13:58 +02:00 |
compat_openssl.h
|
appease check-spaces
|
2015-11-10 10:40:19 -05:00 |
compat_pthreads.c
|
Use thread-local storage to block event_queue recursion.
|
2015-08-18 08:56:23 -04:00 |
compat_threads.c
|
Check for EINTR correctly on windows
|
2015-08-07 09:12:33 -04:00 |
compat_threads.h
|
Improve threadlocal documentation
|
2015-08-18 08:56:24 -04:00 |
compat_winthreads.c
|
Merge branch 'decouple_controller_events_squashed'
|
2015-08-18 08:56:31 -04:00 |
compat.c
|
use sockaddr_storage for stack-allocated sockets in ersatz socketpair
|
2015-11-27 11:52:59 -05:00 |
compat.h
|
Make crypto_seed_rng() and crypto_rand() less scary.
|
2015-11-25 22:29:59 -05:00 |
container.c
|
Fix check-spaces complaints
|
2015-10-02 13:22:00 +02:00 |
container.h
|
Fix a bunch of check-spaces complaints
|
2015-08-21 10:36:53 -04:00 |
crypto_curve25519.c
|
Now that crypto_rand() cannot fail, it should return void.
|
2015-11-25 22:29:59 -05:00 |
crypto_curve25519.h
|
Move formatting functions around.
|
2015-07-31 11:21:34 -04:00 |
crypto_ed25519.c
|
Fix a memory leak; bug 17398.
|
2015-10-21 08:17:07 -04:00 |
crypto_ed25519.h
|
Move formatting functions around.
|
2015-07-31 11:21:34 -04:00 |
crypto_format.c
|
Move formatting functions around.
|
2015-07-31 11:21:34 -04:00 |
crypto_format.h
|
Move formatting functions around.
|
2015-07-31 11:21:34 -04:00 |
crypto_pwbox.c
|
Silence spurious clang warnings
|
2014-10-30 22:34:46 +11:00 |
crypto_pwbox.h
|
Rudimentary-but-sufficient passphrase-encrypted box code.
|
2014-09-25 11:58:13 -04:00 |
crypto_s2k.c
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
crypto_s2k.h
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
crypto.c
|
Mark a couple more arguments as unused.
|
2015-12-09 11:58:32 -05:00 |
crypto.h
|
Merge branch 'bug17686_v2_027'
|
2015-11-25 22:33:49 -05:00 |
di_ops.c
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
di_ops.h
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
include.am
|
Move openssl version compatibility defines into a new header.
|
2015-11-10 10:02:21 -05:00 |
linux_syscalls.inc
|
Move code-generation scripts to scripts/codegen
|
2014-05-07 01:17:41 -04:00 |
log.c
|
Fix check-spaces complaints
|
2015-10-02 13:22:00 +02:00 |
Makefile.nmake
|
Clean up the MVSC nmake files so they work again.
|
2014-09-09 10:27:05 -04:00 |
memarea.c
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
memarea.h
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
procmon.c
|
Fix "make check-spaces"
|
2015-10-07 09:34:02 -04:00 |
procmon.h
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
sandbox.c
|
Add support for getrandom() and getentropy() when available
|
2015-12-08 12:34:53 -05:00 |
sandbox.h
|
Fix compilation of sandbox.[ch] under musl-libc
|
2015-10-15 10:37:41 -04:00 |
testsupport.h
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
torgzip.c
|
Merge remote-tracking branch 'public/feature11791'
|
2015-01-06 13:52:54 -05:00 |
torgzip.h
|
Merge remote-tracking branch 'public/feature11791'
|
2015-01-06 13:52:54 -05:00 |
torint.h
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
torlog.h
|
Use __FUNCTION__ instead of __PRETTY_FUNCTION__
|
2015-10-04 19:55:38 +02:00 |
tortls.c
|
Merge branch 'bug17686_v2_027'
|
2015-11-25 22:33:49 -05:00 |
tortls.h
|
Merge remote-tracking branch 'public/ticket11150_client_only'
|
2015-11-13 09:58:16 -05:00 |
util_format.c
|
Move formatting functions around.
|
2015-07-31 11:21:34 -04:00 |
util_format.h
|
Move formatting functions around.
|
2015-07-31 11:21:34 -04:00 |
util_process.c
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
util_process.h
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
util.c
|
appease check-spaces
|
2015-11-13 13:46:47 -05:00 |
util.h
|
Merge branch 'karsten_bug13192_026_03_teor'
|
2015-11-12 11:40:58 -05:00 |
workqueue.c
|
Ensure worker threads actually exit when it is time
|
2015-08-21 10:36:53 -04:00 |
workqueue.h
|
Ensure worker threads actually exit when it is time
|
2015-08-21 10:36:53 -04:00 |