| Commit message (Expand) | Author | Age |
* | update url for when users try to use socksport as an http proxy•••svn:r3265
| Roger Dingledine | 2005-01-03 |
* | and forward port the cleanup•••svn:r3211
| Roger Dingledine | 2004-12-22 |
* | fix a crash: if you do socks4 with an IP of 0.0.0.x then we get tricked•••into thinking you're doing socks4a, and we look for the next byte.
thanks to aphex for finding this.
svn:r3207
| Roger Dingledine | 2004-12-22 |
* | rearrange debug logs to make more sense•••svn:r3116
| Roger Dingledine | 2004-12-07 |
* | Spell-check strings and comments•••svn:r3052
| Nick Mathewson | 2004-12-01 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019
| Nick Mathewson | 2004-11-29 |
* | wrong is ok, and right is fine, but in between is apparently•••totally unacceptable to me.
svn:r3005
| Roger Dingledine | 2004-11-28 |
* | Normalize space: add one between every control keyword and control clause.•••svn:r3003
| Nick Mathewson | 2004-11-28 |
* | remember; tor_socket_errno has side effects!•••svn:r2997
| Nick Mathewson | 2004-11-28 |
* | remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989
| Roger Dingledine | 2004-11-26 |
* | clean up some more.•••i think i'm getting closer.
svn:r2931
| Roger Dingledine | 2004-11-21 |
* | Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug r...•••svn:r2790
| Nick Mathewson | 2004-11-10 |
* | Add missing dereference; stop throwing zeroes around.•••svn:r2702
| Nick Mathewson | 2004-11-07 |
* | Clean up copyrights.•••Break connection_consider_empty_buckets() out of
connection_read_bucket_decrement().
svn:r2698
| Roger Dingledine | 2004-11-07 |
* | Make sure control command bodies are always followed by a NUL•••svn:r2678
| Nick Mathewson | 2004-11-04 |
* | Start implementing control interface.•••svn:r2652
| Nick Mathewson | 2004-11-03 |
* | Use strlcpy, not strcpy.•••svn:r2610
| Nick Mathewson | 2004-10-27 |
* | don't assert multiple things in the same tor_assert()•••svn:r2544
| Roger Dingledine | 2004-10-16 |
* | Build without warnings on mac gcc 3.3•••svn:r2487
| Nick Mathewson | 2004-10-14 |
* | more int to size_t conversions, fixing one or more amd64 bugs•••plus a whitespace patch on config.c from vicman
svn:r2482
| Roger Dingledine | 2004-10-14 |
* | parse HttpProxy address in config•••fix a potential confusion in fetch_from_buf_http()
make all our int config options non-negative
better bounds checking on options that are ports
svn:r2456
| Roger Dingledine | 2004-10-12 |
* | Add fix for remote-crash bug.•••svn:r2447
| Nick Mathewson | 2004-10-12 |
* | touch-ups•••svn:r2192
| Roger Dingledine | 2004-08-07 |
* | list the port and socks version when complaining about unsafe socks•••svn:r2188
| Roger Dingledine | 2004-08-07 |
* | when they use tor as an http proxy, point them at a better url•••svn:r2161
| Roger Dingledine | 2004-08-06 |
* | put the have_warned_about_unsafe_socks static var inside the function•••svn:r2128
| Roger Dingledine | 2004-08-04 |
* | warn if we use an unsafe socks variant•••for now, warn every time. we should decide how often we want to warn;
one problem here is that there are several scenarios where we use an
unsafe socks variant safely, so the warning may be inaccurate. hm.
svn:r2126
| Roger Dingledine | 2004-08-03 |
* | fix a bug related to reading usernames for socks4•••this hasn't bitten us yet, but hey.
svn:r2026
| Roger Dingledine | 2004-07-12 |
* | tweaks and bugfix on resolve/resolved code•••svn:r1980
| Roger Dingledine | 2004-06-17 |
* | Implement RESOLVE/RESOLVED cells and socks resolve code•••svn:r1978
| Nick Mathewson | 2004-06-17 |
* | declare the epipe bug a non-bug.•••now we catch and ignore epipe signals, and when write returns epipe,
we simply return -1 and close the socket/connection.
svn:r1928
| Roger Dingledine | 2004-06-01 |
* | Fix segfault•••svn:r1895
| Nick Mathewson | 2004-05-19 |
* | Resolve some XXXs•••svn:r1889
| Nick Mathewson | 2004-05-18 |
* | Close rogue <b>s•••svn:r1838
| Nick Mathewson | 2004-05-10 |
* | more doxygen markup•••plenty more remains
svn:r1824
| Roger Dingledine | 2004-05-09 |
* | Add doxygen markup for util and buffers•••svn:r1820
| Nick Mathewson | 2004-05-07 |
* | Comments for nearly all non-tricky files•••svn:r1796
| Nick Mathewson | 2004-05-05 |
* | 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 |
* | Make Tor build on win32 with VC6 without warnings.•••svn:r1739
| Nick Mathewson | 2004-04-28 |
* | Log number of bytes pending after read.•••svn:r1726
| Nick Mathewson | 2004-04-26 |
* | Add a macro to catch unhandled openssl errors.•••svn:r1723
| Nick Mathewson | 2004-04-26 |
* | and other debugs•••svn:r1722
| Roger Dingledine | 2004-04-26 |
* | add a debugging entry, to find the wants-to-read-but-can't bug•••svn:r1719
| Roger Dingledine | 2004-04-26 |
* | use tor_assert•••remove obsolete BUF_OK macro
svn:r1697
| Roger Dingledine | 2004-04-25 |
* | make the max buf size 10 megabytes, not 1 megabyte•••need to implement flexible buffer sizes soon
svn:r1553
| Roger Dingledine | 2004-04-08 |
* | There is no need to cast void* to other pointer types.•••svn:r1524
| Nick Mathewson | 2004-04-07 |
* | Use (set|get)_uint(16|32) in lieu of memcpy where reasonable.•••svn:r1462
| Nick Mathewson | 2004-04-03 |