aboutsummaryrefslogtreecommitdiff
path: root/contrib/osx
Commit message (Collapse)AuthorAge
* 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
* This makes the install pretty.Andrew Lewman2006-03-11
| | | | svn:r6120
* Include actual documentation with the installation, include theAndrew Lewman2006-03-11
| | | | | | | uninstaller in executable format, and make the install pretty. svn:r6119
* Include the osx uninstaller in the metapackage.Andrew Lewman2006-03-11
| | | | svn:r6118
* Convert make dist-osx to new file output naming schemeAndrew Lewman2006-02-20
| | | | svn:r6055
* Include the osx installer in the Makefile as well.Andrew Lewman2006-02-19
| | | | svn:r6045
* Include the uninstaller for osx in the distribution, but leave it hiddenAndrew Lewman2006-02-19
| | | | | | | for the time being. svn:r6044
* New clear and concise directions for building Tor on OSX machines.Andrew Lewman2006-02-17
| | | | | | | Moved the documentation into the doc/ dir where it belongs. svn:r6027
* Added quick instructions for those wishing to replicate the officialAndrew Lewman2006-02-12
| | | | | | | build process for linux rpm and osx dmg svn:r5980
* Make OSX script alias tor-resolve binary correctly. Fix bug 216Nick Mathewson2006-01-10
| | | | svn:r5764
* Committing the rest of the osx tor+privoxy uninstall applet.Andrew Lewman2005-10-24
| | | | svn:r5296
* Committing the wrapper script for uninstallation.Andrew Lewman2005-10-24
| | | | svn:r5295
* commented out logfile so as to not log everything passed through privoxyAndrew Lewman2005-09-24
| | | | svn:r5141
* Added in the 3 easy cheatsheet steps to build tor, for the 7 mac usersAndrew Lewman2005-08-07
| | | | | | | that may want to build their own client/server. svn:r4726
* back out the osx addsysuser changeds, but make them easy to back in againNick Mathewson2005-08-04
| | | | svn:r4698
* Add niutil fix from Christopher SoghoianNick Mathewson2005-07-26
| | | | svn:r4678
* fix capitalization on os x installer welcome pageRoger Dingledine2005-07-20
| | | | svn:r4624
* Stop trying to distribute CLIENTS; it no longer existsNick Mathewson2005-07-14
| | | | svn:r4568
* Make OSX init script check for missing argument in a way that worksNick Mathewson2005-06-15
| | | | svn:r4433
* Add generated file to contrib/osx/.cvsignoreNick Mathewson2005-06-07
| | | | svn:r4336
* Resolve OSX installer bugs 147 and 148Nick Mathewson2005-06-07
| | | | svn:r4333