summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2003-11-19Separate failure-count tracking from circuit-launching.Nick Mathewson
2003-11-18bugfix: don't ask for ->next of an expired circuitRoger Dingledine
2003-11-18don't build too many circs at onceRoger Dingledine
2003-11-17recognize in-progress circs and don't start redundant onesRoger Dingledine
2003-11-16bugfixesRoger Dingledine
2003-11-16change when circuits are built and expiredRoger Dingledine
2003-11-16initial patches on patchesRoger Dingledine
2003-11-16Finish implementing the rest of the exitpolicy stuff, except for automaticall...Nick Mathewson
2003-11-14Improved exit policy syntax; basic client-side DNS caching.Nick Mathewson
2003-11-13bump default pathlen to 3; clean up surrounding codeRoger Dingledine
2003-11-13let getconfig survive repeated calls. now we call it again when we hup.Roger Dingledine
2003-11-12lay groundwork for EntryNodes and ExitNodesRoger Dingledine
2003-11-12Remove dead codeNick Mathewson
2003-11-12Compute paths as we build them.Nick Mathewson
2003-11-12Refactor onion_generate_cpath to build cpaths one hop at a time. ThisNick Mathewson
2003-11-11conn->socks_version is obsoleteRoger Dingledine
2003-11-11Rename aci to circ_id throughout.Nick Mathewson
2003-11-11Make AP connections wait for a circuit if none exists.Nick Mathewson
2003-11-10client now survives going offline betterRoger Dingledine
2003-10-25add DirBindAddress, parse the BindAddress's when you bindRoger Dingledine
2003-10-22play with connection_edge_send_commandRoger Dingledine
2003-10-22make end relay cells have payloadsRoger Dingledine
2003-10-22added User and Group options -- if you set them, tor will try toSteven Hazel
2003-10-21move closer to being able to reload config on HUPRoger Dingledine
2003-10-21send the end cell when we realize we're going to end,Roger Dingledine
2003-10-19move to 0.0.2pre13tor-0.0.2pre13Roger Dingledine
2003-10-15clean up logging, allow user to specify log filesRoger Dingledine
2003-10-15Make last commit buildNick Mathewson
2003-10-14Make buffers grow and shrink as needed.Nick Mathewson
2003-10-12put out 0.0.2pre12Roger Dingledine
2003-10-09Refactor, rename, and clarifyNick Mathewson
2003-10-08add in basic support for pidfilesRoger Dingledine
2003-10-080.0.2pre11, new licenseRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
2003-10-07obey exit policies for addresses tooRoger Dingledine
2003-10-07some early bugfixesRoger Dingledine
2003-10-04refactor around connection_edge_send_command()Roger Dingledine
2003-10-04refactor so connection_write_to_buf() never failsRoger Dingledine
2003-10-04socks5 now worksRoger Dingledine
2003-10-02Add new cell fullness and bandwidth stats.Nick Mathewson
2003-10-01my_routerinfo, router_is_me, and learn_my_address are obsoleteRoger Dingledine
2003-10-01rebuild directory before uploadingNick Mathewson
2003-10-01Move dirserv/routers code out of main.cNick Mathewson
2003-09-30ORs post descriptors periodically tooRoger Dingledine
2003-09-30mark all dirservers up at boot; mark a dirserver down if dir fetch failsRoger Dingledine
2003-09-30Bugfixes in directory code:Nick Mathewson
2003-09-30move connection_array accessors from main.c to connection.cRoger Dingledine
2003-09-30move the tls handshake stuff to connection_orRoger Dingledine
2003-09-30getting closer to having dirserv workingRoger Dingledine
2003-09-27Write necessary backends for online directory generation. I think.Nick Mathewson