aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
AgeCommit message (Expand)Author
2017-06-19Remove an XXXX RD comment that neither Roger or I understand. Closes 22420Nick Mathewson
2017-06-19Merge remote-tracking branch 'arma/ticket22420'Nick Mathewson
2017-06-08Merge branch 'maint-0.3.0'Nick Mathewson
2017-06-08Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-06-08Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-06-08Merge branch 'maint-0.2.7-redux' into maint-0.2.8Nick Mathewson
2017-06-08Merge branch 'maint-0.2.6' into maint-0.2.7-reduxNick Mathewson
2017-06-08Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2017-06-08Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2017-06-08TROVE-2017-005: Fix assertion failure in connection_edge_process_relay_cellDavid Goulet
2017-05-30Fix GCC 7 -Wimplicit-fallthrough warningsAndreas Stieger
2017-05-28simplify because relay_crypt_one_payload can't failRoger Dingledine
2017-05-08Merge branch 'netflow_padding-v6-rebased2-squashed'Nick Mathewson
2017-05-08Fix issues from dgoulet's code review.Mike Perry
2017-05-08Netflow record collapsing defense.Mike Perry
2017-04-25relay: Change LD_BUG log to LD_PROTOCOL_WARNDavid Goulet
2017-04-25Add `tor_compress_get_total_allocation()` function.Alexander Færøy
2017-04-25Move zlib compression code into its own module.Alexander Færøy
2017-04-05cell: Do not warn on hidden service invalid portDavid Goulet
2017-03-15Run the copyright update script.Nick Mathewson
2017-02-16Save number of sent/received RELAY_DATA cells for directory connections.Alexander Færøy
2017-01-18prop224: Add unit tests for INTRODUCE1 supportDavid Goulet
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04prop224: Directory cache supportDavid Goulet
2016-11-03Add assertion that cpath_layer==NULL on OR circNick Mathewson
2016-10-27Slightly refactor and fix couple callsitesDavid Goulet
2016-10-27Do assert when calling relay_send_command_from_edge() on OR-side circsIvan Markin
2016-10-26More module-level documentation.Nick Mathewson
2016-09-22Merge branch 'maint-0.2.8'Nick Mathewson
2016-09-22Merge branch 'bug20203_027_squashed' into maint-0.2.8Nick Mathewson
2016-09-22When clearing cells from a circuit for OOM reasons, tell cmux we did so.Nick Mathewson
2016-09-08Fix typo error in bug warning in relay.cNick Mathewson
2016-08-12Merge remote-tracking branch 'public/Fix_19450'Nick Mathewson
2016-08-02Remove generic_buffer_*() functions as needless.Nick Mathewson
2016-08-02Bufferevent removal: remove HAS_BUFFEREVENT macros and usageNick Mathewson
2016-07-28Fix a huge pile of -Wshadow warnings.Nick Mathewson
2016-07-21Make monotime test mocking work with oom tests.Nick Mathewson
2016-07-19Use coarse monotonic timer instead of cached monotonized libevent time.Nick Mathewson
2016-03-26Do not treat "DOCDOC" as doxygen.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-06changing output of crypto_cipher_crypt_inplace from int to voidHassan Alsibyani
2016-01-26Correct grammatical errors in tor commentsteor (Tim Wilson-Brown)
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-11-27More fixes/debugging attempts for 17659Nick Mathewson
2015-08-17Logs and debug info that I used for finding bug 16844Roger Dingledine
2015-06-18Move cache objects and functions to rendcache.{c|h}David Goulet
2015-02-23Remove lingering mempool codecypherpunks
2015-02-02Merge remote-tracking branch 'public/bug9635_warnings_025'Nick Mathewson
2015-01-19Make check-spaces happier.Nick Mathewson
2015-01-16Merge branch 'bug8546_squashed'Nick Mathewson