aboutsummaryrefslogtreecommitdiff
path: root/contrib/osx
Commit message (Collapse)AuthorAge
* Fix a mis-spelled Privoxy.Andrew Lewman2006-09-18
| | | | svn:r8416
* Remove architecture from builds. The official builds are universalAndrew Lewman2006-08-28
| | | | | | | binaries. svn:r8249
* Apparently not everyone wants to build Universal binaries. Return validAndrew Lewman2006-08-13
| | | | | | | Archictecture detection for inclusion into final dmg naming. svn:r7039
* Update for universal binaries for OSX.Andrew Lewman2006-08-10
| | | | svn:r7002
* Update preflight to save Privoxy configs as wellAndrew Lewman2006-08-08
| | | | svn:r6989
* Remove the launchd plist file.Andrew Lewman2006-07-30
| | | | svn:r6936
* So long, farewell, auf Wiedersehen, adieu, launchdAndrew Lewman2006-07-28
| | | | svn:r6932
* Forget leopard.Andrew Lewman2006-07-27
| | | | svn:r6929
* fi, fy fo fum, if-then- doesn't work without oneAndrew Lewman2006-07-27
| | | | svn:r6928
* Far better test and handling of existing torrcAndrew Lewman2006-07-27
| | | | svn:r6923
* Oops, forgot the all important 'r'Andrew Lewman2006-07-27
| | | | svn:r6916
* OSX gets confused when you have two ways to start the same program.Andrew Lewman2006-07-27
| | | | svn:r6915
* The whole process works from preflight to postflight creating a cleanAndrew Lewman2006-07-27
| | | | | | | Tor install with proper config file edits svn:r6914
* Backup only what is needed, write the file we created to a temp file forAndrew Lewman2006-07-27
| | | | | | | TorPostFlight to restore the data and remove the temp files svn:r6913
* Be better at finding the Tor install path, backup all of Tor just inAndrew Lewman2006-07-27
| | | | | | | case, then blow Tor away svn:r6912
* OSX pre-install script to clean up Tor and force a fresh install, butAndrew Lewman2006-07-26
| | | | | | | save the server keys if they exist. svn:r6911
* Set Soft & Hard resource limits to appease launchd.Andrew Lewman2006-07-26
| | | | svn:r6910
* Remove .cvsignore files from trunkPeter Palfrader2006-07-25
| | | | svn:r6891
* These settings are required for those using launchd in OSX 10.4.Andrew Lewman2006-07-23
| | | | | | | This is a crude but functional way to insert them for now. svn:r6820
* Grammar fixes for clarity.Andrew Lewman2006-07-21
| | | | svn:r6797
* Load and start tor in launchd at end of installationAndrew Lewman2006-07-18
| | | | svn:r6789
* Add the output of OSX arch into the package name in preparation for ppcAndrew Lewman2006-07-18
| | | | | | | vs x86 packages. svn:r6788
* Minor fixed for launchd xml plistAndrew Lewman2006-07-17
| | | | svn:r6770
* Remove a merged if-then from line 85Andrew Lewman2006-07-16
| | | | svn:r6767
* Change the way Tor starts on OSX 10.4 vs pre-10.4. 10.4 Tor now usesAndrew Lewman2006-07-16
| | | | | | | launchd for current and forward compatibility. svn:r6766
* Update config to redirect output to the tor log file for now.Andrew Lewman2006-07-12
| | | | svn:r6757
* Move cmd line parameters into the config file, remove chroot, andAndrew Lewman2006-07-11
| | | | | | | satisfy the requirement of a ProgramArgument array svn:r6755
* Add in start parameters. Perhaps we should ship these set correct inAndrew Lewman2006-07-11
| | | | | | | the default torrc. svn:r6754
* First crack at launchd plist for TorAndrew Lewman2006-07-11
| | | | svn:r6753
* Updated OSX binary un-installer for testing.Andrew Lewman2006-07-07
| | | | svn:r6742
* Binary OSX un-installer tarballAndrew Lewman2006-07-07
| | | | svn:r6741
* Remove osx binary uninstaller changes. Tiger and Panther won't playAndrew Lewman2006-07-06
| | | | | | | nice in the same way. svn:r6739
* Update osx binary un-installer naming, remove invalid osx binaryAndrew Lewman2006-07-06
| | | | | | | un-installer app svn:r6736
* And, commit it correctly.Andrew Lewman2006-06-25
| | | | svn:r6689
* Fix the messed up commit.Andrew Lewman2006-06-25
| | | | svn:r6688
* Create binary osx un-installer, update perms on install so anyone can run theAndrew Lewman2006-06-25
| | | | | | | uninstaller. svn:r6685
* Remove the osx version requirements on install due to a messy InstallerAndrew Lewman2006-06-21
| | | | | | | situation between pre-panther, tiger and beyond, and metapackages. svn:r6672
* Minor fix to pre-instllation version check for OSXAndrew Lewman2006-06-20
| | | | svn:r6666
* First crack at version checking for OSX installer.Andrew Lewman2006-06-20
| | | | svn:r6665
* Add in the key CFBundleIdentifier required by XCode 2.x and beyond.Andrew Lewman2006-05-24
| | | | svn:r6491
* Fixed //Library/Tor in Tor.loc for osxAndrew Lewman2006-05-16
| | | | svn:r6454
* and that means the os x package doesn't want them includedRoger Dingledine2006-04-10
| | | | | | | yet either. svn:r6353
* hey, let's include instructions on servers, hidden services,Roger Dingledine2006-03-31
| | | | | | | and switchproxy, while we're at it. svn:r6281
* make the os x package handle the new location of docs, plusRoger Dingledine2006-03-31
| | | | | | | include the needed img's. svn:r6280
* Nuke space after backslash in contrib/osx/Makefile.am.Nick Mathewson2006-03-13
| | | | svn:r6150
* Added tor_logo.gif to dist and corrected tor html doc linksAndrew Lewman2006-03-13
| | | | svn:r6147
* Remove pdfs since they aren't created this early in the process.Andrew Lewman2006-03-11
| | | | svn:r6127
* Include package_list.txt for detailed uninstallation on osx. Force theAndrew Lewman2006-03-11
| | | | | | | | osx uninstall script to actually clean up directories as well. Make TorPostflight actions safer. svn:r6123
* Properly add the image to make the OSX install pretty.Andrew Lewman2006-03-11
| | | | svn:r6122
* Remove the imageAndrew Lewman2006-03-11
| | | | svn:r6121