Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | put small buffers back in place | Roger Dingledine | 2003-10-19 |
| | | | | svn:r629 | ||
* | Example code to get nickname from cert | Nick Mathewson | 2003-10-19 |
| | | | | svn:r628 | ||
* | Code to get nicknames from peer certs | Nick Mathewson | 2003-10-19 |
| | | | | svn:r627 | ||
* | let tls tolerate reallocing the buf | Roger Dingledine | 2003-10-19 |
| | | | | | | | and also remember the params for ssl_write if it returns wantread. svn:r626 | ||
* | first steps toward a WANTWRITE SSL_write tls bug fix | Roger Dingledine | 2003-10-18 |
| | | | | | | | how exactly the same do the arguments need to be? :( svn:r625 | ||
* | another minor memory leak | Roger Dingledine | 2003-10-18 |
| | | | | | | | make dnsconn->address reflect what it's currently resolving svn:r624 | ||
* | start to track down the 'peer has invalid cert' bug | Roger Dingledine | 2003-10-18 |
| | | | | svn:r623 | ||
* | no more memory leaks | Roger Dingledine | 2003-10-18 |
| | | | | | | | | when you run it under normal operation for as many as three minutes svn:r622 | ||
* | fix two more memory problems | Roger Dingledine | 2003-10-18 |
| | | | | | | | one remains :) svn:r621 | ||
* | clean up memory leaks, confusions | Roger Dingledine | 2003-10-18 |
| | | | | | | | still one memory leak remaining here. svn:r620 | ||
* | we've been stomping on memory while reading config | Roger Dingledine | 2003-10-18 |
| | | | | | | | doesn't seem to have bitten us yet, but let's fix that :) svn:r619 | ||
* | update install and readme: people should now do 'make install' | Roger Dingledine | 2003-10-18 |
| | | | | svn:r618 | ||
* | log to stdout while parsing config, | Roger Dingledine | 2003-10-18 |
| | | | | | | | otherwise we log to nothing and give no feedback! svn:r617 | ||
* | rewrite close_logs so it could possibly work | Roger Dingledine | 2003-10-18 |
| | | | | | | | remove deadbeef memory-clobber testing (for now) svn:r616 | ||
* | Small changes to abstract and intro | Paul Syverson | 2003-10-17 |
| | | | | svn:r615 | ||
* | put in some notes about rendezvous points | Roger Dingledine | 2003-10-17 |
| | | | | | | | | | i'll tie these together more in a bit and answer/introduce a few questions in section 1 svn:r614 | ||
* | put a blank line in the directory, before the first router | Roger Dingledine | 2003-10-17 |
| | | | | | | | this makes it easier to read (at least for me) svn:r613 | ||
* | try to make cvs more stable for now. need to test this more in a bit. | Roger Dingledine | 2003-10-17 |
| | | | | svn:r612 | ||
* | reload the fingerprints file on HUP | Roger Dingledine | 2003-10-17 |
| | | | | svn:r611 | ||
* | catch misconfigured machines that return hostname as fqdn | Roger Dingledine | 2003-10-17 |
| | | | | svn:r610 | ||
* | patch from aaron to abstract into $TORARGS | Roger Dingledine | 2003-10-16 |
| | | | | svn:r609 | ||
* | mention that you can run tor with "-l warn" | Roger Dingledine | 2003-10-16 |
| | | | | svn:r608 | ||
* | Several changes to background section, which is still a mess | Paul Syverson | 2003-10-16 |
| | | | | | | | Added bib file svn:r607 | ||
* | add a note about how Safari claims to support socks but doesn't | Roger Dingledine | 2003-10-16 |
| | | | | svn:r606 | ||
* | create var/lib/tor on "make install" -- this should allow | Steven Hazel | 2003-10-16 |
| | | | | | | | sample-server-torrc to Just Work svn:r605 | ||
* | Log TLS errors even harder | Nick Mathewson | 2003-10-15 |
| | | | | svn:r604 | ||
* | Add more logging on some ssl errors. | Nick Mathewson | 2003-10-15 |
| | | | | svn:r603 | ||
* | update TODO entries to reflect recent progress | Roger Dingledine | 2003-10-15 |
| | | | | svn:r602 | ||
* | closing stdout *should* be safe (we'll see) | Roger Dingledine | 2003-10-15 |
| | | | | svn:r601 | ||
* | Report delivery cell fullness correctly | Nick Mathewson | 2003-10-15 |
| | | | | svn:r600 | ||
* | change buf->buf to buf->mem | Roger Dingledine | 2003-10-15 |
| | | | | | | | maybe this will mean fewer dumb errors svn:r599 | ||
* | don't clobber CFLAGS when configure starts | Roger Dingledine | 2003-10-15 |
| | | | | svn:r598 | ||
* | fix bug with overzealous shrinking; add more comments. | Nick Mathewson | 2003-10-15 |
| | | | | svn:r597 | ||
* | clean up logging, allow user to specify log files | Roger Dingledine | 2003-10-15 |
| | | | | | | | | | | | | 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 | ||
* | Build without warnings on OS X. | Nick Mathewson | 2003-10-15 |
| | | | | svn:r595 | ||
* | Make add_file_log return 0 on success. | Nick Mathewson | 2003-10-15 |
| | | | | svn:r594 | ||
* | Make last commit build | Nick Mathewson | 2003-10-15 |
| | | | | svn:r593 | ||
* | Stop using stdout for non-debugging cases | Nick Mathewson | 2003-10-15 |
| | | | | svn:r592 | ||
* | spell matej's name correctly (oops) | Roger Dingledine | 2003-10-15 |
| | | | | svn:r591 | ||
* | start the authors file, before things get out of hand | Roger Dingledine | 2003-10-15 |
| | | | | svn:r590 | ||
* | and in OP config files | Roger Dingledine | 2003-10-15 |
| | | | | svn:r589 | ||
* | less confusing comments in config files | Roger Dingledine | 2003-10-15 |
| | | | | svn:r588 | ||
* | - cause configure to create a tor.sh which will have directories set | Steven Hazel | 2003-10-15 |
| | | | | | | | | | | | | | | | | 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 | ||
* | Add initial background mumblings; more work tomorrow | Nick Mathewson | 2003-10-14 |
| | | | | svn:r586 | ||
* | clean up the sample or rc | Roger Dingledine | 2003-10-14 |
| | | | | svn:r585 | ||
* | make the buffer resize stuff work | Roger Dingledine | 2003-10-14 |
| | | | | | | | and make listener connections not have bufs svn:r584 | ||
* | Make buffers grow and shrink as needed. | Nick Mathewson | 2003-10-14 |
| | | | | svn:r583 | ||
* | Add tor_realloc to mirror tor_malloc | Nick Mathewson | 2003-10-14 |
| | | | | svn:r582 | ||
* | i'm a little teapot, short and stout | Roger Dingledine | 2003-10-14 |
| | | | | | | | cvs compiles again svn:r581 | ||
* | fix segfault (connecting to dirserver when network is down) | Roger Dingledine | 2003-10-13 |
| | | | | svn:r580 |