summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Expand)Author
2015-09-24Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-09-24Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-09-24Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-09-24Update geoip and geoip6 to the September 3 2015 database.Karsten Loesing
2015-09-22Merge branch 'feature16769_squashed'Nick Mathewson
2015-09-22Remove --master-key form the changes fileNick Mathewson
2015-09-22Add a --master-key optionNick Mathewson
2015-09-22Add a new --newpass option to add or remove secret key passphrases.Nick Mathewson
2015-09-22Merge branch 'feature16944_v2'Nick Mathewson
2015-09-22Merge branch 'bug17109_v2_squashed'Nick Mathewson
2015-09-22Check that openssl has ECC support during configureSebastian Hahn
2015-09-22Update docs with advice for separate IPv4 and IPv6 exit policiesteor (Tim Wilson-Brown)
2015-09-21fold new entries into changelog for 0.2.7.3Nick Mathewson
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-16ExitPolicy accept6/reject6 produces IPv6 wildcard addresses onlyteor (Tim Wilson-Brown)
2015-09-16Warn about redundant torrc ExitPolicy lines due to accept/reject *:*teor (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-14Allow IPv6 literal addresses in routersetsteor (Tim Wilson-Brown)
2015-09-13Use SSL_get_client_ciphers() on openssl 1.1+, not SSL_get_ciphers...Nick Mathewson
2015-09-10Merge remote-tracking branch 'public/ed25519_hup_v2'Nick Mathewson
2015-09-09Fold changes files into changelogNick Mathewson
2015-09-09Fix warnings from lintChangesNick Mathewson
2015-09-09Keep unused smartlist storage zeroedSebastian Hahn
2015-09-08changes file for 16953Nick Mathewson
2015-09-08Merge branch 'feature15482_squashed'Nick Mathewson
2015-09-08Add `KeepAliveIsolateSOCKSAuth` as a SOCKSPort option.Yawning Angel
2015-09-08Handle negative inputs to crypto_random_time_range().Nick Mathewson
2015-09-08Add changelog entry for feature #14846Donncha O'Cearbhaill
2015-09-04Add "OfflineMasterKey" optionNick Mathewson
2015-09-03Now normalize_exit has a bug number.Nick Mathewson
2015-09-03Only return 0..255 from main().Nick Mathewson
2015-09-02Merge remote-tracking branch 'dgoulet/bug15963_026_01'Nick Mathewson
2015-09-02Don't vote HSDir if we aren't voting FastDavid Goulet
2015-09-02Prohibit the use of one entry node with an HSDavid Goulet
2015-09-02Let recent relays run with the chutney sandbox.Nick Mathewson
2015-09-02Let bridge authorities run under the sandboxNick Mathewson
2015-09-02Merge remote-tracking branch 'teor/autodetect-chutney-path'Nick Mathewson
2015-09-02Merge remote-tracking branch 'teor/master'Nick Mathewson
2015-09-02Enable hidden service statistics by defaultDavid Goulet
2015-09-01Remove the unused "nulterminate" option to buf_pullup()Nick Mathewson
2015-09-02Test bridges and hidden services in make test-networkteor (Tim Wilson-Brown)
2015-09-01Merge branch 'ticket16901'Nick Mathewson
2015-09-01Merge remote-tracking branch 'sebastian/channel_free_list'Nick Mathewson
2015-09-01Include doc/TUNING in our release tarballsSebastian Hahn
2015-09-01properly delete current channel in channel_free_listSebastian Hahn
2015-09-01Fail in configure when openssl is too old. #16901.Nick Mathewson
2015-08-30Remove -F from tor-resolve(1) usage message.rl1987