summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-02Windows version is 0.0.6 tootor-0.0.6.2tor-0.0.6.1tor-0.0.6Nick Mathewson
svn:r1771
2004-05-02version is 0.0.6Roger Dingledine
svn:r1770
2004-05-02commit the 0.0.6 changelogRoger Dingledine
svn:r1769
2004-05-02bump main version to 0.0.6rc4Roger Dingledine
svn:r1768
2004-05-02Bump windows version to 0.0.6rc4Nick Mathewson
svn:r1767
2004-05-02another bug that's been bugging meRoger Dingledine
svn:r1766
2004-05-02stop the circuit_receive_relay_cell warningRoger Dingledine
mark the circ for close if circuit_extend fails because the next hop is not up yet; don't just return -1 svn:r1765
2004-05-02another todo we should doRoger Dingledine
svn:r1764
2004-05-02patches on patchesRoger Dingledine
svn:r1763
2004-05-02some more todo itemsRoger Dingledine
svn:r1762
2004-05-01some patches on the patchesRoger Dingledine
svn:r1761
2004-05-01Documenmt buffers.c; remove function that nobody ever calls.Nick Mathewson
svn:r1760
2004-05-01Remove bogus */ so util.c compilesNick Mathewson
svn:r1759
2004-05-01Finish documenting the functions in commonNick Mathewson
svn:r1758
2004-05-01Fix windows compileNick Mathewson
svn:r1757
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
svn:r1756
2004-04-30fix a seg fault (whoops)Roger Dingledine
svn:r1755
2004-04-30note another bug to be fixed sometimeRoger Dingledine
svn:r1754
2004-04-30tell people the default location of torrcRoger Dingledine
svn:r1753
2004-04-29New upstream release candidate.debian-version-0.0.5+0.0.6rc3-1Peter Palfrader
svn:r1751
2004-04-29update the built-in dirservers defaultRoger Dingledine
svn:r1750
2004-04-29and then bump to rc4-cvsRoger Dingledine
svn:r1749
2004-04-29bump to rc3Roger Dingledine
svn:r1748
2004-04-29some cosmetic fixesRoger Dingledine
svn:r1747
2004-04-28Oops -- the Windows function is closesocket, not socketcloseNick Mathewson
svn:r1746
2004-04-28Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson
svn:r1745
2004-04-28use tor_lookup_hostname for binding local addresses tooRoger Dingledine
svn:r1744
2004-04-28Regenerate windows orconfig.h to match current autoheader generated orconfig.hNick Mathewson
svn:r1743
2004-04-28Remove IVs from cipher code, since AES-ctr has none.Nick Mathewson
svn:r1742
2004-04-28use nick's _ARRAYSIZE abstractionRoger Dingledine
svn:r1741
2004-04-28nick, is this what you meant?Roger Dingledine
svn:r1740
2004-04-28Make Tor build on win32 with VC6 without warnings.Nick Mathewson
svn:r1739
2004-04-28bug resolved (hopefully), so remove commentRoger Dingledine
svn:r1738
2004-04-28clean dns.c betterRoger Dingledine
svn:r1737
2004-04-28clarify the hybrid encryption in our specRoger Dingledine
svn:r1736
2004-04-28fix a bug in dns.c, note but don't fix another oneRoger Dingledine
svn:r1735
2004-04-28Workarounds for a couple of pieces of windows strangeness.Nick Mathewson
svn:r1734
2004-04-28clean some dead code (right?)Roger Dingledine
svn:r1733
2004-04-27some compilers don't like an array of length zeroRoger Dingledine
nick: should we remove support for IVs for now, since we don't use them and don't plan to use them? svn:r1732
2004-04-27set Content-Type on the directory and hidserv descriptorRoger Dingledine
svn:r1731
2004-04-27make my assumption explicitRoger Dingledine
svn:r1730
2004-04-27it was the second bug that was nailing us.Roger Dingledine
periodically we expire some circuits if we already have enough, and we were counting rend circs in that number. (the first one wasn't a bug after all) svn:r1729
2004-04-27don't expire joined-rend circs that have an exit connection attachedRoger Dingledine
and don't expire non-general excess circuits svn:r1728
2004-04-26Some versions of openssl have an SSL_pending function that erroneouslyNick Mathewson
returns bytes when there is a non-application record pending. I have no idea when/why this would even happen, but let's catch it and make sure tor_tls_get_pending_bytes stays correct. svn:r1727
2004-04-26Log number of bytes pending after read.Nick Mathewson
svn:r1726
2004-04-26rendmid says it drops but actually sends nackRoger Dingledine
fix log messages svn:r1725
2004-04-26Remove spurious semiNick Mathewson
svn:r1724
2004-04-26Add a macro to catch unhandled openssl errors.Nick Mathewson
svn:r1723
2004-04-26and other debugsRoger Dingledine
svn:r1722
2004-04-26log debug so nick can see it tooRoger Dingledine
svn:r1721