Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-02 | Merge branch 'asprintf' | Nick Mathewson | |
2010-03-29 | Segfault less during consensus generation without params | Sebastian Hahn | |
If no authority votes on any params, Tor authorities segfault when trying to make a new consensus from the votes. Let's change that. | |||
2010-03-21 | Add a missing NL to dir-spec. | Nick Mathewson | |
Found by Oğuz | |||
2010-03-16 | In the glorious future, all relays cache dir info. | Roger Dingledine | |
Now if you're a published relay and you set RefuseUnknownExits, even if your dirport is off, you'll fetch dir info from the authorities, fetch it early, and cache it. In the future, RefuseUnknownExits (or something like it) will be on by default. | |||
2010-03-15 | fix some dangling refs in dirspec | Nick Mathewson | |
2010-03-13 | Clarify title of section 3.3 | Nick Mathewson | |
2010-03-10 | let people test the RefuseUnknownExits idea | Roger Dingledine | |
2010-03-09 | Document possibility of "unknown" version state. | Nick Mathewson | |
reported by atagar; fixes bug 1289. | |||
2010-03-08 | blurbs for recent alphas | Roger Dingledine | |
2010-03-09 | Don't require asciidoc when building Tor from a tarball | Sebastian Hahn | |
If asciidoc is required, the user receives an error message telling them about the --disable-asciidoc configure switch and the build breaks. | |||
2010-03-08 | fix the tor-exit-notice.html file (bug 1295) | Roger Dingledine | |
2010-03-08 | bump to 0.2.2.10-alpha-dev | Roger Dingledine | |
now's your chance to destabilize it | |||
2010-03-07 | prepare 0.2.2.10-alpha for releasetor-0.2.2.10-alpha | Roger Dingledine | |
2010-03-06 | Merge branch 'maint-0.2.1' | Roger Dingledine | |
Conflicts: ChangeLog configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h | |||
2010-03-06 | clean up the 0.2.1.25 changelog | Roger Dingledine | |
2010-03-05 | Clarify that CRLF means "A CR then an LF". Explain what those are. | Nick Mathewson | |
Apparently this is not as obvious as I thought. | |||
2010-03-05 | commit my annotations while i was hunting down the host order bug | Roger Dingledine | |
2010-03-05 | Merge branch 'master' of ssh://git@git-rw.torproject.org/tor | Roger Dingledine | |
2010-03-04 | Merge commit 'sebastian/manpage' | Nick Mathewson | |
2010-03-04 | Merge commit 'origin/maint-0.2.1' | Nick Mathewson | |
Conflicts: src/or/config.c src/or/test.c | |||
2010-03-04 | Apply Roger's bug 1269 fix. | Nick Mathewson | |
From http://archives.seul.org/tor/relays/Mar-2010/msg00006.html : As I understand it, the bug should show up on relays that don't set Address to an IP address (so they need to resolve their Address line or their hostname to guess their IP address), and their hostname or Address line fails to resolve -- at that point they'll pick a random 4 bytes out of memory and call that their address. At the same time, relays that *do* successfully resolve their address will ignore the result, and only come up with a useful address if their interface address happens to be a public IP address. | |||
2010-03-04 | Merge remote branch 'mikeperry/bwweight-smartlistfix' | Nick Mathewson | |
2010-03-03 | Woops, forgot the second warn. | Mike Perry | |
Also, differentiate the two log messages. | |||
2010-03-03 | Add proposal 170 "Configuration options regarding circuit building" | Sebastian Hahn | |
2010-03-03 | Merge commit 'mikeperry/bwweight-smartlistfix' | Roger Dingledine | |
2010-03-03 | Demote warn to info, since it can happen. | Mike Perry | |
I still feel like we should investigate this case. It seems odd. | |||
2010-03-02 | Note an exception to when we use OutboundBindAddress | Peter Palfrader | |
2010-03-02 | Backport fix for time-goes-forward test. Fix bug 1267 | Nick Mathewson | |
2010-03-01 | Add configure switch to disable use of asciidoc | Sebastian Hahn | |
Also break the build if that switch isn't used and asciidoc isn't available. | |||
2010-03-01 | Simplify asciidoc-helper | Sebastian Hahn | |
We don't need sed for our string manipulation, so let's get rid of it. Suggested by weasel. | |||
2010-03-01 | Ship the asciidoc-helper file in our tarballs | Sebastian Hahn | |
Otherwise, the build process breaks when one of the .1.txt gets a new mtime. Suggested by weasel. | |||
2010-02-28 | Tweak users of snprintf to use asprintf where appropriate | Nick Mathewson | |
2010-02-28 | better handle the case where *strp is in asprintf args | Nick Mathewson | |
2010-02-28 | Merge branch 'fix_routerparse_bug' | Nick Mathewson | |
2010-02-27 | Update copyright dates for files not in maint-0.2.1 | Nick Mathewson | |
2010-02-27 | Merge remote branch 'origin/maint-0.2.1' | Nick Mathewson | |
Conflicts: src/common/test.h src/or/test.c | |||
2010-02-27 | Update Tor Project copyright years | Nick Mathewson | |
2010-02-27 | Fix a consensus-extension bug found by outofwords | Nick Mathewson | |
When the bandwidth-weights branch added the "directory-footer" token, and began parsing the directory footer at the first occurrence of "directory-footer", it made it possible to fool the parsing algorithm into accepting unsigned data at the end of a consensus or vote. This patch fixes that bug by treating the footer as starting with the first "directory-footer" or the first "directory-signature", whichever comes first. | |||
2010-02-27 | fix some wide lines in routerparse.c | Nick Mathewson | |
2010-02-27 | Merge remote branch 'origin/maint-0.2.1' | Nick Mathewson | |
Conflicts: ChangeLog src/or/routerparse.c | |||
2010-02-27 | Properly handle non-terminated strings | Sebastian Hahn | |
Treat strings returned from signed_descriptor_get_body_impl() as not NUL-terminated. Since the length of the strings is available, this is not a big problem. Discovered by rieo. | |||
2010-02-26 | Check for empty smartlists and no bandwidth during node selection. | Mike Perry | |
2010-02-26 | Don't segfault when checking the consensus | Sebastian Hahn | |
2010-02-26 | Don't believe unauthenticated info in a consensus. | Nick Mathewson | |
Don't allow anything but directory-signature tokens in a consensus after the first directory-signature token. Fixes bug in bandwidth-weights branch. Found by "outofwords." | |||
2010-02-26 | Proper NULL checking in circuit_list_path_impl() | Sebastian Hahn | |
Another dereference-then-NULL-check sequence. No reports of this bug triggered in the wild. Fixes bugreport 1256. Thanks to ekir for discovering and reporting this bug. | |||
2010-02-26 | Proper NULL checking for hsdesc publication | Sebastian Hahn | |
Fix a dereference-then-NULL-check sequence. This bug wasn't triggered in the wild, but we should fix it anyways in case it ever happens. Also make sure users get a note about this being a bug when they see it in their log. Thanks to ekir for discovering and reporting this bug. | |||
2010-02-26 | Zero a cipher completely before freeing it | Sebastian Hahn | |
We used to only zero the first ptrsize bytes of the cipher. Since cipher is large enough, we didn't zero too many bytes. Discovered and fixed by ekir. Fixes bug 1254. | |||
2010-02-25 | add .exe files to gitignore | Nick Mathewson | |
2010-02-25 | For integers, if !(E<G), then we can infer that E>=G. | Nick Mathewson | |
This means that "if (E<G) {abc} else if (E>=G) {def}" can be replaced with "if (E<G) {abc} else {def}" Doing the second test explicitly made my mingw gcc nervous that we might never be initializing casename. | |||
2010-02-25 | Add the MIN and MAX macros for platforms that lack them | Nick Mathewson | |