378 Commits (c2d7ecb6993b963cfce103fb7ea3270487e1a58c)

Author SHA1 Message Date
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
Craig Tiller 24c06eada3 Run build cleaner 10 years ago
Jan Tattermusch 6943fb3aed added cpu_windows.c 10 years ago
Craig Tiller c416577636 Server progress 10 years ago
David Klempner baced4def0 Epoll based multipoller 10 years ago
Vijay Pai 2d63da7e53 Updated as a result of changed options in build.json 10 years ago
Craig Tiller 20f4af2e36 Move call.h -> impl/call.h 10 years ago
Craig Tiller 80e00a8c63 Stub out unary call wrapper 10 years ago
Nicolas Noble 45e67a37ae Addressing comments. 10 years ago
Craig Tiller 65130596c1 Cleanup 10 years ago
Craig Tiller b470169252 Remove more unnecessary files 10 years ago
Craig Tiller 40fcdaff0a Remove stream_context 10 years ago
Craig Tiller 1d2e21962e Server progress 10 years ago
Craig Tiller a24496716a Add call.cc 10 years ago
Craig Tiller ae00e37ac2 Fix duplicated line 10 years ago
Craig Tiller f834bdc3cf Move completion_queue.cc to common 10 years ago
Craig Tiller 1ffa52f6dc Clean build.json 10 years ago
Craig Tiller cff2d15f94 Convert more tests (and re-enable some disabled ones) 10 years ago
Nicolas "Pixel" Noble 0f3ec82238 Adding Windows tcp server code. 10 years ago
Julien Boeuf 7413f10832 Adding linux specific env implementation. 10 years ago
Nicolas Noble 6393dd36f1 Fixing build.json by removing files that are no longer present. 10 years ago
Julien Boeuf fdbb1b039b ... And the project files... 10 years ago
Craig Tiller ea61b07800 Updated the first test (which fails) 10 years ago
Nicolas "Pixel" Noble 21f627ad0a First draft of the win32 implementation of iomgr. 10 years ago
Jan Tattermusch 94c365326a added grpc extension library for C# 10 years ago
Chen Wang ca3d6f16df Remove duplicated target tips_client defintion. 10 years ago