aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAge
* 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
* bump to 0.1.1.13-alpha-cvs -- progress!Roger Dingledine2006-02-10
| | | | svn:r5954
* bump to 0.1.1.13-alphaRoger Dingledine2006-02-09
| | | | svn:r5951
* arma and weasel say 8192 is betterAndrew Lewman2006-02-09
| | | | svn:r5946
* Force an increase in file descriptors on startAndrew Lewman2006-02-09
| | | | svn:r5945
* bump to 0.1.1.12-alpha-cvsRoger Dingledine2006-01-12
| | | | svn:r5825
* bump to 0.1.1.12-alphaRoger Dingledine2006-01-11
| | | | | | | ha ha svn:r5808
* bump to 0.1.1.11-alpha-cvsRoger Dingledine2006-01-11
| | | | svn:r5799
* bump to 0.1.1.11-alpha in preparation for releaseRoger Dingledine2006-01-10
| | | | svn:r5783
* Make OSX script alias tor-resolve binary correctly. Fix bug 216Nick Mathewson2006-01-10
| | | | svn:r5764
* typoRoger Dingledine2006-01-07
| | | | svn:r5742
* Note that exitlist script still works just fine; you just need to point it ↵Nick Mathewson2006-01-06
| | | | | | at the new files. svn:r5737
* Add missing file from last commit. Can the debian package use any of these ↵Nick Mathewson2005-12-24
| | | | | | recent changes? svn:r5640
* Apply RPM-related cleanups from John BashinskiNick Mathewson2005-12-24
| | | | svn:r5639
* actually, don't specify local as the whole of net 127, forRoger Dingledine2005-12-18
| | | | | | | | torify, because Tor's MAPADDRESS virtual IP space is part of it, and we want to torify that part. svn:r5613
* the torify config file should not use tor for local (127.x.y.z) addresses.Roger Dingledine2005-12-18
| | | | svn:r5611
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ↵Nick Mathewson2005-12-14
| | | | | | intended. svn:r5582
* bump to 0.1.1.10-alpha-cvsRoger Dingledine2005-12-11
| | | | svn:r5558
* bump to 0.1.1.10-alphaRoger Dingledine2005-12-10
| | | | svn:r5553
* crank the max line limit down to 150 chars.Roger Dingledine2005-12-10
| | | | svn:r5550
* In my private little universe, terminals are still 80 columns. Impose a ↵Nick Mathewson2005-12-09
| | | | | | 160-character-per-line limit; this will creep down. svn:r5548
* bump to 0.1.1.9-alpha-cvsRoger Dingledine2005-11-15
| | | | svn:r5387
* bump to 0.1.1.9-alphaRoger Dingledine2005-11-15
| | | | svn:r5374
* 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
* Bump version to 0.1.1.8-alpha-cvsNick Mathewson2005-10-08
| | | | svn:r5228
* bump to 0.1.1.8-alphaRoger Dingledine2005-10-07
| | | | svn:r5222
* even better function start checks; give dmalloc a chance of working.Nick Mathewson2005-09-30
| | | | svn:r5162
* Make checkSpace.pl enforce our ctags-friendly function declaration rulesNick Mathewson2005-09-30
| | | | svn:r5159
* commented out logfile so as to not log everything passed through privoxyAndrew Lewman2005-09-24
| | | | svn:r5141
* bump version to 0.1.1.7-alpha-cvsNick Mathewson2005-09-19
| | | | svn:r5093
* bump to 0.1.1.7-alphaRoger Dingledine2005-09-14
| | | | svn:r5051
* add weasel's check-tor script to tor/contrib/Roger Dingledine2005-09-11
| | | | svn:r4994
* bump to 0.1.1.6-alpha-cvsRoger Dingledine2005-09-10
| | | | svn:r4987
* bump to 0.1.1.6-alphaRoger Dingledine2005-09-10
| | | | | | | this time for sure svn:r4982
* downgrade back to 0.1.1.5-alpha-cvsRoger Dingledine2005-08-23
| | | | | | | it's going to be another while svn:r4824
* bump version to 0.1.1.6-alphaRoger Dingledine2005-08-22
| | | | svn:r4813
* bump to 0.1.1.5-alpha-cvsRoger Dingledine2005-08-08
| | | | svn:r4753
* 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
* bump to 0.1.1.5-alpha, though it's not released yetRoger Dingledine2005-08-05
| | | | svn:r4721
* bump to 0.1.1.4-alpha in preparation for new releaseRoger Dingledine2005-08-04
| | | | svn:r4701
* back out the osx addsysuser changeds, but make them easy to back in againNick Mathewson2005-08-04
| | | | svn:r4698
* In tor.nsi, replace all +N for N!=2 with actual labels. Apparently, the NSI ↵Nick Mathewson2005-08-04
| | | | | | designers understand that languages have been written since 6502 assembler, but just want to retain backward compatibility for people who never learned them. svn:r4696
* Change a +4 to a +5. Apparently, the designeers of NSI believed that 6502 ↵Nick Mathewson2005-08-04
| | | | | | assembly represented the cutting-edge in language design. svn:r4692
* (untested) NSI fix to ship tor license and put a link to doc directory in ↵Nick Mathewson2005-08-03
| | | | | | start menu svn:r4684
* Add niutil fix from Christopher SoghoianNick Mathewson2005-07-26
| | | | svn:r4678
* bump to 0.1.1.3-alphaRoger Dingledine2005-07-25
| | | | svn:r4672
* fix capitalization on os x installer welcome pageRoger Dingledine2005-07-20
| | | | svn:r4624
* bump us to 0.1.1.2-alpha-cvs since stuff has changedRoger Dingledine2005-07-15
| | | | svn:r4579