aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2018-11-09Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-09Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-11-07simplify now that it uses tor's copyright and licenseRoger Dingledine
2018-11-07Switch ctassert.h to 3bsd (with permission)Nick Mathewson
2018-11-06Allow lib/cc to include its own files.Nick Mathewson
2018-11-06Change copyright statement (with permission)Nick Mathewson
2018-11-06Remove a tab.Nick Mathewson
2018-11-06Add parentheses to the ctassert macro expansionsNick Mathewson
2018-11-06Add a user of CTASSERT().Nick Mathewson
2018-11-06New macro CTASSERT(condition) to assert condition at compile-time.Taylor R Campbell
2018-11-06Merge remote-tracking branch 'tor-github/pr/464'Nick Mathewson
2018-11-06Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-06Include sys/time.h in timers.c and time_fmt.cKris Katterjohn
2018-11-02Merge branch 'bug27963_wallclock' into maint-0.3.5Nick Mathewson
2018-11-02Merge branch 'bug27963_wallclock'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-23string: add BOM helpercypherpunks
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 timeval.h include to compat_pthreads.c for timeradd()Nick 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