Skip to content
Snippets Groups Projects
  1. Jul 14, 2017
    • Julien Boeuf's avatar
      Better handling of token lifetime. · da8eca56
      Julien Boeuf authored
      - In C++, we need a constant for the max lifetime.
      - In C, make sure that we crop the lifetime in the credentials object
      itself and not just later during the creation of the token. This will
      allow the refresh to occur based on the actual token lifetime as opposed
      to the one from the user (which may be cropped).
      da8eca56
  2. Jun 09, 2017
  3. Jun 08, 2017
  4. Apr 12, 2017
  5. Jan 23, 2017
  6. Jan 21, 2017
  7. Dec 29, 2016
    • Craig Tiller's avatar
      Changes to exec_ctx/closure/combiner/workqueue interfaces · 91031dac
      Craig Tiller authored
      - make closures know where they should be executed (eg, on a workqueue,
        or a combiner, or on an exec_ctx)
      - this allows removal of a large number of trampoline functions that
        were appearing whenever we used combiners, and should allow for a much
        easier interface to combiner locks
      91031dac
  8. Nov 21, 2016
  9. Nov 17, 2016
  10. Nov 10, 2016
  11. Oct 27, 2016
  12. Sep 23, 2016
  13. Aug 10, 2016
  14. Aug 09, 2016
  15. May 24, 2016
  16. May 19, 2016
  17. May 18, 2016
  18. May 06, 2016
  19. May 05, 2016
    • Julien Boeuf's avatar
      Refactoring the core security code. · 8ca294e4
      Julien Boeuf authored
      As opposed to a flat directory, we now have the following structure:
      
      - security
        -context
        - credentials
          - composite
          - fake
          - google_default
          - iam
          - jwt
          - oauth2
          - plugin
          - ssl
        - transport
        - util
      
      We have not refactored the test code yet but this PR is already large
      enough...
      8ca294e4
  20. Mar 31, 2016
  21. Mar 26, 2016
  22. Mar 25, 2016
  23. Mar 23, 2016
    • Matthew Iselin's avatar
      Add HTTP request parsing. · 1824f051
      Matthew Iselin authored
      This extends the existing http parser to support requests as well as responses.
      
      httpcli continues to exist and work as it has previously, though in the new
      directory src/core/http (to reflect the fact the directory now contains code
      relevant to parsing requests, which httpcli would not generally involve itself
      in).
      1824f051
  24. Feb 23, 2016
  25. Feb 02, 2016
  26. Feb 01, 2016
  27. Jan 31, 2016
  28. Dec 14, 2015
  29. Dec 11, 2015
  30. Dec 10, 2015
  31. Dec 08, 2015
  32. Dec 07, 2015
  33. Dec 01, 2015
  34. Nov 19, 2015
Loading