1. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  2. 32173c5 First version of json fuzzer by Craig Tiller · 8 years ago
  3. 804b855 Test for a working -Wshadow by Craig Tiller · 8 years ago
  4. b79c1e1 Ensure we can compile boringssl before trying: old compiler compatibility by Craig Tiller · 8 years ago
  5. e0dbd3f Fixing MacOS. by Nicolas "Pixel" Noble · 8 years ago
  6. 4a67be4 Further cleanup by Craig Tiller · 8 years ago
  7. 08946be Further cleanup by Craig Tiller · 8 years ago
  8. 1298afd Get compilation working again by Craig Tiller · 8 years ago
  9. da179ce Rollback gpr deletion by Craig Tiller · 8 years ago
  10. f008f06 build.yaml centric versioning by Craig Tiller · 8 years ago
  11. 2908d63 Remove pr in Makefile by yang-g · 8 years ago
  12. 93f8845 Merge pull request #5031 from nicolasnoble/groar by Michael Lumish · 8 years ago
  13. 284faf3 Merge pull request #5036 from ctiller/fixes2 by Jan Tattermusch · 8 years ago
  14. 1b1e238 Better dynamic linking by Craig Tiller · 8 years ago
  15. f51a901 Shifting the merge mechanism. by Nicolas "Pixel" Noble · 8 years ago
  16. 6e72dae Using libtool instead of ar under MacOS. by Nicolas "Pixel" Noble · 8 years ago
  17. 89d8ed1 Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable by Nicolas "Pixel" Noble · 8 years ago
  18. 4bef7ce Use old memcpy for wrappers by Craig Tiller · 8 years ago
  19. c4e57e3 Cleaning up cruft to properly create a dll file. by Nicolas "Pixel" Noble · 8 years ago
  20. 0912179 Removing gpr as a separated library. by Nicolas "Pixel" Noble · 8 years ago
  21. 545c6c1 Merge branch 'master' into makefile-cleanup by Nicolas "Pixel" Noble · 8 years ago
  22. 4500034 CFLAGS and CXXFLAGS should be specializations of CPPFLAGS, not the over way around. by Nicolas "Pixel" Noble · 8 years ago
  23. 51b1aee Moving some config defaults to build.yaml, and moving others to CPPFLAGS. by Nicolas "Pixel" Noble · 8 years ago
  24. d649c21 Removing Makefile circular dependencies. by Nicolas "Pixel" Noble · 8 years ago
  25. 76ce77b Merge github.com:grpc/grpc into mwah by Craig Tiller · 8 years ago
  26. fba36bc Finally fixing the issue with CC, CX, LD, and AR not being overridable from the environment. by Nicolas "Pixel" Noble · 8 years ago
  27. 1a8eb85 Cleaning up our Makefile. by Nicolas "Pixel" Noble · 8 years ago
  28. 82f3f0d Fix compiler flags by Craig Tiller · 8 years ago
  29. 16872b8 Fix *SAN compilation by Craig Tiller · 8 years ago
  30. de024c5 Fix a build error on newer clangs with msan by Craig Tiller · 8 years ago
  31. dadf6ba Merge pull request #4812 from ctiller/integrate-zlib by Jan Tattermusch · 8 years ago
  32. 3dca23a Make zlib a first class build citizen by Craig Tiller · 8 years ago
  33. aff3d50 Fix C++ by Craig Tiller · 8 years ago
  34. a0f8517 Move build configs into build.yaml by Craig Tiller · 8 years ago
  35. 71a8604 Fix TSAN on Jenkins and on my machine by Craig Tiller · 9 years ago
  36. 623ca7d Merge pull request #4739 from ctiller/fix-the-fscking-tsan-build by Nicolas Noble · 9 years ago
  37. a29a072 Merge pull request #4688 from jtattermusch/static_deps by Nicolas Noble · 9 years ago
  38. e869b56 Hard code text segment address for msan, tsan by Craig Tiller · 9 years ago
  39. 324140c support static linkage for dependencies by Jan Tattermusch · 9 years ago
  40. 3466c4b Updated copyrights by murgatroid99 · 9 years ago
  41. 7cc0f46 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  42. abf85d9 Merge pull request #4616 from ctiller/i-like-pie by Michael Lumish · 9 years ago
  43. 54ed674 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  44. ec2af56 Tweak compiler settings to hopefully make Jenkins more robust by Craig Tiller · 9 years ago
  45. ea21ca2 Fix makefile, codegen bugs by Craig Tiller · 9 years ago
  46. ab23045 Add a test that public headers compile as C99 by Craig Tiller · 9 years ago
  47. 00f8702 Merge branch 'yawn' into proto_names by Craig Tiller · 9 years ago
  48. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  49. 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
  50. 3824b6e Merge github.com:grpc/grpc into connectivity-state by Craig Tiller · 9 years ago
  51. fb0002c Renaming GCOV to GPR_GCOV. by Nicolas "Pixel" Noble · 9 years ago
  52. c61d0e1 Removing code coverage for unreachable code. by Nicolas "Pixel" Noble · 9 years ago
  53. 472bb68 Fixing proto dependencies for targets that aren't libraries. by Nicolas "Pixel" Noble · 9 years ago
  54. 2bc3729 Enable backtraces on C tests by Craig Tiller · 9 years ago
  55. f8b14ca Merge github.com:grpc/grpc into come-out-of-the-shadow by Craig Tiller · 9 years ago
  56. e5515d4 Merge pull request #3372 from grpc/release-0_11 by David G. Quintas · 9 years ago
  57. 6dad9b0 Fixing Makefile issue which would re-evaluate the base path for included dependency files. by Nicolas "Pixel" Noble · 9 years ago
  58. 42b4c28 Fixing usage of the BUILDDIR variable. by Nicolas "Pixel" Noble · 9 years ago
  59. b9d3596 Enable -Wshadow by Craig Tiller · 9 years ago
  60. f29a388 Merge github.com:grpc/grpc into immolating-conversion by Craig Tiller · 9 years ago
  61. 6a6b36c Enable -Wconversion by Craig Tiller · 9 years ago
  62. f96dfc3 First round of fixing up implicit 64->32 bit conversions by Craig Tiller · 9 years ago
  63. 841c880 Core compiles with -Wsign-conversion by Craig Tiller · 9 years ago
  64. 3121fd4 Sign conversion fixes by Craig Tiller · 9 years ago
  65. 1ebb7c8 Hand-written changes by Craig Tiller · 9 years ago
  66. d01b6f4 Its not enough to just serialize the clean step... by Craig Tiller · 9 years ago
  67. df77673 Dont try to parallelize OpenSSL build by Craig Tiller · 9 years ago
  68. 16f6dac Make googletest a submodule by Craig Tiller · 9 years ago
  69. 4ef9b86 Fixing zookeeper's installation. by Nicolas "Pixel" Noble · 9 years ago
  70. 4346e53 Merge branch 'master' of https://github.com/grpc/grpc into zookeeper by Hongwei Wang · 9 years ago
  71. 60287b6 Revert "Fixing environments where pkg-config isn't installed." by Craig Tiller · 9 years ago
  72. 80aecf6 Merge pull request #2787 from nicolasnoble/no-pkgconfig-is-broken by Craig Tiller · 9 years ago
  73. 2ed6878 Fixing environments where pkg-config isn't installed. by Nicolas "Pixel" Noble · 9 years ago
  74. 5c9bbfb Add zookeeper test in Makefile by Hongwei Wang · 9 years ago
  75. 8e04d41 Add zookeeper end-to-end test by Hongwei Wang · 9 years ago
  76. e3f12a9 Merge branch 'iomgr-refcounting' of https://github.com/nicolasnoble/grpc into zookeeper by Hongwei Wang · 9 years ago
  77. a7c162c The code evolved enough so that we now have tests that directly depend on OpenSSL. by Nicolas "Pixel" Noble · 9 years ago
  78. 482d761 Making sure that 32 bits is being built and run on Jenkins. by Nicolas "Pixel" Noble · 9 years ago
  79. b307ae2 Merge branch 'master' into zookeeper by Hongwei Wang · 9 years ago
  80. a3780a8 Register zookeeper plugin in grpc by Hongwei Wang · 9 years ago
  81. a8cc439 Add zookeeper library in Makefile template by Hongwei Wang · 9 years ago
  82. 367e30f Replacing echo -e with a more generic system. by Nicolas "Pixel" Noble · 9 years ago
  83. 4a015a6 Added caching for HAS_SYSTEMTAP in Makefile by murgatroid99 · 9 years ago
  84. aa52157 Add caching for Makefile dependency detection by murgatroid99 · 9 years ago
  85. 09e0f60 Merged changes from master by murgatroid99 · 9 years ago
  86. 71020da Fixed typo in variable name by murgatroid99 · 9 years ago
  87. 5a79053 Added OpenSSL NPN pkg-config check by murgatroid99 · 9 years ago
  88. 1be0437 Merged changes from upstream/master by murgatroid99 · 9 years ago
  89. 6d9e401 Don't use pkg-config to look for perftools by murgatroid99 · 9 years ago
  90. 44a4ef3 Merge pull request #2174 from nicolasnoble/makefile-npn-check by jboeuf · 9 years ago
  91. 66d6edb Made pkg-config a variable in the Makefile by murgatroid99 · 9 years ago
  92. d8f1ef7 Reversed condition for requiring rt by murgatroid99 · 9 years ago
  93. 4fed212 Make generated .pc files list themselves as libraries by murgatroid99 · 9 years ago
  94. 1aa4bc0 Merge pull request #2268 from murgatroid99/makefile_pkg-config_generate by Nicolas Noble · 9 years ago
  95. dbc0caf Fixed gpr name in .pc file by murgatroid99 · 9 years ago
  96. c34a3a6 Added missing pthread gpr requirement by murgatroid99 · 9 years ago
  97. d6cc19e Tweak timeouts for ?SAN by Craig Tiller · 9 years ago
  98. 8faab23 Add .pc file generation to Makefile by murgatroid99 · 9 years ago
  99. be2d3a3 Merge branch 'master' of github.com:grpc/grpc into makefile-npn-check by Nicolas "Pixel" Noble · 9 years ago
  100. da7a994 Fixed some linking problems by murgatroid99 · 9 years ago