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