aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
Commit message (Expand)AuthorAge
...
* | | Actually send back correctly-formed IPv6 CONNECTED cellsNick Mathewson2012-11-14
* | | Implement a PreferIPv6 flag for SocksPortsNick Mathewson2012-11-14
* | | Change signature of router_compare_to_my_exit_policy so dns can use itNick Mathewson2012-11-14
* | | Whitespace cleanupNick Mathewson2012-11-14
* | | Actually send BEGIN cell flagsNick Mathewson2012-11-14
* | | When asking for a specific address type, others aren't acceptableNick Mathewson2012-11-14
* | | I think it is correct to decorate these addresses.Nick Mathewson2012-11-14
* | | Better checking of exit policies for connections by hostnameNick Mathewson2012-11-14
* | | Only send begin cell flags when we have some to sendNick Mathewson2012-11-14
* | | Never support IPv6 traffic on a SOCKS4 connection.Nick Mathewson2012-11-14
* | | Get the client side of receiving an IPv6 address to workNick Mathewson2012-11-14
* | | Reject IPv4 or IPv6 addresses from the user depending on SOCKS settingsNick Mathewson2012-11-14
* | | Add an IPv6Exit configuration optionNick Mathewson2012-11-14
* | | Simplest version of server-side IPv6 support (no dns)Nick Mathewson2012-11-14
* | | Record, send, and receive flags in BEGIN cellsNick Mathewson2012-11-14
* | | Refactor begin cell parsing into its own function, with tests.Nick 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
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\ \ \ | |/ / |/| / | |/
| * Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
* | Restore the 'address' value of tunneled connectionsNick Mathewson2012-10-17
* | Fix for bug 7112 (spewing complaints from tor_addr_is_internal)Nick Mathewson2012-10-17
* | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | Merge branch 'bug7011'Nick Mathewson2012-10-10
|\ \
| * | Use fmt_and_decorate_addr in log messages.David Fifield2012-10-10
* | | Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard2012-10-09
* | | Use dirreq_id from channel_t when appropriateAndrea Shepard2012-10-08
* | | Support channel_t in connection_edge.cAndrea Shepard2012-10-08
|/ /
* / Split the routerset code out of routerlist.cNick Mathewson2012-09-14
|/
* Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson2012-07-17
* Fix GETINFO address-mappings/... with wildcarded addresses.Nick Mathewson2012-06-27
* Fix a regression bug in AllowDotExitNick Mathewson2012-06-19
* Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
* Merge remote-tracking branch 'public/bug3940_redux'Nick Mathewson2012-06-13
|\
| * fixup! An attempt at bug3940 and making AllowDotExit 0 work with MapAddressNick Mathewson2012-06-11
| * Document the new exit_source_out argument to addressmap_rewriteNick Mathewson2012-06-04
| * An attempt at bug3940 and making AllowDotExit 0 work with MapAddressNick Mathewson2012-05-11
* | Fix "make check-spaces" issuesNick Mathewson2012-06-05
* | Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* | Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* | Resolve all currently pending DOCDOC items in masterNick Mathewson2012-06-04
* | In connection_ap_handshake_process_socks(), mark the socks request as finishe...Fabian Keil2012-05-16
* | Merge remote-tracking branch 'public/bug2822'Nick Mathewson2012-05-16
|\ \ | |/ |/|
| * Reject SOCKS requests for "localhost" or ".local"Nick Mathewson2012-03-28
| * Rate-limit the warnings as a client when asked to connect a private addrNick Mathewson2012-03-28
* | Add a missing ntohl to tell_controller_about_resolve_resultNick Mathewson2012-05-01
* | be willing to use nodes in excludeexitnodes as directory mirrorsRoger Dingledine2012-04-24
|/
* Merge remote-tracking branch 'public/bug3325'Nick Mathewson2012-01-16
|\
| * Move logging of bad hostnames into parse_extended_hostnameNick Mathewson2012-01-11
* | Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson2012-01-16