aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuit.c
Commit message (Expand)AuthorAge
...
* bugfix and cleanupsRoger Dingledine2003-11-19
* Separate failure-count tracking from circuit-launching.Nick Mathewson2003-11-19
* bugfix: sometimes we closed a circ while cpuworker was cranking,Roger Dingledine2003-11-18
* bugfix: don't ask for ->next of an expired circuitRoger Dingledine2003-11-18
* use the tor_malloc_zero wrapperRoger Dingledine2003-11-18
* don't build too many circs at onceRoger Dingledine2003-11-18
* Fix possible bug in circID selection when building circuits on combination OP...Nick Mathewson2003-11-17
* more verbose info for circuits when kill -USR1Roger Dingledine2003-11-17
* finally find and possibly fix the circuit_deliver_relay_cell warn bugRoger Dingledine2003-11-17
* catch the last missing log line i hopeRoger Dingledine2003-11-17
* Remove a possible source of error in circID picking.Nick Mathewson2003-11-17
* continue the circuit_deliver_relay_cell forward-failure bughuntRoger Dingledine2003-11-17
* trivial bugfixesRoger Dingledine2003-11-17
* recognize in-progress circs and don't start redundant onesRoger Dingledine2003-11-17
* change when circuits are built and expiredRoger Dingledine2003-11-16
* bugfix: if you recognize a relay cell, don't also pass it on.Roger Dingledine2003-11-16
* initial patches on patchesRoger Dingledine2003-11-16
* Improved exit policy syntax; basic client-side DNS caching.Nick Mathewson2003-11-14
* commencing the bughuntRoger Dingledine2003-11-14
* lay groundwork for EntryNodes and ExitNodesRoger Dingledine2003-11-12
* Restore erroneously removed assertNick Mathewson2003-11-12
* Fix thinko: Failure and success are different things.Nick Mathewson2003-11-12
* Remove dead codeNick Mathewson2003-11-12
* Compute paths as we build them.Nick Mathewson2003-11-12
* Refactor onion_generate_cpath to build cpaths one hop at a time. ThisNick Mathewson2003-11-12
* more cleanups and bugfixRoger Dingledine2003-11-11
* Rename aci to circ_id throughout.Nick Mathewson2003-11-11
* Make AP connections wait for a circuit if none exists.Nick Mathewson2003-11-11
* move closer to being able to reload config on HUPRoger Dingledine2003-10-21
* send the end cell when we realize we're going to end,Roger Dingledine2003-10-21
* Stop using stdout for non-debugging casesNick Mathewson2003-10-15
* change WARNING to WARNRoger Dingledine2003-10-10
* Refactor, rename, and clarifyNick Mathewson2003-10-09
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* refactor around connection_edge_send_command()Roger Dingledine2003-10-04
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* refactor so connection_write_to_buf() never failsRoger Dingledine2003-10-04
* Add new cell fullness and bandwidth stats.Nick Mathewson2003-10-02
* my_routerinfo, router_is_me, and learn_my_address are obsoleteRoger Dingledine2003-10-01
* clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine2003-09-27
* first pass: obey log conventionRoger Dingledine2003-09-26
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* cleanups, bugfixes, more verbose logsRoger Dingledine2003-09-24
* leave the socks handshake on the inbuf until it's completeRoger Dingledine2003-09-18
* bugfixes and refactoringsRoger Dingledine2003-09-16
* Make sequential ACI selection logic handle HIGHER/LOWERNick Mathewson2003-09-16
* Add first cut of assert_*_ok functionsNick Mathewson2003-09-16
* Add #ifdef'd code (on by default) to allocate ACIs sequentially.Nick Mathewson2003-09-16
* clean up exported api'sRoger Dingledine2003-09-16
* bugfix: onion pending queue now worksRoger Dingledine2003-09-14