summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-06New upstream release.debian-version-0.0.6.1-1Peter Palfrader
svn:r1808
2004-05-06Fix bug in stream position adjustmentNick Mathewson
svn:r1801
2004-05-06Use correct aes-ctr implementation in mainline, too.Nick Mathewson
svn:r1800
2004-05-06bugfix: add a circ->resolving_streams field, and make dns resolving ↵Roger Dingledine
streams not actually in the connection_array until they're done resolving. bugfix: actually complain if we duplicate mark-for-close a circuit add more logging for relay ends that claim dns resolve failed, so we can find out why they're not being retried. svn:r1798
2004-05-05Document the rest of main.cNick Mathewson
svn:r1797
2004-05-05Comments for nearly all non-tricky filesNick Mathewson
svn:r1796
2004-05-05Use intptr_t when playing with void*sNick Mathewson
svn:r1795
2004-05-05Add intptr_t and uintptr_t to torint.hNick Mathewson
svn:r1794
2004-05-05Fix compilation warnings on 64-bit platformsNick Mathewson
svn:r1793
2004-05-05specify bandwidth minimums for people running serversRoger Dingledine
svn:r1792
2004-05-05mention the digest seeds for circuit-level integrity checkingRoger Dingledine
unused portions of relay payloads are nul-padded, not filled with random bytes. svn:r1791
2004-05-05Never list unapproved servers as recommendedNick Mathewson
svn:r1790
2004-05-05More documentation; fix for compilation warningNick Mathewson
svn:r1789
2004-05-05Only connection_add connections once they have conn->s sett; refactor code ↵Nick Mathewson
around this. Should make stuff more bulletproof. svn:r1788
2004-05-05Make non-fake tor_poll robust against -1 fdsNick Mathewson
svn:r1787
2004-05-05must close marked connections at the end of run_scheduled_events.Roger Dingledine
otherwise they might have a socket -1, and if we leave them around they'll muck up poll/select. i think this was the cause of our win32 and os x fakepoll crashes, and probably would cause other errors down the road. svn:r1786
2004-05-05More documentationNick Mathewson
svn:r1785
2004-05-04accept port 81 by default also, since people have been asking for itRoger Dingledine
svn:r1784
2004-05-04Comment router*.cNick Mathewson
svn:r1783
2004-05-04Fix mac compileNick Mathewson
svn:r1782
2004-05-02New upstream release.debian-version-0.0.6-1Peter Palfrader
svn:r1780
2004-05-02New upstream release candidatedebian-version-0.0.5+0.0.6rc4-1Peter Palfrader
svn:r1778
2004-05-02tor_assert(), not assert()Nick Mathewson
svn:r1777
2004-05-02Fix windows compile.Nick Mathewson
svn:r1776
2004-05-02Working strerror for windows socket errors, plus some snide comments.Nick Mathewson
svn:r1775
2004-05-02Assert that we never try to fakepoll on sock -1.Nick Mathewson
svn:r1774
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