summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2015-06-25Merge branch 'bug16288_027_03_squashed'Nick Mathewson
2015-06-25Validate the open file limit when creating a socketDavid Goulet
2015-06-25Merge branch 'readpassphrase_v2'Nick Mathewson
2015-06-25Remove janky getpass implementationsNick Mathewson
2015-06-25Add a getpass implementation for windows that won't totally suckNick Mathewson
2015-06-24Work around nytimes.com's broken hostnames in our SOCKS checks.Yawning Angel
2015-06-17Add the openssh 6.8p1 readpassphrase implementationNick Mathewson
2015-06-17Merge branch '13642_offline_master_v2_squashed'Nick Mathewson
2015-06-17Add a tor_getpass to read passphrases. Needs better backend.Nick Mathewson
2015-06-16Fix spacing in tortls.cteor
2015-06-15Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-15Fix another seccomp2 issueNick Mathewson
2015-06-11Fix clang address of struct member always non-NULL in SSL master keyteor
2015-06-02Merge remote-tracking branch 'public/bug15760_hard_026_v2'Nick Mathewson
2015-06-02A few more minor OpenSSL 1.1 fixes.Yawning Angel
2015-06-02Merge remote-tracking branch 'teor/bug16115-minor-fixes'Nick Mathewson
2015-06-02Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-02Fix sandboxing to work when running as a relayPeter Palfrader
2015-06-03Silence unused variable warnings in find_cipher_by_idteor
2015-06-03Fix an incorrect comment on spawn_functeor
2015-06-02Merge remote-tracking branch 'public/bug15760_hard_026_v2'Nick Mathewson
2015-06-02Use autoconf, not OPENSSL_VERSION_NUMBER, to detect SSL_CIPHER_findNick Mathewson
2015-06-02Use accessor functions for client_random/server_random/master_keyNick Mathewson
2015-06-01Appease make check-spacesAndrea Shepard