Skip to content
Snippets Groups Projects
  1. Sep 11, 2011
  2. Sep 09, 2011
  3. Aug 15, 2011
    • George Kadianakis's avatar
      Improve the code a tad. · db4cde38
      George Kadianakis authored
      * Use strcmpstart() instead of strcmp(x,y,strlen(y)).
      * Warn the user if the managed proxy failed to launch.
      * Improve function documentation.
      * Use smartlist_len() instead of n_unconfigured_proxies.
      * Split managed_proxy_destroy() to managed_proxy_destroy()
        and managed_proxy_destroy_with_transports().
      * Constification.
      db4cde38
  4. Aug 12, 2011
  5. Aug 07, 2011
  6. Jul 18, 2011
  7. Jul 14, 2011
  8. Jul 13, 2011
  9. Jul 03, 2011
  10. Jun 28, 2011
  11. Jun 22, 2011
    • George Kadianakis's avatar
      Revised how we handle ClientTransportPlugin and Bridge lines. · 1fe8bee6
      George Kadianakis authored
      Multiple Bridge lines can point to the same one ClientTransportPlugin
      line, and we can have multiple ClientTransportPlugin lines in our
      configuration file that don't match with a bridge. We also issue a
      warning when we have a Bridge line with a pluggable transport but we
      can't match it to a ClientTransportPlugin line.
      1fe8bee6
  12. Jun 21, 2011
  13. Jun 14, 2011
  14. Jun 12, 2011
    • George Kadianakis's avatar
      Various trivial changes. · 00ec4b2c
      George Kadianakis authored
      * Improved function documentation.
      * Renamed find_bridge_transport_by_addrport() to
        find_transport_by_bridge_addrport().
      * Sanitized log severities we use.
      * Ran check-spaces.
      00ec4b2c
  15. Jun 11, 2011
  16. Jun 10, 2011
  17. Jun 09, 2011
Loading