Age | Commit message (Collapse) | Author |
|
svn:r9158
|
|
Resolve bug 363: do not fall back to 127.0.0.1 when no nameservers are configured. Instead, have the admin fix resolv.conf or configure a nameserver.
svn:r9157
|
|
Reject hostnames with invalid characters, in an attempt to catch more errors earlier. Add an option to disable this behavior.
svn:r9156
|
|
Add address-spec.txt document to describe .exit, .onion, and .noconnnect. Hopefully, we will not add too many of these just because we have a file for them now...
svn:r9155
|
|
Stop recommmending exits as guards when the exit bandwidth is less than a third of the total bandwidth.
svn:r9154
|
|
clean up TODO more: move deferred items to deferred items section; remove completed and abandoned-as-a-bad-idea stuff.
svn:r9153
|
|
svn:r9152
|
|
NNTP by default, so this seems like a sensible addition.
(suggested by bug 331)
svn:r9149
|
|
svn:r9148
|
|
Add a typedef to (try to) make eventdns work on mingw. Man, I need a buildbot for this.
svn:r9147
|
|
Remove an artificial upper bound on expected bandwidth. More immediately, fix a VC warning.
svn:r9146
|
|
TODO edits. Hm, 0.1.2.x-rc feels quite close.
svn:r9144
|
|
that there's stuff on the outbuf we want to flush.
svn:r9142
|
|
svn:r9141
|
|
svn:r9140
|
|
Make router_is_me work without calling router_rebuild_descriptor.
svn:r9139
|
|
svn:r9138
|
|
Implement SETEVENTS GUARD. Needs review and testing.
svn:r9137
|
|
Implement GETINFO fingerprint.
svn:r9136
|
|
|
|
until we reach our max bandwidth if it's tiny" trick now that we
do the bandwidth self-test on boot.
svn:r9134
|
|
Add internal documentation for a bunch of configuration options. We should do something to keep this list, the canonical list, the tor.1 list, and the torrc.complete list in sync.
svn:r9133
|
|
Add a rudimentary line-wrapping function for use in dumping comments in config files.
svn:r9132
|
|
Mark some TODO items as done. Also, never include ourself in our family list.
svn:r9131
|
|
svn:r9130
|
|
that's what alpha releases are for, right?
svn:r9129
|
|
svn:r9128
|
|
svn:r9127
|
|
svn:r9122
|
|
die soon after, we want to stick with that onion key when
we restart.
svn:r9121
|
|
Add a LastRotatedOnionKey variable to the state file, so we can rotate onion keys a week after they change even if we never stay up for a whole week at a time. Should fix bug 368.
svn:r9120
|
|
seriously, this line should stay out.
how can we make this happen?
svn:r9119
|
|
Tabify eventdns so that it matches libevent house style.
svn:r9118
|
|
Try to reconcile (except for whitespace) eventdns with version in libevent, so it is easier for me to send merges. These changes should be cosmetic. (Ha!)
svn:r9117
|
|
Make PIDFile work on windows. Reported by Arrakis.
svn:r9116
|
|
Resolve bug 369: Check for integer underflow when printing "bytes left" accounting numbers. Also fix a copyright date that I noticed while reading the bug. Also make a buffer big enough that strings will not get truncated. All are backport candidates.
svn:r9115
|
|
svn:r9109
|
|
buffer, make sure our tls_get_forced_write_size doesn't
make it write whatever's after the buffer.
this hasn't triggered yet, but it would be rare, so let's
leave it in.
svn:r9107
|
|
fix last fix
svn:r9106
|
|
Try to fix an assert failure in new write limiting code: make buffers.c aware of previous "forced" write sizes from tortls.
svn:r9105
|
|
Demand that BEGIN_DIR cells have an empty payload.
svn:r9104
|
|
a smart move.
more todo sub-items remain for it.
svn:r9101
|
|
svn:r9100
|
|
socks-command-connect-dir streams, so we don't open new anonymity
questions.
svn:r9099
|
|
New socks command CONNECT_DIR. New config option TunnelDirConns that
builds a circ ending at the directory server and delivers a BEGIN_DIR
cell if it's running 0.1.2.2-alpha or later. We still need to make
one-hop circs when appropriate, while making other conns avoid them.
svn:r9098
|
|
svn:r9097
|
|
svn:r9096
|
|
to resolve an address at a given exit node even when they ask for
it by name.
svn:r9095
|
|
svn:r9094
|
|
svn:r9093
|