aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* | | | Make circuit_resume_edge_reading_helper treat streams more fairly.Nick Mathewson2010-09-13
* | | | Add a max_cells arg to connection_edge_process_raw_inbufNick Mathewson2010-09-13
* | | | Fix function declaration linebreaks at start of relay.cNick Mathewson2010-09-13
* | | | Merge remote branch 'public/pretty-signature-log'Nick Mathewson2010-09-13
|\ \ \ \
| * | | | Complicate the rules on WARN vs INFO in consensus verificationNick Mathewson2010-09-02
| * | | | Make the "2 unknown, 7 missing key..." messages easier to understandNick Mathewson2010-08-19
* | | | | Merge remote branch 'sebastian/bug1525'Nick Mathewson2010-09-13
|\ \ \ \ \
| * | | | | Update some documentation for the bug 1525 fixSebastian Hahn2010-08-08
| * | | | | Ensure controller RESOLVE commands respect __LeaveStreamsUnattachedRobert Hogan2010-08-08
* | | | | | Merge branch 'bug1138'Nick Mathewson2010-09-12
|\ \ \ \ \ \
| * | | | | | Clean up a couple more bug1138 issues mentioned by roger on code reviewNick Mathewson2010-09-12
| * | | | | | Handle null conn->requested_resource rather than assertRobert Hogan2010-09-12
| * | | | | | Nick points out:Robert Hogan2010-09-02
| * | | | | | Amend per Sebastian's comments:Robert Hogan2010-09-02
| * | | | | | Fall back to direct descriptor request to bridges whenRobert Hogan2010-08-16
* | | | | | | Make authorities download consensuses if appropriateNick Mathewson2010-09-12
* | | | | | | fix regression introduced by 1a65bdd2Roger Dingledine2010-09-12
* | | | | | | be more consistent in using streamid_tNick Mathewson2010-09-08
* | | | | | | Merge branch 'bug1653'Nick Mathewson2010-09-08
|\ \ \ \ \ \ \
| * | | | | | | Fix a missing stream_id argument; found by "tracktor"Nick Mathewson2010-09-03
| * | | | | | | Fix behavior of adding a cell to a blocked queue.Nick Mathewson2010-09-02
| * | | | | | | Detect if we try to put a cell onto a supposedly blocked cell queue.Nick Mathewson2010-08-18
| * | | | | | | Decide whether to ignore SENDMEs based on streams_blocked, not queue sizeNick Mathewson2010-08-18
| * | | | | | | Avoid over-filling cell queues when we receive a SENDMEyetonetime2010-08-18
* | | | | | | | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-09-08
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove a needless keep_open_until_flushedNick Mathewson2010-09-08
| * | | | | | | | Close a non-open OR connection *only* after KeepalivePeriod.Nick Mathewson2010-09-03
* | | | | | | | | Merge remote branch 'public/win_unicode_fixes'Nick Mathewson2010-09-06
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Make the windows build succeed with or without -DUNICODE enabled.Nick Mathewson2010-08-20
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'ratelim'Nick Mathewson2010-08-31
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix some issues in rate-limiting noticed by SebastianNick Mathewson2010-08-31
| * | | | | | | | Add a generic rate-limited log mechanism, and use it in a few placesNick Mathewson2010-08-18
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Fix a compile warning on OpenBSDSebastian Hahn2010-08-22
| |/ / / / / / |/| | | | | |
* | | | | | | Warn for bad combination of cookie optionsSebastian Hahn2010-08-20
* | | | | | | Fix up compilation on windows.Nick Mathewson2010-08-19
| |_|_|_|/ / |/| | | | |
* | | | | | delay geoip stats even more for relays-turned-bridgesRoger Dingledine2010-08-18
|/ / / / /
* | | | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-08-18
|\| | | |
| * | | | Backport END_STREAM_REASON_NOROUTE for client use.Sebastian Hahn2010-08-18
* | | | | Merge commit 'karsten/dirbytes2'Nick Mathewson2010-08-18
|\ \ \ \ \
| * | | | | Correctly report written bytes on linked connections.Karsten Loesing2010-08-18
| * | | | | Count bytes we spend on answering directory requests.Karsten Loesing2010-08-18
* | | | | | Remove unused function declarationsSebastian Hahn2010-08-17
* | | | | | Merge branch 'maint-0.2.1'Nick Mathewson2010-08-17
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Scale CONSENSUS_MIN_SECONDS_BEFORE_CACHING by voting intervalNick Mathewson2010-08-17
* | | | | | Merge commit 'public/warn1125'Nick Mathewson2010-08-16
|\ \ \ \ \ \
| * | | | | | Make buf_shrink_freelists warn, not crash, when n_to_skip is too highNick Mathewson2010-08-10
* | | | | | | Fix compilation with --with-dmallocKarsten Loesing2010-08-16
* | | | | | | 161b2750 didn't really retry the stream. this does.Roger Dingledine2010-08-16
* | | | | | | Make Sebastian's bug1831 branch build with --enable-gcc-warningsNick Mathewson2010-08-15
* | | | | | | Merge commit 'sebastian/bug1831'Nick Mathewson2010-08-15
|\ \ \ \ \ \ \