Skip to content
Snippets Groups Projects
  1. May 19, 2016
  2. May 12, 2016
  3. May 09, 2016
  4. May 06, 2016
  5. 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
  6. May 04, 2016
  7. Apr 28, 2016
  8. Apr 26, 2016
  9. Apr 22, 2016
  10. Apr 20, 2016
  11. Apr 15, 2016
  12. Apr 12, 2016
  13. Apr 09, 2016
  14. Apr 07, 2016
  15. Apr 06, 2016
  16. Apr 05, 2016
  17. Mar 31, 2016
  18. Mar 30, 2016
  19. Mar 29, 2016
  20. Mar 28, 2016
  21. Mar 26, 2016
  22. 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
  23. Mar 21, 2016
  24. Mar 18, 2016
  25. Mar 17, 2016
  26. Mar 11, 2016
Loading