aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-08-05Update tor-fw-helper URLNick Mathewson
2015-08-05Let's try to get test_workqueue working on windowsNick Mathewson
2015-08-04Merge remote-tracking branch 'public/bug13338'Nick Mathewson
2015-08-04Switch order of unblocking threads and releasing the mutex.cypherpunks
2015-08-03When building with coverage, run chutney with coverageNick Mathewson
2015-07-31Move formatting functions around.Nick Mathewson
2015-07-30Add get_max_sockets() and remove dead codeDavid Goulet
2015-07-30whitespace fixNick Mathewson
2015-07-30Wrap windows-only C files in #ifdef _WIN32Nick Mathewson
2015-07-29Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-07-29Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-07-29Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-07-29Merge remote-tracking branch 'teor/feature14175-chutney-performance-v2'Nick Mathewson
2015-07-29Update geoip and geoip6 to the July 8 2015 database.Karsten Loesing
2015-07-27Bump version to 0.2.7.2-alpha-devNick Mathewson
2015-07-27Merge remote-tracking branch 'yawning/bug16674'Nick Mathewson
2015-07-27Allow a single trailing `.` when validating FQDNs from SOCKS.Yawning Angel
2015-07-27Fix ed25519-donna with SSP on non-x86.Yawning Angel
2015-07-23Bump version (and explain how)Nick Mathewson
2015-07-23Re-run trunnel to capture change for msvc.Nick Mathewson
2015-07-23Fix a couple more msvc issues, reported by gisle vanemNick Mathewson
2015-07-22Merge branch 'ticket2325_squashed'Nick Mathewson
2015-07-21Remove casting of void pointers when handling signals.cypherpunks
2015-07-21Improve the workqueue test help message.cypherpunks
2015-07-21Limit the number of inflight items to the number of items.cypherpunks
2015-07-21Fix some potential memory leaks in the thread pool code.cypherpunks
2015-07-20typo fix; spotted by armaNick Mathewson
2015-07-20Document the torrc format as thoroughly as possibleNick Mathewson
2015-07-20Fix testcases where scrypt APIs are used wrong.rl1987
2015-07-16Merge remote-tracking branch 'public/feature_16580'Nick Mathewson
2015-07-16Merge remote-tracking branch 'public/ticket16543'Nick Mathewson
2015-07-16Merge remote-tracking branch 'sysrqb/bug15220_026_sysrqb'Nick Mathewson
2015-07-16Break some wide linesNick Mathewson
2015-07-16Fix most check-spaces issuesNick Mathewson
2015-07-15Use C99 variadic macros when not on GCC.Nick Mathewson
2015-07-15Merge branches 'feature_16582' and 'feature_16581'Nick Mathewson
2015-07-15Don't allow INIT_ED_KEY_{NO_REPAIR,NEEDCERT} to be used together.Nick Mathewson
2015-07-15Add more EINVAL errno setting on key read failuresNick Mathewson
2015-07-14Remove tor-fw-helper codeNick Mathewson
2015-07-14Add changes file for 8712; apply it to HSDir flag as well.Nick Mathewson
2015-07-14Vote for relays to be fast and stable even when they aren't currently active.Peter Retzlaff
2015-07-14Change the name for the keypinning file; delete the old one if foundNick Mathewson
2015-07-14Add more consistency checks in load_ed_keysNick Mathewson
2015-07-14Do more consistency checks in ed_key_init_from_file()Nick Mathewson
2015-07-14If loading an ed25519 master key fails with errno != ENOENT, give up.Nick Mathewson
2015-07-14Preserve errno when loading encrypted ed25519 keys.Nick Mathewson
2015-07-14Make file-reading and key-reading preserve errnoNick Mathewson
2015-07-14Remove empty rend_service_validate_intro_early functionJohn Brooks
2015-07-14Rename ambiguous introduction point functionsJohn Brooks
2015-07-12Try to convince coverity not to worry about this loop eitherNick Mathewson