aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
Commit message (Expand)AuthorAge
* Enable the ntor handshake on the client side.Nick Mathewson2013-01-03
* Don't check create cells too much when we're relaying themNick Mathewson2013-01-03
* Use created_cell_format where appropriateNick Mathewson2013-01-03
* Use new wrappers for making,sending,processing create/extend cellsNick Mathewson2013-01-03
* Teach cpuworker and others about create_cell_t and friendsNick Mathewson2013-01-03
* Rename handshake_digest to rend_circ_nonceNick Mathewson2013-01-03
* Massive refactoring of the various handshake typesNick Mathewson2013-01-03
* Refactor the CREATE_FAST handshake code to match the others.Nick Mathewson2013-01-03
* Split onion.[ch] into onion{,_fast,_tap}.[ch]Nick Mathewson2013-01-02
* Fix more madness from the split_circuitbuild mergeNick Mathewson2012-10-22
* Merge branch 'split_circuitbuild'Nick Mathewson2012-10-22
|\
| * Move the circuit build timeout code into its own file.Nick Mathewson2012-10-15
* | Fix mal-merge, don't | END_CIRC_REASON_CHANNEL_CLOSED into reason codes in ci...Andrea Shepard2012-10-17
|/
* Merge remote-tracking branch 'public/bug1031'Nick Mathewson2012-10-15
|\
| * Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | Merge remote-tracking branch 'arma/bug7029'Nick Mathewson2012-10-14
|\ \ | |/ |/|
| * Free some more still-in-use memory at exitRoger Dingledine2012-10-03
* | Merge branch 'bug7011'Nick Mathewson2012-10-10
|\ \
| * | Use fmt_addrport where appropriate.David Fifield2012-10-10
| * | Use fmt_and_decorate_addr in log messages.David Fifield2012-10-10
* | | 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
|/ /
* | Merge remote-tracking branch 'linus/bug6757'Nick Mathewson2012-10-04
|\ \
| * | Set (and reset) node_t.ipv6_preferred for bridges based on Bridge lines.Linus Nordberg2012-09-19
| |/
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-10-04
|\ \
| * | properly free the return values of rate_limit_log()Roger Dingledine2012-10-03
* | | pass the reason from the truncated cell to the controllerRoger Dingledine2012-10-03
| |/ |/|
* | Bump bug 6866 log messages back up to notice for 0.2.4Nick Mathewson2012-09-18
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-18
|\|
| * Whitespace fixesNick Mathewson2012-09-18
| * Bug 6866: Convert pathbias asserts into log messages.Mike Perry2012-09-17
* | Print the correct address family in log printout.Linus Nordberg2012-09-18
* | Split the routerset code out of routerlist.cNick Mathewson2012-09-14
* | Split the or_state_t portions of config.c into their own fileNick Mathewson2012-09-13
* | Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson2012-09-13
* | Fix directory self-testing logicNick Mathewson2012-09-12
* | Remove version_supports checks for versions before 0.2.2.Nick Mathewson2012-09-07
* | Rename extend_info_alloc() --> _new()Nick Mathewson2012-09-06
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-05
|\|
| * Avoid segfault if EntryGuardPathBias precedes EntryGuardNick Mathewson2012-09-05
* | Use preferred OR for nodes with routerstatus and microdesc too.Linus Nordberg2012-09-04
* | Clients connect to public relays over IPv6.Linus Nordberg2012-09-04
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-27
|\|
| * Quiet "Set buildtimeout to low val" warnings: make them infoNick Mathewson2012-08-27
| * Downgrade path-bias warning messages to INFO for now.Nick Mathewson2012-08-27
* | Merge remote-tracking branch 'mikeperry/bug6647'Nick Mathewson2012-08-27
|\ \
| * | Bug 6647: Use correct scale constant and prevent rounding errorMike Perry2012-08-23
| * | Bug 6475: Demote pathbias log messages for 0.2.3.xMike Perry2012-08-23
| * | Disable path bias accounting if we have no guards.Mike Perry2012-08-23
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-27
|\ \ \ | | |/ | |/|