aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* comment and doxygenate connection_edge.c•••svn:r1833 Roger Dingledine2004-05-10
* More doxygenation.•••svn:r1832 Nick Mathewson2004-05-10
* give connection.c a skeletal file/brief header•••svn:r1831 Roger Dingledine2004-05-10
* tweak comment in connection_or•••svn:r1830 Roger Dingledine2004-05-10
* doxygen for tor_main.c•••svn:r1828 Roger Dingledine2004-05-10
* remove an orphan function declaration•••svn:r1827 Roger Dingledine2004-05-10
* function header comments for onion.c, including doxygen markup•••svn:r1826 Roger Dingledine2004-05-10
* function header comments for connection.c, including doxygen markup•••svn:r1825 Roger Dingledine2004-05-10
* more doxygen markup•••plenty more remains svn:r1824 Roger Dingledine2004-05-09
* bugfix: do directory_send_command only after we've established a socket•••also many comments, cleaning, etc svn:r1823 Roger Dingledine2004-05-09
* Add doxygen markup for util and buffers•••svn:r1820 Nick Mathewson2004-05-07
* comment the functions in connection_or.c•••svn:r1818 Roger Dingledine2004-05-07
* comment the functions in command.c•••this is one of the files nick regarded as scary, so hopefully these will help. svn:r1817 Roger Dingledine2004-05-07
* forward-port header-length-increase patch•••svn:r1814 Roger Dingledine2004-05-06
* forward-port built-in dirservers string•••svn:r1813 Roger Dingledine2004-05-06
* bugfix: add a circ->resolving_streams field, and make dns 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 Roger Dingledine2004-05-06
* Document the rest of main.c•••svn:r1797 Nick Mathewson2004-05-05
* Comments for nearly all non-tricky files•••svn:r1796 Nick Mathewson2004-05-05
* Use intptr_t when playing with void*s•••svn:r1795 Nick Mathewson2004-05-05
* Fix compilation warnings on 64-bit platforms•••svn:r1793 Nick Mathewson2004-05-05
* Never list unapproved servers as recommended•••svn:r1790 Nick Mathewson2004-05-05
* More documentation; fix for compilation warning•••svn:r1789 Nick Mathewson2004-05-05
* Only connection_add connections once they have conn->s sett; refactor code ar...•••svn:r1788 Nick Mathewson2004-05-05
* must close marked connections at the end of run_scheduled_events.•••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 Roger Dingledine2004-05-05
* More documentation•••svn:r1785 Nick Mathewson2004-05-05
* accept port 81 by default also, since people have been asking for it•••svn:r1784 Roger Dingledine2004-05-04
* Comment router*.c•••svn:r1783 Nick Mathewson2004-05-04
* Working strerror for windows socket errors, plus some snide comments.•••svn:r1775 Nick Mathewson2004-05-02
* stop the circuit_receive_relay_cell warning•••mark the circ for close if circuit_extend fails because the next hop is not up yet; don't just return -1 svn:r1765 Roger Dingledine2004-05-02
* patches on patches•••svn:r1763 Roger Dingledine2004-05-02
* Documenmt buffers.c; remove function that nobody ever calls.•••svn:r1760 Nick Mathewson2004-05-01
* Fix windows compile•••svn:r1757 Nick Mathewson2004-05-01
* Handle windows socket errors correctly; comment most of common.•••svn:r1756 Nick Mathewson2004-05-01
* fix a seg fault (whoops)•••svn:r1755 Roger Dingledine2004-04-30
* note another bug to be fixed sometime•••svn:r1754 Roger Dingledine2004-04-30
* update the built-in dirservers default•••svn:r1750 Roger Dingledine2004-04-29
* Use socketclose on windows as appropriate; end pid files with newline•••svn:r1745 Nick Mathewson2004-04-28
* use tor_lookup_hostname for binding local addresses too•••svn:r1744 Roger Dingledine2004-04-28
* Remove IVs from cipher code, since AES-ctr has none.•••svn:r1742 Nick Mathewson2004-04-28
* Make Tor build on win32 with VC6 without warnings.•••svn:r1739 Nick Mathewson2004-04-28
* bug resolved (hopefully), so remove comment•••svn:r1738 Roger Dingledine2004-04-28
* clean dns.c better•••svn:r1737 Roger Dingledine2004-04-28
* fix a bug in dns.c, note but don't fix another one•••svn:r1735 Roger Dingledine2004-04-28
* Workarounds for a couple of pieces of windows strangeness.•••svn:r1734 Nick Mathewson2004-04-28
* clean some dead code (right?)•••svn:r1733 Roger Dingledine2004-04-28
* set Content-Type on the directory and hidserv descriptor•••svn:r1731 Roger Dingledine2004-04-27
* make my assumption explicit•••svn:r1730 Roger Dingledine2004-04-27
* it was the second bug that was nailing us.•••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 Roger Dingledine2004-04-27
* don't expire joined-rend circs that have an exit connection attached•••and don't expire non-general excess circuits svn:r1728 Roger Dingledine2004-04-27
* Log number of bytes pending after read.•••svn:r1726 Nick Mathewson2004-04-26