Jan Tattermusch
|
5512a5ffde
|
Merge pull request #6322 from murgatroid99/node_service_default_method
Make Node servers warn instead of fail when a method is missing a handler
|
9 years ago |
Craig Tiller
|
904e0a5086
|
Fix typo
|
9 years ago |
Craig Tiller
|
d0b3ae40f7
|
Fix double delete
|
9 years ago |
Jan Tattermusch
|
0d6fee6c8e
|
Merge pull request #2286 from ctiller/split-me-baby-one-more-time
Further lock contention reduction for CHTTP2
|
9 years ago |
murgatroid99
|
9003768b0a
|
Fixed unused parameter error
|
9 years ago |
Jan Tattermusch
|
c230881333
|
Merge pull request #6285 from dgquintas/fix_plugin_tracers
Init tracers after plugin registration
|
9 years ago |
Jan Tattermusch
|
2ea6765faf
|
Merge pull request #6321 from soltanmm/doc
Add Windows-specifics to Python docs
|
9 years ago |
Jan Tattermusch
|
7fb941ec43
|
Merge pull request #6260 from sreecha/stress_test_misc
Simplify QPS Metrics collection
|
9 years ago |
Jan Tattermusch
|
15692582eb
|
Merge pull request #6328 from jtattermusch/performance_tests_facelift
Better killing of pending QpsWorkers (in single-machine setup).
|
9 years ago |
murgatroid99
|
9e3538c57d
|
Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback
|
9 years ago |
Jan Tattermusch
|
7f789d6cf3
|
Merge pull request #6324 from jtattermusch/interop_fixups
Interop test cleanup
|
9 years ago |
Jan Tattermusch
|
c18a85949a
|
Merge pull request #6348 from jtattermusch/csharp_codegen_comments
Add comments to generated C# files.
|
9 years ago |
Jan Tattermusch
|
bfee01ddc8
|
regenerate C# sources
|
9 years ago |
Jan Tattermusch
|
59c20edc3b
|
add comments from .proto file to generated C# files
|
9 years ago |
Craig Tiller
|
4cbaccfa60
|
clang-format
|
9 years ago |
Craig Tiller
|
9b7b62b599
|
Fix a case whereby we leak a winsocket if we fail to connect
|
9 years ago |
Craig Tiller
|
f128cd2c6e
|
Merge pull request #6196 from y-zeng/call-error-to-string
Provide a function that converts grpc_call_error values into a string
|
9 years ago |
Craig Tiller
|
b364a318de
|
Merge pull request #6255 from stanley-cheung/fix-buildgen-plugin-comment
Fix buildgen plugin file comment
|
9 years ago |
Craig Tiller
|
b6e4440880
|
Disable fail fast for qps driver
|
9 years ago |
Jorge Canizales
|
e107f8e688
|
Merge pull request #6205 from BenchR267/objc-nullability
Added nullability to service declaration in ObjC
|
9 years ago |
Nathaniel Manista
|
cab9470ee8
|
Remove Python alpha/early_adopter implementation
This code has been unsupported for more than six months.
|
9 years ago |
Masood Malekghassemi
|
832ae81b21
|
Allow additive changes to protos w/o forcing user implementation
|
9 years ago |
Jan Tattermusch
|
1408920ab9
|
get rid of local qpsworkers before starting the tests
|
9 years ago |
Nicolas Noble
|
e2fd65343e
|
Merge pull request #6304 from ctiller/expandypie
Expand corpora
|
9 years ago |
Nicolas Noble
|
b143ca0f36
|
Merge pull request #6284 from jtattermusch/csharp_optional_client_codegen
Add new cmdline options to C# codegen.
|
9 years ago |
Nicolas Noble
|
8cb50edbed
|
Merge pull request #6268 from nicolasnoble/example_fix
Fixing examples.
|
9 years ago |
murgatroid99
|
6f6076659f
|
Load default roots.pem in Node via grpc_set_ssl_roots_override_callback
|
9 years ago |
Jan Tattermusch
|
165c62ff75
|
Merge pull request #6183 from nicolasnoble/msys-support
Adding support for msys.
|
9 years ago |
Jan Tattermusch
|
4c6fa9b42b
|
Merge pull request #6150 from nicolasnoble/sanitize
Sanitizing repository.
|
9 years ago |
Jan Tattermusch
|
d79b7abf72
|
Merge pull request #6300 from dmitriykovalev/master
Fixing invalid usage of getProtobufServiceAttrs() function.
|
9 years ago |
Jan Tattermusch
|
081ad7a437
|
Merge pull request #6295 from markdroth/content_type_semicolon2
Change C implementation to not log an "Unexpected content-type" message when the header includes a semicolon.
|
9 years ago |
Jan Tattermusch
|
24b68cd62f
|
generate interop test Dockerfiles using templates
|
9 years ago |
Jan Tattermusch
|
c218d05029
|
move interop test docker files to a subdir
|
9 years ago |
Jan Tattermusch
|
31bad328b3
|
get rid of the unused grpc_base Dockerfile
|
9 years ago |
Jan Tattermusch
|
85a93831dd
|
run all implemented C# interop tests
|
9 years ago |
Jan Tattermusch
|
a6316693bc
|
get rid of the old homebrew/linuxbrew tests
|
9 years ago |
Jan Tattermusch
|
6da28b26bf
|
cleanup interop test scripts
|
9 years ago |
Jan Tattermusch
|
cca098e77c
|
Merge pull request #6299 from jtattermusch/fix_5912
Fix Grpc.IntegrationTesting.InteropClientServerTest flake
|
9 years ago |
Jan Tattermusch
|
e0183305d1
|
Merge pull request #6286 from jtattermusch/runtests_python3_support
Add --compiler python3.4 option to run_tests.py (enable running test using python3)
|
9 years ago |
Sree Kuchibhotla
|
f5266d31c8
|
Merge branch 'master' into stress_test_misc
|
9 years ago |
Masood Malekghassemi
|
d06e9291cb
|
Add Windows-specifics to Python docs
|
9 years ago |
murgatroid99
|
92b8decaff
|
Make Node servers warn instead of fail when a method is missing a handler
|
9 years ago |
murgatroid99
|
8658b17866
|
Fixed minor Node compilation issue
|
9 years ago |
Craig Tiller
|
9e3808944c
|
Merge remote-tracking branch 'refs/remotes/grpc/master' into api_fuzzer
|
9 years ago |
Mark D. Roth
|
1f3319bc88
|
Fixed clang formatting problems.
|
9 years ago |
Jan Tattermusch
|
cec42984a0
|
Merge pull request #4569 from jskeet/fix-buildall
Restore dependencies in buildall.bat
|
9 years ago |
murgatroid99
|
3c6ace6969
|
Fixed case statement in build_package_node
|
9 years ago |
Jan Tattermusch
|
c17939a4d4
|
Merge pull request #6181 from yang-g/proto_comments
Put proto file comments to generated grpc header file.
|
9 years ago |
murgatroid99
|
c0ad0bd485
|
Clear bin directory after generating each tarball
|
9 years ago |
Benjamin Herzog
|
1843ccb226
|
Use static const strings
|
9 years ago |