summaryrefslogtreecommitdiff
path: root/contrib/osx
AgeCommit message (Collapse)Author
2007-11-01backport the torrc changes to postflight for osx.Andrew Lewman
svn:r12309
2007-11-01Fix the logfile location for osx.Andrew Lewman
svn:r12308
2007-10-31Update -stable privoxy.configAndrew Lewman
svn:r12288
2007-10-29Update website links.Andrew Lewman
svn:r12263
2007-10-17backport osx 10.5 (leopard) fixes for uninstaller.Andrew Lewman
svn:r11996
2007-10-14backport torpostflight changesAndrew Lewman
svn:r11931
2007-10-14Backport TorPreFlight changes.Andrew Lewman
svn:r11930
2007-10-05backport the dscl addition for osx 10.5 users.Andrew Lewman
svn:r11766
2007-04-24Fix paths to documents for osx package building.Andrew Lewman
svn:r10012
2007-04-23Disable kqueue on ppc only OSX versions (panther, jaguar, puma,Andrew Lewman
cheetah). Confirmed in bug #371. svn:r10002
2007-04-14Update paths to spec files. Thanks to Matt for noticing.Andrew Lewman
svn:r9950
2007-01-11 r11946@Kushana: nickm | 2007-01-11 12:40:20 -0500Nick Mathewson
Have privoxy configuration olerate broken /etc/hosts on macos installations svn:r9339
2007-01-11Remove -v. It works different in Panther than Tiger. Go figure.Andrew Lewman
svn:r9330
2007-01-07Verbose packagebuilds to show progress. Desaturate the installer image.Andrew Lewman
svn:r9288
2007-01-02Fix formatting in eventdns.c. Remove the rest of the osx binaryAndrew Lewman
uninstaller. svn:r9235
2007-01-02Remove more cruft of Tor_Uninstaller.app.tar.gzRoger Dingledine
The PostFlight references remain. i'll let phobos decide whether to remove them. svn:r9234
2006-12-31Remove the binary un-install application. It doesn't work much at all.Andrew Lewman
Use the applescript or shell script instead. svn:r9225
2006-11-26In an -alpha branch, people can keep up with new software. Bump toAndrew Lewman
Privoxy 3.0.6. svn:r8992
2006-10-31Added Vidalia to the package_list. If Vidalia receipt doesn't exist,Andrew Lewman
the uninstaller will merely continue without issue. svn:r8876
2006-10-05ARCH is universal for OSX 10.4 and beyond. Only ppc is available forAndrew Lewman
10.3 and previous. svn:r8597
2006-09-25clean up the contrib/osx/Makefile.am moreRoger Dingledine
svn:r8494
2006-09-25set the osx confdir to /Library/Tor rather than /Library/tor, maybe.Roger Dingledine
svn:r8492
2006-09-18Fix a mis-spelled Privoxy.Andrew Lewman
svn:r8416
2006-08-28Remove architecture from builds. The official builds are universalAndrew Lewman
binaries. svn:r8249
2006-08-13Apparently not everyone wants to build Universal binaries. Return validAndrew Lewman
Archictecture detection for inclusion into final dmg naming. svn:r7039
2006-08-10Update for universal binaries for OSX.Andrew Lewman
svn:r7002
2006-08-08Update preflight to save Privoxy configs as wellAndrew Lewman
svn:r6989
2006-07-30Remove the launchd plist file.Andrew Lewman
svn:r6936
2006-07-28So long, farewell, auf Wiedersehen, adieu, launchdAndrew Lewman
svn:r6932
2006-07-27Forget leopard.Andrew Lewman
svn:r6929
2006-07-27fi, fy fo fum, if-then- doesn't work without oneAndrew Lewman
svn:r6928
2006-07-27Far better test and handling of existing torrcAndrew Lewman
svn:r6923
2006-07-27Oops, forgot the all important 'r'Andrew Lewman
svn:r6916
2006-07-27OSX gets confused when you have two ways to start the same program.Andrew Lewman
svn:r6915
2006-07-27The whole process works from preflight to postflight creating a cleanAndrew Lewman
Tor install with proper config file edits svn:r6914
2006-07-27Backup only what is needed, write the file we created to a temp file forAndrew Lewman
TorPostFlight to restore the data and remove the temp files svn:r6913
2006-07-27Be better at finding the Tor install path, backup all of Tor just inAndrew Lewman
case, then blow Tor away svn:r6912
2006-07-26OSX pre-install script to clean up Tor and force a fresh install, butAndrew Lewman
save the server keys if they exist. svn:r6911
2006-07-26Set Soft & Hard resource limits to appease launchd.Andrew Lewman
svn:r6910
2006-07-25Remove .cvsignore files from trunkPeter Palfrader
svn:r6891
2006-07-23These settings are required for those using launchd in OSX 10.4.Andrew Lewman
This is a crude but functional way to insert them for now. svn:r6820
2006-07-21Grammar fixes for clarity.Andrew Lewman
svn:r6797
2006-07-18Load and start tor in launchd at end of installationAndrew Lewman
svn:r6789
2006-07-18Add the output of OSX arch into the package name in preparation for ppcAndrew Lewman
vs x86 packages. svn:r6788
2006-07-17Minor fixed for launchd xml plistAndrew Lewman
svn:r6770
2006-07-16Remove a merged if-then from line 85Andrew Lewman
svn:r6767
2006-07-16Change the way Tor starts on OSX 10.4 vs pre-10.4. 10.4 Tor now usesAndrew Lewman
launchd for current and forward compatibility. svn:r6766
2006-07-12Update config to redirect output to the tor log file for now.Andrew Lewman
svn:r6757
2006-07-11Move cmd line parameters into the config file, remove chroot, andAndrew Lewman
satisfy the requirement of a ProgramArgument array svn:r6755
2006-07-11Add in start parameters. Perhaps we should ship these set correct inAndrew Lewman
the default torrc. svn:r6754