Craig Tiller
|
919175b619
|
Merge github.com:grpc/grpc into grand-unified-closures
|
9 years ago |
kpayson64
|
32d3fbe284
|
Merge pull request #7163 from nathanielmanistaatgoogle/call-credentials
Support composition of arbitrarily many CallCredentials objects
|
9 years ago |
Nicolas Noble
|
2d5f853889
|
Merge pull request #7203 from murgatroid99/node_separate_health_check
Split Node health check code into a separate package and make it use static codegen
|
9 years ago |
Nicolas Noble
|
cf9742f16b
|
Merge pull request #7268 from ctiller/smaller_max_message_size
Reduce default max message size
|
9 years ago |
kpayson64
|
887737945b
|
Merge pull request #7177 from kpayson64/python_codegen
Updated example codegen to use grpcio-tools
|
9 years ago |
kpayson64
|
4e19d66514
|
Merge pull request #7260 from kpayson64/ga_performance_tests
Migrated python performance tests to use GA API
|
9 years ago |
kpayson64
|
f5d5ad823d
|
Merge pull request #7275 from kpayson64/python_min_memory_cleanup
Removed cython client-side call tracking
|
9 years ago |
kpayson64
|
d3918fd870
|
Merge pull request #7100 from sreecha/stress_test_metrics_fix
Stress tests: Fix metrics-client logging
|
9 years ago |
kpayson64
|
98b24414d1
|
Merge pull request #6783 from thinkerou/compress
Make PHP work correctly when receiving a compressed message
|
9 years ago |
kpayson64
|
2bece9e0e1
|
Merge pull request #7156 from stanley-cheung/php-add-comment-shutdown-warning
PHP: add warning about shutdown function
|
9 years ago |
kpayson64
|
703bfbeb93
|
Merge pull request #7239 from jboeuf/fix_7182
Change the return status codes according to the doc
|
9 years ago |
makdharma
|
5a412cf891
|
Merge pull request #7219 from jcanizales/merge-0.14-into-master
Merge 0.14 into master
|
9 years ago |
thinkerou
|
39f72a18fe
|
fetch and fix conflict
|
9 years ago |
Craig Tiller
|
ece4aaf578
|
Fix header
|
9 years ago |
Craig Tiller
|
09df1d6e65
|
Make workqueue lockfree, and distributing
|
9 years ago |
Craig Tiller
|
9b22a46dd4
|
Fix test
|
9 years ago |
Craig Tiller
|
f7cade1b4f
|
Rename async_execution_lock --> combiner, make it use closures, unroll previous changes for idleness
|
9 years ago |
Craig Tiller
|
765c538d72
|
Revert "Add the ability to run some action when the lock becomes idle"
This reverts commit c9d4b81dab .
|
9 years ago |
Craig Tiller
|
3f417b7e73
|
Merge branch 'delayed-write' into grand-unified-closures
|
9 years ago |
Craig Tiller
|
7b88b4b4b5
|
Merge branch 'atm2' of github.com:ctiller/grpc into atm2
|
9 years ago |
Craig Tiller
|
b1793a6780
|
Merge github.com:grpc/grpc into atm2
|
9 years ago |
Stanley Cheung
|
c28a6c1b3b
|
Merge pull request #6693 from thinkerou/phpt
Changed the README file of PHP example
|
9 years ago |
Ken Payson
|
ea1b16f82f
|
Removed cython client-side call tracking
This ensures sync calls get cancelled after
a keyboard interrupt, as well as all calls
getting destroyed before grpc_shutdown()
|
9 years ago |
kpayson64
|
34967b7306
|
Merge pull request #7270 from kpayson64/ruby_ga_change
Change cancelled to cancelled?
|
9 years ago |
Stanley Cheung
|
69f9e448f8
|
revert debug log change
|
9 years ago |
Stanley Cheung
|
692a38f7fa
|
php: update example composer.json
|
9 years ago |
Stanley Cheung
|
8b249088b0
|
php: add warning about shutdown function
|
9 years ago |
Ken Payson
|
b156671023
|
Change cancelled to cancelled?
|
9 years ago |
Craig Tiller
|
7e9cff9ea5
|
Merge github.com:grpc/grpc into smaller_max_message_size
|
9 years ago |
Nathaniel Manista
|
22869a00fd
|
Composition of arbitrarily many CallCredentials
|
9 years ago |
Nicolas Noble
|
e705dc44a1
|
Merge pull request #7190 from dgquintas/bb_reader_error
Return success status of grpc_byte_buffer_reader_init
|
9 years ago |
kpayson64
|
8fddced6cb
|
Merge pull request #7159 from jcanizales/p0-connectivity-app
App to manually test behavior under changing connectivity conditions
|
9 years ago |
Craig Tiller
|
9908839901
|
Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write
|
9 years ago |
Craig Tiller
|
fbf03c1735
|
Fix high seqno tests, up runtimes for benchmark tests to flush more bugs
|
9 years ago |
kpayson64
|
b73dd2678c
|
Merge pull request #7251 from dgquintas/fix_cpp_deps
Added missing dependencies to grpc++_base
|
9 years ago |
Craig Tiller
|
590092ba28
|
Fix windows compilation
|
9 years ago |
Craig Tiller
|
cbff482249
|
Reduce default max message size
|
9 years ago |
Craig Tiller
|
8e8027bad6
|
clang-format
|
9 years ago |
Craig Tiller
|
6c8619bbe7
|
Better fix for flow control bug
|
9 years ago |
Craig Tiller
|
e940d30f4c
|
Remove spam
|
9 years ago |
Craig Tiller
|
c0e73da8c2
|
Fix flow control issue, make debugging in the future easier
|
9 years ago |
Sree Kuchibhotla
|
9181754cd9
|
Merge branch 'master' into stress_test_metrics_fix
|
9 years ago |
Craig Tiller
|
79a904a536
|
Merge branch 'nst-race' into delayed-write
|
9 years ago |
Craig Tiller
|
ba61f4ac84
|
Merge github.com:grpc/grpc into delayed-write
|
9 years ago |
Craig Tiller
|
2cbe754285
|
Merge pull request #7204 from ctiller/tsan-server-fix
Fix TSAN failure in tcp_server (shown via qps_openloop_test)
|
9 years ago |
Craig Tiller
|
81ea637528
|
Merge github.com:grpc/grpc into delayed-write
|
9 years ago |
Ken Payson
|
45c0f2b305
|
Migrated python performance tests to use GA API
|
9 years ago |
David Garcia Quintas
|
86fad02d91
|
Merge branch 'protobuf-submodule-update' of https://github.com/nicolasnoble/grpc into fix_cpp_deps
|
9 years ago |
David Garcia Quintas
|
b44b385ad2
|
Merge branch 'fix_cpp_deps' of https://github.com/dgquintas/grpc into bb_reader_error
|
9 years ago |
David Garcia Quintas
|
de5cc7a1bd
|
Merge branch 'protobuf-submodule-update' of https://github.com/nicolasnoble/grpc into bb_reader_error
|
9 years ago |