aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* 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
* 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
* 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
* put out 0.0.2pre12Roger Dingledine2003-10-12
| | | | | | | (mainly doc and log changes) svn:r579
* clarify the warning for unrecognized socks versionRoger Dingledine2003-10-11
| | | | | | | (generally happens when people use tor as an httpd proxy) svn:r576
* oops, bugfixRoger Dingledine2003-10-10
| | | | svn:r572
* change WARNING to WARNRoger Dingledine2003-10-10
| | | | | | | and fix a few typos svn:r571
* change WARNING to WARNRoger Dingledine2003-10-10
| | | | svn:r570
* Refactor, rename, and clarifyNick Mathewson2003-10-09
| | | | svn:r569
* add in basic support for pidfilesRoger Dingledine2003-10-08
| | | | | | | (patch courtesy aaron turner) svn:r565
* 0.0.2pre11, new licenseRoger Dingledine2003-10-08
| | | | svn:r564
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
| | | | svn:r560
* more details to track a warning in tls handshakesRoger Dingledine2003-10-07
| | | | | | | plus make exit policy comparisons not always reject svn:r559
* successfully parse exit policies on future attempts tooRoger Dingledine2003-10-07
| | | | svn:r558
* pull exit policies from config into desc_routerinfoRoger Dingledine2003-10-07
| | | | svn:r557
* lowercase exit policies.Nick Mathewson2003-10-07
| | | | svn:r556
* obey exit policies for addresses tooRoger Dingledine2003-10-07
| | | | svn:r555
* Stop requiring newline at end of exit policy.Nick Mathewson2003-10-07
| | | | svn:r554
* Add a "router_add_exit_policy_from_string" function.Nick Mathewson2003-10-07
| | | | svn:r553
* add ExitPolicy line to config fileRoger Dingledine2003-10-07
| | | | svn:r552
* minor fixes; bump to 0.0.2pre10Roger Dingledine2003-10-07
| | | | svn:r551
* Clear revents even when no events are received. Also, since everyone gets ↵Nick Mathewson2003-10-07
| | | | | | in exceptions, everyone gets to increment maxfd. svn:r550
* Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause.Nick Mathewson2003-10-07
| | | | svn:r549
* do not ask for whom there's an error, it polls for theeRoger Dingledine2003-10-07
| | | | svn:r548
* give correct warning message when you're running an old versionRoger Dingledine2003-10-07
| | | | svn:r546
* and a Makefile.am for src/config/Roger Dingledine2003-10-07
| | | | svn:r545
* some early bugfixesRoger Dingledine2003-10-07
| | | | | | | | | | 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
* no need to trigger an assert if socks handshake is malformedRoger Dingledine2003-10-06
| | | | svn:r542
* refactor around connection_edge_send_command()Roger Dingledine2003-10-04
| | | | svn:r539
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
| | | | svn:r538
* refactor so connection_write_to_buf() never failsRoger Dingledine2003-10-04
| | | | svn:r537
* socks5 now worksRoger Dingledine2003-10-04
| | | | | | | (or at least, we can talk to mozilla.) svn:r536
* clean some includesRoger Dingledine2003-10-04
| | | | svn:r535
* Add new cell fullness and bandwidth stats.Nick Mathewson2003-10-02
| | | | svn:r533
* Make testcases run again; more sanity checking to descriptor generation.Nick Mathewson2003-10-01
| | | | svn:r532
* my_routerinfo, router_is_me, and learn_my_address are obsoleteRoger Dingledine2003-10-01
| | | | | | | ACIs are decided now by strcmp'ing nicknames, rather than comparing addr:port svn:r529
* rebuild directory before uploadingNick Mathewson2003-10-01
| | | | svn:r528
* Move dirserv/routers code out of main.cNick Mathewson2003-10-01
| | | | svn:r527