aboutsummaryrefslogtreecommitdiff
path: root/src/orkeygen
Commit message (Collapse)AuthorAge
* Make cvsignores reflect build processNick Mathewson2003-06-21
| | | | svn:r341
* laying the groundwork for dynamic router listsRoger Dingledine2002-09-24
| | | | | | | | | | | | | | | | revamped the router reading section reference counting for crypto pk env's (so we can dup them) we now read and write pem pk keys from string rather than from FILE*, in anticipation of fetching directories over a socket (so now on startup we slurp in the whole file, then parse it as a string) fixed a bug in the proxy side, where you could get some circuits wedged if they showed up while the connection was being made svn:r110
* Updated to use crypto.h instead of OpenSSL.Matej Pjafjar2002-07-25
| | | | svn:r75
* First cut at cleaning out a lot of the extra stuff.Roger Dingledine2002-06-29
| | | | | | | | | | | | | | | | | | | | 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
* moved configure.ac to configure.in, should work with older autoconfs and ↵Felipe Bergo2002-06-28
| | | | | | automakes svn:r11
* added automake/autoconf support. When in doubt, "aclocal && autoconf && ↵Felipe Bergo2002-06-28
| | | | | | autoheader && automake" from the top dir. svn:r10
* Initial revisionRoger Dingledine2002-06-26
svn:r2