summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2015-10-02Make test_tortls compile without warningsNick Mathewson
2015-10-02Merge remote-tracking branch 'twstrike/tortls_tests'Nick Mathewson
2015-10-02Fix check-spaces complaintsNick Mathewson
2015-10-02Merge remote-tracking branch 'sebastian/bug17026'Nick Mathewson
2015-10-02Clean up compat_libevent testsNick Mathewson
2015-10-02Merge remote-tracking branch 'twstrike/compat_libevent_tests'Nick Mathewson
2015-09-30Document syslog_identity_tag for add_syslog_logPeter Palfrader
2015-09-30Add SyslogIdentityTagPeter Palfrader
2015-09-29Add checks and unit tests for get_interface_address* failureteor (Tim Wilson-Brown)
2015-09-29get_interface_address6_list(): Bring back a return code checkFabian Keil
2015-09-16Merge remote-tracking branch 'public/bug17047'Nick Mathewson
2015-09-16Merge branch 'bug17027-reject-private-all-interfaces-v2' into bug16069-bug17027teor (Tim Wilson-Brown)
2015-09-16ExitPolicyRejectPrivate rejects local IPv6 address and interface addressesteor (Tim Wilson-Brown)
2015-09-15Add tests for compat_libeventOla Bini
2015-09-15Add tests for tortls.cOla Bini
2015-09-16ExitPolicy accept6/reject6 produces IPv6 wildcard addresses onlyteor (Tim Wilson-Brown)
2015-09-16Ignore accept6/reject6 IPv4, warn about unexpected rule outcomesteor (Tim Wilson-Brown)
2015-09-15Add get_interface_address[6]_list for a list of interface IP addressesteor (Tim Wilson-Brown)
2015-09-14Update comments about ExitPolicy parsingteor (Tim Wilson-Brown)
2015-09-13Use SSL_get_client_ciphers() on openssl 1.1+, not SSL_get_ciphers...Nick Mathewson
2015-09-09Keep unused smartlist storage zeroedSebastian Hahn
2015-09-08Handle negative inputs to crypto_random_time_range().Nick Mathewson
2015-08-21Fix a bunch of check-spaces complaintsSebastian Hahn
2015-08-21Ensure worker threads actually exit when it is timeSebastian Hahn
2015-08-18Merge branch 'decouple_controller_events_squashed'Nick Mathewson
2015-08-18Log meaningful messages before failing on windows with threadlocal.Nick Mathewson
2015-08-18Improve threadlocal documentationNick Mathewson
2015-08-18Add comments for thread-local storage functionsNick Mathewson
2015-08-18Use thread-local storage to block event_queue recursion.Nick Mathewson
2015-08-17Merge remote-tracking branch 'public/bug16741_026'Nick Mathewson
2015-08-17Merge remote-tracking branch 'yawning/feature16533'Nick Mathewson
2015-08-13Fix some types on container fnsNick Mathewson
2015-08-12Use ed25519-donna's batch verification support when applicable.Yawning Angel
2015-08-12Add crypto_rand_unmocked, which is crypto_rand without mocking.Yawning Angel
2015-08-11Merge branch 'bug16389_027_03_squashed'Nick Mathewson
2015-08-11Fix typo in comment about digest256map_tDavid Goulet
2015-08-11Fix windows compilationNick Mathewson
2015-08-10Merge remote-tracking branch 'public/feature16734'Nick Mathewson
2015-08-07Check for EINTR correctly on windowsNick Mathewson
2015-08-05Add a compat function to check how much disk space is free.Nick Mathewson
2015-08-05Set the open file limit to the current value before changing itDavid Goulet
2015-08-04Switch order of unblocking threads and releasing the mutex.cypherpunks
2015-07-31Move formatting functions around.Nick Mathewson
2015-07-30Add get_max_sockets() and remove dead codeDavid Goulet
2015-07-30Wrap windows-only C files in #ifdef _WIN32Nick Mathewson
2015-07-27Allow a single trailing `.` when validating FQDNs from SOCKS.Yawning Angel
2015-07-23Fix a couple more msvc issues, reported by gisle vanemNick Mathewson
2015-07-22Merge branch 'ticket2325_squashed'Nick Mathewson
2015-07-21Fix some potential memory leaks in the thread pool code.cypherpunks
2015-07-20Document the torrc format as thoroughly as possibleNick Mathewson