Commits on Source
39971
2e0db9b0
Symlink tor(8) manpage to torrc(5)
Nov 12, 2004
b7131c22
Make logs readable by the system administrators (group adm)
Nov 12, 2004
abd90020
Point to /var/log/tor (the directory) instead of a single file...
Nov 12, 2004
a1e7ad48
Fix two comments in torrc.sample.in directly in the upstream source
Nov 12, 2004
ead20016
Do not patch the default torrc to include settings we really want. Instead...
Nov 12, 2004
3bd77da0
Remove /usr/bin/tor-control.py from the binary package
Nov 12, 2004
26652ef7
Guess this is 0.0.8+0.0.9pre5-2
Nov 12, 2004
ecf21bda
Change init startup script to properly deal with tor printing stuff on startup.
Nov 12, 2004
ad8e779d
Tweak it some more
Nov 12, 2004
5109de56
Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...
Nov 12, 2004
eabcf661
Write most of the implementation for SAVECONF.
Nov 12, 2004
c466b7e7
Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here was a bad idea.
Nov 12, 2004
238a895e
Add a FAST_SMARTLIST define to optionally inline smartlist_get and...
Nov 12, 2004
a8f9ba91
Nobody was using the return values from smartlist_(set|del|del_keeporder), so remove them.
Nov 12, 2004
a3788d5c
Fix argument to strncpy.
Nov 12, 2004
5864f4ac
fix a seg fault when fetching rendezvous descs
Nov 12, 2004
56a718f5
include control-spec.txt in the tarball
Nov 13, 2004
8fd6d0e3
And install it into usr/share/doc/tor/
Nov 13, 2004
0b42e31f
Comment a confusing conditional
Nov 13, 2004
6c40d2b2
Allocate 009pre6 items
Nov 13, 2004
d214e06a
remove finished 0.0.9pre5 items
Nov 13, 2004
ec7d0d43
add in some more todo items
Nov 13, 2004
08627d5d
Track whether descriptor is dirty/uploaded. When any options are set, mark it...
Nov 13, 2004
dc48e7ae
Document remaining configuration options; add a ccheck for redundant...
Nov 13, 2004
23dc5a94
Add original version of NSI installer script from J Doe; this will need some tweaking.
Nov 13, 2004
d2da561f
Update installer script to seemingly better values.
Nov 13, 2004
0753f630
Make tor.nsi work, document how to use it, and document what it still needs. ...
Nov 13, 2004
aab929ab
Use the data, *then* free it. It works so much better.
Nov 13, 2004
ae7821bd
Bump windows version
Nov 13, 2004
ed4fa186
normalize whitespace
Nov 13, 2004
89adfcfb
Tweak openssl version
Nov 14, 2004
611e89a0
Update windows installer todo
Nov 14, 2004
f4aa1da0
Add maintainer script to propagate Tor version to windows
Nov 14, 2004
23c6d8a9
update the 009pre5 changelog with what i actually announced
Nov 14, 2004
3f5c1138
clean a comment
Nov 14, 2004
acb2c10a
add another contributed tor start/stop script
Nov 14, 2004
affcda71
generate contrib/torctl via auto*
Nov 14, 2004
4564367b
Remove redundant stat() for reading cached directory, and remove
Nov 14, 2004
bd4d99b3
clean up the ftello call a little bit.
Nov 14, 2004
14c7ad40
remove redundant stdio.h
Nov 14, 2004
38d1bab5
correct the link to torrc.sample
Nov 14, 2004
f595ee9a
clean up spec headers, mark a few todo items off
Nov 14, 2004
5dcc6fd8
ok ok the stat wasn't redundant
Nov 14, 2004
846f71dc
make kill -USR1 work again
Nov 14, 2004
783bbcf4
Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in...
Nov 14, 2004
4f835673
Remove redundant declaration
Nov 14, 2004
e078dc29
Update VC6 workspace/project files; move into a new sane directory stucture
Nov 14, 2004
05d59964
Fix cast warning in tor-resolve.c
Nov 14, 2004
39ff8047
Revise project files; make them work
Nov 14, 2004
aba71028
Add an unreachable return 0.
Nov 14, 2004
26973578
Fix windows whitespace
Nov 14, 2004
3785a690
Add tor_resolve to package
Nov 14, 2004
d6c2a1be
Add shell script to automate windows packaging. Only Nick is expected to run this.
Nov 14, 2004
f7094852
Make happy-installer script work.
Nov 14, 2004
ed01a15d
Add coda at the end of configure.in to update versions in orconfig.h and tor.nsi as needed.
Nov 14, 2004
270b942e
Note where torrc goes.
Nov 14, 2004
8a5124e2
Make TODO items done.
Nov 14, 2004
cd698926
Uninstaller should remove tor_resolve.exe too
Nov 14, 2004
a732727a
Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF
Nov 14, 2004
bb80d60f
Hibernate if we start tor during the "wait for wakeup-time" phase of an...
Nov 14, 2004
3f341fa1
Note item completed
Nov 14, 2004
2078b136
Make running-routers fetch (apparently) work
Nov 14, 2004
57536f13
Fetch running-routers.
Nov 14, 2004
ffe9b01a
Split X509 certificate liveness checks into a separate function
Nov 14, 2004
402c75fb
Allow more clock skew from unrecognized hosts than from recognized ones.
Nov 14, 2004
3e6edf20
Resolve some hibernating-related XXXX009s.
Nov 14, 2004
5109159f
Fix compilation. Duh.
Nov 14, 2004
433cbf58
Nov 14, 2004
b10e9967
Improve de-installation a little
Nov 14, 2004
ea97cb9c
Add tor.spec and torctl to .cvsignore files
Nov 15, 2004
47993ae6
some fixes so far
Nov 15, 2004
ee591be3
fix a bug in configuring accounting in options_act()
Nov 15, 2004
076f1209
Patch to patch: do not send both error and done for one command.
Nov 15, 2004
22a0d827
Cache running-routers; compress running-routers; serve compressed running-routers.z
Nov 15, 2004
f3650047
fix yet another 404
Nov 15, 2004
930464c8
Change "warn if unverified routers are very skewed" to "never warn about unverified router skew"
Nov 15, 2004
c909a8a6
Only record bandwidth usage when accounting is enabled
Nov 15, 2004
72dd656b
a first cut at a print_usage()
Nov 15, 2004
67aa3b66
clean up socks handling, refuse connections to port 0
Nov 15, 2004
4b76fe80
Break DirFetchPostPeriod into:
Nov 15, 2004
50c15943
move second stat to a cleaner place
Nov 15, 2004
dbd4dadf
Authoritative dirservers now also cache the directory, since
Nov 15, 2004
39f39b0c
mark off almost all remaining pre6 items
Nov 15, 2004
7a8ac5df
Tweak on patch to make authoritative directory servers cache
Nov 15, 2004
5b668d85
ugly macros to make log_fn play nice on non-GCC compilers.
Nov 15, 2004
d63d5cb1
Whitespace normalization
Nov 15, 2004
6143c515
Make log_fn not fail so miserably on VC6
Nov 15, 2004
014198e7
Our new favored MS build environment is vc7/visual studio .net; vc6 is just too broken.
Nov 15, 2004
89a456a1
Fix a fun bug in read_all that was corrupting config files on windows, and...
Nov 16, 2004
73bb0280
add signals to man page
Nov 16, 2004
2e2db452
a changelog for 0.0.9pre6
Nov 16, 2004
abdf073f
minor fixes
Nov 16, 2004
3e4f30fb
bump us to 0.0.9pre6
Nov 16, 2004
647c076c
add a TODO item and some comment changes.
Nov 16, 2004
82185d82
New upstream version
Nov 16, 2004
2e476365
bugfix: when our poll is interrupted, we believed the revents values.
Nov 17, 2004
230d3b2a
mark some last items for 009rc1
Nov 18, 2004
e4eb1515
clean up the tor-doc some
Nov 18, 2004
aa9461f1
jbash prefers one backslash to two.
Nov 19, 2004
8acaf8e1
Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting setup. More docs needed
Nov 20, 2004
39,871 additional commits have been omitted to prevent performance issues.
Loading
Loading