| Commit message (Expand) | Author | Age |
... | |
* | catch misconfigured machines that return hostname as fqdn•••svn:r610
| Roger Dingledine | 2003-10-17 |
* | closing stdout *should* be safe (we'll see)•••svn:r601
| Roger Dingledine | 2003-10-15 |
* | Report delivery cell fullness correctly•••svn:r600
| Nick Mathewson | 2003-10-15 |
* | change buf->buf to buf->mem•••maybe this will mean fewer dumb errors
svn:r599
| Roger Dingledine | 2003-10-15 |
* | fix bug with overzealous shrinking; add more comments.•••svn:r597
| Nick Mathewson | 2003-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 Dingledine | 2003-10-15 |
* | Build without warnings on OS X.•••svn:r595
| Nick Mathewson | 2003-10-15 |
* | Make last commit build•••svn:r593
| Nick Mathewson | 2003-10-15 |
* | Stop using stdout for non-debugging cases•••svn:r592
| Nick Mathewson | 2003-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 Hazel | 2003-10-15 |
* | make the buffer resize stuff work•••and make listener connections not have bufs
svn:r584
| Roger Dingledine | 2003-10-14 |
* | Make buffers grow and shrink as needed.•••svn:r583
| Nick Mathewson | 2003-10-14 |
* | i'm a little teapot, short and stout•••cvs compiles again
svn:r581
| Roger Dingledine | 2003-10-14 |
* | fix segfault (connecting to dirserver when network is down)•••svn:r580
| Roger Dingledine | 2003-10-13 |
* | put out 0.0.2pre12•••(mainly doc and log changes)
svn:r579
| Roger Dingledine | 2003-10-12 |
* | clarify the warning for unrecognized socks version•••(generally happens when people use tor as an httpd proxy)
svn:r576
| Roger Dingledine | 2003-10-11 |
* | change WARNING to WARN•••and fix a few typos
svn:r571
| Roger Dingledine | 2003-10-10 |
* | Refactor, rename, and clarify•••svn:r569
| Nick Mathewson | 2003-10-09 |
* | add in basic support for pidfiles•••(patch courtesy aaron turner)
svn:r565
| Roger Dingledine | 2003-10-08 |
* | 0.0.2pre11, new license•••svn:r564
| Roger Dingledine | 2003-10-08 |
* | Update LICENSE and copyright dates.•••svn:r560
| Nick Mathewson | 2003-10-08 |
* | more details to track a warning in tls handshakes•••plus make exit policy comparisons not always reject
svn:r559
| Roger Dingledine | 2003-10-07 |
* | successfully parse exit policies on future attempts too•••svn:r558
| Roger Dingledine | 2003-10-07 |
* | pull exit policies from config into desc_routerinfo•••svn:r557
| Roger Dingledine | 2003-10-07 |
* | lowercase exit policies.•••svn:r556
| Nick Mathewson | 2003-10-07 |
* | obey exit policies for addresses too•••svn:r555
| Roger Dingledine | 2003-10-07 |
* | Stop requiring newline at end of exit policy.•••svn:r554
| Nick Mathewson | 2003-10-07 |
* | Add a "router_add_exit_policy_from_string" function.•••svn:r553
| Nick Mathewson | 2003-10-07 |
* | add ExitPolicy line to config file•••svn:r552
| Roger Dingledine | 2003-10-07 |
* | minor fixes; bump to 0.0.2pre10•••svn:r551
| Roger Dingledine | 2003-10-07 |
* | give correct warning message when you're running an old version•••svn:r546
| Roger Dingledine | 2003-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 Dingledine | 2003-10-07 |
* | no need to trigger an assert if socks handshake is malformed•••svn:r542
| Roger Dingledine | 2003-10-06 |
* | refactor around connection_edge_send_command()•••svn:r539
| Roger Dingledine | 2003-10-04 |
* | wrap strdup; prefer time() to gettimeofday()•••svn:r538
| Roger Dingledine | 2003-10-04 |
* | refactor so connection_write_to_buf() never fails•••svn:r537
| Roger Dingledine | 2003-10-04 |
* | socks5 now works•••(or at least, we can talk to mozilla.)
svn:r536
| Roger Dingledine | 2003-10-04 |
* | Add new cell fullness and bandwidth stats.•••svn:r533
| Nick Mathewson | 2003-10-02 |
* | Make testcases run again; more sanity checking to descriptor generation.•••svn:r532
| Nick Mathewson | 2003-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 Dingledine | 2003-10-01 |
* | rebuild directory before uploading•••svn:r528
| Nick Mathewson | 2003-10-01 |
* | Move dirserv/routers code out of main.c•••svn:r527
| Nick Mathewson | 2003-10-01 |
* | ORs post descriptors periodically too•••svn:r523
| Roger Dingledine | 2003-09-30 |
* | Add "platform" to router descriptors.•••svn:r522
| Nick Mathewson | 2003-09-30 |
* | mark all dirservers up at boot; mark a dirserver down if dir fetch fails•••svn:r519
| Roger Dingledine | 2003-09-30 |
* | fix the SSL_read() bug again. this time for sure!•••svn:r518
| Roger Dingledine | 2003-09-30 |
* | Check router signatures again; debug signature checking•••svn:r517
| Nick Mathewson | 2003-09-30 |
* | make sure router descriptor doesnt eat the directory-signature•••svn:r516
| Nick Mathewson | 2003-09-30 |
* | Bugfixes in directory code:•••Improve debugging output on fingerprint checking.
Make sure to add our own fingerprint to the fingerprint list _before_
adding our own descriptor, or else we'll reject ourself.
Don't call a directory invalid just because we have a newer descriptor
for some router.
Use router_get_dir_hash to generate hashes for signed directories.
Make sure we add our own descriptor successfully.
Don't fall-through on failed base64-endode.
svn:r514
| Nick Mathewson | 2003-09-30 |
* | We need to call get_connection_array before using its outputs•••svn:r513
| Nick Mathewson | 2003-09-30 |