aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
Commit message (Expand)AuthorAge
* Merge branch 'bug7582_v2' into maint-0.2.4Nick 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
|\ \
| * | Stop frobbing timestamp_dirty as our sole means to mark circuits unusableNick Mathewson2013-02-19
| |/
* / Handle TRUNCATE correctly if our next channel isn't done yet.Nick Mathewson2013-03-18
|/
* Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson2013-02-15
|\
| * Allow a v4 link protocol for 4-byte circuit IDs.Nick Mathewson2012-11-06
* | Suppress a coverity false positive in connection_edge_package_raw_inbufNick Mathewson2013-02-11
* | Add explicit check for !first_conn in ...resume_edge_reading_helperNick Mathewson2013-02-08
* | Improve comment about our random stream choice algorithmNick Mathewson2013-02-08
* | Fix numerous problems with Tor's weak RNG.Nick Mathewson2013-02-08
* | Merge branch 'bug7902'Nick Mathewson2013-02-07
|\ \
| * | Adjust control_reason when adjusting reason (related to 7902)Nick Mathewson2013-01-16
| * | When we get an END cell before CONNECTED, don't report SOCKS successNick Mathewson2013-01-16
* | | Merge branch 'rename_log_7599'Nick Mathewson2013-02-01
|\ \ \
| * | | fix wide lines from tor_log renameNick Mathewson2013-02-01
| * | | Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* | | | Help us track bug 8093:Roger Dingledine2013-02-01
|/ / /
* / / Implement Path use bias accounting.Mike Perry2013-01-18
|/ /
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2013-01-15
|\ \
| * | Reject create/begin/etc cells with {circ,stream}ID 0.Nick Mathewson2013-01-14
* | | Revert junk accidentally included with "start folding in the changes entries"Nick Mathewson2013-01-14
* | | start folding in the changes entriesRoger Dingledine2013-01-14
* | | Bug 7691: Send a probe cell down certain types of circs.Mike Perry2013-01-08
* | | Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\ \ \
| * | | Enable the ntor handshake on the client side.Nick Mathewson2013-01-03
| * | | Enable handling of create2/extend2/created2/extended2Nick Mathewson2013-01-03
| * | | Teach cpuworker and others about create_cell_t and friendsNick Mathewson2013-01-03
* | | | Merge remote-tracking branch 'mikeperry/209-path-bias-changes'Nick Mathewson2012-12-25
|\ \ \ \
| * | | | Changes from Nick's code review 'part 1'Mike Perry2012-12-18
| * | | | Tags on relay cells can result in certain reason codes.Mike Perry2012-12-11
| * | | | More log message and space fixups.Mike Perry2012-12-10
| * | | | Clean up some XXX comments.Mike Perry2012-12-09
| * | | | Space fixes.Mike Perry2012-12-09
| * | | | Allow any valid 'end' cell to mean a circuit was used successfully.Mike Perry2012-12-08
* | | | | Don't use the cache when changing an IP address because of an exit policyNick Mathewson2012-12-17
* | | | | Implement option to turn off DNS cache modification by a client portNick Mathewson2012-12-17
* | | | | Implement option to turn off DNS cache use on a client portNick Mathewson2012-12-17
|/ / / /
* | | | Merge branch 'win64-7260'Nick Mathewson2012-12-07
|\ \ \ \ | |/ / / |/| | |
| * | | Add a TOR_SOCKET_T_FORMAT construction for logging sockets.Nick Mathewson2012-11-02
| | |/ | |/|
* | | Add another missing function docNick Mathewson2012-11-14
* | | Whitespace cleanupNick Mathewson2012-11-14
* | | I think it is correct to decorate these addresses.Nick Mathewson2012-11-14
* | | Get the client side of receiving an IPv6 address to workNick Mathewson2012-11-14
* | | Refactor client_dns_set_{reverse_,}addressmap() to take a circNick Mathewson2012-11-14
* | | Move address map into its own file.Nick Mathewson2012-11-14
* | | Possible fix for bug 7212Nick Mathewson2012-11-12
|/ /
* | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | Fix some circuitmux-related asserts in relay.cAndrea Shepard2012-10-10