summaryrefslogtreecommitdiff
path: root/src/or/circuit.c
AgeCommit message (Expand)Author
2004-03-03reenable part of assert_circuit_ok, leave some still disabledRoger Dingledine
2004-03-03Fix (maybe) assert_circuit_ok. leave it disabled till arma confirmsNick Mathewson
2004-03-03Nth time is the charm on list manip.Nick Mathewson
2004-03-02fix a pair of lurking segfaultsRoger Dingledine
2004-03-02Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson
2004-02-29print a statement when the first circ is finished,Roger Dingledine
2004-02-29create a separate connection_edge_destroy() functionRoger Dingledine
2004-02-28clean up some log messages and severitiesRoger Dingledine
2004-02-28if a relay cell is unrecognized at the end of the circuit,Roger Dingledine
2004-02-28Make has_sent_end irrelevant: only try to send end if reason is nonzeroNick Mathewson
2004-02-27patches/answers to nick's commitRoger Dingledine
2004-02-27Refactor mark_for_close, connection_edge_end and friends. Now, everybodyNick Mathewson
2004-02-27clean up an ia64 warningRoger Dingledine
2004-02-25Basic RAM poisoning and magic-checking to notice connection and circuitNick Mathewson
2004-02-18adding the reattach-after-timeout feature wasn't so easy after all.Roger Dingledine
2004-02-17Propagate yes/no/maybe a little farther forward.Nick Mathewson
2004-01-30turn some knobs, add more debuggingRoger Dingledine
2004-01-20add an ap_conn connecting state; report connecting delayRoger Dingledine
2004-01-02fix endian issue: rh.integrity was getting sent wrongRoger Dingledine
2003-12-30make loglevel info less noisyRoger Dingledine
2003-12-28randomize the initial circ_id and stream_id, so an adversary whoRoger Dingledine
2003-12-26back out the insert-padding-if-conflict codeRoger Dingledine
2003-12-23checkpoint: revamp relay cell packaging and handlingRoger Dingledine
2003-12-19rename circ_id_t to uint16_t for code clarityRoger Dingledine
2003-12-19make a relay_header_t struct and pack/unpack funcsRoger Dingledine
2003-12-17remove trailing whitespaceRoger Dingledine
2003-12-17make fetch_from_buf_http malloc its strings ratherRoger Dingledine
2003-12-17end-to-end integrity checking now worksRoger Dingledine
2003-12-16infrastructure for integrity-checks in relay cellsRoger Dingledine
2003-12-16resolve an edge case in get_unique_circ_id_by_connRoger Dingledine
2003-12-16move cell size to 512 bytesRoger Dingledine
2003-12-16add H(K|1) to the onionskin replyRoger Dingledine
2003-12-15Make compile warning-free on cygwinNick Mathewson
2003-12-14start tracking the 'It appears I've already sent the end' warningRoger Dingledine
2003-12-14more friendly warning when there are too many dns workersRoger Dingledine
2003-12-13bugfix: a circuit that immediately failed still counts as a failed circuitRoger Dingledine
2003-12-12if >=2 circs are being built that handle a given stream,Roger Dingledine
2003-12-09close the circuit when we get a truncated cellRoger Dingledine
2003-12-03fix vicious bug in connection_ap_attach_pending that caused it toRoger Dingledine
2003-11-20simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine
2003-11-19bugfix and cleanupsRoger Dingledine
2003-11-19Separate failure-count tracking from circuit-launching.Nick Mathewson
2003-11-18bugfix: sometimes we closed a circ while cpuworker was cranking,Roger Dingledine
2003-11-18bugfix: don't ask for ->next of an expired circuitRoger Dingledine
2003-11-18use the tor_malloc_zero wrapperRoger Dingledine
2003-11-18don't build too many circs at onceRoger Dingledine
2003-11-17Fix possible bug in circID selection when building circuits on combination OP...Nick Mathewson
2003-11-17more verbose info for circuits when kill -USR1Roger Dingledine
2003-11-17finally find and possibly fix the circuit_deliver_relay_cell warn bugRoger Dingledine
2003-11-17catch the last missing log line i hopeRoger Dingledine