Nick Mathewson a82604b526 Initial workqueue implemention, with a simple test. 12 лет назад
..
Makefile.nmake 8391c96091 Clean up the MVSC nmake files so they work again. 11 лет назад
address.c 8d59ddf3cb Commit second draft of Jake's SOCKS5-over-AF_UNIX patch. See ticket #12585. 11 лет назад
address.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
aes.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
aes.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
backtrace.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
backtrace.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
ciphers.inc 4231729176 Update ciphers.inc to match ff28 12 лет назад
compat.c c2f0d52b7f Split threading-related code out of compat.c 11 лет назад
compat.h c2f0d52b7f Split threading-related code out of compat.c 11 лет назад
compat_libevent.c 1abd526c75 Merge remote-tracking branch 'public/bug12985_025' 11 лет назад
compat_libevent.h 8df35a0c88 src/common/compat_libevent.h: include testsupport.h 11 лет назад
compat_pthreads.c 6c9363310a Specialize handling for mutexes allocated for condition variables 11 лет назад
compat_threads.c 65016304d2 Add tor_cond_init/uninit 11 лет назад
compat_threads.h 6c9363310a Specialize handling for mutexes allocated for condition variables 11 лет назад
compat_winthreads.c 6c9363310a Specialize handling for mutexes allocated for condition variables 11 лет назад
container.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
container.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
crypto.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
crypto.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
crypto_curve25519.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
crypto_curve25519.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
crypto_ed25519.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
crypto_ed25519.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
crypto_format.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
crypto_pwbox.c 13298d90a9 Silence spurious clang warnings 11 лет назад
crypto_pwbox.h 8184839a47 Rudimentary-but-sufficient passphrase-encrypted box code. 11 лет назад
crypto_s2k.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
crypto_s2k.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
di_ops.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
di_ops.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
include.am a82604b526 Initial workqueue implemention, with a simple test. 11 лет назад
linux_syscalls.inc de3bbc4f53 Move code-generation scripts to scripts/codegen 12 лет назад
log.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
memarea.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
memarea.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
mempool.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
mempool.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
procmon.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
procmon.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
sandbox.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
sandbox.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
testsupport.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
torgzip.c cf2ac8e255 Merge remote-tracking branch 'public/feature11791' 11 лет назад
torgzip.h cf2ac8e255 Merge remote-tracking branch 'public/feature11791' 11 лет назад
torint.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
torlog.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
tortls.c b2663298e9 Fix tortls.c build with GCC<4.6 11 лет назад
tortls.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
util.c 2edfdc02a2 Merge remote-tracking branch 'teor/bug13111-empty-key-files-fn-empty' 11 лет назад
util.h f8ffb57bc4 Merge branch 'master' of https://git.torproject.org/tor into bug13111-empty-key-files-fn-empty 11 лет назад
util_codedigest.c 913067f788 Resolve about 24 DOCDOCs 13 лет назад
util_process.c f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
util_process.h f54e54b0b4 Bump copyright dates to 2015, in case someday this matters. 11 лет назад
workqueue.c a82604b526 Initial workqueue implemention, with a simple test. 11 лет назад
workqueue.h a82604b526 Initial workqueue implemention, with a simple test. 11 лет назад