Commit Graph

822 Commits

Author SHA1 Message Date
Roger Dingledine
90a5042aeb get ready for more development
svn:r18200
2009-01-21 02:51:30 +00:00
Martin Peck
5bbb7c809f Update Tor WiX MSI package for 0.2.1.11-alpha, new component GUIDs.
svn:r18198
2009-01-21 02:24:21 +00:00
Roger Dingledine
3c668245b7 bump to 0.2.1.11-alpha, clean up changelog
svn:r18192
2009-01-20 23:33:04 +00:00
Peter Palfrader
1c70922491 make it work with base64
base64 from coreutils is really picky about the number of equation
marks (=) that end a base64 encoded string.  Unfortunately Tor doesn't
believe they are important at all so it cuts them all off all the time.

For perl purposes we just added a good measure of = and were happy about
it.  For base64 we now need to add the proper number of equation marks.
It turns out that number is 1 for the length of strings we process.

svn:r18170
2009-01-18 13:22:47 +00:00
Peter Palfrader
804f2dd716 Aliases do not work so well in scripts
svn:r18169
2009-01-18 13:22:45 +00:00
Peter Palfrader
d81208dbe3 Add base64-decode as an alias or shell function. it was a proper binary in sarge
svn:r18168
2009-01-18 13:12:47 +00:00
Karsten Loesing
9f6703ea3a Update lists of directory authorities.
svn:r18167
2009-01-18 13:03:44 +00:00
Peter Palfrader
d21d90c9b9 Mention tor-resolve also
svn:r18162
2009-01-18 01:08:48 +00:00
Peter Palfrader
0636369b83 mention that tsocks only socksifies TCP
In the torify(1) manpage explain that tsocks will only socksify
TCP connections, and that therefore it will most likely leak DNS
requests.

svn:r18160
2009-01-18 01:05:17 +00:00
Martin Peck
0e5973dec2 Add the front end installer exe NSIS scripts for the bundle and net installer packages. And icon used for them.
svn:r18123
2009-01-16 00:00:53 +00:00
Martin Peck
ba7d786ab2 Two simple gradiant place holder graphics referenced in the wxs files would be useful.
svn:r18120
2009-01-15 21:08:19 +00:00
Martin Peck
2495590a78 Add initial wxs MSI installer specs for Thandy, TorButton, and Polipo packages.
svn:r18119
2009-01-15 20:13:47 +00:00
Martin Peck
da6ee5da73 Update wix installer ids for 0.2.1.10-alpha MSI package.
svn:r18019
2009-01-08 11:25:30 +00:00
Roger Dingledine
e61c40e9f4 ok, all set to destabilize it again
svn:r17980
2009-01-06 20:38:05 +00:00
Roger Dingledine
2d9e8a75b8 bump to 0.2.1.10-alpha, reorganize the changelog
svn:r17974
2009-01-06 20:11:47 +00:00
Nick Mathewson
f182e9707f Bump version to 0.2.1.9-alpha-dev
svn:r17787
2008-12-26 17:39:22 +00:00
Roger Dingledine
20f964c6da prepare for 0.2.1.9-alpha
svn:r17778
2008-12-25 20:32:49 +00:00
Nick Mathewson
b68379b13b Add DOCDOC entries for undocumented static and global variables.
svn:r17739
2008-12-22 19:00:05 +00:00
Nick Mathewson
e5100bc6b5 Oops; add missing return to redox.py
svn:r17737
2008-12-22 18:44:06 +00:00
Nick Mathewson
1df93bc067 Better documentation for contrib/redox.py
svn:r17736
2008-12-22 18:36:22 +00:00
Nick Mathewson
ef1be06de6 Add a script to post-process doxygen output into a sensible form and add DOCDOC comments to our source files.
svn:r17728
2008-12-22 14:56:19 +00:00
Martin Peck
44fdb496d4 Modify msi package for local user installation with configurable desktop shortcuts.
svn:r17712
2008-12-21 03:52:57 +00:00
Martin Peck
6cbb550728 Leave ALLUSERS null by default instead of relying on =2 to detect admin privs correctly.
svn:r17614
2008-12-12 23:44:16 +00:00
Martin Peck
bb8d818e92 Modifications for current user install without admin privs.
svn:r17575
2008-12-11 04:19:53 +00:00
Nick Mathewson
3841e1b230 Bump version to 0.2.1.8-alpha-dev
svn:r17537
2008-12-09 18:18:48 +00:00
Roger Dingledine
027a8cceed bump to 0.2.1.8-alpha
svn:r17521
2008-12-08 19:25:18 +00:00
Martin Peck
92562d6e7a Update WiX installer definitions to support silent upgrades of existing installations.
svn:r17499
2008-12-07 01:19:10 +00:00
Andrew Lewman
b2321cfd2f It's Short not Sort. Fix path to package list.
svn:r17458
2008-12-02 23:47:27 +00:00
Martin Peck
b17b4f65b1 Remove MSYSLibs from installer component list.
svn:r17412
2008-11-30 01:04:57 +00:00
Martin Peck
d8dac4adbe Remove unnecessary msys libs from installer definitions.
svn:r17411
2008-11-30 01:02:50 +00:00
Roger Dingledine
3ddc7483e1 fix a few typos, clean up whitespace in comments
svn:r17409
2008-11-29 12:09:05 +00:00
Roger Dingledine
c04e1a4dd8 add coderman's wix scripts to make a windows msi installer.
svn:r17408
2008-11-29 12:05:04 +00:00
Andrew Lewman
05c5e61991 Backport candidate. Force UDZO compression to level 9.
svn:r17360
2008-11-22 05:42:35 +00:00
Mike Perry
b4a90cfb7f Hrmm, still not sure I like the flow of this paragraph, but
this is slightly better.



svn:r17280
2008-11-16 07:27:46 +00:00
Mike Perry
e616f8f9b5 Add in initgroups call to drop root's groups.
svn:r17279
2008-11-16 07:26:46 +00:00
Mike Perry
425bfdae20 Doh. Need to drop GID first.
svn:r17271
2008-11-14 19:47:28 +00:00
Mike Perry
4a3ca7eb16 Fix the prioritization C wrapper to also drop GID. Clarify
some language and formatting.



svn:r17270
2008-11-14 19:44:35 +00:00
Mike Perry
31741998e7 < arma> mikeperry: perhaps some of those urls should be https?
svn:r17241
2008-11-11 00:51:59 +00:00
Mike Perry
f14a14f269 Update urls+verbage.
svn:r17240
2008-11-11 00:39:27 +00:00
Roger Dingledine
00e3d7b4a9 remove all trace from the various contrib/ scripts that tor used
to have a 'group' option.


svn:r17236
2008-11-10 15:40:15 +00:00
Roger Dingledine
3dc433cc45 bump to 0.2.1.7-alpha-dev
svn:r17229
2008-11-09 23:32:38 +00:00
Roger Dingledine
5d19fe5124 bump to 0.2.1.7-alpha
svn:r17217
2008-11-08 06:43:32 +00:00
Roger Dingledine
e24b812a32 time for another alpha-dev cycle
svn:r17023
2008-10-01 08:26:57 +00:00
Andrew Lewman
9140866287 Force the target path, since the user can't install it anywhere else
anyway.


svn:r17020
2008-10-01 01:55:07 +00:00
Roger Dingledine
a04baf14b6 bump to 0.2.1.6-alpha, and note that the exclude*nodes config
discussion hasn't finished.


svn:r17011
2008-09-30 09:37:18 +00:00
Nick Mathewson
8bbbbaf87b Add country-code support to configured node lists to implement the ever-popular "no exits in Monaco" feature (ExcludeExitNodes {MC}). Also allow country codes and IP ranges in ExitNodes. (EntryNodes needs more work.) Based on code by Robert Hogan. Needs more testing.
svn:r16966
2008-09-25 20:21:35 +00:00
Peter Palfrader
8dd5a3d830 Add my scripts to dump directories to contrib
svn:r16736
2008-09-02 09:42:55 +00:00
Roger Dingledine
6a29ad853b bump to 0.2.1.5-alpha-dev
svn:r16715
2008-09-01 08:09:31 +00:00
Roger Dingledine
e5576a66dd bump to 0.2.1.5-alpha
svn:r16708
2008-08-31 22:33:33 +00:00
Andrew Lewman
33093c0f1a Convert to ARCH. Add in a compatibility CFLAG for osx 10.5
svn:r16703
2008-08-31 21:41:24 +00:00
Andrew Lewman
147f75c525 remove the last vestiges of the OS variable.
svn:r16701
2008-08-31 14:15:15 +00:00
Andrew Lewman
5474a0085b missed an OS var.
svn:r16681
2008-08-28 01:32:45 +00:00
Andrew Lewman
d79537a806 Remove the OS variable, because we don't need it, just the ARCH.
svn:r16678
2008-08-28 01:27:34 +00:00
Roger Dingledine
b79fe6a0db bump to 0.2.1.4-alpha-dev, add a future todo item
svn:r16440
2008-08-05 23:33:43 +00:00
Roger Dingledine
18d3153fbb get closer to a release
svn:r16408
2008-08-05 00:00:35 +00:00
Roger Dingledine
fd4a30d198 bump to 0.2.1.3-alpha
svn:r16369
2008-08-03 05:35:42 +00:00
Jacob Appelbaum
5b5e62e948 Removal of gettor, it belongs in projects.
svn:r15877
2008-07-13 17:21:57 +00:00
Jacob Appelbaum
81dcfafba3 Initial checkin of gettor. This is a program designed to be invoked in a .forward file. It will respond with specific payloads for a given request. It requires that all requests be signed with DKIM. It's not quite finished yet.
svn:r15874
2008-07-13 17:13:34 +00:00
Nick Mathewson
135fa82a10 bump svn version to 0.2.1.2-alpha-dev
svn:r15806
2008-07-09 15:26:13 +00:00
Mike Perry
f9ecb317b7 Update descriptions of params.
svn:r15648
2008-07-04 07:15:51 +00:00
Roger Dingledine
52c5014081 Change the contrib/tor.logrotate script so it makes the new
logs as "_tor:_tor" rather than the default, which is generally
"root:wheel". Fixes bug 676, reported by Serge Koksharov.

Andrew, you should check if this breaks the rpm building (or if
it makes it work better)


svn:r15404
2008-06-22 07:15:18 +00:00
Roger Dingledine
a2a3d1e329 prepare for the 0.2.1.2-alpha release. we will tag
sometime today. get your fixes in soon. :)


svn:r15371
2008-06-20 06:26:58 +00:00
Jacob Appelbaum
2cb48f27e3 Small patch from mfr
svn:r15364
2008-06-19 17:17:42 +00:00
Andrew Lewman
8555a768fd In Steve Jobs parlance, "boom." The Tor osx bundle is now just Tor and
a startup script.  This is consistent with every other OS for which we
build packages.  If you want privoxy and torbutton, use the Vidalia
bundle.


svn:r15272
2008-06-15 12:51:51 +00:00
Nick Mathewson
f9fd049f69 Bump version to 0.2.1.1-alpha-dev
svn:r15223
2008-06-13 16:35:27 +00:00
Roger Dingledine
ff4b6bd15f bump to 0.2.1.1-alpha
svn:r15187
2008-06-13 05:13:55 +00:00
Andrew Lewman
ff89c0bc39 Updated torbutton version.
svn:r15153
2008-06-11 23:45:09 +00:00
Andrew Lewman
616ae6b115 Update torbutton version
svn:r14925
2008-06-04 03:52:27 +00:00
Nick Mathewson
716e8d9ff3 Correct version in tor-mingw.nsi.in in trunk.
svn:r14828
2008-05-29 14:37:16 +00:00
Andrew Lewman
6e68c23de7 remove the uninstall of the geoip file, since it is installed in APPDATA
svn:r14801
2008-05-29 01:45:29 +00:00
Andrew Lewman
4591d931a4 include geoip in win32 packages.
svn:r14798
2008-05-29 01:34:30 +00:00
Andrew Lewman
932ef054d9 geoip integrated into osx installer, tested and confirmed. forward
ported


svn:r14791
2008-05-29 00:14:37 +00:00
Roger Dingledine
54d7c388fc a few other cleanups
svn:r14622
2008-05-15 07:32:11 +00:00
Roger Dingledine
389d924735 fix urls and whitespace
svn:r14621
2008-05-15 07:26:05 +00:00
Mike Perry
c87af8e255 Add tor-exit-notice.html and linux-tor-prio.sh to the Makefile.am.
svn:r14620
2008-05-15 06:58:00 +00:00
Nick Mathewson
2238d8008d r19626@catbus: nickm | 2008-05-07 14:09:47 -0400
Add documentation for most undocumented options, and fix some issues in "make check-docs"


svn:r14576
2008-05-07 18:10:00 +00:00
Andrew Lewman
133aeafb29 TARGET is not the same as /Library/Torbutton
svn:r14370
2008-04-15 20:18:32 +00:00
Andrew Lewman
c5c856b295 Ohh, the proper way to start an app from a script is "open".
svn:r14368
2008-04-14 23:30:39 +00:00
Andrew Lewman
50c920dcb1 Actually get torbutton to install into Firefox
svn:r14238
2008-03-30 04:09:48 +00:00
Andrew Lewman
ae4150dd02 Update torbutton version and if the user chooses to install torbutton,
open firefox with a prompt to install torbutton


svn:r14235
2008-03-30 00:40:09 +00:00
Mike Perry
0b88a1c579 Add Tor exit node notice page to contrib.
svn:r14155
2008-03-22 18:53:09 +00:00
Mike Perry
f5215002e2 Add README section to Linux Tor traffic prioritization script.
svn:r14154
2008-03-22 18:50:30 +00:00
Andrew Lewman
e207dc00a9 Add a launchd plist for those wishing for launchd rather than a
startupitem.


svn:r14147
2008-03-21 13:31:16 +00:00
Jacob Appelbaum
db4fccef84 Added a link to the v3 directory consensus on Weasel's server.
svn:r14020
2008-03-14 05:27:27 +00:00
Jacob Appelbaum
4dbf9fe06f I modified a zsh function that Weasel published in his dotfiles svn repo. It's now a small utility for taking a nickname and returning information about the node. It currently uses Weasel's directory v2 authority information.
svn:r14017
2008-03-13 22:58:51 +00:00
Peter Palfrader
306aab9288 karsten points out that we are missing one dirserver
svn:r13789
2008-03-01 00:52:48 +00:00
Nick Mathewson
4ea982c4c0 r14481@tombo: nickm | 2008-02-26 14:49:04 -0500
Bump trunk version to 0.2.1.0-alpha-dev


svn:r13745
2008-02-26 19:49:28 +00:00
Roger Dingledine
52a1c244ca bump to 0.2.0.20-rc-dev
svn:r13725
2008-02-25 06:51:18 +00:00
Andrew Lewman
d1cb225c89 update torbutton version to current
svn:r13723
2008-02-25 03:42:26 +00:00
Roger Dingledine
3dd9a3a23a bump to 0.2.0.20-rc
svn:r13715
2008-02-25 00:39:58 +00:00
Andrew Lewman
2ee191e267 Update directions, copyrights, and clarify licenses of polipo
contributions.


svn:r13490
2008-02-13 15:08:45 +00:00
Roger Dingledine
3315701457 bump to 0.2.0.19-alpha-dev
svn:r13467
2008-02-11 06:34:25 +00:00
Roger Dingledine
833587bbfe bump to 0.2.0.19-alpha
svn:r13449
2008-02-09 17:57:08 +00:00
Andrew Lewman
7549ac8d71 Update polipo nsi and makefile for win32.
svn:r13411
2008-02-07 01:41:46 +00:00
Andrew Lewman
c397c64d15 torbutton-1.1.13-alpha exists.
svn:r13375
2008-02-05 04:49:43 +00:00
Andrew Lewman
1caa71e310 Updated mingw makefile for polipo to include forbidden functionality in
win32 and match it to mainline.


svn:r13374
2008-02-05 00:27:47 +00:00
Roger Dingledine
596b822337 bump to 0.2.0.18-alpha-dev
svn:r13295
2008-01-26 05:38:44 +00:00
Roger Dingledine
eb1f622df8 revert r13120: for some reason nickm disabled the version
updating for windows. i'm not sure why.


svn:r13292
2008-01-26 04:03:45 +00:00
Roger Dingledine
e7853ba3eb typo
svn:r13212
2008-01-21 20:59:51 +00:00
Peter Palfrader
af78168413 Fix error induced by timezone offset
svn:r13124
2008-01-13 00:26:44 +00:00
Peter Palfrader
388b2f6221 And fix the exit code for OK
svn:r13123
2008-01-13 00:21:08 +00:00
Nick Mathewson
1b4ef78f6a r15889@tombo: nickm | 2008-01-12 17:18:29 -0500
Stop trying to mess with version in tor-mingw.nsi.in when we reconfigure. This is a relic of our pre-mingw days, when we didn't use autoconf on windows.


svn:r13120
2008-01-13 00:20:41 +00:00
Peter Palfrader
1a07250730 nagios-check-tor-authority-cert - check certificate expiry time
svn:r13119
2008-01-13 00:15:08 +00:00
Andrew Lewman
d6b5301007 fix things to make nsis happy
svn:r13110
2008-01-11 15:24:54 +00:00
Andrew Lewman
6ee5328ac5 Update makefile for panther, update polipo version where needed.
svn:r13107
2008-01-11 14:25:49 +00:00
Andrew Lewman
666f421543 Updated the version to be @VERSION@.
svn:r13067
2008-01-08 01:51:50 +00:00
Nick Mathewson
6d58d80e78 r17472@catbus: nickm | 2008-01-05 22:10:19 -0500
Another test for the increasingly bad check-spaces style checker to check: #else\n#if is almost a sure sign of a failure to use #elif.  Fortunately, we only did that 3 times.


svn:r13039
2008-01-06 03:16:08 +00:00
Andrew Lewman
8a50107355 bump torbutton version
svn:r12985
2007-12-26 02:18:55 +00:00
Nick Mathewson
1401bc54f4 r15692@tombo: nickm | 2007-12-25 18:15:50 -0500
Bump version to 0.2.0.15-alpha-dev


svn:r12982
2007-12-26 00:12:05 +00:00
Roger Dingledine
58e429f079 bump to 0.2.0.15-alpha
svn:r12962
2007-12-25 05:45:36 +00:00
Nick Mathewson
b9fa18a1de r15644@tombo: nickm | 2007-12-23 12:56:38 -0500
Bump to 0.2.0.14-alpha-dev


svn:r12944
2007-12-23 17:57:07 +00:00
Roger Dingledine
5b3e5e87bc bump to 0.2.0.14-alpha
svn:r12935
2007-12-23 01:31:39 +00:00
Roger Dingledine
33092b470b bump to 0.2.0.13-alpha-dev
svn:r12906
2007-12-21 10:42:14 +00:00
Roger Dingledine
95daf3382e bump to 0.2.0.13-alpha
svn:r12902
2007-12-21 09:35:29 +00:00
Roger Dingledine
9ebf86bb66 new config option FetchDirInfoEarly for tup/ioerror and the tordnsel
svn:r12896
2007-12-21 06:08:00 +00:00
Andrew Lewman
0a75fd2faa update postflight to put the man page in the right place on osx.
clarify license in the mingw.nsi and some minor touch ups.


svn:r12806
2007-12-14 05:20:38 +00:00
Andrew Lewman
1ce6d88508 clarify which license is used for this file.
svn:r12805
2007-12-14 05:19:25 +00:00
Andrew Lewman
348b0a8e42 remove vestiges of libcrypto and libssl
svn:r12804
2007-12-14 05:12:15 +00:00
Andrew Lewman
7e327380a9 updates from steve topletz
svn:r12803
2007-12-14 05:10:14 +00:00
Andrew Lewman
afb7fe3049 Add xenobite.eu's favicon.ico and update a missing create in the polipo
package.


svn:r12719
2007-12-08 01:39:21 +00:00
Nick Mathewson
2e378295d6 r16997@catbus: nickm | 2007-12-06 18:56:33 -0500
Make http://torproject urls into https://torproject urls.  Patch from steve.


svn:r12708
2007-12-06 23:56:36 +00:00
Nick Mathewson
92372b156a r16995@catbus: nickm | 2007-12-06 18:42:53 -0500
patch from steve: replace more tor.eff.org instances with torproject.org


svn:r12707
2007-12-06 23:42:59 +00:00
Andrew Lewman
c414de953b backport candidates for win32 and osx. Fix some obvious win32 nsi
changes caught by Steve Topletz.  Fix the man page path in OSX as caught
by mmmpf.


svn:r12703
2007-12-06 18:46:59 +00:00
Peter Palfrader
03ddcc90d3 Fix a conditional
svn:r12601
2007-11-29 11:22:19 +00:00
Peter Palfrader
423293dead Make dbhost configureable
svn:r12600
2007-11-29 11:20:26 +00:00
Andrew Lewman
2075c16e1b Patch from martin fong in flyspray #555, backport candidate once
tested. Update torbutton version in TorPostFlight.


svn:r12554
2007-11-22 17:46:22 +00:00
Roger Dingledine
c336dedd21 The fix in 0.2.0.12-alpha cleared the "hsdir" flag in v3 network
consensus documents when there are too many relays at a single
IP address. Now clear it in v2 network status documents too.


svn:r12522
2007-11-17 07:00:14 +00:00
Roger Dingledine
6514843026 cleanups, bump to 0.2.0.12-alpha
svn:r12516
2007-11-17 02:22:56 +00:00
Roger Dingledine
6739ef4027 Make it build on OpenBSD again. Patch from tup.
svn:r12489
2007-11-12 20:42:57 +00:00
Andrew Lewman
635cfd7465 Remove rc.d, as the 5 linux distributions I've checked do not use that
path anymore.


svn:r12483
2007-11-11 21:12:43 +00:00
Roger Dingledine
e33aaf34b2 bump to 0.2.0.11-alpha -- maybe this one will actually be
able to build packages.


svn:r12468
2007-11-11 01:33:15 +00:00
Roger Dingledine
462643c756 prepare for 0.2.0.10-alpha-dev
svn:r12458
2007-11-10 20:30:54 +00:00
Roger Dingledine
7050df7245 bump to 0.2.0.10-alpha
svn:r12455
2007-11-10 07:26:56 +00:00
Andrew Lewman
512abd5bfd Sample metalink file based on 0.1.2.17. It needs more mirrors and some
script to generate it automatically.


svn:r12350
2007-11-03 02:47:27 +00:00
Nick Mathewson
07621f090f r16269@catbus: nickm | 2007-10-29 15:41:16 -0400
Apply linux-tor-prio.sh patch from Marco B by way of Mike.


svn:r12274
2007-10-29 19:43:35 +00:00
Andrew Lewman
28652aec69 And more places with the wrong url, now updated.
svn:r12267
2007-10-29 01:08:22 +00:00
Andrew Lewman
2dea44181b Update for the correct script name.
svn:r12243
2007-10-28 04:52:38 +00:00
Andrew Lewman
0c017f11c5 claim copyright, clarify licensing, suggested by various people
repeatedly this year.


svn:r12242
2007-10-28 04:46:26 +00:00
Peter Palfrader
8cf949a26c Add a README and copyright statements
svn:r12233
2007-10-27 20:44:48 +00:00
Peter Palfrader
5e6fc79a88 Add sample makefile and crontab
svn:r12232
2007-10-27 20:24:33 +00:00
Peter Palfrader
42e6fc5cb8 Get rid of an extra }
svn:r12227
2007-10-27 14:32:56 +00:00
Peter Palfrader
f21d35751e Do not call the update function with verbose=true just because we read from stdin
svn:r12226
2007-10-27 14:20:48 +00:00
Peter Palfrader
19f2418923 minor syntax nitpick
svn:r12225
2007-10-27 14:20:13 +00:00
Nick Mathewson
35dfb59ff2 r16145@catbus: nickm | 2007-10-25 00:41:27 -0400
Bump trunk version to 0.2.0.9-alpha-dev


svn:r12183
2007-10-25 04:42:39 +00:00
Roger Dingledine
4c7a2eae0c bump to 0.2.0.9-alpha in preparation for a release
svn:r12173
2007-10-25 03:13:51 +00:00
Andrew Lewman
cb0738a472 Update torbutton version and spacing updates for the readme.
svn:r12138
2007-10-24 04:24:14 +00:00
Andrew Lewman
4bbe30182f update torbutton version.
svn:r12137
2007-10-24 04:23:09 +00:00
Andrew Lewman
568103cec6 Disabled remote http config var
svn:r12134
2007-10-23 16:29:45 +00:00
Roger Dingledine
788a4c11bd uh. yeah. nothing to see here.
svn:r12130
2007-10-23 06:42:46 +00:00
Roger Dingledine
64d8db955f <phobos> I want TorbuttonInfo.plist and TorbuttonDesc.plist included
in the tarball.


svn:r12123
2007-10-23 01:15:44 +00:00
Andrew Lewman
6b85ee6e14 Remove torbutton plists from makefile, as there is nothing to be updated
in the torbutton plists.


svn:r12118
2007-10-23 00:59:55 +00:00
Andrew Lewman
c58028566b Add torbutton to the osx packages.
svn:r12116
2007-10-23 00:58:07 +00:00
Roger Dingledine
0a865bc277 various fixes from reading or-cvs the past few days
svn:r12035
2007-10-18 23:14:58 +00:00
Nick Mathewson
fce823180b r15925@catbus: nickm | 2007-10-18 14:13:57 -0400
Add tor-ctrl.sh to dist, and make it fit in 80-col terminals.


svn:r12029
2007-10-18 18:15:06 +00:00
Nick Mathewson
4807d8c966 r15924@catbus: nickm | 2007-10-18 14:06:11 -0400
Import tor-ctrl.sh by Stefan Behte into svn repository.


svn:r12028
2007-10-18 18:15:04 +00:00
Roger Dingledine
75271742dd clean up the privoxy config in an osx config file that
i'm not even sure we use.


svn:r12008
2007-10-18 07:43:59 +00:00
Andrew Lewman
396702b15f Update url in included docs.
svn:r11969
2007-10-16 03:50:07 +00:00
Roger Dingledine
08c0a93475 update the 'exitlist' instructions for our new file names
svn:r11955
2007-10-15 21:56:46 +00:00
Andrew Lewman
d0eda6dbb0 Introducing Torbutton integration to the Tor-Privoxy OSX bundle.
svn:r11938
2007-10-15 04:04:16 +00:00
Nick Mathewson
641a1d7cb9 r15728@catbus: nickm | 2007-10-12 15:48:17 -0400
Bump version to 0.2.0.8-alpha-dev; start next changelog section.


svn:r11901
2007-10-12 19:53:29 +00:00
Roger Dingledine
25041ed2e6 bump to 0.2.0.8-alpha
svn:r11897
2007-10-12 17:43:57 +00:00
Peter Palfrader
ff19400cb0 Commit this stuff somewhere before I delete it accidentally
svn:r11794
2007-10-08 23:40:52 +00:00
Andrew Lewman
339535efef Update version. Need to figure out a better way to do this going
forward.


svn:r11782
2007-10-06 15:35:14 +00:00
Andrew Lewman
939e0bb2c0 Use the standard polipo config file for now.
svn:r11781
2007-10-06 15:32:12 +00:00
Andrew Lewman
f12748d8e9 Update osx addsysuser for leopard.
svn:r11780
2007-10-06 15:29:15 +00:00
Andrew Lewman
3349c77b2f Updates to the SUSE init script. Suggestions by Lars Vodgt.
svn:r11647
2007-09-25 23:59:33 +00:00
Andrew Lewman
4068ad5297 NSI is happier now.
svn:r11617
2007-09-24 22:50:22 +00:00
Andrew Lewman
b396958d08 Updated to make the shortcuts work by default.
svn:r11616
2007-09-24 22:17:57 +00:00
Andrew Lewman
19967acb55 Change to install a torrc.sample. This is consistent with other OSes.
svn:r11594
2007-09-23 15:50:17 +00:00
Andrew Lewman
4034cff4ba Quick readme for those wondering how to build and use polipo with Tor.
svn:r11588
2007-09-23 01:49:10 +00:00
Andrew Lewman
2aa0cfd5ee Add my polipo hacks to the tor repo to keep track of them.
svn:r11587
2007-09-23 01:16:28 +00:00
Andrew Lewman
011941853c Remove openssl static libs from the win32 distrubution. They are statically
compiled into the exe.  Add some, take some, remove some TODO items.


svn:r11583
2007-09-22 20:26:06 +00:00
Nick Mathewson
3a3c1d1d1c r15280@catbus: nickm | 2007-09-22 02:02:00 -0400
Bump version to 0.2.0.7-alpha-dev


svn:r11576
2007-09-22 06:06:08 +00:00
Roger Dingledine
991ebb42de bump to 0.2.0.7-alpha
svn:r11572
2007-09-22 00:05:56 +00:00
Andrew Lewman
531cc723fe Remove the need to clean up old installs, copy existing configs in order
to save them, let the installer put new files in place, and let the user
copy back their custom configs, for now.


svn:r11555
2007-09-21 13:59:58 +00:00
Andrew Lewman
6aadc6071e Fix a potential issue in the osx pre and postflight scripts.
svn:r11548
2007-09-21 01:59:53 +00:00
Roger Dingledine
2f4fa29b70 the other half of r11464
svn:r11503
2007-09-19 00:45:28 +00:00
Roger Dingledine
9966a11b4d Remove the contrib scripts ExerciseServer.py, PathDemo.py,
and TorControl.py, as they use the old v0 controller protocol,
and are obsoleted by TorFlow anyway.


svn:r11464
2007-09-17 21:59:24 +00:00
Roger Dingledine
24462ff211 bump to 0.2.0.6-alpha-dev so we're ready to fix more bugs :)
svn:r11281
2007-08-27 03:47:36 +00:00
Roger Dingledine
45bc168b53 bump to 0.2.0.6-alpha in preparation for tomorrow's release
svn:r11275
2007-08-25 21:59:14 +00:00
Roger Dingledine
8f66780417 minor tweaks
svn:r11206
2007-08-19 21:05:08 +00:00
Roger Dingledine
95912931fa script contributed by mike perry to make tor traffic low priority
svn:r11205
2007-08-19 21:03:06 +00:00
Roger Dingledine
473ff753f2 bump to 0.2.0.5-alpha since we're getting close
svn:r11189
2007-08-19 07:30:29 +00:00
Roger Dingledine
9d2b1004b1 bump to 0.2.0.4-alpha-dev
svn:r11056
2007-08-08 04:12:05 +00:00
Roger Dingledine
46c4f8ff42 bump to 0.2.0.4-alpha
svn:r11022
2007-08-02 04:49:20 +00:00
Roger Dingledine
ec376c5fbd bump to 0.2.0.3-alpha-dev
svn:r10999
2007-07-30 23:53:09 +00:00
Roger Dingledine
e118efb545 bump to 0.2.0.3-alpha
svn:r10982
2007-07-30 03:40:51 +00:00
Andrew Lewman
b022b95a13 Backport candidate. Updated to work with all versions of osx we support (10.3-10.5).
svn:r10579
2007-06-12 22:17:24 +00:00
Andrew Lewman
3c9cddd706 Convert from niutil to dscl in preparation for osx 10.5 (leopard).
svn:r10578
2007-06-12 21:41:38 +00:00
Roger Dingledine
15270358eb bump to 0.2.0.2-alpha-dev
svn:r10542
2007-06-09 04:35:51 +00:00
Roger Dingledine
0b73569dc6 bump to 0.2.0.2-alpha and declare that today is the day
svn:r10456
2007-06-02 23:56:04 +00:00
Nick Mathewson
d216133c8e r13163@catbus: nickm | 2007-06-02 16:41:07 -0400
We do "-alpha-dev" now, not "-alpha-cvs".


svn:r10455
2007-06-02 20:41:10 +00:00
Roger Dingledine
f6880cbc6b bump to 0.2.0.1-alpha-cvs while we're in transition
svn:r10454
2007-06-02 20:22:42 +00:00
Roger Dingledine
e64750e9a3 bump to 0.2.0.1-alpha
svn:r10437
2007-06-01 07:33:39 +00:00
Nick Mathewson
77c3dab7df r13077@catbus: nickm | 2007-05-29 16:52:46 -0400
Make exitlist script handle multiple descriptors for one router (by only looking at the latest).  Resolves bug 405.


svn:r10402
2007-05-29 20:52:56 +00:00
Andrew Lewman
9a209a4bad Fix paths for osx docs here too.
svn:r10013
2007-04-24 01:26:13 +00:00
Andrew Lewman
bc0b78bc10 Include the kqueue update in this branch as well.
svn:r10005
2007-04-23 04:10:52 +00:00
Andrew Lewman
a3fda1ba03 Update paths to spec files. Thanks to Matt for noticing.
svn:r9950
2007-04-14 01:12:17 +00:00
Andrew Lewman
197745f285 Make sure the logfile exists and has the correct permissions.
svn:r9941
2007-04-11 00:42:49 +00:00
Roger Dingledine
75754b4d8e other minor fixes lurking in my sandbox
svn:r9854
2007-03-17 04:34:31 +00:00
Andrew Lewman
f4913b4070 One more update for FlySpray #341.
svn:r9804
2007-03-12 00:02:18 +00:00
Andrew Lewman
f406d661a4 In response to FlySpray #341, move to an more Apple friendly logfile in
the OSX bundles.


svn:r9803
2007-03-11 23:59:37 +00:00
Nick Mathewson
6b79e252f6 r12063@catbus: nickm | 2007-03-04 14:46:22 -0500
Bump trunk version to 0.2.0.0-alpha-dev


svn:r9730
2007-03-04 19:49:06 +00:00
Nick Mathewson
275f39603b r12420@Kushana: nickm | 2007-03-03 15:06:53 -0500
Bump version to 0.1.2.9-rc-dev


svn:r9718
2007-03-03 20:09:07 +00:00
Roger Dingledine
629930ad16 bump to 0.1.2.9-rc
svn:r9705
2007-03-02 05:18:52 +00:00
Nick Mathewson
a5b18f8a65 r11952@catbus: nickm | 2007-02-26 12:37:06 -0500
Bump version to 0.1.2.8-beta-dev


svn:r9658
2007-02-26 17:37:09 +00:00
Roger Dingledine
38f5fac846 let us call it a beta. perhaps it will break then.
svn:r9656
2007-02-26 06:53:19 +00:00
Roger Dingledine
9946bb7fbd cosmetic, comment, and todo fixes
svn:r9627
2007-02-24 01:12:53 +00:00
Andrew Lewman
a77b1f9a02 Updated spec files for inclusion.
svn:r9517
2007-02-08 00:17:22 +00:00
Andrew Lewman
4e6ae9eeb1 Updated spec text files.
svn:r9516
2007-02-08 00:12:58 +00:00
Roger Dingledine
c8de93e59e update some of the win32 packaging scripts; stop shipping
tor-doc.html tor-doc.css.


svn:r9515
2007-02-07 23:54:48 +00:00
Nick Mathewson
e7f558bd27 r11684@catbus: nickm | 2007-02-07 00:46:37 -0500
Bump version to 0.1.2.7-alpha-dev


svn:r9509
2007-02-07 05:52:55 +00:00
Roger Dingledine
f1ca295d23 bump to 0.1.2.7-alpha
svn:r9507
2007-02-07 05:32:35 +00:00
Roger Dingledine
b955ddbee2 Adapt a patch from goodell to let the contrib/exitlist script
take arguments rather than require direct editing.


svn:r9346
2007-01-14 03:16:06 +00:00
Nick Mathewson
deabb2567f r11946@Kushana: nickm | 2007-01-11 12:40:20 -0500
Have privoxy configuration olerate broken /etc/hosts on macos installations


svn:r9339
2007-01-11 17:40:35 +00:00
Andrew Lewman
990e0be64e Remove -v. It works different in Panther than Tiger. Go figure.
svn:r9330
2007-01-11 00:38:08 +00:00
Andrew Lewman
a40d7a9ce6 Updated copyright.
svn:r9329
2007-01-11 00:36:15 +00:00
Roger Dingledine
da7f0b5366 bump to 0.1.2.6-alpha-dev so we're ready for tomorrow's
surprise release too


svn:r9314
2007-01-09 05:47:23 +00:00
Roger Dingledine
ca66074106 bump to 0.1.2.6-alpha
svn:r9311
2007-01-09 05:24:42 +00:00
Andrew Lewman
70a412d820 Verbose packagebuilds to show progress. Desaturate the installer image.
svn:r9288
2007-01-07 02:33:53 +00:00
Roger Dingledine
6b126ea040 bump to 0.1.2.5-alpha-dev
svn:r9278
2007-01-06 05:41:01 +00:00
Roger Dingledine
ee0d2d486d fix a bug, defer a bug, bump to 0.1.2.5-alpha
svn:r9270
2007-01-05 06:30:31 +00:00
Andrew Lewman
4f565b73ef Fix formatting in eventdns.c. Remove the rest of the osx binary
uninstaller.


svn:r9235
2007-01-02 06:26:42 +00:00
Roger Dingledine
39b9da8c5e Remove more cruft of Tor_Uninstaller.app.tar.gz
The PostFlight references remain. i'll let phobos
decide whether to remove them.


svn:r9234
2007-01-02 06:21:24 +00:00
Andrew Lewman
e504bf3a23 Remove the binary un-install application. It doesn't work much at all.
Use the applescript or shell script instead.


svn:r9225
2006-12-31 06:18:16 +00:00
Nick Mathewson
2e1e919d65 r11657@Kushana: nickm | 2006-12-20 15:11:19 -0500
Fixes to check-docs script; add some docs; mark some options as deprecated in the online docs.


svn:r9163
2006-12-20 21:02:02 +00:00
Nick Mathewson
e9ad1650c0 r11651@Kushana: nickm | 2006-12-20 12:05:04 -0500
Add a maintainer script and a new make target "make check-docs" to get a quick dump of which options are undocumented where, and which documentation refers to nonexistent options.


svn:r9160
2006-12-20 17:05:48 +00:00
Roger Dingledine
c9eb1c6d5c bump to 0.1.2.4-alpha-dev
svn:r9022
2006-12-04 18:11:31 +00:00
Roger Dingledine
c5b90daf86 cleanups, bump to 0.1.2.4-alpha
svn:r9015
2006-12-02 22:47:46 +00:00
Andrew Lewman
9835509492 In an -alpha branch, people can keep up with new software. Bump to
Privoxy 3.0.6.


svn:r8992
2006-11-26 03:12:09 +00:00
Nick Mathewson
d97c759138 r9372@totoro: nickm | 2006-11-21 10:59:47 -0500
Small cross-compilation fixes.


svn:r8980
2006-11-21 23:50:31 +00:00
Nick Mathewson
858e939556 r9349@totoro: nickm | 2006-11-20 11:35:14 -0500
Apply cross.sh patch from Mike Mohr: rename ARCH_PREFIX to HOST_TRIPLET; work even when autogen.sh has not yet been run.


svn:r8973
2006-11-20 16:35:22 +00:00
Roger Dingledine
f0a7d211f1 back-pedal a bit
svn:r8913
2006-11-06 06:48:49 +00:00
Roger Dingledine
4a80643825 forward-port matt's changes. plus note that tor-mingw.nsi.in is
what we're using these days, and stop shipping the old one to
be sure.


svn:r8912
2006-11-06 06:43:21 +00:00
Andrew Lewman
f9fc837019 Added Vidalia to the package_list. If Vidalia receipt doesn't exist,
the uninstaller will merely continue without issue.


svn:r8876
2006-10-31 02:32:59 +00:00
Roger Dingledine
a5f402e245 and then bump to 0.1.2.3-alpha-dev
svn:r8863
2006-10-30 03:29:33 +00:00
Roger Dingledine
bc6eadd20e clean changelog, bump to 0.1.2.3-alpha
svn:r8860
2006-10-30 02:55:17 +00:00
Nick Mathewson
e624fe4733 r9392@Kushana: nickm | 2006-10-25 21:54:03 -0400
Make cross.sh script executable


svn:r8831
2006-10-26 01:54:26 +00:00
Nick Mathewson
3e26083a4f r9391@Kushana: nickm | 2006-10-25 21:51:33 -0400
Patch to cross.sh from Michael Mohr; check more values before failing; always --enable-eventdns


svn:r8830
2006-10-26 01:54:20 +00:00
Andrew Lewman
48a926df67 torbutton installation moved to vidalia bundle, comment it out but leave
it in as a reference


svn:r8811
2006-10-24 01:31:31 +00:00
Andrew Lewman
6b21ac6b11 Include torbutton in the base tor installation. If Firefox exists,
install torbutton for all profiles.


svn:r8768
2006-10-20 00:25:03 +00:00
Peter Palfrader
e8dae74ccb id_to_fp: Support reading from stdin
svn:r8751
2006-10-19 12:52:53 +00:00
Andrew Lewman
21d5040402 Fix up the strcmp logic to actually display the error message. Include
an explanation for spurious messageboxes for those curious as to their
existence


svn:r8744
2006-10-18 03:47:31 +00:00
Andrew Lewman
c30a93d4a8 Bundle torbutton with mingw installer. Figure out how to get it
installed into Firefox without user intervention is step 2.


svn:r8743
2006-10-18 03:31:13 +00:00
Andrew Lewman
e3b1d059c7 Updated version of openssl.
svn:r8737
2006-10-17 02:17:20 +00:00
Andrew Lewman
8ca4e143a9 Replace the tor.ico with one which is not encumbered by a poor license.
svn:r8673
2006-10-09 17:22:38 +00:00
Nick Mathewson
fa3ee3600e r8969@totoro: nickm | 2006-10-09 09:58:38 -0400
Another patch to checkSpace.pl: allow type (WINAPI *fn)()


svn:r8668
2006-10-09 15:46:12 +00:00
Andrew Lewman
fac375265a Add descriptive information to the install executable.
svn:r8661
2006-10-09 02:10:00 +00:00
Andrew Lewman
b9a0ba5a5d Add tor.ico to dist.
svn:r8660
2006-10-09 01:53:08 +00:00
Andrew Lewman
9b662f0bcd We have icons for Tor in Win32-land.
svn:r8659
2006-10-09 01:52:30 +00:00
Andrew Lewman
327f3e93bb CLeaned up and works with mingw builds out of the box, mostly.
svn:r8653
2006-10-08 20:36:31 +00:00
Andrew Lewman
f6989da181 Remove the Application Data\Tor directory on un-install in Windows.
svn:r8651
2006-10-08 18:50:52 +00:00
Nick Mathewson
ea00437f74 r8933@totoro: nickm | 2006-10-07 20:33:16 -0400
whitespace fixes; add changelog for last commit.


svn:r8644
2006-10-08 00:33:43 +00:00
Roger Dingledine
f787051e85 bump to 0.1.2.2-alpha-dev. time to go wild again.
svn:r8639
2006-10-07 19:38:21 +00:00
Roger Dingledine
b45c210012 Bump to 0.1.2.2-alpha. Not tagged yet, so somebody can find a
compile bug on an obscure platform while i'm asleep.


svn:r8634
2006-10-07 09:30:12 +00:00
Andrew Lewman
487af60f6e ARCH is universal for OSX 10.4 and beyond. Only ppc is available for
10.3 and previous.


svn:r8597
2006-10-05 03:27:54 +00:00
Nick Mathewson
9027491ae1 r9022@Kushana: nickm | 2006-09-29 17:26:58 -0400
Improve log-duplicate-checker to ignore LD_BUG messages.


svn:r8540
2006-09-29 22:33:31 +00:00
Nick Mathewson
174c3dc6b7 r9021@Kushana: nickm | 2006-09-29 16:58:41 -0400
Add a perl script and a make target to find and check for duplicate log messages at level notice or higher.


svn:r8539
2006-09-29 22:33:28 +00:00
Roger Dingledine
5b3cb1faa1 clean up the contrib/osx/Makefile.am more
svn:r8494
2006-09-25 02:31:56 +00:00
Roger Dingledine
a87f3ac6f9 set the osx confdir to /Library/Tor rather than /Library/tor, maybe.
svn:r8492
2006-09-25 02:23:10 +00:00
Andrew Lewman
563e03a3ef Special mingw package_nsis and nsi scripts.
svn:r8467
2006-09-23 02:18:18 +00:00
Nick Mathewson
da7f9d5a33 r8911@Kushana: nickm | 2006-09-22 12:24:52 -0400
Make exitlist only output each result line once.


svn:r8466
2006-09-22 20:20:35 +00:00
Nick Mathewson
6b3f6afb58 r8895@Kushana: nickm | 2006-09-21 20:05:11 -0400
Debug client-side reverse dns code.


svn:r8452
2006-09-22 00:44:07 +00:00
Nick Mathewson
213658f117 r8894@Kushana: nickm | 2006-09-21 18:30:42 -0400
Specify and implement SOCKS5 interface for reverse hostname lookup.


svn:r8451
2006-09-22 00:43:55 +00:00
Andrew Lewman
8648b1133b Fix a mis-spelled Privoxy.
svn:r8416
2006-09-18 05:35:08 +00:00
Nick Mathewson
61531f029d r8791@Kushana: nickm | 2006-09-12 15:00:48 -0400
As long as we are being pedantic, we may as well be extra-pedantic.


svn:r8376
2006-09-12 19:00:55 +00:00
Roger Dingledine
2371369b51 avoid getting mail from ilja in 2008 about this.
svn:r8375
2006-09-12 18:31:03 +00:00
Nick Mathewson
8870621e1d r8785@Kushana: nickm | 2006-09-12 14:05:46 -0400
Add non-dist utility for weasel


svn:r8373
2006-09-12 18:05:54 +00:00
Roger Dingledine
30b8017005 bump trunk to 0.1.2.1-alpha-dev
svn:r8251
2006-08-28 03:01:07 +00:00
Andrew Lewman
91b41369c6 Remove architecture from builds. The official builds are universal
binaries. 


svn:r8249
2006-08-28 01:06:44 +00:00
Roger Dingledine
389b7999c6 bump to 0.1.2.1-alpha
(does it work?)


svn:r8244
2006-08-27 07:03:17 +00:00
Andrew Lewman
6410baf624 Apparently not everyone wants to build Universal binaries. Return valid
Archictecture detection for inclusion into final dmg naming.


svn:r7039
2006-08-13 00:29:56 +00:00
Nick Mathewson
3da737ac98 r7303@Kushana: nickm | 2006-08-10 01:52:19 -0700
whitespace fixes


svn:r7011
2006-08-10 09:02:12 +00:00
Andrew Lewman
bef2411d4d Update for universal binaries for OSX.
svn:r7002
2006-08-10 02:06:35 +00:00
Andrew Lewman
982fb59d98 Update preflight to save Privoxy configs as well
svn:r6989
2006-08-08 01:42:52 +00:00
Roger Dingledine
a1b6f72d9e explain that the exitlist isn't perfect, because some tor exit nodes
don't exit on their advertised address.


svn:r6965
2006-08-02 05:17:22 +00:00
Andrew Lewman
cfe0da8a67 Remove the launchd plist file.
svn:r6936
2006-07-30 03:32:54 +00:00
Andrew Lewman
498fe87434 So long, farewell, auf Wiedersehen, adieu, launchd
svn:r6932
2006-07-28 13:52:36 +00:00
Andrew Lewman
e469438d20 Forget leopard.
svn:r6929
2006-07-27 20:24:53 +00:00
Andrew Lewman
79144b8eb0 fi, fy fo fum, if-then- doesn't work without one
svn:r6928
2006-07-27 20:03:09 +00:00
Andrew Lewman
3770685498 Far better test and handling of existing torrc
svn:r6923
2006-07-27 17:19:32 +00:00
Andrew Lewman
f77b2a0407 Oops, forgot the all important 'r'
svn:r6916
2006-07-27 03:17:50 +00:00
Andrew Lewman
1ee13cff67 OSX gets confused when you have two ways to start the same program.
svn:r6915
2006-07-27 03:10:23 +00:00
Andrew Lewman
8ae177dad6 The whole process works from preflight to postflight creating a clean
Tor install with proper config file edits


svn:r6914
2006-07-27 03:02:47 +00:00
Andrew Lewman
cd45eb6175 Backup only what is needed, write the file we created to a temp file for
TorPostFlight to restore the data and remove the temp files


svn:r6913
2006-07-27 01:20:02 +00:00
Andrew Lewman
a89bc08838 Be better at finding the Tor install path, backup all of Tor just in
case, then blow Tor away


svn:r6912
2006-07-27 00:19:36 +00:00
Andrew Lewman
99fc0aba61 OSX pre-install script to clean up Tor and force a fresh install, but
save the server keys if they exist.


svn:r6911
2006-07-26 23:52:59 +00:00
Andrew Lewman
a815225683 Set Soft & Hard resource limits to appease launchd.
svn:r6910
2006-07-26 21:50:27 +00:00
Nick Mathewson
4fe3c607ad Apply checkSpace.pl to checkSpace.pl.
svn:r6901
2006-07-25 22:33:57 +00:00
Nick Mathewson
fc9ed724ed Allow wide lines if they have svn id tags in them. (This matters for svk: those tags can be *big*.)
svn:r6900
2006-07-25 22:30:50 +00:00
Peter Palfrader
521c006fd5 Remove .cvsignore files from trunk
svn:r6891
2006-07-25 01:00:48 +00:00
Andrew Lewman
4fccf84004 These settings are required for those using launchd in OSX 10.4.
This is a crude but functional way to insert them for now.


svn:r6820
2006-07-23 12:52:06 +00:00
Andrew Lewman
3f0e4622b6 Grammar fixes for clarity.
svn:r6797
2006-07-21 04:30:19 +00:00
Andrew Lewman
1d02d24afa Load and start tor in launchd at end of installation
svn:r6789
2006-07-18 04:40:02 +00:00
Andrew Lewman
cb32336e19 Add the output of OSX arch into the package name in preparation for ppc
vs x86 packages.


svn:r6788
2006-07-18 04:37:43 +00:00
Andrew Lewman
b4433c674d Minor fixed for launchd xml plist
svn:r6770
2006-07-17 04:31:22 +00:00
Andrew Lewman
169d6c4aca Remove a merged if-then from line 85
svn:r6767
2006-07-16 18:18:40 +00:00
Andrew Lewman
1478636f54 Change the way Tor starts on OSX 10.4 vs pre-10.4. 10.4 Tor now uses
launchd for current and forward compatibility.


svn:r6766
2006-07-16 13:58:10 +00:00
Andrew Lewman
2c20882f02 Update config to redirect output to the tor log file for now.
svn:r6757
2006-07-12 22:09:21 +00:00
Andrew Lewman
3388722c28 Move cmd line parameters into the config file, remove chroot, and
satisfy the requirement of a ProgramArgument array


svn:r6755
2006-07-11 20:51:06 +00:00