summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fixes for tor's man pageman_page_fixesDamian Johnson2015-11-23
|\
| * Drop HidServDirectoryV2 and VoteOnHidServDirectoriesV2Damian Johnson2015-11-23
| * Split 'slop' man page options to their own linesDamian Johnson2015-11-23
| * TestingLinkCertLifetime was misnamed as 'TestingLinkCertifetime'Damian Johnson2015-11-23
| * Rename RecommendedPackageVersions to RecommendedPackagesDamian Johnson2015-11-23
| * Replace 'SOCKSPort' with 'SocksPort'Damian Johnson2015-11-23
| * Note in man page where users can file bugsDamian Johnson2015-11-23
| * ControlPort's section on flags wasn't indentedDamian Johnson2015-11-23
| * Malformed ExtORPort entry in man pageDamian Johnson2015-11-23
|/
* fix two typos in commentsRoger Dingledine2015-11-23
* fix "make check-spaces"Nick Mathewson2015-11-20
* Fix compilation warningsNick Mathewson2015-11-20
* Merge branch 'getinfo-private-exitpolicy-v4-squashed'Nick Mathewson2015-11-20
|\
| * Add controller getinfo exit-policy/reject-privateteor (Tim Wilson-Brown)2015-11-20
| * Refactor router_dump_exit_policy_to_stringteor (Tim Wilson-Brown)2015-11-20
| * Add changes file for ExitPolicyRejectPrivate outbound and portteor (Tim Wilson-Brown)2015-11-20
| * man update: ExitPolicyRejectPrivate outbound and port addressesteor (Tim Wilson-Brown)2015-11-20
| * Block OutboundBindAddressIPv[4|6]_ and configured ports on exit relaysteor (Tim Wilson-Brown)2015-11-20
| * Add unit tests for policies_parse_exit_policy_reject_privateteor (Tim Wilson-Brown)2015-11-20
| * Refactor policies_parse_exit_policy_internalteor (Tim Wilson-Brown)2015-11-20
* | Merge branch 'maint-0.2.7'Nick Mathewson2015-11-20
|\ \
| * | bump version to 0.2.7-devNick Mathewson2015-11-20
* | | Merge remote-tracking branch 'teor/bug17632-no-ipv4-no-localhost-squashed'Nick Mathewson2015-11-19
|\ \ \
| * | | Update comments in get_interface_addresses_ioctlteor (Tim Wilson-Brown)2015-11-19
| * | | Fix unit tests on systems without IPv4 or localhost addressesteor (Tim Wilson-Brown)2015-11-19
* | | | Merge remote-tracking branch 'teor/bug17638-ipv6-ersatz-socketpair'Nick Mathewson2015-11-19
|\ \ \ \
| * | | | Fixup #17638: ignore EINVAL from FreeBSD jails without ::1teor (Tim Wilson-Brown)2015-11-19
| * | | | Make tor_ersatz_socketpair work on IPv6-only systemsteor (Tim Wilson-Brown)2015-11-19
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'public/decouple_conn_attach_2'Nick Mathewson2015-11-19
|\ \ \ \ | |/ / / |/| | |
| * | | Free pending_entry_connections on shutdown.Nick Mathewson2015-11-17
| * | | Be more conservative in scanning the list of pending streamsNick Mathewson2015-11-17
| * | | Decouple ..attach_circuit() from most of its callers.Nick Mathewson2015-11-17
* | | | Merge remote-tracking branch 'teor/bug17632-no-ipv4-no-localhost'Nick Mathewson2015-11-18
|\ \ \ \
| * | | | Really Really Fixup 86eba14ac549: Windows support, error return valuesteor (Tim Wilson-Brown)2015-11-19
| * | | | Really Fixup 86eba14ac549: error return values are negativeteor (Tim Wilson-Brown)2015-11-18
| * | | | Fixup 86eba14ac549: add errno.h for EPROTONOSUPPORTteor (Tim Wilson-Brown)2015-11-18
| * | | | Update comments in get_interface_addresses_ioctlteor (Tim Wilson-Brown)2015-11-18
| * | | | Fix unit tests on systems without IPv4 or localhost addressesteor (Tim Wilson-Brown)2015-11-18
| | |/ / | |/| |
* | | | Fix a startup time assert caused by periodic events not being initialized.Yawning Angel2015-11-18
* | | | windows already has a CALLBACK macro...Nick Mathewson2015-11-17
* | | | Fix a server-side crash on DNS initNick Mathewson2015-11-17
* | | | Some unit tests now require that periodic events be initialized.Nick Mathewson2015-11-17
| |/ / |/| |
* | | Whoops; in this context the EV_TIMEOUT flag is neededNick Mathewson2015-11-17
* | | Merge branch 'bug3199_redux_3'Nick Mathewson2015-11-17
|\ \ \ | |/ / |/| |
| * | Changes to 3199 branch based on feedback from specialNick Mathewson2015-11-17
| * | Add documentation for periodic event apiNick Mathewson2015-11-16
| * | Change periodic.c to use libevent directlyNick Mathewson2015-11-13
| * | fix whitespace; remove dead codeNick Mathewson2015-11-13
| * | Fold all of the run-every-second stuff back into run_scheduled_events()Nick Mathewson2015-11-13
| * | Turn all of run_scheduled_events() into a bunch of periodic eventsNick Mathewson2015-11-13