| Commit message (Expand) | Author | Age |
* | 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 |
* | forward-port dirservers file•••svn:r1812
| Roger Dingledine | 2004-05-06 |
* | Fix bug in stream position adjustment•••svn:r1801
| Nick Mathewson | 2004-05-06 |
* | Use correct aes-ctr implementation in mainline, too.•••svn:r1800
| Nick Mathewson | 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 |
* | Add intptr_t and uintptr_t to torint.h•••svn:r1794
| 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 |
* | Make non-fake tor_poll robust against -1 fds•••svn:r1787
| 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 |
* | Fix mac compile•••svn:r1782
| Nick Mathewson | 2004-05-04 |
* | tor_assert(), not assert()•••svn:r1777
| Nick Mathewson | 2004-05-02 |
* | Fix windows compile.•••svn:r1776
| Nick Mathewson | 2004-05-02 |
* | Working strerror for windows socket errors, plus some snide comments.•••svn:r1775
| Nick Mathewson | 2004-05-02 |
* | Assert that we never try to fakepoll on sock -1.•••svn:r1774
| Nick Mathewson | 2004-05-02 |
* | Windows version is 0.0.6 too•••svn:r1771
| Nick Mathewson | 2004-05-02 |
* | Bump windows version to 0.0.6rc4•••svn:r1767
| 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 |
* | some patches on the patches•••svn:r1761
| Roger Dingledine | 2004-05-01 |
* | Documenmt buffers.c; remove function that nobody ever calls.•••svn:r1760
| Nick Mathewson | 2004-05-01 |
* | Remove bogus */ so util.c compiles•••svn:r1759
| Nick Mathewson | 2004-05-01 |
* | Finish documenting the functions in common•••svn:r1758
| 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 |
* | some cosmetic fixes•••svn:r1747
| Roger Dingledine | 2004-04-29 |
* | Oops -- the Windows function is closesocket, not socketclose•••svn:r1746
| Nick Mathewson | 2004-04-28 |
* | 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 |
* | Regenerate windows orconfig.h to match current autoheader generated orconfig.h•••svn:r1743
| Nick Mathewson | 2004-04-28 |
* | Remove IVs from cipher code, since AES-ctr has none.•••svn:r1742
| Nick Mathewson | 2004-04-28 |
* | use nick's _ARRAYSIZE abstraction•••svn:r1741
| Roger Dingledine | 2004-04-28 |
* | nick, is this what you meant?•••svn:r1740
| Roger Dingledine | 2004-04-28 |
* | Make Tor build on win32 with VC6 without warnings.•••svn:r1739
| Nick Mathewson | 2004-04-28 |