aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
AgeCommit message (Expand)Author
2014-02-25Merge remote-tracking branch 'public/no_itime_queue' into maint-0.2.4Nick Mathewson
2014-02-10Excise the insertion_time_elem_t logicNick Mathewson
2014-02-09Don't treat END_STREAM_REASON_INTERNAL as total circuit failureNick Mathewson
2013-11-15Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-11-07Improved circuit queue out-of-memory handlerNick Mathewson
2013-10-08Generate bootstrapping status messages for microdescs tooNick Mathewson
2013-06-18Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-06-18Implement a real OOM-killer for too-long circuit queues.Nick Mathewson
2013-06-15Merge branch 'bug9072-023' into bug9072-024Andrea Shepard
2013-06-15Disable middle relay queue overfill detection code due to possible guard disc...Andrea Shepard
2013-06-13Don't queue more cells as a middle relay than the spec allows to be in flightAndrea Shepard
2013-06-13Don't queue more cells as a middle relay than the spec allows to be in flightAndrea Shepard
2013-05-21Downgrade the unexpected sendme cell warnings for 0.2.4Nick Mathewson
2013-04-11Merge remote-tracking branch 'public/bug8185_diagnostic' into maint-0.2.4Nick Mathewson
2013-03-20Merge remote-tracking branch 'public/bug8475_023' into maint-0.2.4Nick Mathewson
2013-03-19Debugging log for bug 8185Nick Mathewson
2013-03-19Merge branch 'bug7582_v2' into maint-0.2.4Nick Mathewson
2013-03-18Merge remote-tracking branch 'public/bug6174' into maint-0.2.4Nick Mathewson
2013-03-18Handle TRUNCATE correctly if our next channel isn't done yet.Nick Mathewson
2013-03-14Apply ClientDNSRejectInternalAddresses to IPv6 in RESOLVED cellsNick Mathewson
2013-03-11On END_REASON_EXITPOLICY, mark circuit as unusable for that address.Nick Mathewson
2013-02-19Stop frobbing timestamp_dirty as our sole means to mark circuits unusableNick Mathewson
2013-02-15Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson
2013-02-11Suppress a coverity false positive in connection_edge_package_raw_inbufNick Mathewson
2013-02-08Add explicit check for !first_conn in ...resume_edge_reading_helperNick Mathewson
2013-02-08Improve comment about our random stream choice algorithmNick Mathewson
2013-02-08Fix numerous problems with Tor's weak RNG.Nick Mathewson
2013-02-07Merge branch 'bug7902'Nick Mathewson
2013-02-01Merge branch 'rename_log_7599'Nick Mathewson
2013-02-01Help us track bug 8093:Roger Dingledine
2013-02-01fix wide lines from tor_log renameNick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-18Implement Path use bias accounting.Mike Perry
2013-01-16Adjust control_reason when adjusting reason (related to 7902)Nick Mathewson
2013-01-16When we get an END cell before CONNECTED, don't report SOCKS successNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-15Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2013-01-14Revert junk accidentally included with "start folding in the changes entries"Nick Mathewson
2013-01-14Reject create/begin/etc cells with {circ,stream}ID 0.Nick Mathewson
2013-01-14start folding in the changes entriesRoger Dingledine
2013-01-08Bug 7691: Send a probe cell down certain types of circs.Mike Perry
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Enable the ntor handshake on the client side.Nick Mathewson
2013-01-03Enable handling of create2/extend2/created2/extended2Nick Mathewson
2013-01-03Teach cpuworker and others about create_cell_t and friendsNick Mathewson
2012-12-25Merge remote-tracking branch 'mikeperry/209-path-bias-changes'Nick Mathewson
2012-12-18Changes from Nick's code review 'part 1'Mike Perry
2012-12-17Don't use the cache when changing an IP address because of an exit policyNick Mathewson
2012-12-17Implement option to turn off DNS cache modification by a client portNick Mathewson
2012-12-17Implement option to turn off DNS cache use on a client portNick Mathewson