488 Commits (8a6b38c9bea96c20637e83e23c0d45808dd464d9)

Author SHA1 Message Date
Masood Malekghassemi 40e8cbd1ee Fix bugs in Python code generator 10 years ago
Craig Tiller e2d795a27b Fix max_concurrent_streams test 10 years ago
David Klempner 57c0061d78 Deflake dualstack socket test 10 years ago
Craig Tiller deb49dd1aa Strip port in peer name check 10 years ago
Craig Tiller c1f1162787 Drastic speed up 10 years ago
Craig Tiller 4b5c4dbbb8 Drastic speed up 10 years ago
Craig Tiller 8ad8a41a84 Introduce slowdown factor for unit test deadlines 10 years ago
Masood Malekghassemi 59d9ff4d9f Updated Python protoc plugin testing. 10 years ago
Craig Tiller 8ecb170151 Fix that race better 10 years ago
Craig Tiller 2f3fa9acff Fix linux compile bug 10 years ago
Julien Boeuf 9fff77e4f8 Addressing comments. 10 years ago
Craig Tiller 2d0f36c84b Driver to client/server kind of works 10 years ago
Craig Tiller 4ef7a29f31 Create server/client lists 10 years ago
Craig Tiller 4f7a1ff6ad 'Fix' a race 10 years ago
Craig Tiller e48601934d Getting the driver pieces in place 10 years ago
Julien Boeuf 597a4f2273 Verifying the peer name on the X509 Certs correctly. 10 years ago
Craig Tiller 5c004c68de Driver changes 10 years ago
Nicolas Noble 65b0759653 Addressing a first batch of feedback. 10 years ago
Craig Tiller e4fe844b67 s/CreateChannel/CreateChannelDeprecated 10 years ago
Julien Boeuf c66f2a816e Addressing iniitial feedback. 10 years ago
Craig Tiller fd1b49b757 Move to unique_ptr for all GRPC returned objects 10 years ago
Nicolas Noble a7b8b69d23 Addressing security concerns. 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
Craig Tiller fe8af4e2e9 Rename interop_test.c --> interop_test.cc 10 years ago
Masood Malekghassemi b13673dd7a Added compiler plugin test for Python. 10 years ago
Craig Tiller 2f3e2ec865 Make interop server respond to sigint 10 years ago
Yang Gao bbd67c0499 clean up some internal path and names 10 years ago
vjpai 5b47818d93 Some compilers not happy with <:: and need < :: instead 10 years ago
Craig Tiller 16a6ea6bc0 Ensure interop tests are run as part of run_tests 10 years ago
Craig Tiller 54f9a65f1e 32 bit compilation fixes for core 10 years ago
Julien Boeuf 25380de72d Adding tool for generating JWTs on the command line. 10 years ago
Nicolas "Pixel" Noble 7e80efcb3d Making the usage of gflags uniform across distributions. 10 years ago
Nicolas "Pixel" Noble ba6082080c Fixing gflags' include path. 10 years ago
Julien Boeuf f47a5cb93d Implementing JWT credentials (a.k.a JWT ID Tokens). 10 years ago
Yang Gao 0d1e2f2ad9 remove prod_roots_certs.c since it is not used anywhere 10 years ago
vjpai d5577aac67 More typecasts to avoid sign-comparison problems on EXPECT_EQ 10 years ago
vjpai c1231eb543 Include typecasts so that int and size_t are not compared (since their 10 years ago
Julien Boeuf 90bd7c4c4d Fixing sprintf and a few other things. 10 years ago
Craig Tiller 0fcd53c701 Fix a TSAN reported error 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
Craig Tiller 9be83eec1d Fix use-after-free. 10 years ago
Craig Tiller efad8fadd3 Spam cleanup, test speedup 10 years ago
Craig Tiller 492968f7d9 Server side cancellation receive support 10 years ago
Craig Tiller ce5021b0b9 Add missing new-lines at end of file 10 years ago
Craig Tiller 190d360def Add missing new-lines at end of file 10 years ago
Craig Tiller 0605995e55 Update copyright to 2015 10 years ago
Yang Gao da699b8bc1 do not leak reader or writer 10 years ago