| Commit message (Expand) | Author | Age |
* | it's amazing what a bit of punctuation can do for appearances•••svn:r1843
| Roger Dingledine | 2004-05-10 |
* | a few more pieces of markup•••svn:r1841
| Roger Dingledine | 2004-05-10 |
* | more cleanup, including fleshing out or.h more•••svn:r1839
| Roger Dingledine | 2004-05-10 |
* | Close rogue <b>s•••svn:r1838
| Nick Mathewson | 2004-05-10 |
* | comments and doxygen markup on circuit.c•••svn:r1837
| Roger Dingledine | 2004-05-10 |
* | Doxygen most of or.h•••svn:r1836
| Nick Mathewson | 2004-05-10 |
* | Doxygenate config.c•••svn:r1834
| Nick Mathewson | 2004-05-10 |
* | comment and doxygenate connection_edge.c•••svn:r1833
| Roger Dingledine | 2004-05-10 |
* | More doxygenation.•••svn:r1832
| Nick Mathewson | 2004-05-10 |
* | give connection.c a skeletal file/brief header•••svn:r1831
| Roger Dingledine | 2004-05-10 |
* | tweak comment in connection_or•••svn:r1830
| Roger Dingledine | 2004-05-10 |
* | doxygen for tor_main.c•••svn:r1828
| Roger Dingledine | 2004-05-10 |
* | remove an orphan function declaration•••svn:r1827
| Roger Dingledine | 2004-05-10 |
* | function header comments for onion.c, including doxygen markup•••svn:r1826
| Roger Dingledine | 2004-05-10 |
* | function header comments for connection.c, including doxygen markup•••svn:r1825
| Roger Dingledine | 2004-05-10 |
* | more doxygen markup•••plenty more remains
svn:r1824
| Roger Dingledine | 2004-05-09 |
* | bugfix: do directory_send_command only after we've established a socket•••also many comments, cleaning, etc
svn:r1823
| Roger Dingledine | 2004-05-09 |
* | Add doxygen markup for util and buffers•••svn:r1820
| Nick Mathewson | 2004-05-07 |
* | comment the functions in connection_or.c•••svn:r1818
| Roger Dingledine | 2004-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 Dingledine | 2004-05-07 |
* | forward-port header-length-increase patch•••svn:r1814
| Roger Dingledine | 2004-05-06 |
* | forward-port built-in dirservers string•••svn:r1813
| Roger Dingledine | 2004-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 Dingledine | 2004-05-06 |
* | Document the rest of main.c•••svn:r1797
| Nick Mathewson | 2004-05-05 |
* | Comments for nearly all non-tricky files•••svn:r1796
| Nick Mathewson | 2004-05-05 |
* | Use intptr_t when playing with void*s•••svn:r1795
| Nick Mathewson | 2004-05-05 |
* | Fix compilation warnings on 64-bit platforms•••svn:r1793
| Nick Mathewson | 2004-05-05 |
* | Never list unapproved servers as recommended•••svn:r1790
| Nick Mathewson | 2004-05-05 |
* | More documentation; fix for compilation warning•••svn:r1789
| Nick Mathewson | 2004-05-05 |
* | Only connection_add connections once they have conn->s sett; refactor code ar...•••svn:r1788
| Nick Mathewson | 2004-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 Dingledine | 2004-05-05 |
* | More documentation•••svn:r1785
| Nick Mathewson | 2004-05-05 |
* | accept port 81 by default also, since people have been asking for it•••svn:r1784
| Roger Dingledine | 2004-05-04 |
* | Comment router*.c•••svn:r1783
| Nick Mathewson | 2004-05-04 |
* | Working strerror for windows socket errors, plus some snide comments.•••svn:r1775
| Nick Mathewson | 2004-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 Dingledine | 2004-05-02 |
* | patches on patches•••svn:r1763
| Roger Dingledine | 2004-05-02 |
* | Documenmt buffers.c; remove function that nobody ever calls.•••svn:r1760
| Nick Mathewson | 2004-05-01 |
* | Fix windows compile•••svn:r1757
| Nick Mathewson | 2004-05-01 |
* | Handle windows socket errors correctly; comment most of common.•••svn:r1756
| Nick Mathewson | 2004-05-01 |
* | fix a seg fault (whoops)•••svn:r1755
| Roger Dingledine | 2004-04-30 |
* | note another bug to be fixed sometime•••svn:r1754
| Roger Dingledine | 2004-04-30 |
* | update the built-in dirservers default•••svn:r1750
| Roger Dingledine | 2004-04-29 |
* | Use socketclose on windows as appropriate; end pid files with newline•••svn:r1745
| Nick Mathewson | 2004-04-28 |
* | use tor_lookup_hostname for binding local addresses too•••svn:r1744
| Roger Dingledine | 2004-04-28 |
* | Remove IVs from cipher code, since AES-ctr has none.•••svn:r1742
| Nick Mathewson | 2004-04-28 |
* | Make Tor build on win32 with VC6 without warnings.•••svn:r1739
| Nick Mathewson | 2004-04-28 |
* | bug resolved (hopefully), so remove comment•••svn:r1738
| Roger Dingledine | 2004-04-28 |
* | clean dns.c better•••svn:r1737
| Roger Dingledine | 2004-04-28 |
* | fix a bug in dns.c, note but don't fix another one•••svn:r1735
| Roger Dingledine | 2004-04-28 |