aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* put small buffers back in placeRoger Dingledine2003-10-19
| | | | svn:r629
* Example code to get nickname from certNick Mathewson2003-10-19
| | | | svn:r628
* Code to get nicknames from peer certsNick Mathewson2003-10-19
| | | | svn:r627
* let tls tolerate reallocing the bufRoger Dingledine2003-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 fixRoger Dingledine2003-10-18
| | | | | | | how exactly the same do the arguments need to be? :( svn:r625
* another minor memory leakRoger Dingledine2003-10-18
| | | | | | | make dnsconn->address reflect what it's currently resolving svn:r624
* start to track down the 'peer has invalid cert' bugRoger Dingledine2003-10-18
| | | | svn:r623
* no more memory leaksRoger Dingledine2003-10-18
| | | | | | | | when you run it under normal operation for as many as three minutes svn:r622
* fix two more memory problemsRoger Dingledine2003-10-18
| | | | | | | one remains :) svn:r621
* clean up memory leaks, confusionsRoger Dingledine2003-10-18
| | | | | | | still one memory leak remaining here. svn:r620
* we've been stomping on memory while reading configRoger Dingledine2003-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 Dingledine2003-10-18
| | | | svn:r618
* log to stdout while parsing config,Roger Dingledine2003-10-18
| | | | | | | otherwise we log to nothing and give no feedback! svn:r617
* rewrite close_logs so it could possibly workRoger Dingledine2003-10-18
| | | | | | | remove deadbeef memory-clobber testing (for now) svn:r616
* Small changes to abstract and introPaul Syverson2003-10-17
| | | | svn:r615
* put in some notes about rendezvous pointsRoger Dingledine2003-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 routerRoger Dingledine2003-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 Dingledine2003-10-17
| | | | svn:r612
* reload the fingerprints file on HUPRoger Dingledine2003-10-17
| | | | svn:r611
* catch misconfigured machines that return hostname as fqdnRoger Dingledine2003-10-17
| | | | svn:r610
* patch from aaron to abstract into $TORARGSRoger Dingledine2003-10-16
| | | | svn:r609
* mention that you can run tor with "-l warn"Roger Dingledine2003-10-16
| | | | svn:r608
* Several changes to background section, which is still a messPaul Syverson2003-10-16
| | | | | | | Added bib file svn:r607
* add a note about how Safari claims to support socks but doesn'tRoger Dingledine2003-10-16
| | | | svn:r606
* create var/lib/tor on "make install" -- this should allowSteven Hazel2003-10-16
| | | | | | | sample-server-torrc to Just Work svn:r605
* Log TLS errors even harderNick Mathewson2003-10-15
| | | | svn:r604
* Add more logging on some ssl errors.Nick Mathewson2003-10-15
| | | | svn:r603
* update TODO entries to reflect recent progressRoger Dingledine2003-10-15
| | | | svn:r602
* closing stdout *should* be safe (we'll see)Roger Dingledine2003-10-15
| | | | svn:r601
* Report delivery cell fullness correctlyNick Mathewson2003-10-15
| | | | svn:r600
* change buf->buf to buf->memRoger Dingledine2003-10-15
| | | | | | | maybe this will mean fewer dumb errors svn:r599
* don't clobber CFLAGS when configure startsRoger Dingledine2003-10-15
| | | | svn:r598
* fix bug with overzealous shrinking; add more comments.Nick Mathewson2003-10-15
| | | | svn:r597
* clean up logging, allow user to specify log filesRoger Dingledine2003-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 Mathewson2003-10-15
| | | | svn:r595
* Make add_file_log return 0 on success.Nick Mathewson2003-10-15
| | | | svn:r594
* Make last commit buildNick Mathewson2003-10-15
| | | | svn:r593
* Stop using stdout for non-debugging casesNick Mathewson2003-10-15
| | | | svn:r592
* spell matej's name correctly (oops)Roger Dingledine2003-10-15
| | | | svn:r591
* start the authors file, before things get out of handRoger Dingledine2003-10-15
| | | | svn:r590
* and in OP config filesRoger Dingledine2003-10-15
| | | | svn:r589
* less confusing comments in config filesRoger Dingledine2003-10-15
| | | | svn:r588
* - cause configure to create a tor.sh which will have directories setSteven Hazel2003-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 tomorrowNick Mathewson2003-10-14
| | | | svn:r586
* clean up the sample or rcRoger Dingledine2003-10-14
| | | | svn:r585
* make the buffer resize stuff workRoger Dingledine2003-10-14
| | | | | | | and make listener connections not have bufs svn:r584
* Make buffers grow and shrink as needed.Nick Mathewson2003-10-14
| | | | svn:r583
* Add tor_realloc to mirror tor_mallocNick Mathewson2003-10-14
| | | | svn:r582
* i'm a little teapot, short and stoutRoger Dingledine2003-10-14
| | | | | | | cvs compiles again svn:r581
* fix segfault (connecting to dirserver when network is down)Roger Dingledine2003-10-13
| | | | svn:r580