Jorge Canizales
|
a38baaec9c
|
Subclass GRXWriter instead of conforming to protocol
|
9 years ago |
Jorge Canizales
|
739c99879a
|
Codegen GRXWriter* instead of id<GRXWriter>
|
9 years ago |
Jorge Canizales
|
a8c5d96893
|
id<GRXWriter> -> GRXWriter * in the tests
|
9 years ago |
Jorge Canizales
|
5604712b03
|
id<GRXWriter> -> GRXWriter * in the runtime
|
9 years ago |
Jorge Canizales
|
7b52c98e62
|
Separate GRXForwardingWriter, delete the protocol
|
9 years ago |
Jan Tattermusch
|
e85483b392
|
Merge pull request #2389 from nicolasnoble/let-s-run-ruby-on-macos
Setting up ruby environment for macos.
|
10 years ago |
Jan Tattermusch
|
2884b6a06f
|
Merge pull request #2454 from stanley-cheung/php_minor_fix
php script minor fix
|
10 years ago |
Stanley Cheung
|
4ff154ef30
|
Merge pull request #2459 from jtattermusch/csharp_metadata_refactoring
C# client-side metadata refactoring
|
10 years ago |
Jan Tattermusch
|
55652c74a2
|
remove trailing whitespace
|
10 years ago |
Eric Anderson
|
2f89e400be
|
Merge pull request #2422 from yang-g/per_call_oauth_creds
Clarify the oauth2_auth_token scenario and add the per call credentia…
|
10 years ago |
Michael Lumish
|
c478c13c63
|
Merge pull request #2469 from jcanizales/remove-flakes
Increase timeout of tests to remove flakes.
|
10 years ago |
Michael Lumish
|
ccd89f084f
|
Merge pull request #2467 from jcanizales/readme-objc-to-alpha
List Objective-C library as alpha.
|
10 years ago |
Craig Tiller
|
f101af1ab4
|
Merge pull request #2468 from yang-g/cleanup_handshaking_channels_when_server_shutdown
Clean up handshaking server channels properly
|
10 years ago |
Jorge Canizales
|
5580e5d248
|
Increase timeout of tests to remove flakes.
|
10 years ago |
yang-g
|
097468d43a
|
Clean up handshaking server channels properly
|
10 years ago |
Jorge Canizales
|
0a4615d2a9
|
List Objective-C library as alpha.
|
10 years ago |
Jan Tattermusch
|
0327ce5ca8
|
Merge pull request #2390 from nicolasnoble/we-have-both-kinds
Enabling 32 bits downgrade of our environment.
|
10 years ago |
Nicolas "Pixel" Noble
|
b8c1524728
|
Enabling 32 bits downgrade of our environment.
|
10 years ago |
Michael Lumish
|
58ff670f03
|
Merge pull request #2462 from nicolasnoble/bash-is-not-for-everyone
Replacing echo -e with a more generic system.
|
10 years ago |
Craig Tiller
|
3e5d61670e
|
Merge pull request #2371 from yang-g/security_context2
remove dead file
|
10 years ago |
Craig Tiller
|
8ea63085c5
|
Merge pull request #2383 from vjpai/lockfree-stack
Lockfree stack
|
10 years ago |
Craig Tiller
|
e845d980e5
|
Merge pull request #2406 from dgquintas/writeoptions
Added WriteOptions for per-message flags and modified CallOps to use it.
|
10 years ago |
Craig Tiller
|
a430479e64
|
Merge pull request #2408 from nicolasnoble/generate_projects-should-mkdir
generate_projects.py should make directories.
|
10 years ago |
Craig Tiller
|
ded3f69716
|
Merge pull request #2442 from yang-g/authcontext_lazy_create_at_server
Create server side auth context lazily
|
10 years ago |
Nicolas "Pixel" Noble
|
367e30feeb
|
Replacing echo -e with a more generic system.
The 'tr' command can actually accept escapes, such as \n.
|
10 years ago |
yang-g
|
7eab56b055
|
Resolve comments
|
10 years ago |
Jan Tattermusch
|
fd953a514c
|
add support for per-call metadata
|
10 years ago |
Jan Tattermusch
|
b533281e8e
|
adjust C# generator to match the new API
|
10 years ago |
Jan Tattermusch
|
e5c9b80566
|
renaming stub to client and refactoring metadata class
|
10 years ago |
Michael Lumish
|
5a9674c0e7
|
Merge pull request #2419 from jtattermusch/nuget_versioning_simplification
Nuget versioning simplification
|
10 years ago |
Jan Tattermusch
|
37fccb0d38
|
make build_packages.bat provide version of grpc.native.csharp_ext dependency
|
10 years ago |
Jan Tattermusch
|
a5800706fa
|
introduce Version.cs as single source of truth of gRPC C# version
|
10 years ago |
Jan Tattermusch
|
48f7ed4442
|
pick up nuget package version from cmdline param and fix nuget build
|
10 years ago |
Michael Lumish
|
761940da37
|
Merge pull request #2418 from jtattermusch/csharp_healthchecking
C# health service
|
10 years ago |
Jan Tattermusch
|
5253467d5c
|
C# health checking support
|
10 years ago |
Michael Lumish
|
e6d12d335c
|
Merge pull request #2453 from tbetbetbe/grpc-ruby-update-requirements-comment
Updates the requirements comment before releasing on the release branch
|
10 years ago |
Tim Emiola
|
8092af8678
|
Updates the requirements comment before releasing on the release branch
|
10 years ago |
Stanley Cheung
|
e726a53a6c
|
php script minor fix
|
10 years ago |
Yang Gao
|
0ea6be31be
|
Merge pull request #2450 from dgquintas/frame_data_one_byte
Fixed wrong frame parsing
|
10 years ago |
Yang Gao
|
21728804c7
|
Merge pull request #2428 from vjpai/gcc44_issues
Fixes for older C++ compilers (remove lambdas, brace init, and nullptr ambiguity)
|
10 years ago |
David Garcia Quintas
|
c3a00cd153
|
Fixed wrong frame parsing
|
10 years ago |
Vijay Pai
|
94fd462df8
|
override and final
|
10 years ago |
Michael Lumish
|
177503c508
|
Merge pull request #2332 from jtattermusch/implicit_initialize_rebased
Get rid of explicit GrpcEnvironment.Initialize
|
10 years ago |
Michael Lumish
|
e53f593d14
|
Merge pull request #2438 from stanley-cheung/update_homebrew_php_ext_dir
Update homebrew PHP extension location
|
10 years ago |
Masood Malekghassemi
|
13797c3579
|
Merge pull request #2251 from nathanielmanistaatgoogle/links
links interface and gRPC-on-wire implementation
|
10 years ago |
Vijay Pai
|
d54c3e6b39
|
clang-format changed files
|
10 years ago |
vjpai
|
d6cc1814c0
|
Name arguments
|
10 years ago |
yang-g
|
94d6225ae7
|
Create server side auth context lazily
|
10 years ago |
Stanley Cheung
|
316eedd4e1
|
regex
|
10 years ago |
Vijay Pai
|
181ef45f5e
|
Addressing outstanding typos and comments
Clang-format of changed files
|
10 years ago |