419 Commits (5351392f88094e87c735800267e4fcdf36e51aa2)

Author SHA1 Message Date
Julien Boeuf c66f2a816e Addressing iniitial feedback. 10 years ago
Craig Tiller 42bc87c097 Update C++ server with new core API 10 years ago
Craig Tiller 759026cbf0 Server API simplification 10 years ago
Craig Tiller 47c83fdaf7 Credentials prototyping 10 years ago
Julien Boeuf cd9b1c850d Added support for default credentials. 10 years ago
Nicolas "Pixel" Noble 161ea23655 Actually installing root certificates on the system. 10 years ago
Nicolas "Pixel" Noble b8f5f1b343 Re-generated project files. 10 years ago
Craig Tiller fe8af4e2e9 Rename interop_test.c --> interop_test.cc 10 years ago
Nicolas "Pixel" Noble 94964fd0b2 Fixing Windows port. 10 years ago
Craig Tiller 9ec95fafdc Fix in tree build of protobuf 10 years ago
Nicolas "Pixel" Noble 98ab998c29 Adding a helpful installation message about protobuf. 10 years ago
Nicolas "Pixel" Noble 1c0542fd1c Regenerated outdated Makefile. 10 years ago
Craig Tiller ec0430335d Fix in tree build of openssl on mac 10 years ago
Nicolas "Pixel" Noble 5732a8c99a Force compilation of protobuf using -fPIC. 10 years ago
Nicolas "Pixel" Noble 932d5d33d4 Turns out the -D option of install is GNU-specific, and doesn't exist on MacOS. 10 years ago
Nicolas "Pixel" Noble dda049ce18 Various MacOS build fixes. 10 years ago
Craig Tiller 6e7c62285c Add a facility to control tracing without recompiling 10 years ago
Craig Tiller d7f333547c Makefile cleanup 10 years ago
Craig Tiller ab37138647 Update year 10 years ago
Craig Tiller 772a976434 Re-enable rewrite test 10 years ago
Nicolas "Pixel" Noble 72743820ab Defining an installation prefix for grpc's root certs at compilation time. 10 years ago
Julien Boeuf 1bc21a46db Removing the hardcoded SSL roots. 10 years ago
Nicolas "Pixel" Noble 3f1e696686 Disabled httpcli_test, and ran build cleaner. 10 years ago
Craig Tiller 16a6ea6bc0 Ensure interop tests are run as part of run_tests 10 years ago
Nicolas "Pixel" Noble e567fa9325 Some 32 bits platforms don't like buildint asm for openssl. 10 years ago
Julien Boeuf 25380de72d Adding tool for generating JWTs on the command line. 10 years ago
Nicolas "Pixel" Noble cc2b42aa96 Running ldconfig shouldn't fail; so we can run fakeroot make install properly. 10 years ago
Masood Malekghassemi f8e297a3c0 Added protoc plugin for Python GRPC. 10 years ago
Yang Gao 1a986969d7 add more missing headers 10 years ago
Yang Gao 50556477d4 add missing header 10 years ago
Vijay Pai 850290ff7c Fix a bug in Makefile where cpp_plugin name hadn't been updated yet where it 10 years ago
Yang Gao 0d1e2f2ad9 remove prod_roots_certs.c since it is not used anywhere 10 years ago
Nicolas "Pixel" Noble 522d7122a8 Polishing Makefile to better install targets. 10 years ago
Jan Tattermusch 2ec0b3ea59 make grpc_csharp_ext compile and install independently from the grpc and gpr libraries 10 years ago
Yang Gao 3a5e5495e5 Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side. 10 years ago
Jan Tattermusch 60ea9130e1 remove nonexistent stream_context_interface.h from build.json 10 years ago
Jan Tattermusch 67fb94a9b4 remove nonexistent stream_context_interface.h from build.json 10 years ago
vjpai 7cc2c309f3 Mac-specific Makefile inclusions and installation instructions 10 years ago
Craig Tiller 35108f6527 Allow grpc_init to be called multiple times 10 years ago
Craig Tiller 3b93548b1c Add Makefile copyright 10 years ago
Craig Tiller da224d6d7c Fixes 10 years ago
Craig Tiller 61b910f638 Add support for out of tree builds 10 years ago
Craig Tiller ae7fe92389 Unix domain socket support 10 years ago
Nicolas "Pixel" Noble d66cba2b93 Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't instrumented yet. 10 years ago
Craig Tiller e3018e6f7d Avoid four allocations per stream 10 years ago
Craig Tiller 96bd5f6b76 Add ubsan support 10 years ago
Craig Tiller 0220cf14b0 Add end2end async unary single threaded test (compiles) 10 years ago
Chen wang 842325110d Rename examples/tips to examples/pubsub 10 years ago
Nicolas Noble 5383062df6 Compiling protobuf from the Makefile if we don't have it on the system. 10 years ago
murgatroid99 a8c21e8ecf Added useful behavior for empty batch 10 years ago