Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-23 | Remove lingering mempool code | cypherpunks | |
2015-02-23 | Fix 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-20 | Merge remote-tracking branch 'public/bug11454_11457' | Nick Mathewson | |
2015-02-20 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2015-02-20 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2015-02-19 | bump version to 0.2.6.3-alpha-dev | Nick Mathewson | |
2015-02-19 | Adjust changelog to combine 3 sections about the same thingtor-0.2.6.3-alpha | Nick Mathewson | |
2015-02-19 | Pick a date (today) | Nick Mathewson | |
2015-02-19 | fold one more entry into the changelog | Nick Mathewson | |
2015-02-19 | Merge branch 'AUTHDIR_NEWDESC_enough_squashed' | Nick Mathewson | |
2015-02-19 | Try to fix authdir_newdesc events | Nick Mathewson | |
We were sending values that were truncated by the length of the annotations. | |||
2015-02-19 | Increment version to 0.2.6.3-alpha | Nick Mathewson | |
2015-02-19 | Merge changes into changelog | Nick Mathewson | |
2015-02-19 | appease lintchanges | Nick Mathewson | |
2015-02-19 | Check for # characters in lintchanges | Nick Mathewson | |
2015-02-19 | reflow 0.2.6.3 changelog | Nick Mathewson | |
2015-02-19 | answer some of roger's questions | Nick Mathewson | |
2015-02-19 | Merge branch 'bug12844_macros' | Nick Mathewson | |
2015-02-19 | Merge branch 'bug13762_quiet_squashed' | Nick Mathewson | |
2015-02-19 | Do 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-19 | sorry brits | Roger Dingledine | |
2015-02-19 | final cleanups | Roger Dingledine | |
2015-02-19 | reach into the past and fix two changelog stanzas | Roger Dingledine | |
2015-02-19 | Check ENABLE_TOR2WEB_MODE before any tor2webmode code | Nick Mathewson | |
2015-02-19 | some more changelog cleanups | Roger Dingledine | |
2015-02-19 | continue cleaning changelog, and add a question for nick | Roger Dingledine | |
2015-02-19 | cleanup and ask two questions for nick | Roger Dingledine | |
2015-02-19 | clean up nickm's changelog entry for #14918 | Roger Dingledine | |
now that I made it log "never" rare than "less often". | |||
2015-02-19 | stop warning each time we check minimum-dir-info | Roger 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-19 | don't update dir_info_status when we have minimum dir info | Roger 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-18 | clean up comments and whitespace a bit | Roger Dingledine | |
2015-02-18 | rescroll changelog | Nick Mathewson | |
2015-02-18 | Changelog edits. Most of them. | Nick Mathewson | |
2015-02-18 | write a blurb and start hand-editing the 0.2.6.3-alpha changelog | Nick Mathewson | |
2015-02-18 | specify a default for UseGuardFraction in the man page | Roger Dingledine | |
(as added in commit f4a63f8eab) | |||
2015-02-18 | Downgrade new extrainfo_insert warnings on startup | Nick Mathewson | |
2015-02-18 | Reflow changelog | Nick Mathewson | |
2015-02-18 | merge new items into 0.2.6.3-alpha changelog | Nick Mathewson | |
2015-02-18 | Merge branch 'bug13762_diagnostic_redux' | Nick Mathewson | |
2015-02-18 | Patch from cypherpunks to try to diagnose 8387. | Nick Mathewson | |
2015-02-18 | Improve log messages for diagnosing 13762 | Nick Mathewson | |
2015-02-18 | Merge remote-tracking branch 'yawning/cid1270894' | Nick Mathewson | |
2015-02-18 | Actually free measured_guardfraction. | Yawning Angel | |
CID 1270894 | |||
2015-02-18 | whitespace fixes | Nick Mathewson | |
2015-02-18 | Fix an implicit-narrowing warning | Nick Mathewson | |
2015-02-18 | Merge remote-tracking branch 'yawning/bug14918' | Nick Mathewson | |
2015-02-18 | Combine test_helpers.[ch] and testhelper.[ch] | Nick Mathewson | |
2015-02-18 | Merge branch 'bug9321_rerebase' | Nick Mathewson | |
Conflicts: src/or/dirvote.h src/test/include.am src/test/test_entrynodes.c | |||
2015-02-18 | Don't exit if we can't find the GuardfractionFile when booting. | George Kadianakis | |
...just disable the feature in that case. | |||
2015-02-18 | Final guardfraction preparations for upstream merge. | George Kadianakis | |
- Write a changes file. - Change some logs to lesser severities. |