aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2018-11-05Code to manage the list of subsystems.Nick Mathewson
2018-11-01Declare the subsystem structure.Nick Mathewson
2018-10-30Merge branch 'ticket23082_squashed'Nick Mathewson
2018-10-30Code cleanups for tor_addr_parse()rl1987
2018-10-30Move a check for trailing colon to tor_inet_pton()rl1987
2018-10-24Merge branch 'maint-0.3.5'Nick Mathewson
2018-10-19Rename a function; it is used to convert a value _From_ le.Nick Mathewson
2018-10-19Fix a misspelled macro test that was breaking big-endian OPENick Mathewson
2018-10-17evloop: fix docs for threadpool_register_reply_eventcypherpunks
2018-10-17evloop: fix docscypherpunks
2018-10-16Merge remote-tracking branch 'public/bug27990'Nick Mathewson
2018-10-15Merge branch 'maint-0.3.4'Nick Mathewson
2018-10-15Merge branch 'maint-0.3.4'Nick Mathewson
2018-10-15Merge branch 'maint-0.3.4'Nick Mathewson
2018-10-14Merge branch 'bug27772_squashed'Nick Mathewson
2018-10-14In tor_tls_get_my_certs(), set cert ptrs even on failureNick Mathewson
2018-10-10Add sys/time.h include back to procmon.cNick Mathewson
2018-10-09Merge remote-tracking branch 'public/ticket27856'Nick Mathewson
2018-10-01Merge remote-tracking branch 'public/bug27728'Nick Mathewson
2018-09-27Detect an unlikely integer overflow.Nick Mathewson
2018-09-27Prevent duplicate initialization of NSS DH moduleNick Mathewson
2018-09-27geoip: fix windows compilationNick Mathewson
2018-09-27Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson
2018-09-24Fix arm compilation with openssl <1.1Nick Mathewson
2018-09-20Fix an NSS socket leak-on-error found by dgouletNick Mathewson
2018-09-20Use the correct macro to detect an invalid socket in tortls_nss.cNick Mathewson
2018-09-20Release ownership of the dummy socket that tortls_nss.c will closeNick Mathewson
2018-09-20Add a tor_release_socket_ownership() function.Nick Mathewson
2018-09-20Merge branch 'maint-0.3.4'Nick Mathewson
2018-09-18Assert that some trunnel _new() functions return non-NULLNick Mathewson
2018-09-18Make crypto_strongest_rand() non-mockableNick Mathewson
2018-09-18Fix minor memleak in edge-case of crypto_rsa.c function.George Kadianakis
2018-09-17Lower the maximum size of a private key file to 16 MBNick Mathewson
2018-09-16When Tor is compiled with NSS, don't claim support for LinkAuth=1Nick Mathewson
2018-09-14Add a missing function for windowsNick Mathewson
2018-09-14Explicitly ignore BIO_set_close() return val to fix #27711Nick Mathewson
2018-09-14Merge branch 'nss_countbytes_squashed'Nick Mathewson
2018-09-14Allow malloc includes in tls libraryNick Mathewson
2018-09-14Add support for lower-level byte counting with NSSNick Mathewson
2018-09-14Merge branch 'nss_27664'Nick Mathewson
2018-09-14Merge branch 'nss_27451'Nick Mathewson
2018-09-13Include torint.h in socketpair.c for intptr_t definition.Nick Mathewson
2018-09-13Fix a 32-bit off_t/size_t warning in crypto_rsa.cNick Mathewson
2018-09-13Merge remote-tracking branch 'UntoSten/inform-about-conf-includes'Nick Mathewson
2018-09-13Run crypto_prefork() before start_daemon().Nick Mathewson
2018-09-12Merge remote-tracking branch 'tor-github/pr/280'Nick Mathewson
2018-09-12Add a tor_tls_release_socket() function.Nick Mathewson
2018-09-12Merge remote-tracking branch 'tor-github/pr/298'Nick Mathewson
2018-09-12Merge remote-tracking branch 'tor-github/pr/318'Nick Mathewson
2018-09-09Refactor initialization in curve25519_basepoint_spot_checkNick Mathewson