summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2004-04-01let the circuit-launcher choose the exit node (if he wants)Roger Dingledine
2004-04-01outline what bob does to initialize his hidden servicesRoger Dingledine
2004-04-01let alice recognize a y.onion address and, uhm, do somethingRoger Dingledine
2004-04-01put in hooks for alice and bob logic when circuits finish/failRoger Dingledine
2004-04-01Add relay command types for rendezvousNick Mathewson
2004-03-31allow conns to demand to be attached to a clean circuitRoger Dingledine
2004-03-31Add an ap_bridge function to do a socketpair and skip socks.Roger Dingledine
2004-03-31Add code to configure hidden services, parse configuration, generate keys and...Nick Mathewson
2004-03-31let fetch_from_buf_http tolerate nuls in the http bodyRoger Dingledine
2004-03-31rename hidserv_xxNick Mathewson
2004-03-31Implement hidserv_XX functions; there is still an XXX in directory_handle_com...Nick Mathewson
2004-03-31Parse and generate service descriptorsNick Mathewson
2004-03-30Refactor directory serversRoger Dingledine
2004-03-30Add rendezvous-related metadata and code to circuits. Initially, weNick Mathewson
2004-03-29first guess at a set of circuit purposesRoger Dingledine
2004-03-29Remove descriptors that are older than 24 hours from the directory. Use strl...Nick Mathewson
2004-03-28there is yet another dns-pending-conn-clobbering bugRoger Dingledine
2004-03-27work around a tsocks bugRoger Dingledine
2004-03-21Add a RunTesting option to try to learn link state by creating test circuits,...Nick 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-03-14bugfix: decrement OR connections from global_bucket tooRoger Dingledine
2004-03-14refactor bandwidth-control token bucketsRoger Dingledine
2004-03-11Make OP work on windows! (Also misc logging tweaks)Nick Mathewson
2004-03-11Get entropy in windows.Nick Mathewson
2004-03-09Make tor build on windows again. More work still neededNick Mathewson
2004-03-07re-try streams at most 4 timesRoger Dingledine
2004-03-05New, more flexible directory parsing backend. Uses a bit more RAM, but implem...Nick Mathewson
2004-03-03Try to find out early if buffers get trashed or double-freed.Nick Mathewson
2004-03-03Implement hold_open_until_flushed. I may have missed something important.Nick Mathewson
2004-03-03make socks5 not give a spurious warningRoger Dingledine
2004-03-03make circuit-building less noisy when a node in your exclude/exit/entrynodes ...Roger Dingledine
2004-03-02Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson
2004-03-02Fix assertion failure spotted by arma.Nick Mathewson
2004-02-29create a separate connection_edge_destroy() functionRoger Dingledine
2004-02-28bugfix: when we time out on a stream and detach, send an end firstRoger Dingledine
2004-02-28Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill aNick Mathewson
2004-02-28Stop trying to flush on broken sockets marked for close.Nick Mathewson
2004-02-28rename ExcludedNodes config option to ExcludeNodesRoger Dingledine
2004-02-28Push responsibility for connection marking down as far as possible; have only...Nick Mathewson
2004-02-27Refactor mark_for_close, connection_edge_end and friends. Now, everybodyNick Mathewson
2004-02-27Fix a bug where you might flush some data on a tls connection, and thenRoger Dingledine
2004-02-26When it can't resolve any dirservers, it was useless from then on.Roger Dingledine
2004-02-26when they use tor as an http proxy, give them an http 501 failureRoger Dingledine
2004-02-26if the default torrc isn't there, just use some default defaultsRoger Dingledine
2004-02-25Basic RAM poisoning and magic-checking to notice connection and circuitNick Mathewson
2004-02-20On OSX, decline to use the built-in select-baed poll wrapper, since it seems ...Nick Mathewson
2004-02-18go back to a single exitpolicy parameterRoger Dingledine
2004-02-18Get rid of the notion of a separate default default exit policy.Roger Dingledine
2004-02-18adding the reattach-after-timeout feature wasn't so easy after all.Roger Dingledine