aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
Commit message (Expand)AuthorAge
...
| * | | Space fixes.Mike Perry2012-12-09
| * | | Add intro+rend cannibalize param..Mike Perry2012-12-09
| * | | Flag cannibalized circs as used (non-ideal).Mike Perry2012-12-09
| * | | Sadly, we can't safely count client intro circ successMike Perry2012-12-08
| * | | Fix some hidden service edge cases.Mike Perry2012-12-08
| * | | Add the ability to count circuit timeouts for guards.Mike Perry2012-12-07
* | | | Directory guard implementation.Nick Mathewson2012-12-25
|/ / /
* | | Fix infinite loop in circuit_expire_buldingNick Mathewson2012-12-07
* | | Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry2012-12-07
|/ /
* | Move address map into its own file.Nick Mathewson2012-11-14
* | Move the circuit build timeout code into its own file.Nick Mathewson2012-10-15
* | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard2012-10-09
* | Use channel_t rather than or_connection_t for circuitsAndrea Shepard2012-10-08
* | actually use the rate-limiting stringRoger Dingledine2012-10-03
* | Rename extend_info_alloc() --> _new()Nick Mathewson2012-09-06
|/
* Make begindir_cutoff the same as general_cutoffRoger Dingledine2012-09-01
* Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
* Don't poll to see if we need to build circuits for timeout data if LearnCircu...Andrea Shepard2012-06-13
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-05-31
|\
| * Make all begindir or one-hop circuits internalNick Mathewson2012-05-31
* | Don't crash when HS circs which have not yet found an OR conn time outRobert Ransom2012-01-12
* | Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson2012-01-11
|\ \
| * | Add clarity/typesafety wrappers for control_event_circuit_status_minorNick Mathewson2012-01-11
| * | Rename CIRC2 to CIRC_MINORNick Mathewson2012-01-11
| * | Send CIRC2 event when a circuit is cannibalizedRobert Ransom2011-11-24
| * | Add CIRC2 control-port event, and send it when a circ's purpose changesRobert Ransom2011-11-24
| * | Log whenever a circuit's purpose is changedRobert Ransom2011-11-24
* | | Add an option to close HS service-side rend circs on timeoutRobert Ransom2011-12-27
* | | Don't close HS service-side rend circs on timeoutRobert Ransom2011-12-27
* | | Add an option to close 'almost-connected' HS client circs on timeoutRobert Ransom2011-12-27
* | | Don't close HS client circs which are 'almost connected' on timeoutRobert Ransom2011-12-27
* | | Refactor stream attachment in circuit_has_openedRobert Ransom2011-12-09
* | | Add comment about bug4651 fixNick Mathewson2011-12-05
* | | Don't send two ESTABLISH_RENDEZVOUS cells when opening a new rend circRobert Ransom2011-12-03
* | | Merge branch 'feature2553-v4-rebased'Nick Mathewson2011-11-30
|\ \ \
| * | | Use single-hop intro and rend circuits when in tor2web modeRobert Ransom2011-11-30
| |/ /
* | | Merge branch 'bug933_nm_rebased_v2'Nick Mathewson2011-11-30
|\ \ \
| * | | Add some post-comma spaces to please armaNick Mathewson2011-11-30
| * | | Refactor addressmap_match_superdomains and representation of wildcardsNick Mathewson2011-11-30
* | | | First chunk of support for bridges on IPv6Linus Nordberg2011-11-30
| |/ / |/| |
* | | Fix names of functions that convert strings to addrsNick Mathewson2011-10-11
* | | Fix compilation of 3335 and 3825 fixesNick Mathewson2011-10-03
* | | Merge remote-tracking branch 'rransom-tor/bug3335-v2'Nick Mathewson2011-10-03
|\ \ \ | |/ / |/| |
| * | Clear the timed_out flag when an HS connection attempt endsRobert Ransom2011-10-02
| |/
* | Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson2011-07-21
* | remember our future plan for bug 3617Roger Dingledine2011-07-21
* | Add another precondition for isolation-clearing; fix 3620Nick Mathewson2011-07-20
* | For accuracy, s/exit_allows_optimistic_data/may_use_optimistic_data/Nick Mathewson2011-07-20