aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Use correct aes-ctr implementation in mainline, too.Nick Mathewson2004-05-06
| | | | svn:r1800
* bugfix: add a circ->resolving_streams field, and make dns resolving ↵Roger Dingledine2004-05-06
| | | | | | | | | | | | 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
* Document the rest of main.cNick Mathewson2004-05-05
| | | | svn:r1797
* Comments for nearly all non-tricky filesNick Mathewson2004-05-05
| | | | svn:r1796
* Use intptr_t when playing with void*sNick Mathewson2004-05-05
| | | | svn:r1795
* Add intptr_t and uintptr_t to torint.hNick Mathewson2004-05-05
| | | | svn:r1794
* Fix compilation warnings on 64-bit platformsNick Mathewson2004-05-05
| | | | svn:r1793
* Never list unapproved servers as recommendedNick Mathewson2004-05-05
| | | | svn:r1790
* More documentation; fix for compilation warningNick Mathewson2004-05-05
| | | | svn:r1789
* Only connection_add connections once they have conn->s sett; refactor code ↵Nick Mathewson2004-05-05
| | | | | | around this. Should make stuff more bulletproof. svn:r1788
* Make non-fake tor_poll robust against -1 fdsNick Mathewson2004-05-05
| | | | svn:r1787
* must close marked connections at the end of run_scheduled_events.Roger Dingledine2004-05-05
| | | | | | | | | | | 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
* More documentationNick Mathewson2004-05-05
| | | | svn:r1785
* accept port 81 by default also, since people have been asking for itRoger Dingledine2004-05-04
| | | | svn:r1784
* Comment router*.cNick Mathewson2004-05-04
| | | | svn:r1783
* Fix mac compileNick Mathewson2004-05-04
| | | | svn:r1782
* tor_assert(), not assert()Nick Mathewson2004-05-02
| | | | svn:r1777
* Fix windows compile.Nick Mathewson2004-05-02
| | | | svn:r1776
* Working strerror for windows socket errors, plus some snide comments.Nick Mathewson2004-05-02
| | | | svn:r1775
* Assert that we never try to fakepoll on sock -1.Nick Mathewson2004-05-02
| | | | svn:r1774
* Windows version is 0.0.6 tooNick Mathewson2004-05-02
| | | | svn:r1771
* Bump windows version to 0.0.6rc4Nick Mathewson2004-05-02
| | | | svn:r1767
* stop the circuit_receive_relay_cell warningRoger Dingledine2004-05-02
| | | | | | | | mark the circ for close if circuit_extend fails because the next hop is not up yet; don't just return -1 svn:r1765
* patches on patchesRoger Dingledine2004-05-02
| | | | svn:r1763
* some patches on the patchesRoger Dingledine2004-05-01
| | | | svn:r1761
* Documenmt buffers.c; remove function that nobody ever calls.Nick Mathewson2004-05-01
| | | | svn:r1760
* Remove bogus */ so util.c compilesNick Mathewson2004-05-01
| | | | svn:r1759
* Finish documenting the functions in commonNick Mathewson2004-05-01
| | | | svn:r1758
* Fix windows compileNick Mathewson2004-05-01
| | | | svn:r1757
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
| | | | svn:r1756
* fix a seg fault (whoops)Roger Dingledine2004-04-30
| | | | svn:r1755
* note another bug to be fixed sometimeRoger Dingledine2004-04-30
| | | | svn:r1754
* update the built-in dirservers defaultRoger Dingledine2004-04-29
| | | | svn:r1750
* some cosmetic fixesRoger Dingledine2004-04-29
| | | | svn:r1747
* Oops -- the Windows function is closesocket, not socketcloseNick Mathewson2004-04-28
| | | | svn:r1746
* Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson2004-04-28
| | | | svn:r1745
* use tor_lookup_hostname for binding local addresses tooRoger Dingledine2004-04-28
| | | | svn:r1744
* Regenerate windows orconfig.h to match current autoheader generated orconfig.hNick Mathewson2004-04-28
| | | | svn:r1743
* Remove IVs from cipher code, since AES-ctr has none.Nick Mathewson2004-04-28
| | | | svn:r1742
* use nick's _ARRAYSIZE abstractionRoger Dingledine2004-04-28
| | | | svn:r1741
* nick, is this what you meant?Roger Dingledine2004-04-28
| | | | svn:r1740
* Make Tor build on win32 with VC6 without warnings.Nick Mathewson2004-04-28
| | | | svn:r1739
* bug resolved (hopefully), so remove commentRoger Dingledine2004-04-28
| | | | svn:r1738
* clean dns.c betterRoger Dingledine2004-04-28
| | | | svn:r1737
* fix a bug in dns.c, note but don't fix another oneRoger Dingledine2004-04-28
| | | | svn:r1735
* Workarounds for a couple of pieces of windows strangeness.Nick Mathewson2004-04-28
| | | | svn:r1734
* clean some dead code (right?)Roger Dingledine2004-04-28
| | | | svn:r1733
* some compilers don't like an array of length zeroRoger Dingledine2004-04-27
| | | | | | | | nick: should we remove support for IVs for now, since we don't use them and don't plan to use them? svn:r1732
* set Content-Type on the directory and hidserv descriptorRoger Dingledine2004-04-27
| | | | svn:r1731
* make my assumption explicitRoger Dingledine2004-04-27
| | | | svn:r1730