Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-17 | put in some notes about rendezvous points | Roger Dingledine | |
i'll tie these together more in a bit and answer/introduce a few questions in section 1 svn:r614 | |||
2003-10-17 | put a blank line in the directory, before the first router | Roger Dingledine | |
this makes it easier to read (at least for me) svn:r613 | |||
2003-10-17 | try to make cvs more stable for now. need to test this more in a bit. | Roger Dingledine | |
svn:r612 | |||
2003-10-17 | reload the fingerprints file on HUP | Roger Dingledine | |
svn:r611 | |||
2003-10-17 | catch misconfigured machines that return hostname as fqdn | Roger Dingledine | |
svn:r610 | |||
2003-10-16 | patch from aaron to abstract into $TORARGS | Roger Dingledine | |
svn:r609 | |||
2003-10-16 | mention that you can run tor with "-l warn" | Roger Dingledine | |
svn:r608 | |||
2003-10-16 | Several changes to background section, which is still a mess | Paul Syverson | |
Added bib file svn:r607 | |||
2003-10-16 | add a note about how Safari claims to support socks but doesn't | Roger Dingledine | |
svn:r606 | |||
2003-10-16 | create var/lib/tor on "make install" -- this should allow | Steven Hazel | |
sample-server-torrc to Just Work svn:r605 | |||
2003-10-15 | Log TLS errors even harder | Nick Mathewson | |
svn:r604 | |||
2003-10-15 | Add more logging on some ssl errors. | Nick Mathewson | |
svn:r603 | |||
2003-10-15 | update TODO entries to reflect recent progress | Roger Dingledine | |
svn:r602 | |||
2003-10-15 | closing stdout *should* be safe (we'll see) | Roger Dingledine | |
svn:r601 | |||
2003-10-15 | Report delivery cell fullness correctly | Nick Mathewson | |
svn:r600 | |||
2003-10-15 | change buf->buf to buf->mem | Roger Dingledine | |
maybe this will mean fewer dumb errors svn:r599 | |||
2003-10-15 | don't clobber CFLAGS when configure starts | Roger Dingledine | |
svn:r598 | |||
2003-10-15 | fix bug with overzealous shrinking; add more comments. | Nick Mathewson | |
svn:r597 | |||
2003-10-15 | clean up logging, allow user to specify log files | Roger Dingledine | |
If DebugLogFile is specified, log to it at -l debug If LogFile is specified, log to it at the -l from the commandline (default info) If no LogFile *and* not a Daemon, then log to stdout. Make conn->s = -1 by default (this might break things) When kill -USR1, prefer to log at INFO, but make sure they always see it. svn:r596 | |||
2003-10-15 | Build without warnings on OS X. | Nick Mathewson | |
svn:r595 | |||
2003-10-15 | Make add_file_log return 0 on success. | Nick Mathewson | |
svn:r594 | |||
2003-10-15 | Make last commit build | Nick Mathewson | |
svn:r593 | |||
2003-10-15 | Stop using stdout for non-debugging cases | Nick Mathewson | |
svn:r592 | |||
2003-10-15 | spell matej's name correctly (oops) | Roger Dingledine | |
svn:r591 | |||
2003-10-15 | start the authors file, before things get out of hand | Roger Dingledine | |
svn:r590 | |||
2003-10-15 | and in OP config files | Roger Dingledine | |
svn:r589 | |||
2003-10-15 | less confusing comments in config files | Roger Dingledine | |
svn:r588 | |||
2003-10-15 | - cause configure to create a tor.sh which will have directories set | Steven Hazel | |
correctly based on how configure was run - cause tor to guess the location of torrc more intelligently - cause cause src/config/torrc and src/conf/sample-server-torrc to be generated with contents that are correct for the way configure was run - cause "make install" to put torrc, sample-server-torrc, and dirservers somewhere intelligent svn:r587 | |||
2003-10-14 | Add initial background mumblings; more work tomorrow | Nick Mathewson | |
svn:r586 | |||
2003-10-14 | clean up the sample or rc | Roger Dingledine | |
svn:r585 | |||
2003-10-14 | make the buffer resize stuff work | Roger Dingledine | |
and make listener connections not have bufs svn:r584 | |||
2003-10-14 | Make buffers grow and shrink as needed. | Nick Mathewson | |
svn:r583 | |||
2003-10-14 | Add tor_realloc to mirror tor_malloc | Nick Mathewson | |
svn:r582 | |||
2003-10-14 | i'm a little teapot, short and stout | Roger Dingledine | |
cvs compiles again svn:r581 | |||
2003-10-13 | fix segfault (connecting to dirserver when network is down) | Roger Dingledine | |
svn:r580 | |||
2003-10-12 | put out 0.0.2pre12 | Roger Dingledine | |
(mainly doc and log changes) svn:r579 | |||
2003-10-11 | don't forget the dot in privoxy config line. | Roger Dingledine | |
svn:r578 | |||
2003-10-11 | remove more confusing parts of the README | Roger Dingledine | |
svn:r577 | |||
2003-10-11 | clarify the warning for unrecognized socks version | Roger Dingledine | |
(generally happens when people use tor as an httpd proxy) svn:r576 | |||
2003-10-11 | clarifications from weasel | Roger Dingledine | |
svn:r575 | |||
2003-10-10 | A few rewordings in abstract and first paragraph | Paul Syverson | |
svn:r574 | |||
2003-10-10 | flesh out more of the entries in the intro | Roger Dingledine | |
svn:r573 | |||
2003-10-10 | oops, bugfix | Roger Dingledine | |
svn:r572 | |||
2003-10-10 | change WARNING to WARN | Roger Dingledine | |
and fix a few typos svn:r571 | |||
2003-10-10 | change WARNING to WARN | Roger Dingledine | |
svn:r570 | |||
2003-10-09 | Refactor, rename, and clarify | Nick Mathewson | |
svn:r569 | |||
2003-10-09 | first pass over HACKING doc | Roger Dingledine | |
svn:r568 | |||
2003-10-09 | First cut at HACKING document | Nick Mathewson | |
svn:r567 | |||
2003-10-09 | s/TOR/Tor/ | Nick Mathewson | |
svn:r566 | |||
2003-10-08 | add in basic support for pidfiles | Roger Dingledine | |
(patch courtesy aaron turner) svn:r565 |