aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* put small buffers back in place•••svn:r629 Roger Dingledine2003-10-19
* Example code to get nickname from cert•••svn:r628 Nick Mathewson2003-10-19
* another minor memory leak•••make dnsconn->address reflect what it's currently resolving svn:r624 Roger Dingledine2003-10-18
* no more memory leaks•••when you run it under normal operation for as many as three minutes svn:r622 Roger Dingledine2003-10-18
* fix two more memory problems•••one remains :) svn:r621 Roger Dingledine2003-10-18
* clean up memory leaks, confusions•••still one memory leak remaining here. svn:r620 Roger Dingledine2003-10-18
* log to stdout while parsing config,•••otherwise we log to nothing and give no feedback! svn:r617 Roger Dingledine2003-10-18
* put a blank line in the directory, before the first router•••this makes it easier to read (at least for me) svn:r613 Roger Dingledine2003-10-17
* try to make cvs more stable for now. need to test this more in a bit.•••svn:r612 Roger Dingledine2003-10-17
* reload the fingerprints file on HUP•••svn:r611 Roger Dingledine2003-10-17
* catch misconfigured machines that return hostname as fqdn•••svn:r610 Roger Dingledine2003-10-17
* closing stdout *should* be safe (we'll see)•••svn:r601 Roger Dingledine2003-10-15
* Report delivery cell fullness correctly•••svn:r600 Nick Mathewson2003-10-15
* change buf->buf to buf->mem•••maybe this will mean fewer dumb errors svn:r599 Roger Dingledine2003-10-15
* fix bug with overzealous shrinking; add more comments.•••svn:r597 Nick Mathewson2003-10-15
* clean up logging, allow user to specify log files•••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 Roger Dingledine2003-10-15
* Build without warnings on OS X.•••svn:r595 Nick Mathewson2003-10-15
* Make last commit build•••svn:r593 Nick Mathewson2003-10-15
* Stop using stdout for non-debugging cases•••svn:r592 Nick Mathewson2003-10-15
* - cause configure to create a tor.sh which will have directories set••• 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 Steven Hazel2003-10-15
* make the buffer resize stuff work•••and make listener connections not have bufs svn:r584 Roger Dingledine2003-10-14
* Make buffers grow and shrink as needed.•••svn:r583 Nick Mathewson2003-10-14
* i'm a little teapot, short and stout•••cvs compiles again svn:r581 Roger Dingledine2003-10-14
* fix segfault (connecting to dirserver when network is down)•••svn:r580 Roger Dingledine2003-10-13
* put out 0.0.2pre12•••(mainly doc and log changes) svn:r579 Roger Dingledine2003-10-12
* clarify the warning for unrecognized socks version•••(generally happens when people use tor as an httpd proxy) svn:r576 Roger Dingledine2003-10-11
* change WARNING to WARN•••and fix a few typos svn:r571 Roger Dingledine2003-10-10
* Refactor, rename, and clarify•••svn:r569 Nick Mathewson2003-10-09
* add in basic support for pidfiles•••(patch courtesy aaron turner) svn:r565 Roger Dingledine2003-10-08
* 0.0.2pre11, new license•••svn:r564 Roger Dingledine2003-10-08
* Update LICENSE and copyright dates.•••svn:r560 Nick Mathewson2003-10-08
* more details to track a warning in tls handshakes•••plus make exit policy comparisons not always reject svn:r559 Roger Dingledine2003-10-07
* successfully parse exit policies on future attempts too•••svn:r558 Roger Dingledine2003-10-07
* pull exit policies from config into desc_routerinfo•••svn:r557 Roger Dingledine2003-10-07
* lowercase exit policies.•••svn:r556 Nick Mathewson2003-10-07
* obey exit policies for addresses too•••svn:r555 Roger Dingledine2003-10-07
* Stop requiring newline at end of exit policy.•••svn:r554 Nick Mathewson2003-10-07
* Add a "router_add_exit_policy_from_string" function.•••svn:r553 Nick Mathewson2003-10-07
* add ExitPolicy line to config file•••svn:r552 Roger Dingledine2003-10-07
* minor fixes; bump to 0.0.2pre10•••svn:r551 Roger Dingledine2003-10-07
* give correct warning message when you're running an old version•••svn:r546 Roger Dingledine2003-10-07
* some early bugfixes•••our log() conflicts with log(3) distribute only the correct files from doc/ and src/config/ sometimes laptops go back in time. i guess that's ok for now. and bump the version number because we're live. svn:r544 Roger Dingledine2003-10-07
* no need to trigger an assert if socks handshake is malformed•••svn:r542 Roger Dingledine2003-10-06
* refactor around connection_edge_send_command()•••svn:r539 Roger Dingledine2003-10-04
* wrap strdup; prefer time() to gettimeofday()•••svn:r538 Roger Dingledine2003-10-04
* refactor so connection_write_to_buf() never fails•••svn:r537 Roger Dingledine2003-10-04
* socks5 now works•••(or at least, we can talk to mozilla.) svn:r536 Roger Dingledine2003-10-04
* Add new cell fullness and bandwidth stats.•••svn:r533 Nick Mathewson2003-10-02
* Make testcases run again; more sanity checking to descriptor generation.•••svn:r532 Nick Mathewson2003-10-01
* my_routerinfo, router_is_me, and learn_my_address are obsolete•••ACIs are decided now by strcmp'ing nicknames, rather than comparing addr:port svn:r529 Roger Dingledine2003-10-01