Skip to content
Snippets Groups Projects
  1. Sep 24, 2015
  2. Sep 22, 2015
  3. Aug 29, 2015
  4. 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
  5. Aug 27, 2015
  6. Aug 17, 2015
  7. 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
  8. May 15, 2015
  9. Apr 16, 2015
  10. Mar 01, 2015
  11. Feb 18, 2015
  12. Jan 12, 2015
  13. Nov 27, 2014
Loading