summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-24Bump master to 0.2.7tor-0.2.7.0-rootNick Mathewson
2015-02-24Update test_status.c to accommodate changes in heartbeat messagesNick Mathewson
Fixes #15012; bug not in any released Tor
2015-02-23Merge branch 'bug14950_logs_squashed'Nick Mathewson
2015-02-23Avoid logging natural-language reports that are redundant with bootstrappingNick Mathewson
2015-02-23Usually downgrade middle heartbeat messages when stuff is in-rangeNick Mathewson
2015-02-23Merge branch 'bug14989'Nick Mathewson
2015-02-23Let AF_UNIX connections through the sandboxNick Mathewson
Fixes bug 15003; bugfix on 0.2.6.3-alpha.
2015-02-23Fix running with the seccomp2 sandboxNick Mathewson
We had a regression in 0.2.6.3-alpha when we stopped saying IPPROTO_TCP to socket(). Fixes bug 14989, bugfix on 0.2.6.3-alpha.
2015-02-23Merge remote-tracking branch 'public/bug14988_025'Nick Mathewson
2015-02-23add another unused-var marker in backtrace.c for 14988Nick Mathewson
2015-02-23changes file for 5246e8f99255b376ded3d90b3c7a345c4748e68cNick Mathewson
2015-02-23Remove lingering mempool codecypherpunks
2015-02-23Fix endianness issues in test_config_resolve_my_address().rl1987
Since resolve_my_address() yields IP address in host order there is no need to use byteorder functions for conversion.
2015-02-20Merge remote-tracking branch 'public/bug11454_11457'Nick Mathewson
2015-02-20Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2015-02-20Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-02-19bump version to 0.2.6.3-alpha-devNick Mathewson
2015-02-19Adjust changelog to combine 3 sections about the same thingtor-0.2.6.3-alphaNick Mathewson
2015-02-19Pick a date (today)Nick Mathewson
2015-02-19Quiet "caching debian-tor for debian-tor" noticeNick Mathewson
2015-02-19fold one more entry into the changelogNick Mathewson
2015-02-19Merge branch 'AUTHDIR_NEWDESC_enough_squashed'Nick Mathewson
2015-02-19Try to fix authdir_newdesc eventsNick Mathewson
We were sending values that were truncated by the length of the annotations.
2015-02-19Increment version to 0.2.6.3-alphaNick Mathewson
2015-02-19Merge changes into changelogNick Mathewson
2015-02-19appease lintchangesNick Mathewson
2015-02-19Check for # characters in lintchangesNick Mathewson
2015-02-19reflow 0.2.6.3 changelogNick Mathewson
2015-02-19answer some of roger's questionsNick Mathewson
2015-02-19Merge branch 'bug12844_macros'Nick Mathewson
2015-02-19Merge branch 'bug13762_quiet_squashed'Nick Mathewson
2015-02-19Do not try to download an EI for which we don't have a matching SD.Nick Mathewson
This quiets some log messages for #13762, and adds a better INFO message for the underlying confusion.
2015-02-19sorry britsRoger Dingledine
2015-02-19final cleanupsRoger Dingledine
2015-02-19reach into the past and fix two changelog stanzasRoger Dingledine
2015-02-19Check ENABLE_TOR2WEB_MODE before any tor2webmode codeNick Mathewson
2015-02-19some more changelog cleanupsRoger Dingledine
2015-02-19continue cleaning changelog, and add a question for nickRoger Dingledine
2015-02-19cleanup and ask two questions for nickRoger Dingledine
2015-02-19clean up nickm's changelog entry for #14918Roger Dingledine
now that I made it log "never" rare than "less often".
2015-02-19stop warning each time we check minimum-dir-infoRoger Dingledine
We already log whenever our state changes, e.g. whenever new directory information arrives. This additional log_warn() will at best just add more log messages, or worse, make the user wonder what she needs to fix. (Changed after consultation with Yawning.)
2015-02-19don't update dir_info_status when we have minimum dir infoRoger Dingledine
Nothing ever uses the string when we're in "have minimum dir info" state. The flow of the function is "check for problems, if you see a problem write an explanation to dir_info_status and set res to 0". If you get to the end of the function without any problems, then res = 1 and we're all ready to start making circuits. (Changed after consultation with Yawning.)
2015-02-18clean up comments and whitespace a bitRoger Dingledine
2015-02-18rescroll changelogNick Mathewson
2015-02-18Changelog edits. Most of them.Nick Mathewson
2015-02-18write a blurb and start hand-editing the 0.2.6.3-alpha changelogNick Mathewson
2015-02-18specify a default for UseGuardFraction in the man pageRoger Dingledine
(as added in commit f4a63f8eab)
2015-02-18Downgrade new extrainfo_insert warnings on startupNick Mathewson
2015-02-18Reflow changelogNick Mathewson
2015-02-18merge new items into 0.2.6.3-alpha changelogNick Mathewson