Jan Tattermusch
|
e0be467c33
|
Update c# docs for release 0.11
|
9 years ago |
vjpai
|
50d653476d
|
Annotate sleep calls
|
9 years ago |
Craig Tiller
|
cc5dc5bbaf
|
Fast path for proto serialization for small protos
|
9 years ago |
vjpai
|
7e0289e1c2
|
Annotate blocking file operations
|
9 years ago |
David Garcia Quintas
|
9851e3dbfc
|
Fixed wrong test for FEATURE_MASK_SUPPORTS_HOSTNAME_VERIFICATION
|
9 years ago |
Stanley Cheung
|
a25facb0b5
|
Merge pull request #3478 from stanley-cheung/php_add_cli_flag_to_scripts
PHP: need additional cli flags in scripts
|
9 years ago |
Stanley Cheung
|
81449fdb7f
|
php: need additional cli flags in scripts
|
9 years ago |
murgatroid99
|
03c583fb86
|
Completed partial sentence
|
9 years ago |
Tim Emiola
|
0972f146f8
|
Merge pull request #3477 from stanley-cheung/php_update_helloworld
PHP: update helloworld and route guide
|
9 years ago |
Stanley Cheung
|
495ad778e1
|
Merge pull request #3475 from tbetbetbe/release-0_11
Fixes for the scripts packaged in the ruby gem
|
9 years ago |
Stanley Cheung
|
5d776c7e2d
|
Merge pull request #3442 from tbetbetbe/release-0_11-ruby_doc_updates
Release 0 11 ruby doc updates
|
9 years ago |
Craig Tiller
|
fc193e1ff4
|
Fix a livelock issue
|
9 years ago |
Stanley Cheung
|
d2dd37bca9
|
php: update helloworld and route guide after beta release
|
9 years ago |
Tim Emiola
|
9949e5fbb9
|
Merge pull request #3469 from ctiller/nodox
Remove docs from master
|
9 years ago |
Vijay Pai
|
87cec15665
|
Merge branch 'master' into block_annotate and fix conflict in resolve_address_posix.c
|
9 years ago |
Vijay Pai
|
3dd3ba1efa
|
Rebuild all project files with new header included
|
9 years ago |
Vijay Pai
|
4473a087fe
|
Cleanup existing code to use GPR_ARRAY_SIZE
|
9 years ago |
Craig Tiller
|
6301038bfc
|
Fix some bugs leading to memory leaks
|
9 years ago |
Craig Tiller
|
8dc0971133
|
Merge github.com:grpc/grpc into shindig
|
9 years ago |
Nicolas Noble
|
2c6206c32d
|
Merge pull request #3330 from ctiller/come-out-of-the-shadow
Enable -Wshadow
|
9 years ago |
Vijay Pai
|
ba130550fc
|
Put in blocking point annotations at places in the code where we may block for reasons other than synchronization
|
9 years ago |
Craig Tiller
|
7f0273fd02
|
Merge github.com:grpc/grpc into shindig
|
9 years ago |
Craig Tiller
|
d383b0f7e7
|
Integrate docker-based clang_format with Jenkins
|
9 years ago |
Tim Emiola
|
0deeb04a0b
|
Bump version to reflect changes to the gRPC ruby package
|
9 years ago |
David G. Quintas
|
515a624cfc
|
Merge pull request #3470 from ctiller/portlog
Dump portlog.txt on port server error, detect crashes earlier
|
9 years ago |
Tim Emiola
|
c03138a483
|
Fixes bins in the grpc beta package
|
9 years ago |
Craig Tiller
|
ddf3a511aa
|
Add clang-format to sanity
|
9 years ago |
Craig Tiller
|
5cf7013c4b
|
Merge
|
9 years ago |
murgatroid99
|
dbd1b54027
|
Fixed updated link
|
9 years ago |
murgatroid99
|
7e6db788b5
|
Made Node example README point to Node installation instructions
|
9 years ago |
Craig Tiller
|
f8b14ca5f2
|
Merge github.com:grpc/grpc into come-out-of-the-shadow
|
9 years ago |
murgatroid99
|
43a147959e
|
Added test for using gRPC with other async operations
|
9 years ago |
Craig Tiller
|
a2f38b0563
|
Dump portlog.txt on port server error, detect crashes earlier
|
9 years ago |
Nate Kibler
|
d09a28e4a3
|
Merge branch 'grpc/master'
|
9 years ago |
Craig Tiller
|
5c329efca8
|
Remove docs from master
|
9 years ago |
Michael Lumish
|
9e71674ab9
|
Merge pull request #3459 from ctiller/its-a-gyp
Fix (hackily) fling_stream_test under gyp
|
9 years ago |
Craig Tiller
|
3dedb70b38
|
Implement turnstile polling for Windows
|
9 years ago |
David G. Quintas
|
40a595135d
|
Merge pull request #3456 from ctiller/no-animals
Disable zookeeper test for now
|
9 years ago |
Craig Tiller
|
fb41adcdd4
|
Merge pull request #3460 from ctiller/compiler-be-broked
Fix build breakage
|
9 years ago |
Craig Tiller
|
164bb07d64
|
Fix build breakage
|
9 years ago |
Craig Tiller
|
91318bc256
|
Add retries for flaky tests (enabled by default for now)
|
9 years ago |
Craig Tiller
|
c1385d6705
|
Fix (hackily) fling_stream_test under gyp
|
9 years ago |
Craig Tiller
|
7bedba8c45
|
Disable zookeeper test for now
|
9 years ago |
Tim Emiola
|
98ef7a277d
|
Update status to Beta
|
9 years ago |
Craig Tiller
|
ee56eb60c8
|
Merge pull request #3444 from dgquintas/lb_policies_test
Improvements to lb_policies_test's rebirth testcase.
|
9 years ago |
David G. Quintas
|
6d934529b9
|
Updated end2end/README
|
9 years ago |
Michael Lumish
|
e748cd6ccc
|
Merge pull request #3435 from jtattermusch/update_csharp_examples
Update C# examples to 0.7.1 release
|
9 years ago |
murgatroid99
|
fe0cb12958
|
Updated quick start README, replaced route guide docs with link to grpc.io
|
9 years ago |
David G. Quintas
|
e5515d476d
|
Merge pull request #3372 from grpc/release-0_11
Release 0.11 to master upmerge.
|
9 years ago |
David Garcia Quintas
|
d09cce1969
|
Improvements to lb_policies_test's rebirth testcase.
|
9 years ago |