aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2015-07-16Fix most check-spaces issuesNick Mathewson
2015-07-15Use C99 variadic macros when not on GCC.Nick Mathewson
2015-07-15Add more EINVAL errno setting on key read failuresNick Mathewson
2015-07-14Make file-reading and key-reading preserve errnoNick Mathewson
2015-07-12Okay, this time it was my faultNick Mathewson
2015-07-12Fine, mingw! fine! are you happy now??Nick Mathewson
2015-07-12This should be the last SecureZeroMemory fixNick Mathewson
2015-07-12Dammit, autoconf!Nick Mathewson
2015-07-12Nth time is maybe the charm for fixing windows readpassword build errorsNick Mathewson
2015-07-11note some dead code in set_max_file_descriptorsNick Mathewson
2015-07-10Try one more one more time to get tor-ci-windows workingNick Mathewson
2015-07-10Attempt yet again to make the tor-ci-windows builder happyNick Mathewson
2015-07-09Merge remote-tracking branch 'yawning/feature16467_9663'Nick Mathewson
2015-07-08Always use the sandbox in tor_open_cloexecteor
2015-07-06Integrate and enable ed25519-donna.Yawning Angel
2015-07-06Integrate the accelerated Curve25519 scalar basemult.Yawning Angel
2015-07-06Integrate ed25519-donna (Not yet used).Yawning Angel
2015-06-29Try a little harder to fix the tor-ci-windows builder, or figure out why it i...Nick Mathewson
2015-06-29More tweaks for windows compilation. (ick)Nick Mathewson
2015-06-29Remove checks for visual C 6.Nick Mathewson
2015-06-27Fix some compilation issues.Nick Mathewson