Commits on Source
37712
d91cacb8
agree with nick: this legal-chars-in-filename stuff gets us nothing
Aug 24, 2004
be7909f6
Fix a symptom for a bug that straycat found.
Aug 25, 2004
444a0161
make the compile work (and not complain) on sunos 5.9
Aug 25, 2004
f91c552a
fix a seg fault on solaris
Aug 25, 2004
7b5b9588
look for ssldir in /usr/athena too
Aug 25, 2004
0cdf7c76
add a hint for building on athena
Aug 25, 2004
571176d2
bump us to 0.0.8 -- this is it. (well, soon)
Aug 25, 2004
31b81650
Define LONG_MAX and UINT_MAX when they are missing
Aug 25, 2004
0987cf4b
changelog for 0.0.8
Aug 25, 2004
6e844ea7
Bump windows version to 0.0.8
Aug 26, 2004
dccc4b74
New upstream release
Aug 27, 2004
3590eb53
Add basic wrappers for zlib/gzip
Sep 02, 2004
f311206d
Make split function smarter; add a strcmpstart function so we can stop...
Sep 02, 2004
4c799ae7
Check for zlib; link with it.
Sep 02, 2004
bda41ba3
Use new split function and strcmpstart correctly
Sep 02, 2004
d6e47bec
Keep a deflated version of each directory so we can deliver it when requested
Sep 02, 2004
ecf414f0
Stop using separate defaults for no-config-file and empty-config-file
Sep 02, 2004
9836ccda
Move a paren 4 characters to the left; fix a bug in OutboundBindAddress
Sep 02, 2004
2233090f
Document some previously undocumented config options; note which ones still are undocumented
Sep 02, 2004
79ccbab1
fix a typo (spotted by weasel)
Sep 08, 2004
6b9e27f0
Document more undocumented options
Sep 08, 2004
b6798866
Idiot-proof uncompress; make sure it always nul-terminates its output. Also,...
Sep 08, 2004
c66e4c48
Flush more changes from sandbox
Sep 08, 2004
0ef85f6d
Some platforms have weird translations when you open files in "test" mode;...
Sep 08, 2004
9759c58e
Note win32 tsocks workalikes
Sep 09, 2004
9e14c562
Note win32 tsocksalikes in tor-doc.html
Sep 09, 2004
5908aa6b
Document most remaining undocumented options
Sep 09, 2004
12101a25
bump us to 0.0.9pre1-cvs
Sep 10, 2004
45fb420c
Document rest of options
Sep 10, 2004
8ab26650
Fix documentation about how not to be an OP
Sep 10, 2004
b287509f
typos and tabs
Sep 10, 2004
a475ccf5
we should exit(1) if $HOME doesn't exist and we needed it
Sep 10, 2004
b9f6e300
a few more todo entries
Sep 10, 2004
f9c10db7
Revise TODO items for 009
Sep 10, 2004
a885eea6
tab-man nick is going to learn elisp, he promises
Sep 10, 2004
8954cd91
LOG_ERR is for when we're going to exit
Sep 10, 2004
95919934
don't pick administrative-friends when picking your path
Sep 10, 2004
8cea004c
prioritize todo
Sep 10, 2004
ac7658f2
fix some typos
Sep 11, 2004
eade496d
JI hates people who say "IP" when they mean "IP address"
Sep 12, 2004
802b203f
fix a rare seg fault for people running hidden services on
Sep 20, 2004
93f085c4
Stop using openssl functions that rely on stdio; they can apparently lead to linker grief on win32.
Sep 21, 2004
0dcc8c70
Bugfix: When a dns request failed, we would detach any "resolving" streams...
Sep 21, 2004
431b33a2
Warn the user when we mark ourself as down.
Sep 21, 2004
ff622786
slightly better warn message
Sep 21, 2004
d977677a
bugfix: when a resolve fails for a begin request, actually send
Sep 21, 2004
c20b24c9
clean up/bugfix deflate logic and log messages
Sep 21, 2004
9defe8a3
Attach dummy resolve connections to a circuit *before* calling dns_resolve(). ...
Sep 21, 2004
cd6d6d76
update tor-doc, recommend running server as a separate user
Sep 21, 2004
578f3e5c
update readme similarly
Sep 21, 2004
013104a1
people are starting to bump into the limit of 50 dns workers.
Sep 22, 2004
c0db9fa8
fix confusing cut-n-paste mistake
Sep 22, 2004
f753f6f0
bugfix: when we run out of disk space, or other log writing error,
Sep 23, 2004
8727a281
bugfix: we were starting to daemonize before we opened our logs,
Sep 23, 2004
a1979800
bugfix on the bugfix
Sep 23, 2004
8385fdb5
make our tor_assert actually work when it's going to be triggered,
Sep 23, 2004
02e3e332
discourage people from setting their dirfetchpostperiod more often
Sep 23, 2004
185b9fdd
protect dirservers from overzealous descriptor uploading
Sep 23, 2004
09f45010
don't imply to people that they should store their hidden service
Sep 23, 2004
fa0a1ec4
cleanup: use strcmpstart() in more places
Sep 23, 2004
57d7857d
don't mind empty exit policy entries
Sep 23, 2004
41fdaf01
mention bandwidth-observed in the tor spec
Sep 25, 2004
09586ef7
Make read_all distinguish between error and EOF; read_file_to_string should...
Sep 26, 2004
f00c07fd
commit a changelog so far for 0.0.9pre1
Sep 27, 2004
7013043a
clean up the torify man page
Sep 27, 2004
10df7d9a
clients ask 0.0.9-and-later dirservers for a compressed dir
Sep 27, 2004
a64d0933
post descriptors to 0.0.8 authdirservers the old way, to make the
Sep 27, 2004
a2517b4f
checking only 0.0.7 and 0.0.8 didn't work, because some dirservers
Sep 27, 2004
6e7e8804
put my fenceposts back in valid memory space
Sep 27, 2004
d0edf8e8
fix two bugs with cached directories:
Sep 27, 2004
9f9f0e5e
fix another bug with cached compressed directories
Sep 27, 2004
0d2f9b9b
the tor clients in cvs can't speak to the current tor authdirservers for
Sep 28, 2004
1e3b9e7d
make the warn message better for reading short files
Sep 28, 2004
e97b18f4
a few todo items have been done
Sep 28, 2004
25beea22
Move pending pre1 items to pre2, move pre2 items to pre3
Sep 28, 2004
d381aa46
Fix an evil bug: when we failed to write to our log, fputs()
Sep 28, 2004
d20d10f3
If we are an authoritative dirserver, check out the fingerprint list when...
Sep 28, 2004
7eff786e
Fix messages for _UNRECOGNIZED tokens
Sep 28, 2004
4b3001a0
fix some local buffer overflows
Sep 28, 2004
0c653e5c
cached-directory has a directory, not a router list
Sep 28, 2004
11384b6d
Make sure that routerlists contain only routers; give a better error message...
Sep 28, 2004
a31ba30a
if our local cached directory is new enough, go ahead and
Sep 28, 2004
e50ce6b8
rearrange 0.0.9pre1 and 0.0.9pre2 entries a bit more
Sep 29, 2004
b2311b1f
remove 0.0.9pre1 todo items: they're all completed
Sep 29, 2004
b73e54f5
add a last entry to the 0.0.9pre1 changelog
Sep 29, 2004
af9fd660
bump version to 0.0.9pre1
Sep 29, 2004
1c47de31
ha ha, thought the bugs were done
Sep 29, 2004
6ed095b1
print the IP if a conn fails badly, to see if there are any trends
Sep 29, 2004
136d4e57
prefer tor_free to free
Sep 29, 2004
eff780c8
Fix a rare assert trigger, where routerinfos for entries in our cpath
Sep 30, 2004
91044765
Decode Content-Encoding header correctly.
Oct 01, 2004
ce0c7c55
note the earlier assert fix in our changelog
Oct 01, 2004
0b728284
make zlib.h a required header, not an optional header
Oct 01, 2004
929475e3
New upstream version, build-dep on zlib-dev
Oct 01, 2004
8ba86dbe
bump version to 0.0.9pre2-cvs
Oct 01, 2004
3f4b544b
use size_t rather than int for directory lengths in memory
Oct 01, 2004
30e5f579
pre2 changes:
Oct 02, 2004
5e74ce8d
better warn message for failed hidserv desc fetch
Oct 03, 2004
9e8ae976
Only check versions against downloaded directories, not cached directories.
Oct 03, 2004
c205ad05
better example lines for dirbindaddress and orbindaddress
Oct 03, 2004
37,612 additional commits have been omitted to prevent performance issues.
Loading
Loading