Skip to content
Snippets Groups Projects
  1. Jun 08, 2017
  2. May 19, 2017
  3. May 18, 2017
  4. May 05, 2017
  5. Mar 31, 2016
  6. Mar 15, 2016
  7. Sep 24, 2015
  8. Sep 22, 2015
  9. Aug 29, 2015
  10. Aug 28, 2015
    • Julien Boeuf's avatar
      Adding C++ metadata processor. · 0c711ad8
      Julien Boeuf authored
      - Had to chnage the core API to add a destroy function pointer in
        grpc_auth_metadata_processor.
      - Tested end to end.
      - Fixed some issues in the server_auth_filter (we were not checking the
        length which put us at risk of an overflow).
      0c711ad8
  11. Aug 27, 2015
  12. Aug 17, 2015
  13. Aug 14, 2015
    • Julien Boeuf's avatar
      Few improvements: · bf25bb01
      Julien Boeuf authored
      - Guarantee the lifetime of objects passed to the processor.
      - Add an option for implementers of the processor to make it
        non-blocking.
      bf25bb01
    • Julien Boeuf's avatar
      Adding C++ auth metadata processor. · c2274e70
      Julien Boeuf authored
      - We always do the processing asynchronously but maintain a synchronous
        API for the implementor of the processor.
      - there are a lot of string copies right now. Having a StringPiece
        object in grpc++ would really help with that (as we would use it for
        C++ metadata).
      - Please review the API carefully and if you're happy with it, I'll
        proceed with tests.
      c2274e70
  14. May 15, 2015
  15. Apr 16, 2015
  16. Mar 01, 2015
  17. Feb 18, 2015
  18. Jan 12, 2015
  19. Nov 27, 2014
Loading