1. e3df5a0 Reverting TSI's ntop change, to avoid dependency between TSI and gRPC. by Nicolas "Pixel" Noble · 8 years ago
  2. dedb923 Clang format by murgatroid99 · 8 years ago
  3. 7871f73 Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests by murgatroid99 · 8 years ago
  4. 9030c81 Add a libuv endpoint to the C core, for use in the Node library by murgatroid99 · 8 years ago
  5. 79b3227 refactor inet_ntop into a portability header by murgatroid99 · 8 years ago
  6. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  7. b29d8cf Last few mallocs / frees. by Nicolas "Pixel" Noble · 8 years ago
  8. 6415043 Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all by Nicolas "Pixel" Noble · 8 years ago
  9. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  10. 1bb17d3 Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all by Nicolas "Pixel" Noble · 8 years ago
  11. 9533d04 Fix includes by Craig Tiller · 8 years ago
  12. f23078c Stage #1 of core breakup: move everything under lib by Craig Tiller · 8 years ago[Renamed from src/core/tsi/ssl_transport_security.c]
  13. f40df23 Auto-changes by Craig Tiller · 8 years ago
  14. ee69f42 Merge pull request #5706 from deepaklukose/dev by Jan Tattermusch · 8 years ago
  15. e61cbe3 For client cert based authentication, add client cert as an AuthProperty by Deepak Lukose · 8 years ago
  16. 4a9e7c4 Improve looks_like_ip_address for IPv6 addresses, and add tests by Paul Querna · 8 years ago
  17. 27df689 Add note about refactor portability header by Paul Querna · 8 years ago
  18. 47d841d Add support for IP Addresses in Subject Alt Names. by Paul Querna · 8 years ago
  19. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  20. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  21. 01ac4f0 Removing warnings when using boringssl. by Julien Boeuf · 9 years ago
  22. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  23. a82950e clang-format all core files by Craig Tiller · 9 years ago
  24. 45724b3 indent pass to get logical source lines on one physical line by Craig Tiller · 9 years ago
  25. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  26. 3121fd4 Sign conversion fixes by Craig Tiller · 9 years ago
  27. d6c98df clang-format all source by Craig Tiller · 9 years ago
  28. 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 9 years ago
  29. 3e29de1 Adressing comments. by Julien Boeuf · 9 years ago
  30. d153132 Adding NPN support if ALPN support is not available. by Julien Boeuf · 9 years ago
  31. 8c67d17 Standardize on |BIO_pending| and |BIO_wpending|. by Julien Boeuf · 9 years ago
  32. 6202f7d Merge pull request #1580 from jboeuf/tsi_properties_cleanup by Nicolas Noble · 9 years ago
  33. 77e8c1c Clean up tsi properties. by Julien Boeuf · 9 years ago
  34. 766d77c Include <openssl/crypto.h> to make sure it compiles with boringssl. by Ming Zhao · 9 years ago
  35. 330f4c8 Fix includes for Boring SSL. by Julien Boeuf · 9 years ago
  36. 2f22346 Fixing errors found by clang static analysis. by Julien Boeuf · 9 years ago
  37. 2ad8d21 strcmp: change all !str[n]cmp to str[n]cmp == 0 by Ronnie Sahlberg · 9 years ago
  38. 980f600 Adding support to enable tracing in tsi. by Julien Boeuf · 10 years ago
  39. 363eb8e Fix read through null pointer by Craig Tiller · 10 years ago
  40. 36ccead Merge pull request #735 from jboeuf/fix_ssl_san by Craig Tiller · 10 years ago
  41. 0170a6c Addressing another round of comments. by Julien Boeuf · 10 years ago
  42. 9fff77e Addressing comments. by Julien Boeuf · 10 years ago
  43. 3be76ac Fix potential leak by Craig Tiller · 10 years ago
  44. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 10 years ago
  45. 54f9a65 32 bit compilation fixes for core by Craig Tiller · 10 years ago
  46. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  47. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  48. 4a0a394 Fixing tsan errors in OpenSSL (#319) by Julien Boeuf · 10 years ago
  49. 213ed91 Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors. by Nicolas "Pixel" Noble · 10 years ago
  50. 5fd0d29 run clang-format by Yang Gao · 10 years ago
  51. ecd4934 Use clang-format-3.5 by Craig Tiller · 10 years ago
  52. b222b4d Changing size type in Transport Security (TSI) from uint32_t to size_t: by Julien Boeuf · 10 years ago
  53. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  54. 8a23a3d Replacing pthread_once by gpr_once, in the opensource conversion. by nnoble · 10 years ago
  55. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  56. b7ebd3b Initial import. by Nicolas Noble · 10 years ago