- Feb 27, 2010
-
-
Peter Palfrader authored
-
Peter Palfrader authored
diff. The upstream bug has long since been fixed so we should probably stop shipping our own copy of test.h
-
Peter Palfrader authored
-
Peter Palfrader authored
-
Peter Palfrader authored
-
Peter Palfrader authored
* debian-merge: (99 commits) Changefile cleanup Upstream tarballs no longer ship an AUTHORS file, or the website torify.1 manpage gets installed by upstream And stop it from falling over because it tries to call non-existant build scripts for building html files we do not need anyway Try to build manpages The original design paper is no longer shipped with Tor. Update how we patch manpages Removed versioned libssl build dependency since that is no longer needed New upstream version Mark 160 and 161 as Finished. elevate a changelog entry, and get my mailto out of the man page Make expand_filename into a tor_strdup() alias on windows. Remove some redundant code in options_save_current() Expand homedirs in paths passed to tor-checkkey Zero a cipher completely before freeing it Break early on unknown extendcircuit purpose Fix a memory leak, found by coverity Remove some redundand code in control.c Update the osx dmg creation instructions network-status-version must come first in a vote/consensus ...
-
Peter Palfrader authored
-
Peter Palfrader authored
Therefore remove them from debian/tor.docs. No longer shipping parts of the website also closes: #443560. Also no longer distribute doc/TODO and doc/HACKING in the debian package.
-
Peter Palfrader authored
-
Peter Palfrader authored
And stop it from falling over because it tries to call non-existant build scripts for building html files we do not need anyway
-
Peter Palfrader authored
-
Peter Palfrader authored
Remove debian/hexdump-*.pdf (which we used to work around fig2dev bugs), no longer build the paper in debian/rules, and remove it from debian/tor.docs. No longer build-depend on texlive-base-bin, texlive-latex-base, texlive-fonts-recommended, transfig and ghostscript.
-
Peter Palfrader authored
The manpages are now built with asciidoc, also do that at build time so we can properly patch them. Therefore build-depend on asciidoc, and update 03_tor_manpage_in_section_8 to patch the .txt files now. Remove tor.1.in torify.1.in tor-gencert.1.in tor-resolve.1.in in the doc directory during clean.
-
Peter Palfrader authored
-
Peter Palfrader authored
-
Peter Palfrader authored
* commit 'tor-0.2.2.9-alpha': (90 commits) Mark 160 and 161 as Finished. elevate a changelog entry, and get my mailto out of the man page Make expand_filename into a tor_strdup() alias on windows. Remove some redundant code in options_save_current() Expand homedirs in paths passed to tor-checkkey Zero a cipher completely before freeing it Break early on unknown extendcircuit purpose Fix a memory leak, found by coverity Remove some redundand code in control.c Update the osx dmg creation instructions network-status-version must come first in a vote/consensus we have two faqs for now we deleted AUTHORS, so don't put it in the tarball prepare for 0.2.2.9-alpha put 0.2.1.24 in release notes too bump to 0.2.1.24 minor fixes in proposal 169 fix typo and garbage grammar Make the DNSPort option work with libevent 2.x Future-proof the control protocol by ignoring unrecognized keyword args ...
-
- Feb 23, 2010
-
- Feb 22, 2010
-
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
On Windows, we don't have a notion of ~ meaning "our homedir", so we were deliberately using an #ifdef to avoid calling expand_filename() in multiple places. This is silly: The right place to turn a function into a no-op on a single platform is in the function itself, not in every single call-site.
-
Sebastian Hahn authored
get_torrc_fname() does the same thing we did in this code, so let's replace it.
-
Sebastian Hahn authored
This is so that coverity stops complaining about using a user-supplied string with the open() syscall. Let's see if it works.
-
Sebastian Hahn authored
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.
-
Sebastian Hahn authored
Don't continue handling EXTENDCIRCUIT messages when we get an unknown purpose.
-
Sebastian Hahn authored
-
Sebastian Hahn authored
Found by coverity
-
Roger Dingledine authored
-
Sebastian Hahn authored
Make sure we follow basic whitespace sanity principles, update a few links
-
Sebastian Hahn authored
Spec conformance issue: The code didn't force the network-status-version token to be the first token in a v3 vote or consensus. Problem discovered by Parakeep.
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
Conflicts: ChangeLog configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h
-
Roger Dingledine authored
-
- Feb 21, 2010
-
-
Roger Dingledine authored
-
Roger Dingledine authored
still need to finish reading it, but so far so good
-
Roger Dingledine authored
- Feb 20, 2010
-
-
Nick Mathewson authored
Conflicts: ChangeLog
-
- Feb 19, 2010
-
-
Nick Mathewson authored
-