aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | Merge pull request #3746 from murgatroid99/node_interop_complianceGravatar Jan Tattermusch2015-10-09
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Made node interop tests maximally compliant with the spec
| | | | | | | | | | * | | Set current worker for longerGravatar Craig Tiller2015-10-09
| | | | | | | |_|_|/ / / | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ==> Less self kicking ==> Double performance for sync_unary_ping_pong_test on my machine
| | | | | | * | | | | | More markupGravatar Craig Tiller2015-10-09
| | | | | | | | | | | |
| | | | | | * | | | | | More markupGravatar Craig Tiller2015-10-09
| | | | | | | | | | | |
| | | * | | | | | | | | Removing warnings when using boringssl.Gravatar Julien Boeuf2015-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boringssl and openssl do not have the same method signatures (integer types differ).
* | | | | | | | | | | | Merge pull request #3751 from jboeuf/fix_3680Gravatar Yang Gao2015-10-09
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | Fixing #3680
| | | | | | | | | | | * Enable cache for encodings accepted by peerGravatar Craig Tiller2015-10-09
| | | | | | | |_|_|_|/ | | | | | | |/| | | |
* | | | | | | | | | | Merge pull request #3701 from yang-g/unreachableGravatar Craig Tiller2015-10-09
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | mark unreachable code with a macro
| | | | | | | * | | | | Simplify adding annotations, annotate more thingsGravatar Craig Tiller2015-10-09
| | | | | | | | | | | |
| | | * | | | | | | | | Revert "Added interval_us delay in Node interop server"Gravatar murgatroid992015-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 83815eab40568e142f05376dae48c2cef41bfefd.
| | | * | | | | | | | | Fixed some issues with the testsGravatar murgatroid992015-10-09
| | | | | | | | | | | |
| | | | * | | | | | | | Fixed some issues with the Node testsGravatar murgatroid992015-10-09
| | | | | | | | | | | |
* | | | | | | | | | | | php: call writesDone in interop testGravatar Stanley Cheung2015-10-09
| | | | | | | | | | | |
* | | | | | | | | | | | php: implement empty_stream interop testGravatar Stanley Cheung2015-10-09
| |_|_|/ / / / / / / / |/| | | | | | | | | |
| | | * | | | | | | | Fix a couple of issues with the node interop clientGravatar murgatroid992015-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes how the node interop client handles authentication failure and how it checks the service account email responses.
| | | * | | | | | | | Merge branch 'master' into node_interop_complianceGravatar murgatroid992015-10-09
| | | |\ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #3692 from dgquintas/inspector_failGravatar Sree Kuchibhotla2015-10-09
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed unprotected access to call field
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3691 from sreecha/fix_compressionGravatar David G. Quintas2015-10-09
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | Fix incorrect assert
| | | | | | | | * | | | more markersGravatar Craig Tiller2015-10-08
| | | | | | | | | | | |
| | | * | | | | | | | | add another return in case the macro is not defined and the compiler ↵Gravatar yang-g2015-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | complains about no return statement
| | | | | | | | * | | | Remove unnecessary includeGravatar Craig Tiller2015-10-08
| | | | | | | | | | | |
| | * | | | | | | | | | Hid test-only functions from surface/call.hGravatar David Garcia Quintas2015-10-08
| | | | | | | | | | | |
| | | | | | | | * | | | Merge github.com:grpc/grpc into latent-seeGravatar Craig Tiller2015-10-08
| | | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| | | * | | | | | | | | merge and resolve conflictsGravatar yang-g2015-10-08
| | | |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| | | | | | | | | * | | Merge branch 'master' of github.com:grpc/grpc into cq_alarmGravatar David Garcia Quintas2015-10-08
| | | | | | | | | |\ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| | | | | | | | * | | | Latency tracesGravatar Craig Tiller2015-10-08
| | | | | | | | | | | |
| | | | * | | | | | | | Fixing #3680Gravatar Julien Boeuf2015-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The server auth filter needs a reference on the server credentials so that the processor that belongs to the creds is not destroyed when the server auth filter is still using it. The server auth filter also does not need the security connector but just the auth context.
* | | | | | | | | | | | php: update package.xml to prepare for 0.6.1 releaseGravatar Stanley Cheung2015-10-08
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3749 from jtattermusch/rename_csharp_ext_nugetGravatar Stanley Cheung2015-10-08
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Rename grpc.native.csharp_ext nuget to grpc.native.csharp
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3747 from stanley-cheung/remove_linuxbrew_referenceGravatar Stanley Cheung2015-10-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed a few more linuxbrew references
| * | | | | | | | | | | | | removed a few more linuxbrew referencesGravatar Stanley Cheung2015-10-08
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | rename grpc.native.csharp_ext nuget to grpc.native.csharpGravatar Jan Tattermusch2015-10-08
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #3745 from jtattermusch/fix_vs2010_compilationGravatar Jan Tattermusch2015-10-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | Fix compilation with VS2010
* | | | | | | | | | | | | Merge pull request #3739 from jtattermusch/csharp_interop_authGravatar Stanley Cheung2015-10-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | Make C# auth interop tests spec compliant
| | | | | | * | | | | | | Added remaining implementable node interop tests, except compressionGravatar murgatroid992015-10-08
| | | | | | | | | | | | |
| | | | | | * | | | | | | Made Node interop client use all specified command line flagsGravatar murgatroid992015-10-08
| | | | | | | | | | | | |
| | * | | | | | | | | | | fix compilation with VS2010Gravatar Jan Tattermusch2015-10-08
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #3731 from jtattermusch/csharp_use_common_protosGravatar Yang Gao2015-10-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | Use proto files under test/proto for C# interop tests
| | | | | | * | | | | | | Added interval_us delay in Node interop serverGravatar murgatroid992015-10-08
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'grpc/master'Gravatar Nate Kibler2015-10-08
|\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | Fixed a typo in the READMEGravatar Nate Kibler2015-10-08
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #3740 from tbetbetbe/grpc_ruby_tmp_fix_auth_interopGravatar Michael Lumish2015-10-08
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the broken ruby auth interop tests
| | * | | | | | | | | | | | | Fixes the broken ruby interop testsGravatar Tim Emiola2015-10-08
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | use JWT credentials for per_rpc_credsGravatar Jan Tattermusch2015-10-08
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | prevent ArgumentNullException in credentials pluginGravatar Jan Tattermusch2015-10-08
| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | make C# auth interop tests up to specGravatar Jan Tattermusch2015-10-08
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| | | | | | | | | | * | | | Fixup mac buildGravatar Craig Tiller2015-10-08
| | | | | | | | | | | | | |
| | | | | | | | | | * | | | Get basic profiler working againGravatar Craig Tiller2015-10-08
| | | | | | | | | | | |/ / | | | | | | | | | | |/| |
| * | | | | | | | | | | | Merge pull request #3601 from Scott84/Scott84-ObjC-Compiler-Warning-FixGravatar Jorge Canizales2015-10-07
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent warnings for pure virtual methods of GRXWriter.m
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #3729 from jtattermusch/csharp_args_specGravatar Michael Lumish2015-10-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make C# interop tests args parsing compliant with spec.