Craig Tiller
|
017912dac9
|
Add missing lock
|
10 years ago |
Craig Tiller
|
1c6c1e4322
|
Merge pull request #1801 from yang-g/test
Leak fix, the metadata array should be destroyed on the server SyncRe…
|
10 years ago |
David G. Quintas
|
89c0105390
|
Merge pull request #1781 from ctiller/test-we-can-tell-people-things
Add a test of cmdline usage strings - and make them saner
|
10 years ago |
Michael Lumish
|
0f7ffe1fa7
|
Merge pull request #1811 from grpc/jtattermusch-patch-1
Minor improvements to C# readme
|
10 years ago |
Jan Tattermusch
|
5915a7f455
|
Minor improvements to C# readme
|
10 years ago |
Craig Tiller
|
7851aa8db3
|
Fix null deref
|
10 years ago |
Masood Malekghassemi
|
19b1478f14
|
Update protobuf to release v3.0.0-alpha-3
Fixes #1759.
|
10 years ago |
Craig Tiller
|
0c1d27833e
|
Refactor pollset_kick
Allow multiple threads to be polling
Remove unnecessary windows stubs
|
10 years ago |
Craig Tiller
|
463f23712f
|
Add debugging
|
10 years ago |
Masood Malekghassemi
|
e0281bbbf1
|
Set verbosity to 2 for Python tests
Fixes #1762.
|
10 years ago |
Craig Tiller
|
609d68a032
|
Merge pull request #9 from murgatroid99/node_server_shutdown_notify
Updated Node server to use new shutdown semantics
|
10 years ago |
Tim Emiola
|
dd7a036f75
|
Add's logging tweaks thread interaction for bidi_server
|
10 years ago |
Craig Tiller
|
5ec3bfab9b
|
clang-format
|
10 years ago |
Craig Tiller
|
533c34f9e8
|
Merge github.com:grpc/grpc into we-dont-need-no-cv
|
10 years ago |
Yang Gao
|
7b49a7737c
|
Leak fix, the metadata array should be destroyed on the server SyncRequest
|
10 years ago |
Nicolas Noble
|
40c466583c
|
Merge pull request #1787 from ctiller/refactor-some-growing-insanity
Factor out extra json generation
|
10 years ago |
Craig Tiller
|
06e3f446ee
|
Eliminate bashisms
|
10 years ago |
Craig Tiller
|
3f529a2c87
|
Eliminate empty_pollset
|
10 years ago |
Stanley Cheung
|
9cb508dd2b
|
add composer.json to top level for packagist submission
|
10 years ago |
murgatroid99
|
cd35c4c159
|
Updated server to use new shutdown semantics
|
10 years ago |
Craig Tiller
|
aca6ea65c3
|
Empty pollset must be kickable.
We *may* want to merge the unary and empty cases here.
|
10 years ago |
Craig Tiller
|
b8933b3878
|
Add copyrights
|
10 years ago |
Craig Tiller
|
a5b517fa15
|
Factor out extra json generation
This logic needs to be reusable in some other scripts
|
10 years ago |
Craig Tiller
|
390561874f
|
Add debug
|
10 years ago |
Craig Tiller
|
ba2e755701
|
Merge branch 'you-complete-me' into we-dont-need-no-cv
|
10 years ago |
Craig Tiller
|
201035d4a6
|
Merge github.com:grpc/grpc into you-complete-me
|
10 years ago |
Craig Tiller
|
bf26c53b10
|
Merge github.com:grpc/grpc into we-dont-need-no-cv
|
10 years ago |
Craig Tiller
|
44883302c3
|
Remove condition variable from pollset
|
10 years ago |
Nicolas Noble
|
5ae14d1a5b
|
Merge pull request #1774 from ctiller/maybe-we-should-run-some-more-tests
Re-enable some tests
|
10 years ago |
Nicolas Noble
|
bea0048171
|
Merge pull request #1770 from jtattermusch/plugin_vcxproj
Provide VS projects for building protoc plugins on Windows
|
10 years ago |
Tim Emiola
|
2c31a56d4a
|
Merge pull request #1777 from stanley-cheung/use_consistent_port_numbers
fix php generated code test server port
|
10 years ago |
Craig Tiller
|
0f29c4d375
|
Merge github.com:grpc/grpc into we-dont-need-no-backup
|
10 years ago |
vjpai
|
675140ca1d
|
Merge branch 'master' into poisson
Conflicts:
Makefile
test/cpp/qps/client_async.cc
test/cpp/qps/qpstest.proto
|
10 years ago |
Stanley Cheung
|
5e9757bf0f
|
Merge pull request #1773 from donnadionne/test-log
Adding 2 helper build scripts to allow docker images to be built
|
10 years ago |
Craig Tiller
|
46a36d7cab
|
Merge pull request #1778 from yang-g/test
Unref the slices if no write will happen.
|
10 years ago |
Jan Tattermusch
|
a7361c79b6
|
update nuspec files
|
10 years ago |
Craig Tiller
|
03c17abf87
|
Merge branch 'you-complete-me' of github.com:ctiller/grpc into you-complete-me
|
10 years ago |
Craig Tiller
|
6ec402b9ea
|
Expand comment
|
10 years ago |
Vijay Pai
|
e396a3f314
|
Merge pull request #1608 from ctiller/scalable-poll
More scalable unary polling
|
10 years ago |
Craig Tiller
|
e7023612ef
|
Add a test of cmdline usage strings - and make them saner
|
10 years ago |
Craig Tiller
|
baac940331
|
Add comment
|
10 years ago |
Craig Tiller
|
d1369aa134
|
Merge github.com:grpc/grpc into scalable-poll
|
10 years ago |
Vijay Pai
|
a3c9fb0813
|
Merge pull request #1649 from dgquintas/qps_reporter_refactoring
Refactored benchmark reporting mechanism.
|
10 years ago |
Yang Gao
|
dbf8fdc073
|
Unref the slices if no write will happen.
|
10 years ago |
Nicolas Noble
|
f381f2596f
|
Merge pull request #1772 from jtattermusch/generator_fixes
Flush printers in protoc plugins properly
|
10 years ago |
Stanley Cheung
|
a4ad39176f
|
fix php generated code test server port
|
10 years ago |
Craig Tiller
|
10c763ac62
|
Update doxygen
|
10 years ago |
Craig Tiller
|
d9ba0a5cf6
|
Merge branch 'you-complete-me' of github.com:ctiller/grpc into you-complete-me
|
10 years ago |
Craig Tiller
|
2dc3aab38b
|
Merge github.com:grpc/grpc into you-complete-me
|
10 years ago |
Craig Tiller
|
7a1b415237
|
Re-enable some tests
|
10 years ago |