- f519a69 Actually fix sanity tests by Jan Tattermusch · 9 years ago
- ab09af4 Fix sanity test by Jan Tattermusch · 9 years ago
- 8e90ca1 create a .zip file with nuget packages by Jan Tattermusch · 9 years ago
- 1c686e8 Merge pull request #4952 from murgatroid99/node_windows_compile by Nicolas Noble · 9 years ago
- 5441c22 Merge pull request #4959 from grpc/release-0_12 by Michael Lumish · 9 years ago
- 8e4103e Fixed windows build warning by murgatroid99 · 9 years ago
- af6c178 Update template, add comment and message about Windows build by murgatroid99 · 9 years ago
- 545c6c1 Merge branch 'master' into makefile-cleanup by Nicolas "Pixel" Noble · 9 years ago
- 4500034 CFLAGS and CXXFLAGS should be specializations of CPPFLAGS, not the over way around. by Nicolas "Pixel" Noble · 9 years ago
- 51b1aee Moving some config defaults to build.yaml, and moving others to CPPFLAGS. by Nicolas "Pixel" Noble · 9 years ago
- d649c21 Removing Makefile circular dependencies. by Nicolas "Pixel" Noble · 9 years ago
- 76ce77b Merge github.com:grpc/grpc into mwah by Craig Tiller · 9 years ago
- eaf944a Merge pull request #4901 from nicolasnoble/makefile-cleanup by Craig Tiller · 9 years ago
- fba36bc Finally fixing the issue with CC, CX, LD, and AR not being overridable from the environment. by Nicolas "Pixel" Noble · 9 years ago
- 240eab7 Merge branch 'master' into node_binary_precompile by murgatroid99 · 9 years ago
- b851c11 Merge pull request #4877 from murgatroid99/node_library_bundle by Nicolas Noble · 9 years ago
- 1a8eb85 Cleaning up our Makefile. by Nicolas "Pixel" Noble · 9 years ago
- 7f67559 Merge branch 'fixes' into mwah by Craig Tiller · 9 years ago
- bd3075e Fix sanity by Craig Tiller · 9 years ago
- 38cc4a4 Write “the podspec is a template” 100 times on the blackboard by Jorge Canizales · 9 years ago
- 98d27d8 Merge branch 'mwah' of github.com:ctiller/grpc into mwah by Craig Tiller · 9 years ago
- 9e24165 Merge github.com:grpc/grpc into mwah by Craig Tiller · 9 years ago
- 5c56c92 Make Node library depend on BoringSSL and zlib, and only build them under Windows by murgatroid99 · 9 years ago
- 82f3f0d Fix compiler flags by Craig Tiller · 9 years ago
- 16872b8 Fix *SAN compilation by Craig Tiller · 9 years ago
- de024c5 Fix a build error on newer clangs with msan by Craig Tiller · 9 years ago
- f923a2d get C# version generated by templates by Jan Tattermusch · 9 years ago
- dadf6ba Merge pull request #4812 from ctiller/integrate-zlib by Jan Tattermusch · 9 years ago
- ff6242b Merge pull request #4791 from ctiller/rtt2 by Michael Lumish · 9 years ago
- ce62feb Fix sanity by Craig Tiller · 9 years ago
- af379b2 Add -std=gnu99 when building libgrpc by Rob Earhart · 9 years ago
- f813f57 Clean up Windows by Craig Tiller · 9 years ago
- 3dca23a Make zlib a first class build citizen by Craig Tiller · 9 years ago
- aff3d50 Fix C++ by Craig Tiller · 9 years ago
- a0f8517 Move build configs into build.yaml by Craig Tiller · 9 years ago
- 7586db8 Update copyright in binding.gyp by murgatroid99 · 9 years ago
- a3508e3 Make sure that the binary URL includes the word Node by murgatroid99 · 9 years ago
- e190f35 Completed integration of node-pre-gyp into Node library by murgatroid99 · 9 years ago
- 56c6b6a Use CPU cost modelling to increase parallelism by Craig Tiller · 9 years ago
- 7905a72 Added node-pre-gyp stuff to package.json by murgatroid99 · 9 years ago
- 71a8604 Fix TSAN on Jenkins and on my machine by Craig Tiller · 9 years ago
- 623ca7d Merge pull request #4739 from ctiller/fix-the-fscking-tsan-build by Nicolas Noble · 9 years ago
- a29a072 Merge pull request #4688 from jtattermusch/static_deps by Nicolas Noble · 9 years ago
- fa40cde public_headers not found in some cases when running the import by Sree Kuchibhotla · 9 years ago
- e869b56 Hard code text segment address for msan, tsan by Craig Tiller · 9 years ago
- b70206f Merge branch 'master' into release-0_12_master_merge by murgatroid99 · 9 years ago
- 324140c support static linkage for dependencies by Jan Tattermusch · 9 years ago
- 3466c4b Updated copyrights by murgatroid99 · 9 years ago
- 4cdb624 Merge pull request #4457 from soltanmm/plate-tectonics by Nathaniel Manista · 9 years ago
- 0878d52 Merge pull request #4238 from ctiller/poffy by Vijay Pai · 9 years ago
- b3a6787 Merge pull request #4525 from ctiller/proto_names by Vijay Pai · 9 years ago
- 8b791a4 Merged from master and resolved merge conflicts by murgatroid99 · 9 years ago
- 3f42ea0 Removed redundant std= cflag by murgatroid99 · 9 years ago
- 3abed31 Compile Node extension with c99 and c++11 by murgatroid99 · 9 years ago
- 6b4066c Merge pull request #4634 from murgatroid99/ruby_metadata_downcasing by Craig Tiller · 9 years ago
- 7cc0f46 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
- abf85d9 Merge pull request #4616 from ctiller/i-like-pie by Michael Lumish · 9 years ago
- 5e7a9fe Slightly loosen dependencies by murgatroid99 · 9 years ago
- 116982e Include core in Python distribution by Masood Malekghassemi · 9 years ago
- 093193e Fix pings by Craig Tiller · 9 years ago
- 9577b31 Fixes by Craig Tiller · 9 years ago
- 54ed674 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
- 24e826e Updated dependencies, fixed a couple of tests by murgatroid99 · 9 years ago
- 56fada5 Make the Ruby extension throw an error when passed invalid metadata by murgatroid99 · 9 years ago
- be0327b Update new files by Craig Tiller · 9 years ago
- 791a491 Merge github.com:grpc/grpc into clangfmt by Craig Tiller · 9 years ago
- e6d95c9 Tweak end2end formatting by Craig Tiller · 9 years ago
- 8ceba19 Tweak end2end formatting by Craig Tiller · 9 years ago
- ec2af56 Tweak compiler settings to hopefully make Jenkins more robust by Craig Tiller · 9 years ago
- 3731cc0 Fix end2end_test formatting by Craig Tiller · 9 years ago
- 17e781a Updated some Node dependencies to more recent versions by murgatroid99 · 9 years ago
- ea21ca2 Fix makefile, codegen bugs by Craig Tiller · 9 years ago
- 47c50cc zookeeper is platform specific by Craig Tiller · 9 years ago
- ab23045 Add a test that public headers compile as C99 by Craig Tiller · 9 years ago
- f14baea Fix templates + clang-format by Craig Tiller · 9 years ago
- 00f8702 Merge branch 'yawn' into proto_names by Craig Tiller · 9 years ago
- 2e14b1f Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
- 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
- 0bb6fcf Generate the Node package.json from build.yaml by murgatroid99 · 9 years ago
- 28013eb Generate gemspec with a template by murgatroid99 · 9 years ago
- 83405c1 dont include grpc++ in buildtests_c by Jan Tattermusch · 9 years ago
- 83a2381 remove unused vsprojects by Jan Tattermusch · 9 years ago
- 6b20f6f make intermediate dir path shorter by Jan Tattermusch · 9 years ago
- 01294c2 Merge pull request #4524 from jtattermusch/polish_vcxproj_files by Craig Tiller · 9 years ago
- 025ffef ignore warning LNK4217 by Jan Tattermusch · 9 years ago
- 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
- e3dea2c make Release depend on Release from nuget deps by Jan Tattermusch · 9 years ago
- 35ca074 silence warnings by Jan Tattermusch · 9 years ago
- 78e0711 Get rid of tabs from .include file by Jan Tattermusch · 9 years ago
- 3fbc454 make vcxproject files compatible with VS2015 by Jan Tattermusch · 9 years ago
- 29c547c drop _USE_32BIT_TIME_T define by Jan Tattermusch · 9 years ago
- 3824b6e Merge github.com:grpc/grpc into connectivity-state by Craig Tiller · 9 years ago
- 56bab33 Merge pull request #4306 from jcanizales/merge-release by Jan Tattermusch · 9 years ago
- fb0002c Renaming GCOV to GPR_GCOV. by Nicolas "Pixel" Noble · 9 years ago
- c61d0e1 Removing code coverage for unreachable code. by Nicolas "Pixel" Noble · 9 years ago
- 0d718cd Point gRPC.podspec to pushed BoringSSL version by Jorge Canizales · 9 years ago
- 42fe14a The podspec is a template. The podspec is a template. by Jorge Canizales · 9 years ago
- 879bc4f Generate all file lists and build target lists in binding.gyp from build.yaml by murgatroid99 · 9 years ago
- 472bb68 Fixing proto dependencies for targets that aren't libraries. by Nicolas "Pixel" Noble · 9 years ago
- 10622a8 Prevent XCode 7 from showing spurious warnings by Jorge Canizales · 9 years ago