Commits on Source
34326
ba0de3a7
This makes the install pretty.
Mar 11, 2006
f6352bbe
Remove the image
Mar 11, 2006
5f459211
Properly add the image to make the OSX install pretty.
Mar 11, 2006
a7768d77
Include package_list.txt for detailed uninstallation on osx. Force the
Mar 11, 2006
c8e2a051
huge warning sign for esc_router_info()
Mar 11, 2006
0bd46086
fix bug reported by gozu: if we get a linelist or linelist_s
Mar 11, 2006
44ca1a99
bump to 0.1.1.15-rc
Mar 11, 2006
f8ab3d9b
Remove pdfs since they aren't created this early in the process.
Mar 11, 2006
d99ae6c2
New upstream version
Mar 11, 2006
941fa7b7
Apparently passing --host to configure when not cross-compiling is evil now and
Mar 11, 2006
ef8939d5
bump to 0.1.1.15-rc-cvs
Mar 12, 2006
80f0492a
avoid shadowing a variable so we don't get sad later.
Mar 12, 2006
b5c6a990
fix assert while attachstream'ing a connect-wait or
Mar 12, 2006
d80d5370
when we get funny-looking lines on our dirport, shut up about it.
Mar 12, 2006
a4da44c2
Now do address rewriting when the controller asks us to attach
Mar 12, 2006
98476c71
make tor --verify-config closer to working
Mar 12, 2006
a98b2513
and another fix
Mar 12, 2006
ef447507
a better clean-up
Mar 12, 2006
1fc5eb32
We screwed up in anticipating how to add new dirservers:
Mar 12, 2006
b67a5ba4
lower the reachability timeout, so we're more likely to act
Mar 12, 2006
474c60b7
Cleanup on time-relaqted constants. New conventions:
Mar 12, 2006
bd8ffcca
More cleanups noticed by weasel; also, remove macros that nobody uses.
Mar 12, 2006
0c132ee2
Instead of listing a set of compilers that prefers __func__ to __FUNCTION__,...
Mar 13, 2006
daea6b21
Fix bug in close_logs(): when we close and delete logs, remove them all from...
Mar 13, 2006
dad60905
Be a little more careful when our calculated bandwidth is so high that we...
Mar 13, 2006
94dac6b1
Added tor_logo.gif to dist and corrected tor html doc links
Mar 13, 2006
b318bd89
Fix a couple of bugs in OpenSSL detection. Also, deal better when there are...
Mar 13, 2006
5762d528
Another configure.in fix. We copied some idiocy from our example "look for...
Mar 13, 2006
1566a434
Nuke space after backslash in contrib/osx/Makefile.am.
Mar 13, 2006
331438b8
Add a missing include in ssl version test.
Mar 13, 2006
f8d4758a
fix a flipped boolean. I had mistakenly assumed my OSX latptop was my friend
Mar 13, 2006
0bc19ddd
Use INLINE (which we define) instead of __inline (which is nonstandard) in...
Mar 13, 2006
c61ce096
fix some punctuation and tabs
Mar 13, 2006
ebfb3fea
Fix minor semantic error with no real effect:
Mar 13, 2006
499eeced
when event_add or event_del fail, tell us why.
Mar 13, 2006
2ef8f772
Fix an off-by-one buffer size in dirserv.c that magically never hit our
Mar 14, 2006
86a964d8
When we try to be a server and Address is not explicitly set
Mar 14, 2006
866f6293
I wonder what an internal internet protocol is
Mar 14, 2006
de5fac0e
remove extraneous (i hope) include from the openssl detection
Mar 14, 2006
a4ec5552
change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LEN
Mar 14, 2006
903183ea
if we as a directory mirror don't know of any v1 directory
Mar 15, 2006
3c0a5f63
Do not warn about unknown servers in our family when they are given as hex digests.
Mar 15, 2006
d0f24b1e
(Missing header change) Do not warn about unknown servers in our family when...
Mar 15, 2006
fb7b5545
Implement GETINFO(dir/server/foo); status will be harder.
Mar 15, 2006
13cf54b9
Interim fix for 272: Only warn that we are not named if we have status docs...
Mar 15, 2006
e8fd871d
Stop being printist: just because our local platform doesn't
Mar 15, 2006
4cd43538
and remove now-extraneous function
Mar 15, 2006
8d1f65a2
quiet another entry guard log message
Mar 15, 2006
0e62befa
add tor_strisprint() back in, this time with comments.
Mar 15, 2006
9a5df4ce
resume being printist: if the hostname contains non-printable
Mar 15, 2006
215e3772
Only warn about lack of name binding for self if we have tried downloading every networkstatus.
Mar 17, 2006
0f0e14c6
normalize whitespace.
Mar 17, 2006
053411e8
Comments: cleanups and additions.
Mar 17, 2006
f1bcc2d6
stop tricking server operators into thinking they got their
Mar 17, 2006
7d141c67
but i made the line too long
Mar 17, 2006
3d8af628
specify SETROUTERPURPOSE and modify +POSTDESCRIPTOR
Mar 17, 2006
81755631
Implement router purposes, and don't choose a non-general
Mar 17, 2006
51fc6799
right now we don't support entryguards on auth dirservers,
Mar 17, 2006
c7839a17
when we're an auth dir server but don't claim to be a versioning
Mar 17, 2006
4f14826c
Actually, only v1 auth dir servers need to define recommendedversions.
Mar 17, 2006
cf6ba3e7
let an authdir that's not a naming authdir start even
Mar 18, 2006
581795f4
auth dir servers were only modifying a server's is_running field
Mar 18, 2006
67b61fe4
authdirs shouldn't complain about unreachability when they
Mar 18, 2006
cc37c2f7
fix some typos
Mar 18, 2006
868d456c
make it so there is one place to edit for new dirservers, not two.
Mar 18, 2006
7e2aa67f
simplify when we're picking a default address for
Mar 18, 2006
c06e6dda
Finish the transition from the word 'verified' to the words
Mar 19, 2006
77b00edd
and fix the AllowInvalidNodes man page entry too.
Mar 19, 2006
d8195e41
Implement Jason Holt's SafeSocks config option.
Mar 19, 2006
2c33218f
man page entry for safesocks. also correct the man page
Mar 19, 2006
726e825b
i'm a little teapot, short and stout
Mar 19, 2006
d1d0813c
Allow non-printable characters for exit streams (both for
Mar 19, 2006
9895df3a
first cut of a changelog for 0.1.1.16-rc
Mar 19, 2006
bcc19b0f
which brings us to 0.1.1.16-rc
Mar 19, 2006
88b67d48
bump to 0.1.1.16-rc-cvs so we can start fixing more bugs
Mar 19, 2006
ed82152a
resume building on irix64
Mar 19, 2006
b62f0091
and now resume building on netbsd 2.0
Mar 19, 2006
54ced294
Resolve a memory leak on clients. This disables some
Mar 20, 2006
6449e2f6
ok, commenting that out broke things real bad.
Mar 20, 2006
173b16cd
clean up man page entries on EntryNodes and ExitNodes
Mar 20, 2006
1272485c
Make "Fast" based on median capacity, just like "Stable" is based on median uptime.
Mar 20, 2006
08aba015
Make guard bandwidth threshold higher than fast bandwidth threshold.
Mar 20, 2006
415c9e87
add lefkada as a fourth auth dir server.
Mar 21, 2006
073d574a
Point out a potential DoS flaw in caching untrusted network
Mar 21, 2006
5798bf03
Commit 0.1.1.16 debian changelog
Mar 21, 2006
0e68ec08
put lefkada on port 80, officially.
Mar 21, 2006
68b3b3ee
Oops; give error earlier when no runnable libevent is found. Grep reveals no...
Mar 21, 2006
15e5cf60
Fix memory leak when uncompressing concatenated zlib streams. Unit tests and...
Mar 21, 2006
65b575c0
Be more patient before giving up on in-progress circuits.
Mar 21, 2006
a3329036
Bugfix: looks like clients since 0.1.1.10-alpha have been
Mar 21, 2006
8a8a84dd
don't call circuit_n_conn_done() if the closing conn is already open.
Mar 21, 2006
f11509e4
when upgrading to newer versions, throw away entry guards
Mar 21, 2006
5399e394
and dirservers don't call you a guard if you're running a
Mar 21, 2006
28fafb90
new config option SocksTimeout: How long do we let a socks connection
Mar 21, 2006
442c054a
and add SocksTimeout to the man page
Mar 21, 2006
ad236d4b
freeing is not the same as setting to null
Mar 22, 2006
216e349c
parameterize two more timeout constants in circuit-land.
Mar 22, 2006
8b7f7052
man page entries for CircuitBuildTimeout and CircuitIdleTimeout
Mar 22, 2006
eee9db49
interim 0.1.1.17-rc changelog
Mar 22, 2006
805754fd
Log server fingerprint on startup
Mar 22, 2006
34,226 additional commits have been omitted to prevent performance issues.
Loading
Loading