Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-18 | Start on a changelog for 0.3.2.1-alpha: sortchanges and formatchangelog | Nick Mathewson | |
2017-09-18 | Use the lintChanges script to fix style issues in changes entries | Nick Mathewson | |
2017-09-14 | Make dir servers include a "Date:" http header more often | Roger Dingledine | |
Directory servers now include a "Date:" http header for response codes other than 200. Clients starting with a skewed clock and a recent consensus were getting "304 Not modified" responses from directory authorities, so without a Date header the client would never hear about a wrong clock. Fixes bug 23499; bugfix on 0.0.8rc1. |