summaryrefslogtreecommitdiff
path: root/src/or/Makefile.am
AgeCommit message (Expand)Author
2006-09-24Oops. My last commit to the 1.1 branch somehow merged the whole stable branch...Nick Mathewson
2006-09-23 r6362@totoro (orig r6361): arma | 2006-04-10 05:43:30 -0400Nick Mathewson
2006-03-27Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine
2005-12-20stop shipping tree.h, since we don't use anymore. (woo.)Roger Dingledine
2004-11-03Start implementing control interface.Nick Mathewson
2004-10-31implement first piece of hibernationRoger Dingledine
2004-10-30Only tor and test binaries need to link against openssl and zlib; tor-resolve...Nick Mathewson
2004-09-02Check for zlib; link with it.Nick Mathewson
2004-05-13Break files apart into more modulesRoger Dingledine
2004-05-12break part of circuit.c into relay.cRoger Dingledine
2004-05-10Split directory/router parsing functionality into separate file from routerli...Nick Mathewson
2004-04-02now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine
2004-04-01Add some hooks to handle rendezvous-related cells at ORsNick Mathewson
2004-03-31Add code to configure hidden services, parse configuration, generate keys and...Nick Mathewson
2004-03-31Parse and generate service descriptorsNick Mathewson
2004-03-20Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson
2004-03-20Add initial history-tracking backend code for reputation module. Not called o...Nick Mathewson
2004-02-25move the tor program back to usr/bin/Roger Dingledine
2004-02-17install the 'tor' binary to usr/sbin by defaultRoger Dingledine
2003-12-06break routers.c into router.c for stuff the router does,Roger Dingledine
2003-09-27Write necessary backends for online directory generation. I think.Nick Mathewson
2003-09-22call it tor, not orRoger Dingledine
2003-09-12reshuffle functions for cleaner organizationRoger Dingledine
2003-08-20implemented cpuworkersRoger Dingledine
2003-06-13remove on-the-fly compression featureRoger Dingledine
2003-05-28OPport is gone. So is conn type OP.Roger Dingledine
2003-04-17Rebuild or and test binaries when a libor.a changes but or/*.c does not.Nick Mathewson
2003-04-11refactored some duplicate code into connection_edge.cRoger Dingledine
2003-04-07Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson
2003-03-19Make Makefile.am nonbrokenNick Mathewson
2003-03-17Add zlib to link stepNick Mathewson
2003-01-26major overhaul: dns slave subsystem, topicsRoger Dingledine
2002-12-31use a rbtree for replay detection, rather than linear searchRoger Dingledine
2002-10-03cell.c is now obsoleteRoger Dingledine
2002-09-26directory servers in and functionalRoger Dingledine
2002-09-03changed my mind, sort ofRoger Dingledine
2002-09-03Our program is now called 'tor', not 'or'.Roger Dingledine
2002-07-15removed args.c (bruce's popt stuff makes it obsolete)Roger Dingledine
2002-07-09Miscellaneous bug fixes / activated "make check" for src/orBruce Montrose
2002-07-02Integrated onion proxy into or/Roger Dingledine
2002-06-30made 'app' connection be 'exit' connectionRoger Dingledine
2002-06-28added automake/autoconf support. When in doubt, "aclocal && autoconf && autoh...Felipe Bergo