Skip to content
Snippets Groups Projects
  1. Mar 20, 2015
  2. Mar 19, 2015
    • Nicolas "Pixel" Noble's avatar
    • Nicolas Noble's avatar
      Various Windows fixes. · cfd6073a
      Nicolas Noble authored
      -) using dupenv_s instead of getenv_s and calling strdup ourselves.
      -) few impossible-to-obtain if checks.
      -) various signed/unsigned casting.
      -) using time_t instead of time32_t
      -) checking output of FormatMessage for failures.
      -) don't redefine _WIN32_WINNT without undefining it first.
      -) fixed msvc's interlocked casting.
      -) renamed AddPort to AddListeningPort.
      -) added protobuf's third_party includes to search path.
      -) added a missing definition for inet_ntop in mingw32.
      -) removed useless declarations.
      cfd6073a
  3. Mar 10, 2015
  4. Mar 02, 2015
    • Craig Tiller's avatar
      Tracer registration. · faa8480a
      Craig Tiller authored
      First: ugh.
      
      Second: allow tracer global variables to be registered and then parsed out of a configuration environment variable.
      
      Expose TSI trace config variable directly to ease this a little.
      faa8480a
  5. Feb 25, 2015
  6. Feb 23, 2015
  7. Feb 22, 2015
    • Julien Boeuf's avatar
      Added support for default credentials. · cd9b1c85
      Julien Boeuf authored
      - Tested with new tool (print_default_creds_token) on:
        - workstation for env var and well known place.
        - GCE for compute engine default creds.
      - I'd prefer the grpc_default_credentials_create() API to remain
        synchronous even though there may be an async call for gce detection
        on which we block.
      cd9b1c85
  8. Feb 21, 2015
  9. Feb 20, 2015
  10. Feb 19, 2015
  11. Feb 18, 2015
  12. Feb 17, 2015
  13. Feb 13, 2015
  14. Feb 12, 2015
Loading