Craig Tiller
2cd4e87ff5
Merge github.com:grpc/grpc into selective-town
...
Conflicts:
tools/run_tests/run_interops.py
10 years ago
Tim Emiola
9fbfb5b016
Fixes a lint issue.
10 years ago
Craig Tiller
d067c263b2
Merge github.com:grpc/grpc into y12kdm3
...
Conflicts:
src/core/security/google_default_credentials.c
test/core/security/verify_jwt.c
10 years ago
Masood Malekghassemi
be55ca770d
Expose new core functionality to Python
10 years ago
Tim Emiola
be88526b6e
adds ruby aliases of the propagation masks
10 years ago
murgatroid99
e804777708
Clarified address regex
10 years ago
yang-g
37ce034dc1
add const
10 years ago
Nathaniel Manista
826f07eb6f
Merge pull request #2812 from soltanmm/timeout-increase
...
Use common timeouts in Python face-layer test-cases.
10 years ago
Hongwei Wang
31efd2adad
Debugging
10 years ago
murgatroid99
4fdb2d5c80
Fix scheme matching in auth URI
10 years ago
Hongwei Wang
eeb61ba355
Minor fix for debugging
10 years ago
David Garcia Quintas
34396b5958
Added missing gpr_free for gpr_dump_slice char*
10 years ago
Jan Tattermusch
cf9a0ce033
Merge pull request #2900 from jtattermusch/csharp_exceptions
...
Getting rid of unnecessary exception type
10 years ago
Tim Emiola
f758959582
Merge pull request #2768 from murgatroid99/node_disable_deprecation_warning
...
Disabled deprecation warnings in Node build
10 years ago
Nicolas "Pixel" Noble
720903ae6d
Fixing merge failures.
10 years ago
Nicolas "Pixel" Noble
9b6248fc6d
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
...
Conflicts:
src/node/ext/call.cc
src/node/ext/channel.cc
10 years ago
murgatroid99
b8167bbc23
Revert changes to submodule
10 years ago
murgatroid99
e87997faa2
Fixed failing cloud-to-prod auth interop tests
10 years ago
Jan Tattermusch
94829fb7b1
remove OperationFailedException also from the project file
10 years ago
Jan Tattermusch
3b226512d4
Merge pull request #2895 from jtattermusch/switch_to_usable_auth
...
migrate to usable auth library
10 years ago
Jan Tattermusch
0c140a863e
migrate to usable auth library
10 years ago
Jan Tattermusch
ebf4046d7f
getting rid of unnecessary exception type
10 years ago
Yang Gao
023878c5c2
Merge pull request #2893 from jboeuf/fix_clock_in_jwt_verifier
...
Fixing clock type for JWT verifier tool.
10 years ago
Tim Emiola
eb87fbbc4a
Merge pull request #2773 from murgatroid99/node_null_call_host
...
Expose per-call host override option in Node
10 years ago
Tim Emiola
7493677632
Merge pull request #2872 from jtattermusch/fix_preconditions
...
C# code cleanup
10 years ago
Nathaniel Manista
2bd1fe82f9
Merge pull request #2826 from soltanmm/typo-fix
...
Fix debug annotation typo in Python.
10 years ago
Vijay Pai
3ae11042fd
clang-format
10 years ago
vjpai
b1db869e1a
Address concerns from review
10 years ago
Vijay Pai
b4b920486e
Merge pull request #2894 from grpc/blast-from-the-past
...
Removed "<:" bigram confusing gcc 4.4
10 years ago
David G. Quintas
086a982744
Removed "<:" bigram confusing gcc 4.4
...
Resulted in error:
```test/cpp/end2end/end2end_test.cc:120: error: ‘<::’ cannot begin a template-argument list
test/cpp/end2end/end2end_test.cc:120: note: ‘<:’ is an alternate spelling for ‘[’. Insert whitespace between ‘<’ and ‘::’
test/cpp/end2end/end2end_test.cc:120: note: (if you use ‘-fpermissive’ G++ will accept your code)
make: *** [objs/opt/test/cpp/end2end/end2end_test.o] Error 1```
10 years ago
Julien Boeuf
c7176a80ab
Fixing clock type.
10 years ago
murgatroid99
9bfb16aaf2
Fixed lint errors
10 years ago
murgatroid99
9e2b7c81b1
Resolved merge conflicts with master
10 years ago
Tim Emiola
d9357a55f5
Merge branch 'grpc-ruby-enable-propagation-between-calls' of github.com:tbetbetbe/grpc into grpc-ruby-enable-propagation-between-calls
10 years ago
Tim Emiola
fde3dbfb87
Allow reserved metadata to be propagated between calls
10 years ago
Jan Tattermusch
bc447deaad
Merge pull request #2888 from tbetbetbe/grpc-ruby-user-null-for-default-host
...
Use null for default host
10 years ago
Tim Emiola
fb48fcfe53
Allow reserved metadata to be propagated between calls
10 years ago
Tim Emiola
7369dcb12b
Use null for default host
10 years ago
Nicolas "Pixel" Noble
b457cd831a
Merge remote-tracking branch 'google/master' into the-ultimate-showdown
...
Conflicts:
src/csharp/ext/grpc_csharp_ext.c
10 years ago
Nicolas "Pixel" Noble
f0b417dc84
Merge branch 'the-ultimate-showdown' of github.com:nicolasnoble/grpc into the-ultimate-showdown
10 years ago
Nicolas "Pixel" Noble
3ac7d010d5
Reverted unintended change.
10 years ago
Hongyu Chen
e98551723a
Merge remote-tracking branch 'upstream/master'
10 years ago
Hongyu Chen
7adbb64307
Build file changes
10 years ago
Julien Boeuf
e41d3ade7b
Fixing test.
10 years ago
Julien Boeuf
8f52853e13
Fixing error code as discussed during the review.
10 years ago
Nathaniel Manista
73578f7f62
Merge pull request #2887 from tbetbetbe/grpc-ruby-default-timeout-of-infinity-will-clearly-not-suprise-most-users
...
Sets Ruby's default timeout to infinity.
10 years ago
David Garcia Quintas
616b375e35
Merged PerformLargeCompressedUnary into PerformLargeUnary
10 years ago
jboeuf
2046954e1e
Merge pull request #2879 from yang-g/call_grpc_init_first
...
call grpc_init for GoogleDefaultCredentials
10 years ago
Stanley Cheung
6012a04fef
Merge pull request #2889 from tbetbetbe/grpc-ruby-cleanup-grpc-gemspec
...
Corrects the way the gemspec refers to various files
10 years ago
yang-g
0c034a01d1
client code clean up
10 years ago