aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Fix bug 9082: avoid leak when freeing destroy cell queuesNick Mathewson2013-06-17
* Fix compile warnings wrt printf formating of int64_tNick Mathewson2013-06-13
* Add destroy balance tracking and logging to circuitmuxAndrea Shepard2013-06-13
* Implementation of a fix for bug 7912Nick Mathewson2013-06-13
* Code to track on a circuit whether it has a "pending" delete cellNick Mathewson2013-06-13
* Implement a placeholder mechanism in the channel,id->circ mapNick Mathewson2013-03-21
* The *default* guard lifetime is two months; the *min* is oneNick Mathewson2013-03-21
* Merge remote-tracking branch 'public/bug8475_023' into maint-0.2.4Nick Mathewson2013-03-20
|\
| * Apply ClientDNSRejectInternalAddresses to IPv6 in RESOLVED cellsNick Mathewson2013-03-14
* | Set default minimum bandwidth for exit flag to zero for TestingTorNetworkAndrea Shepard2013-03-20
* | Fix an EOL@EOF in circuituse.cAndrea Shepard2013-03-20
* | Let testing networks override ABSOLUTE_MIN_VALUE_FOR_FAST_FLAGNick Mathewson2013-03-20
* | Merge remote-tracking branch 'public/bug6304_v3' into maint-0.2.4Nick Mathewson2013-03-20
|\ \
| * | Fix the warning about LearnCircuitBuildTimeout && !CircuitBuildTimeoutNick Mathewson2013-03-13
| * | Simplify the logic of circuit_build_times_get_initial_timeout.Nick Mathewson2013-03-13
| * | Fix to test for bug8444 / 6034Nick Mathewson2013-03-09
| |/
* | Don't assert when writing a cell to a CLOSING connection.Nick Mathewson2013-03-19
* | Merge remote-tracking branch 'public/bug7164_diagnostic' into maint-0.2.4Nick Mathewson2013-03-19
|\ \
| * | Log fname:lineno in log messages for #7164Nick Mathewson2013-03-13
* | | Merge branch 'bug8240_v2_squashed' into maint-0.2.4Nick Mathewson2013-03-19
|\ \ \
| * | | Drop the minimum guard lifetime back down to one monthNick Mathewson2013-03-19
| * | | Add support for days of the week to intervalsNick Mathewson2013-03-19
| * | | Make the guard lifetime configurable and adjustable via the consensusNick Mathewson2013-03-19
| | |/ | |/|
* | | Merge remote-tracking branch 'public/bug7950' into maint-0.2.4Nick Mathewson2013-03-19
|\ \ \
| * | | Make a parse_config_line_from_str variant that gives error messagesNick Mathewson2013-02-19
* | | | Merge remote-tracking branch 'public/bug8031' into maint-0.2.4Nick Mathewson2013-03-19
|\ \ \ \
| * | | | Another possible diagnostic for 8031.Nick Mathewson2013-03-11
| * | | | Check more error codes when writing microdescriptors.Nick Mathewson2013-03-11
| * | | | Use fds, not stdio, to manage microdescriptor filesNick Mathewson2013-03-11
| | |/ / | |/| |
* | | | Merge branch 'bug7582_v2' into maint-0.2.4Nick Mathewson2013-03-19
|\ \ \ \
| * | | | Free prepend_policy values in origin circuitsNick Mathewson2013-03-19
| * | | | On END_REASON_EXITPOLICY, mark circuit as unusable for that address.Nick Mathewson2013-03-11
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'public/bug6174' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \ \
| * | | | Rename circuit_expire_all_dirty_circsNick Mathewson2013-02-19
| * | | | Stop frobbing timestamp_dirty as our sole means to mark circuits unusableNick Mathewson2013-02-19
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'public/bug8062' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \ \
| * | | | Increase link_proto field to 2 bytesNick Mathewson2013-03-11
| | |/ / | |/| |
* | | | Handle TRUNCATE correctly if our next channel isn't done yet.Nick Mathewson2013-03-18
* | | | Merge remote-tracking branch 'public/bug6164' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \ \
| * | | | Clear up a comment about when an assertion could fireNick Mathewson2013-02-19
| | |/ / | |/| |
* | | | Fix some wide linesNick Mathewson2013-03-18
* | | | Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \ \
| * | | | Improve comment for routers_with_measured_bw static var in dirserv.cAndrea Shepard2013-03-18
| * | | | Improve comment on router_counts_toward_thresholds()Andrea Shepard2013-03-18
| * | | | Add dirserv_has_measured_bw() predicate wrapper for dirserv_query_measured_bw...Andrea Shepard2013-03-18
| * | | | Ignore advertised bandwidths if we have enough measured bandwidths availableAndrea Shepard2013-03-18
| * | | | Better comment for dirserv_query_measured_bw_cache()Andrea Shepard2013-03-07
| * | | | Use DIGESTMAP_FOREACH_MODIFY in dirserv_expire_measured_bw_cache() for concisionAndrea Shepard2013-03-07
| * | | | Add unit test for dirserv measured bandwidth cacheAndrea Shepard2013-03-07
| * | | | Make sure expiry check in dirserv_expire_measured_bw_cache() works if time_t ...Andrea Shepard2013-03-07