summaryrefslogtreecommitdiff
path: root/src/or/Makefile.am
AgeCommit message (Expand)Author
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