aboutsummaryrefslogtreecommitdiff
path: root/src/smtpap
Commit message (Expand)AuthorAge
* synchronize to the version i've been giving people to test•••svn:r104 Roger Dingledine2002-09-19
* "You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again.•••svn:r102 Nick Mathewson2002-09-10
* port to actual BSD•••(hey nick, does this break the os x build?) you still need to add some stuff to the ./configure commandline... anybody know a better solution? svn:r101 Roger Dingledine2002-09-09
* Port to MacOS X•••svn:r88 Nick Mathewson2002-09-03
* proxies send port in host order as ascii string•••svn:r83 Roger Dingledine2002-08-24
* removed loglevel from global namespace. severity level is set using log() wit...•••svn:r44 Bruce Montrose2002-07-12
* First cut at cleaning out a lot of the extra stuff.•••The summary here is that I'm requiring all developers to have auto* (aclocal, autoconf, automake) installed on their machine. Since different versions of auto* generate vastly different output, I'm going to leave its output out of the repository. This means that whenever you check out a repository, you need to run auto* to generate a configure file, then run ./configure to get a Makefile, then build. If you don't have auto* and can't get it, let me know (and I'll try to convince you to develop on moria). The benefit here is that while developers have a bit more work to keep things straight, we can build snapshots that will install just about anywhere (once we make configure.in work, that is ;) svn:r12 Roger Dingledine2002-06-29
* moved configure.ac to configure.in, should work with older autoconfs and auto...•••svn:r11 Felipe Bergo2002-06-28
* added automake/autoconf support. When in doubt, "aclocal && autoconf && autoh...•••svn:r10 Felipe Bergo2002-06-28
* Added -lpopt to Makefiles•••svn:r9 Bruce Montrose2002-06-28
* Initial revision•••svn:r2 Roger Dingledine2002-06-26