Craig Tiller
dd161a0abd
Merge github.com:grpc/grpc into virtuous-velvit-velociraptor
9 years ago
vjpai
b76f3ada11
Fix bug on shutdown case
9 years ago
vjpai
b28456b1e4
Add dynamic thread pool and initial port of test
9 years ago
Craig Tiller
994c2620e3
Fix flow control
...
- sending of window updates is now integrated with the primary write
path, making this far more robust
- iomgr starts up after shutdown correctly again
9 years ago
Yang Gao
2e7ce15635
Merge pull request #2617 from jboeuf/jwt_creds_renaming
...
Renaming jwt_credentials to service_account_jwt_access_credentials.
9 years ago
Craig Tiller
1ed96ba292
Merge branch 'flow_control_buf_fix' of github.com:yang-g/grpc into virtuous-velvit-velociraptor
9 years ago
Craig Tiller
e2f2e9a31a
Integration fix
9 years ago
Craig Tiller
7cb0853755
Merge github.com:grpc/grpc into elliptic-orange-chamelion
9 years ago
Craig Tiller
b256faa353
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
9 years ago
Marcin Wyszynski
1a2ac33f1f
Avoid stupid double conversion
9 years ago
Marcin Wyszynski
ea0c18b3f2
Make time_t to int conversion explicit on tv_nsec
9 years ago
Marcin Wyszynski
ac91eddb60
Avoid implicit conversion on array_length
9 years ago
Craig Tiller
f7e7d089fe
Integration fix
9 years ago
Craig Tiller
0ee2d20daa
Merge github.com:grpc/grpc into warbling-wombat
9 years ago
murgatroid99
a627d8939d
Changed object keys to valid identifier names
9 years ago
Craig Tiller
5126bb6d82
Merge pull request #2493 from a-veitch/record_stat
...
Census record stats API
9 years ago
Craig Tiller
94329d0965
Make the server report monotonic times for deadlines
...
For very high performance systems, we're going to want to be able to
simply push the value reported from the server down onto clients.
If we report realtime now, then all wrapped languages are going to
assume it, meaning that such a change will be impossible later.
9 years ago
Yang Gao
b70440bb1d
Merge pull request #2542 from ctiller/tell-me-who-you-might-be
...
Expose call peer uri from C core
9 years ago
Stanley Cheung
dd0f4fa009
Merge pull request #2628 from stanley-cheung/add_homebrew_to_jenkins
...
Minor jenkins script cleanjup
9 years ago
Stanley Cheung
f4f6bc2c77
Minor jenkins script cleanjup
9 years ago
Vijay Pai
d435caa13e
Merge pull request #2625 from jcanizales/fix-c-install-typo
...
Fix typo in gtest install instructions for Mac
9 years ago
yang-g
6f30decf79
Flow control fix
9 years ago
Yang Gao
1451f2e919
Merge pull request #2571 from vjpai/cent6-issues
...
Remove one range-based for and do appropriate static casts on nullptr
9 years ago
Yang Gao
8b89bdeee7
Merge pull request #2622 from ctiller/look-at-the-trees
...
Prevent applications from sending reserved metadata
9 years ago
Jorge Canizales
123e5d883f
Fix typo in gtest install instructions for Mac
9 years ago
David G. Quintas
be7d16daf2
Merge pull request #2621 from ctiller/forgetful-frederic-feeds-frogs-frankfurts
...
Fix interop tests by ensuring non-http-special metadata precedes othe…
9 years ago
Craig Tiller
9835a13628
Handle a race where a new call comes in post-shutdown a little better
9 years ago
Craig Tiller
d9ddc77ff0
Filter out reserved metadata so that applications cant mess us up
9 years ago
Craig Tiller
6c2d56b7ef
Addressing review comments
9 years ago
Craig Tiller
6eac01e200
ObjC formatting fix
9 years ago
Craig Tiller
b358c41c7e
Move clock type
9 years ago
Craig Tiller
6159c07709
Fix interop tests by ensuring non-http-special metadata precedes other metadata
9 years ago
Stanley Cheung
e19b75a8c3
Merge pull request #2619 from stanley-cheung/add_homebrew_to_jenkins
...
Jenkins: macos homebrew, fix ruby gem path
9 years ago
Stanley Cheung
0308274267
fix ruby gem path
9 years ago
Jeff Peoples
39ae034403
Update README.md
9 years ago
Julien Boeuf
fe4c3f4f14
Renaming jwt_credentials to service_account_jwt_access_credentials.
9 years ago
Nathaniel Manista
6a7418cd20
Merge pull request #2609 from soltanmm/c89
...
Fix Python C89 pedantry in _adapter/_c/utility.c
9 years ago
vjpai
6c22619d7b
Debugging support to check for double-push and valid pop
9 years ago
Masood Malekghassemi
b6d613730f
Fix Python C89 pedantry
9 years ago
Michael Lumish
73a31c50bb
Merge pull request #2604 from murgatroid99/node_user_agent_string
...
Set user-agent string in Node clients
9 years ago
Stanley Cheung
2cf0ba4545
Merge pull request #2608 from stanley-cheung/add_homebrew_to_jenkins
...
Run homebrew installation script on Jenkins macos instance
9 years ago
Stanley Cheung
f64825f24b
run homebrew installation script on macos jenkins
9 years ago
Stanley Cheung
49c8a15357
Merge pull request #2607 from jtattermusch/csharp_improvements
...
Set primary user agent in C# channel
9 years ago
Jan Tattermusch
ae017092ad
fix stylecop warnings
9 years ago
Jan Tattermusch
b146ef62c4
added generated file Health.cs to stylecop ignore
9 years ago
Jan Tattermusch
766d72b1c0
set primary user agent by C# channel
9 years ago
Stanley Cheung
88b8a036ce
Merge pull request #2597 from jtattermusch/csharp_metadata
...
Improving C# metadata API
9 years ago
yang-g
52e4de1ea1
Fix node test. Remove all the server fake credentials references
9 years ago
murgatroid99
d601ff5e9d
Fixed setting user-agent string
9 years ago
Craig Tiller
6999c096d8
Canonicalize metadata keys in core
9 years ago