1. 82f9bd8 Update Windows stuff by Craig Tiller · 9 years ago
  2. a82950e clang-format all core files by Craig Tiller · 9 years ago
  3. 8af4c33 Final patches for rename by Craig Tiller · 9 years ago
  4. 9f7dc3a Move argument passing to start of list by Craig Tiller · 9 years ago
  5. 1be70cc Move arguments to the start of lists by Craig Tiller · 9 years ago
  6. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  7. d9ccbbf Rename call_list to closure_list by Craig Tiller · 9 years ago
  8. 10ee274 Merge github.com:grpc/grpc into we-are-one by Craig Tiller · 9 years ago
  9. d1bec03 Call list progress by Craig Tiller · 9 years ago
  10. e9961d2 Merge branch 'master' of github.com:grpc/grpc into security_connector_refactoring by Julien Boeuf · 9 years ago
  11. 46f2d34 Move the default roots check before allocation by yang-g · 9 years ago
  12. db5282b Transfer the ownership of the handshaker. by Julien Boeuf · 9 years ago
  13. 87047d7 Security connector is now responsible for the handshake. by Julien Boeuf · 9 years ago
  14. be043d9 Merge branch 'auth_md_processor' of github.com:jboeuf/grpc into complain-with-both-passion-and-meaning by Craig Tiller · 9 years ago
  15. 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 9 years ago
  16. ea456fc Server auth metadata processor. by Julien Boeuf · 9 years ago
  17. b367153 clang-format changed files by Craig Tiller · 9 years ago
  18. 5d44c06 Refcounting fixes and debugging, empty batch stability fixes by Craig Tiller · 9 years ago
  19. 991edad SSL refcounting fixes by Craig Tiller · 9 years ago
  20. bcd1ff2 Merge pull request #2143 from murgatroid99/core_security_conversion_warnings by jboeuf · 9 years ago
  21. e582d09 Fixed integer conversion warnings in src/core/security by murgatroid99 · 9 years ago
  22. a701ade Fixing ssl auth context. by Julien Boeuf · 9 years ago
  23. 701af60 Expose gpr_asprintf and gpr_strdup by Masood Malekghassemi · 9 years ago
  24. 84d964a API for auth context and server-side secure transport only impl. by Julien Boeuf · 9 years ago
  25. c6f8d0a Starting on low level changes to support server side authentication. by Julien Boeuf · 9 years ago
  26. cf4124e Putting tsi util in header so that it can be used elsewhere. by Julien Boeuf · 9 years ago
  27. 77e8c1c Clean up tsi properties. by Julien Boeuf · 9 years ago
  28. 7d1d9ca Refactoring of core security to remove the factories. by Julien Boeuf · 9 years ago[Renamed (65%) from src/core/security/security_context.c]
  29. 28d75d9 Adding option to add a null terminator when loading a file. by Julien Boeuf · 9 years ago
  30. b285aab Share mdctx between secure channels by Craig Tiller · 9 years ago
  31. 2ad8d21 strcmp: change all !str[n]cmp to str[n]cmp == 0 by Ronnie Sahlberg · 9 years ago
  32. 29f1314 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  33. deb49dd Strip port in peer name check by Craig Tiller · 9 years ago
  34. 2e6a91b7 Merge pull request #776 from jboeuf/ssl_cipher_suites by Abhishek Kumar · 9 years ago
  35. d43f0c3 Addressing comments. by Julien Boeuf · 9 years ago
  36. 8d6ec91 Using HTTP2 compliant cipher suites by default. by Julien Boeuf · 9 years ago
  37. 7fa3f41 Removing port from checked ssl target name. by Julien Boeuf · 9 years ago
  38. e8eb8a4 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  39. 74ae8f6 Merge pull request #710 from jboeuf/default_google_creds by Craig Tiller · 9 years ago
  40. c66f2a8 Addressing iniitial feedback. by Julien Boeuf · 9 years ago
  41. 42bc87c Update C++ server with new core API by Craig Tiller · 9 years ago
  42. 161ea23 Actually installing root certificates on the system. by Nicolas "Pixel" Noble · 9 years ago
  43. b87d176 Merge branch 'master' of github.com:google/grpc into installed_ssl_roots-patch by Nicolas "Pixel" Noble · 9 years ago
  44. c5b9692 Merge pull request #641 from jboeuf/jwt_id_token by Yang Gao · 9 years ago
  45. 3e00179 Adding roots.pem from Mozilla and associated logic. by Julien Boeuf · 9 years ago
  46. cc07b2d Merge pull request #665 from nicolasnoble/ssl-prefix by jboeuf · 9 years ago
  47. 7274382 Defining an installation prefix for grpc's root certs at compilation time. by Nicolas "Pixel" Noble · 9 years ago
  48. 1bc21a4 Removing the hardcoded SSL roots. by Julien Boeuf · 9 years ago
  49. 2c29920 Revert "Adding a constant for a well known place where the SSL roots are installed." by Nicolas Noble · 9 years ago
  50. d0c0a9d Adding a constant for a well known place where the SSL roots are installed. by Julien Boeuf · 9 years ago
  51. f47a5cb Implementing JWT credentials (a.k.a JWT ID Tokens). by Julien Boeuf · 9 years ago
  52. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  53. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  54. 5882b53 Fixing memleak. by Julien Boeuf · 9 years ago
  55. 54b2192 Adding call host (:authority header) check in the secure channel. by Julien Boeuf · 10 years ago
  56. 026a417 Adding support for loading the SSL roots from an environment variable. by Julien Boeuf · 10 years ago
  57. 485d776 Move string.h to internal code by Craig Tiller · 10 years ago
  58. 8fbcc43 Changing the SSL (Server) Credentials API. by Julien Boeuf · 10 years ago
  59. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  60. b222b4d Changing size type in Transport Security (TSI) from uint32_t to size_t: by Julien Boeuf · 10 years ago
  61. ed0cbc8 Review changes for :scheme conversion to http[s] by David Klempner · 10 years ago
  62. a1e8693 Send a scheme of http or https as appropriate, rather than grpc. by David Klempner · 10 years ago
  63. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  64. 6ad120e Moving the google-internal security code in their own files. by jboeuf · 10 years ago
  65. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  66. 2bbb6c4 Remove endpoint/ directories. by ctiller · 10 years ago
  67. 48b5a45 Advertise h2-16, h2-15, h2-14, and accept any of them. by ctiller · 10 years ago
  68. 1ef8175 Automated g4 rollback of changelist 81719124. by ctiller · 10 years ago
  69. 84518b4 Advertise h2-16, h2-15, h2-14, and accept any of them. by ctiller · 10 years ago
  70. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  71. b7ebd3b Initial import. by Nicolas Noble · 10 years ago