aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Clone fetch_var_cell_from_buf() for evbuffers.Nick Mathewson2010-09-27
* Add a new connection_fetch_from_buf_line() that can handle buffereventsNick Mathewson2010-09-27
* New bufferevent-related check in assert_connection_ok().Nick Mathewson2010-09-27
* Add bufferevent versions of connection_write/fetch_to/from_buf.Nick Mathewson2010-09-27
* Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson2010-09-27
* Teach read_event/write_event manipulators about bufferevents.Nick Mathewson2010-09-27
* Remove never-actually-finished code to use readv and writev for IO.Nick Mathewson2010-09-27
* Merge branch 'bug1805' into maint-0.2.2Nick Mathewson2010-09-27
|\
| * Clean up some bug1805 comments based on arma's feedbackNick Mathewson2010-09-27
| * Kill warn when picking bridges without bw weightSebastian Hahn2010-09-06
* | Implement new Wxx constraints.Mike Perry2010-09-27
* | Merge branch 'bug1511'Nick Mathewson2010-09-23
|\ \
| * | Even more accurate handling for shifting accounting intervalsNick Mathewson2010-09-21
| * | Tolerate a little skew in accounting intervals.Nick Mathewson2010-09-03
| |/
* | Rename has_completed_circuit to can_complete_circuitNick Mathewson2010-09-22
* | Merge remote branch 'arma/bug1362'Nick Mathewson2010-09-22
|\ \
| * | log when we finish a circuit after being offlineRoger Dingledine2010-09-21
* | | Changes to bug1959_part1 on review from arma.Nick Mathewson2010-09-22
* | | Make our min-info check also check for entry node presenceNick Mathewson2010-09-21
* | | Merge branch 'bug1789'Nick Mathewson2010-09-21
|\ \ \ | |/ / |/| |
| * | Bug1789 cleanups suggested by armaNick Mathewson2010-09-21
| * | finish a comment, lower a variableNick Mathewson2010-09-15
| * | How many seconds until != timestamp of that dateSebastian Hahn2010-09-15
| * | Base our expected bw accounting usage on time before soft limitNick Mathewson2010-09-03
| * | Use a more sophisticated soft-hibernation-limit calculationNick Mathewson2010-09-03
| * | Remove an obsolete comment from hibernate.cNick Mathewson2010-09-03
| |/
* | Merge branch 'bug1956'Nick Mathewson2010-09-21
|\ \
| * | Count unknown authorities as unknown only once, not once per signature.Nick Mathewson2010-09-20
* | | A start at a patch for bug 1943 (alignment issues)Roger Dingledine2010-09-20
|/ /
* | Attempt to fix compilation on WindowsSebastian Hahn2010-09-19
* | I hear we are close to a release. Clean up the whitespace.Nick Mathewson2010-09-16
* | Merge remote branch 'sebastian/bug1921'Nick Mathewson2010-09-16
|\ \
| * | Demote a warn when enabling CellStatisticsSebastian Hahn2010-09-16
* | | perconnbwrate and perconnbwburst consensus paramsRoger Dingledine2010-09-16
|/ /
* | Merge branch 'bug1184'Nick Mathewson2010-09-15
|\ \
| * | Never queue a cell on a marked circuitNick Mathewson2010-09-15
| * | Clear cell queues when marking or truncating a circuit.Nick Mathewson2010-07-30
* | | Add a simple integer-ceiling-division macro before we get it wrongNick Mathewson2010-09-14
* | | Merge branch 'bug1899'Nick Mathewson2010-09-14
|\ \ \
| * | | Extract the "do these routers have the same addr:orport" logic into a fnNick Mathewson2010-09-14
| * | | Launch reachability tests for routers whose IP or ORPort changeNick Mathewson2010-09-03
* | | | Merge branch 'bug911'Nick Mathewson2010-09-14
|\ \ \ \
| * | | | Tweak some issues found by arma in bug911 review.Nick Mathewson2010-09-14
| |/ / /
| * | | Move code for launching tests out of router_add_to_routerlist()Nick Mathewson2010-08-18
| * | | Allow some skew in checking when a router said it was hibernatingNick Mathewson2010-08-18
| * | | Clarify AssumeReachable semantics wrt hibernationNick Mathewson2010-08-18
| * | | Add some braces to make arma happyNick Mathewson2010-08-18
| * | | If a router is hibernating, never vote that it is Running.Nick Mathewson2010-07-31
| |/ /
* | | Merge remote branch 'sebastian/bug1776_v3'Nick Mathewson2010-09-14
|\ \ \
| * | | Allow clients to use relays as bridgesSebastian Hahn2010-08-20