aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-10-11
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fix warnings with new versions of autoconfSebastian Hahn2010-10-11
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like autoconf 2.68 introduced a bunch of new warnings when it didn't like the syntax you used or forgot to use AC_LANG_(SOURCE|PROGRAM).
* | | | | | Fix a crash bug when serving microdescs on a bufferevent.Nick Mathewson2010-10-07
| | | | | |
* | | | | | Remove a spurious .z from microdesc fetch URLs so they no logner end with .z.zNick Mathewson2010-10-07
| | | | | |
* | | | | | Actually add test_microdesc.c file.Nick Mathewson2010-10-07
| | | | | |
* | | | | | Add more documentation to microdesc.c, plus another assert.Nick Mathewson2010-10-07
| | | | | |
* | | | | | Add a more verbose log message to try to catch bug #2022.Nick Mathewson2010-10-07
| | | | | |
* | | | | | Unit tests for microdescriptor cacheNick Mathewson2010-10-07
| | | | | | | | | | | | | | | | | | | | | | | | May help with tracking down bug #2022
* | | | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-10-04
|\| | | | |
| * | | | | Correct a bogus comment.Robert Ransom2010-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whether or not OpenSSL reference-counts SSL_CTX objects is irrelevant; what matters is that Tor reference-counts its wrapper objects for SSL_CTXs.
| * | | | | Correct a couple of log messages in tortls.cRobert Ransom2010-10-04
| | | | | |
| * | | | | Fix several comments in tortls.cRobert Ransom2010-10-04
| | | | | |
* | | | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-10-04
|\| | | | |
| * | | | | Clarify PublishServerDescriptor even moreNick Mathewson2010-10-04
| | | | | |
| * | | | | Merge remote branch 'rransom/manpage-fixes' into maint-0.2.2Nick Mathewson2010-10-04
| |\ \ \ \ \
| | * | | | | Describe BridgeRelay and PublishServerDescriptor more correctly.Robert Ransom2010-09-30
| | | | | | |
* | | | | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-10-04
|\| | | | | | | |_|/ / / / |/| | | | |
| * | | | | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2010-10-04
| |\ \ \ \ \
| | * | | | | Update to the October 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-10-04
| | | | | | |
* | | | | | | Initialize fd values in tor_port_check_forwarding to -1Nick Mathewson2010-10-01
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'maint-0.2.2'Roger Dingledine2010-10-01
|\| | | | |
| * | | | | fix commentRoger Dingledine2010-10-01
| | | | | |
| * | | | | log when we guess our ip address, not just when we failRoger Dingledine2010-10-01
| | | | | |
* | | | | | Merge branch 'maint-0.2.2'Roger Dingledine2010-10-01
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h
| * | | | | bump to 0.2.2.17-alpha-devRoger Dingledine2010-10-01
| | | | | |
| * | | | | retroactively declare the cbt fixes to be majorRoger Dingledine2010-10-01
| | |/ / / | |/| | | | | | | | | | | | | also put in release blurbs
* | | | | The build stuff for tor-fw-helper means we need automake 1.6 or laterNick Mathewson2010-10-01
| | | | |
* | | | | Merge remote branch 'sebastian/fw-helper-manpage'Nick Mathewson2010-09-30
|\ \ \ \ \
| * | | | | Add more tor-fw-helper files to gitignoreSebastian Hahn2010-09-30
| | | | | |
| * | | | | Build the tor-fw-helper manpageSebastian Hahn2010-09-30
| | | | | | | | | | | | | | | | | | | | | | | | So far we just had the asciidoc manpage, but didn't build it.
* | | | | | renumber, clean whitespaceRoger Dingledine2010-09-30
| | | | | |
* | | | | | give steven's everybody-a-bridge proposal a numberRoger Dingledine2010-09-30
| | | | | |
* | | | | | Add comments from nickm and arma, from IRCSteven Murdoch2010-09-30
| | | | | |
* | | | | | Add algorithm and rationale for performance measurementSteven Murdoch2010-09-30
| | | | | |
* | | | | | In the migration plan, mention how to prevent overloading the bridge authoritySteven Murdoch2010-09-30
| | | | | |
* | | | | | Integrate more feedback from IRCSteven Murdoch2010-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - For now we are only talking about moving clients to be bridges - Some questions on how we should inform users
* | | | | | Add some open questions, and mention Roger's idea about asking for consent ↵Steven Murdoch2010-09-30
| | | | | | | | | | | | | | | | | | | | | | | | via email
* | | | | | Note that we only can't handle automatic demotion. Users can always change ↵Steven Murdoch2010-09-30
| | | | | | | | | | | | | | | | | | | | | | | | their state manually.
* | | | | | Change "server" to "relay", so as to match existing terminologySteven Murdoch2010-09-30
| | | | | |
* | | | | | Start idea xxx-automatic-node-promotionSteven Murdoch2010-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Initial draft of overview and motivation - Start of design
* | | | | | Merge branch 'maint-0.2.2'Roger Dingledine2010-09-30
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | improve rpm init script by borrowing from DebianErinn Clark2010-09-30
| | | | | |
| * | | | | Update rpm spec file so that it will build without manual intervention on ↵Erinn Clark2010-09-30
| | | | | | | | | | | | | | | | | | | | | | | | all rpm-based distributions
| * | | | | AUTHORS doesn't exist, so stop trying to cp it. Add 'sudo' to a mv that ↵Erinn Clark2010-09-30
| | | | | | | | | | | | | | | | | | | | | | | | needs higher permissions.
* | | | | | Merge branch 'maint-0.2.2'Roger Dingledine2010-09-30
|\| | | | | | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h
| * | | | bump to 0.2.2.17-alphaRoger Dingledine2010-09-30
| | | | |
| * | | | write up a changelog fileRoger Dingledine2010-09-30
| | | | |
* | | | | Add 'compile' to .gitignoreNick Mathewson2010-09-30
| | | | |
* | | | | Merge branch 'tor-fw-squashed2'Nick Mathewson2010-09-30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/common/util.c
| * | | | | Fix space and formatting issuesNick Mathewson2010-09-30
| | | | | |