kpayson64
122f9f6a31
Merge pull request #15556 from kpayson64/fix_uv_connect_bug
...
Init connect timer before calling connect
7 years ago
kpayson64
a7edad828c
Init connect timer before calling connect
7 years ago
Jan Tattermusch
f2979e3218
Merge pull request #15388 from jtattermusch/backport_15331
...
update C# distribtests (backport to v1.12.x)
7 years ago
Jan Tattermusch
47cf9906c7
update C# distribtests
7 years ago
Mehrdad Afshari
bec3b5ada2
Merge pull request #15374 from mehrdada/v1.12.x
...
Bump v1.12.x to v1.12.0
7 years ago
Mehrdad Afshari
4ecc5d8225
Regenerate projects
7 years ago
Mehrdad Afshari
a0636f040a
Bump v1.12.x to v1.12.0
7 years ago
Mehrdad Afshari
f1a4288981
Merge pull request #15372 from mehrdada/backport-15362-into-1.12.x
...
Backport #15362 into v1.12.x
7 years ago
Mehrdad Afshari
97c2932260
Install futures package only on Python 2
7 years ago
Nicolas Noble
4acaf1a734
Merge pull request #15367 from nicolasnoble/out-with-npn
...
No longer automatically fallbacking on system's OpenSSL if it only has NPN.
7 years ago
Nicolas "Pixel" Noble
494d65da50
No longer automatically fallbacking on system's OpenSSL if it only has NPN.
7 years ago
Muxi Yan
dbb941b3ea
Merge pull request #15263 from muxi/backport-15262
...
Backport 15262: Provide protocol for initializer of generated messages
7 years ago
Muxi Yan
f5d869a2b3
clang-format
7 years ago
Muxi Yan
7f6858ce61
Fix generater
7 years ago
Mehrdad Afshari
e388cdfb63
Regenerate projects
7 years ago
Mehrdad Afshari
4098498227
Bump version to v1.12.0-pre1
7 years ago
Nicolas Noble
1ff2e3878f
Merge pull request #15225 from bsyk/master
...
Switch to Buffer.from to avoid using deprecated constructor
7 years ago
Nathaniel Manista
72a85b1b2d
Merge pull request #15254 from nathanielmanistaatgoogle/12531
...
Add grpc.Channel.close.
7 years ago
Nathaniel Manista
bccd32dafa
Add grpc.Channel.close
7 years ago
Nathaniel Manista
c955125c32
Merge pull request #15132 from nathanielmanistaatgoogle/12531
...
Keep Core memory inside cygrpc.Channel objects.
7 years ago
Ben Sykes
3a48d602c4
Merge branch 'master' of https://github.com/grpc/grpc
7 years ago
Ben Sykes
86d65ce290
cleanup formatting with clang_format_code.sh
7 years ago
Matt Kwong
11fe61ebe6
Merge pull request #14736 from matt-kwong/resultstore-results
...
Add test result uploading for RBE builds
7 years ago
Nathaniel Manista
ca7ba4d0ac
Keep Core memory inside cygrpc.Channel objects
...
This removes invocation-side completion queues from the _cygrpc API.
Invocation-side calls are changed to no longer share the same lifetime
as Core calls.
Illegal metadata is now detected on invocation rather than at the start
of a batch (so passing illegal metadata to a response-streaming method
will now raise an exception immediately rather than later on when
attempting to read the first response message).
It is no longer possible to create a call without immediately starting
at least one batch of operations on it. Only tests are affected by this
change; there are no real use cases in which one wants to start a call
but wait a little while before learning that the server has rejected
it.
It is now required that code above cygrpc.Channel spend threads on
next_event whenever events are pending. A cygrpc.Channel.close method
is introduced, but it merely blocks until the cygrpc.Channel's
completion queues are drained; it does not itself drain them.
Noteworthy here is that we drop the cygrpc.Channel.__dealloc__ method.
It is not the same as __del__ (which is not something that can be added
to cygrpc.Channel) and there is no guarantee that __dealloc__ will be
called at all or that it will be called while the cygrpc.Channel
instance's Python attributes are intact (in testing, I saw both in
different environments). This commit does not knowingly break any
garbage-collection-based memory management working (or "happening to
appear to work in some circumstances"), though if it does, the proper
remedy is to call grpc.Channel.close... which is the objective towards
which this commit builds.
7 years ago
Mark D. Roth
7df2441223
Merge pull request #14886 from markdroth/c++_subchannel_list
...
Convert subchannel_list code to C++.
7 years ago
adelez
e21c2ef5cc
Merge pull request #15248 from adelez/foundry_integration
...
Use Bazel 0.12.0
7 years ago
Adele Zhou
2d3186eee4
Use Bazel 0.12.0
7 years ago
Muxi Yan
83601d6b4b
Merge pull request #15193 from muxi/service-init-protocol
...
Provide protocol for initializer of generated messages
7 years ago
Juanli Shen
b5ba47013a
Merge pull request #14793 from AspirinSJL/server_load_report
...
Load data store for server-side load reporting
7 years ago
Mark D. Roth
026b20eebb
Fix error refcounting bug.
7 years ago
Eric Gribkoff
9511c07953
Merge pull request #15122 from ericgribkoff/remove_old_env
...
Remove old environment variable from Python artifact build
7 years ago
Mark D. Roth
65a544241d
clang-format
7 years ago
Noah Eisen
8202e8d569
Merge pull request #15242 from ncteisen/stats
...
Update Stats Generator
7 years ago
Mark D. Roth
269e54ebe3
Maintain ref to LB policy.
7 years ago
Juanli Shen
a0aab7ebcc
Add load data store
7 years ago
ncteisen
4454af55e1
Update stats generator
7 years ago
Mark D. Roth
08718181e3
Make sure we set error for transient_failure state.
7 years ago
Jan Tattermusch
ac0188e25b
Merge pull request #15234 from AspirinSJL/update_kokoro_build_version
...
Move comment out of the command
7 years ago
Ben Sykes
1de3f4ae8d
Add grpc_out option to set minimum_node_version
...
Example protoc call:
protoc --plugin=protoc-gen-grpc=grpc_node_plugin --js_out=import_style=commonjs,binary:./autogen/ --grpc_out=minimum_node_version=8:./autogen/ hello.proto
7 years ago
Ben Sykes
2bfa59fb95
Merge branch 'master' of https://github.com/grpc/grpc
7 years ago
apolcyn
4736804598
Merge pull request #15208 from apolcyn/fix_addr_sorting_compare_bug
...
Fix bug in an address sorting comparison
7 years ago
Yash Tibrewal
e5cb0469f2
Merge pull request #15236 from yashykt/runcomment
...
Message about the watcher_timer_init closure requiring immediate exec
7 years ago
Yash Tibrewal
bdc523af68
Merge pull request #15205 from yashykt/gprassert
...
Replace assert in closures with GPR_ASSERT
7 years ago
hcaseyal
2f516a91a7
Merge pull request #15226 from hcaseyal/timer_typos
...
Fix typos in GPR_TIMER_SCOPE annotations
7 years ago
Yash Tibrewal
446d1ea680
Message about the watcher timer init closure requiring immediate execution.
7 years ago
Noah Eisen
c530fe94d2
Merge pull request #15108 from ncteisen/compile-out-tracers
...
Compile Out Tracers
7 years ago
Juanli Shen
8d6c3466ae
Move comment out of the command
7 years ago
ncteisen
b85354ee49
Add in compile out tracers option
7 years ago
Juanli Shen
b61c42ea31
Merge pull request #15156 from AspirinSJL/resolution_timer_fix
...
Check retry timer before starting resolving
7 years ago
Juanli Shen
3ffb8d5c4d
Don't resolve if there is a resolution timer
7 years ago