Muxi Yan
e6d6a1b978
Revert "Revert "Provide protocol for initializer of generated messages""
7 years ago
Muxi Yan
ccb83f0fff
Merge pull request #15258 from grpc/revert-15193-service-init-protocol
...
Revert "Provide protocol for initializer of generated messages"
7 years ago
Mehrdad Afshari
57b5b8ca81
Merge pull request #15256 from mehrdada/v1.13.0
...
Bump master to v1.13.0-dev
7 years ago
Muxi Yan
219354fb5a
Revert "Provide protocol for initializer of generated messages"
7 years ago
Mehrdad Afshari
2d43a45ad1
Regenerate projects
7 years ago
Mehrdad Afshari
7af3e81c9a
Bump master to v1.13.0-dev
7 years ago
Mehrdad Afshari
e216754277
Update g_stands_for
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
Carl Mastrangelo
e51aa63752
Make copyright check slightly more flexible
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
Carl Mastrangelo
d8306ec142
update ruby
7 years ago
Carl Mastrangelo
f6bf95f332
update csharp gen
7 years ago
Carl Mastrangelo
6a5c7ff8c7
update health.proto
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
Alexander Polcyn
6f8f914f8d
cleanup, and get rid of unnecessary timeouts in two places
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
Yash Tibrewal
592dc0fa1f
Revert GRPC_CLOSURE_RUN to GRPC_CLOSURE_SCHED for send_ping_locked
7 years ago
Yash Tibrewal
9c2d4a0837
Remove further invalid usecases of GRPC_CLOSURE_RUN
7 years ago
Yash Tibrewal
2629f466dd
Remove illegal GRPC_CLOSURE_RUNs
7 years ago
Yash Tibrewal
730b7de158
Revert combiner_finally_run and restrict changes to combiner_run
7 years ago
Yash Tibrewal
eaddd597d7
Add combiner_run to run closures immediately if we already have the combiner lock
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
kpayson64
701e70da07
c++ify
7 years ago
kpayson64
38ab21ee09
Add exec_ctx check to fork handlers
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