aboutsummaryrefslogtreecommitdiff
path: root/src/or/Makefile.am
Commit message (Expand)AuthorAge
* r12676@catbus: nickm | 2007-05-07 13:11:38 -0400Nick Mathewson2007-05-07
* r12634@catbus: nickm | 2007-05-02 15:13:13 -0400Nick Mathewson2007-05-02
* r12615@catbus: nickm | 2007-05-01 09:48:45 -0400Nick Mathewson2007-05-01
* r12611@catbus: nickm | 2007-04-30 22:49:00 -0400Nick Mathewson2007-05-01
* r12607@catbus: nickm | 2007-04-30 21:36:28 -0400Nick Mathewson2007-05-01
* r12591@catbus: nickm | 2007-04-30 16:50:03 -0400Nick Mathewson2007-04-30
* r12559@catbus: nickm | 2007-04-30 09:17:54 -0400Nick Mathewson2007-04-30
* r12484@catbus: nickm | 2007-04-21 13:45:58 -0400Nick Mathewson2007-04-21
* r12482@catbus: nickm | 2007-04-21 13:30:24 -0400Nick Mathewson2007-04-21
* r12429@catbus: nickm | 2007-04-18 15:28:41 -0400Nick Mathewson2007-04-18
* r12425@catbus: nickm | 2007-04-17 17:16:38 -0400Nick Mathewson2007-04-17
* A hack I've been wanting for a while: when building a -dev versionNick Mathewson2007-04-16
* r12351@catbus: nickm | 2007-04-11 12:09:46 -0400Nick Mathewson2007-04-11
* r12461@Kushana: nickm | 2007-03-06 13:26:17 -0500Nick Mathewson2007-03-06
* r12080@catbus: nickm | 2007-03-04 21:40:55 -0500Nick Mathewson2007-03-05
* Also, add a temporary hack to make sure eventdns.c is distributd.Nick Mathewson2006-06-06
* ship the event*.h files too. perhaps this will make my 'make dist'Roger Dingledine2006-06-06
* Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, w...Nick Mathewson2006-06-03
* Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine2006-03-27
* stop shipping tree.h, since we don't use anymore. (woo.)Roger Dingledine2005-12-20
* Start implementing control interface.Nick Mathewson2004-11-03
* implement first piece of hibernationRoger Dingledine2004-10-31
* Only tor and test binaries need to link against openssl and zlib; tor-resolve...Nick Mathewson2004-10-30
* Check for zlib; link with it.Nick Mathewson2004-09-02
* Break files apart into more modulesRoger Dingledine2004-05-13
* break part of circuit.c into relay.cRoger Dingledine2004-05-12
* Split directory/router parsing functionality into separate file from routerli...Nick Mathewson2004-05-10
* now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine2004-04-02
* Add some hooks to handle rendezvous-related cells at ORsNick Mathewson2004-04-01
* Add code to configure hidden services, parse configuration, generate keys and...Nick Mathewson2004-03-31
* Parse and generate service descriptorsNick Mathewson2004-03-31
* Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson2004-03-20
* Add initial history-tracking backend code for reputation module. Not called o...Nick Mathewson2004-03-20
* move the tor program back to usr/bin/Roger Dingledine2004-02-25
* install the 'tor' binary to usr/sbin by defaultRoger Dingledine2004-02-17
* break routers.c into router.c for stuff the router does,Roger Dingledine2003-12-06
* Write necessary backends for online directory generation. I think.Nick Mathewson2003-09-27
* call it tor, not orRoger Dingledine2003-09-22
* reshuffle functions for cleaner organizationRoger Dingledine2003-09-12
* implemented cpuworkersRoger Dingledine2003-08-20
* remove on-the-fly compression featureRoger Dingledine2003-06-13
* OPport is gone. So is conn type OP.Roger Dingledine2003-05-28
* Rebuild or and test binaries when a libor.a changes but or/*.c does not.Nick Mathewson2003-04-17
* refactored some duplicate code into connection_edge.cRoger Dingledine2003-04-11
* Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson2003-04-07
* Make Makefile.am nonbrokenNick Mathewson2003-03-19
* Add zlib to link stepNick Mathewson2003-03-17
* major overhaul: dns slave subsystem, topicsRoger Dingledine2003-01-26
* use a rbtree for replay detection, rather than linear searchRoger Dingledine2002-12-31
* cell.c is now obsoleteRoger Dingledine2002-10-03