1. aa2ac59 Merge github.com:google/grpc into async-api-new by Craig Tiller · 10 years ago
  2. f229d4f Merge pull request #359 from jboeuf/ssl_default_creds_integration by Yang Gao · 10 years ago
  3. 86d9159 Merge github.com:google/grpc into async-api-new by Craig Tiller · 10 years ago
  4. 0f3ec82 Adding Windows tcp server code. by Nicolas "Pixel" Noble · 10 years ago
  5. 7413f10 Adding linux specific env implementation. by Julien Boeuf · 10 years ago
  6. 4b6ab78 Merge github.com:google/grpc into async-api by Craig Tiller · 10 years ago
  7. 900dadb Merge branch 'master' of github.com:google/grpc into grpc-win32 by Nicolas "Pixel" Noble · 10 years ago
  8. 6393dd3 Fixing build.json by removing files that are no longer present. by Nicolas Noble · 10 years ago
  9. d77c92b Merge github.com:google/grpc into async-api-new by Craig Tiller · 10 years ago
  10. fdbb1b0 ... And the project files... by Julien Boeuf · 10 years ago
  11. ea61b07 Updated the first test (which fails) by Craig Tiller · 10 years ago
  12. 21f627a First draft of the win32 implementation of iomgr. by Nicolas "Pixel" Noble · 10 years ago
  13. 026a417 Adding support for loading the SSL roots from an environment variable. by Julien Boeuf · 10 years ago
  14. 5350c2e Clean build file, regen projects by Craig Tiller · 10 years ago
  15. 4450db2 Add bbq by Craig Tiller · 10 years ago
  16. b24b500 Merge pull request #233 from nicolasnoble/propsheets by Jan Tattermusch · 10 years ago
  17. 9574132 Merge branch 'master' of github.com:google/grpc into json by Nicolas Noble · 10 years ago
  18. 3b56a57 Merge pull request #157 from dklempner/eventfd by Craig Tiller · 10 years ago
  19. a54b60d added src/core/support/string.h to build.json by Jan Tattermusch · 10 years ago
  20. c7bb622 Adding property sheets for OpenSSL and Winsock 2 libraries. by Nicolas 'Pixel' Noble · 10 years ago
  21. 8bfbc88 Rename wakeup_fd.[hc] to wakeup_fd_posix.[hc] by David Klempner · 10 years ago
  22. e04455a Addressing comments. by Nicolas Noble · 10 years ago
  23. 64c3e72 removed string.h reference from build.json by Jan Tattermusch · 10 years ago
  24. 6e8bdb9 Merge branch 'master' into eventfd by David Klempner · 10 years ago
  25. 78dc6cd Refactor the pipe/eventfd abstraction by David Klempner · 10 years ago
  26. fee065c Merge branch 'master' of github.com:google/grpc into json by Nicolas Noble · 10 years ago
  27. d5a9985 Fixing a few winsocket misuses. by Nicolas "Pixel" Noble · 10 years ago
  28. 1ea024d Adding Visual Studio filters. by Nicolas 'Pixel' Noble · 10 years ago
  29. d566021 OpenSSL 1.0.2 is out of beta - let's update our own repositories to reflect that. by Nicolas "Pixel" Noble · 10 years ago
  30. 614c2bf Replacing cJSON with our own code instead. by Nicolas Noble · 10 years ago
  31. dbb4f94 Add support for eventfd based kicking on linux. by David Klempner · 10 years ago
  32. 6a6e4a1 Build projects by Craig Tiller · 10 years ago
  33. d14a1a5 Disable compilation of some files by Craig Tiller · 10 years ago
  34. e1addfe Build projects by Craig Tiller · 10 years ago
  35. e7d7559 Add a gitignore for win32 stuff by Craig Tiller · 10 years ago
  36. 17ec5f9 Run buildgen by Craig Tiller · 10 years ago
  37. 7f3ed1e Factor out the pollset kicking mechanism and eliminate sharding by David Klempner · 10 years ago
  38. 80d68c0 Fixing test_config.c by Nicolas "Pixel" Noble · 10 years ago
  39. 472f60e Fixing opensource build. by nnoble · 10 years ago
  40. 6ad120e Moving the google-internal security code in their own files. by jboeuf · 10 years ago
  41. 5f2ecb3 Splitting grpc_test_util into gpr_test_util. by nnoble · 10 years ago
  42. 24200d3 C implementation of Census trace store and stats store for grpc C lib. by hongyu · 10 years ago
  43. 58393c2 Remove libevent. by ctiller · 10 years ago
  44. e4b4093 Add a --forever flag, to continuously run tests as things change. by ctiller · 10 years ago
  45. 1a277ec Remove libevent. by ctiller · 10 years ago
  46. c87b1c5 Adding plugins to the mako rendering system. by nnoble · 10 years ago
  47. d94ad10 Provide a port of cpu related code to posix, and linux. by ctiller · 10 years ago
  48. 5b7f32a Improving Makefile support for shared libraries. by nnoble · 10 years ago
  49. 5210393 Update build.json, fix opensource build. by ctiller · 10 years ago
  50. 97fd9e5 Add SSL root for production GFE. by chenw · 10 years ago
  51. b745506 gRPC: Avoid AF_INET6 sockets when the ::1 loopback address doesn't exist. by pmarks · 10 years ago
  52. d79b486 Introduce the (outside-of-iomgr) pollset API. by ctiller · 10 years ago
  53. 2bbb6c4 Remove endpoint/ directories. by ctiller · 10 years ago
  54. 5447c54 Tweaking solution settings to be able to compile with OpenSSL (not link yet), and swapping per-project properties for a global property sheet. by nnoble · 10 years ago
  55. c99774f Remove a (very) deprecated file. by ctiller · 10 years ago
  56. d8fd853 Fix for the exposed problems after trying a full clean build. by nnoble · 10 years ago
  57. 028ddde Adding build files for OpenSSL. by nnoble · 10 years ago
  58. c1ddffb Add time averaged stats for future alarm list work. by ctiller · 10 years ago
  59. 5e04b13 Add a test for useful.h. by ctiller · 10 years ago
  60. 69ac39f Makefile will now build zlib and/or OpenSSL if needed. by nnoble · 10 years ago
  61. befd265 Adding base utils for JWT service account workflow. OpenSSL base64 decoding is by jboeuf · 10 years ago
  62. 1de3a5c Add Visual Studio project for building zlib. by jtattermusch · 10 years ago
  63. 8a67b5c Tweaking log calls a bit. by nnoble · 10 years ago
  64. 82e275f Split client_channel into client_channel & child_channel. by ctiller · 10 years ago
  65. 94204dd Fix ipv6.c build breakage on Windows. by jtattermusch · 10 years ago
  66. 57c6f0c Add batch file that builds and executes all GPR tests. by jtattermusch · 10 years ago
  67. 465554e Add a grpc_ipv6_loopback_available() test utility, and only run IPv6-specific by pmarks · 10 years ago
  68. a8fd44a Build CPP interop client in Git-on-[] as well as in []. by chenw · 10 years ago
  69. 15e664b Fixing opensource build - surface_em.* got removed. by nnoble · 10 years ago
  70. 18b49ab Introducing iomgr. by ctiller · 10 years ago
  71. 98bffb7 Fixes for GPR library on Windows (+ getting rid of warnings under MS C++ compiler) by jtattermusch · 10 years ago
  72. 97fb3f6 Add mako templates to generate MS Visual Studio projects. by jtattermusch · 10 years ago