Muxi Yan
ddc0d37488
Merge pull request #11780 from muxi/stream_compression_transport
...
Implement stream compression - transport layer
7 years ago
Mark D. Roth
c44f036ee2
Merge pull request #11905 from markdroth/byte_stream_shutdown
...
Improvements to grpc_byte_stream API and handling.
7 years ago
Mark D. Roth
5794061764
Improvements to grpc_byte_stream API and handling.
...
- Add shutdown() method (to be used in forthcoming call combiner code).
- Use a vtable instead of storing method pointers in each instance.
- Check all callers of pull() to make sure that they are properly
handling errors.
- Clarify ownership rules and attempt to adhere to them.
- Added a new grpc_caching_byte_stream implementation, which is used in
http_client_filter to avoid having to read the whole send_message byte
stream before passing control down the stack. (This class may also be
used in the retry code I'm working on separately.)
- As part of this, did a major rewrite of http_client_filter, which
made the code more readable and fixed a number of potential bugs.
Note that some of this code is hard to test right now, due to the fact
that the send_message byte stream is always a slice_buffer stream, for
which next() is always synchronous and no destruction is needed.
However, some future work (specifically, my call combiner work and
Craig's incremental send work) will start leveraging this.
7 years ago
Guantao Liu
3064423b71
Merge pull request #11926 from guantaol/patch_dashboard_schema
...
Patch dashboard schema to add new metrics 'Queries/CPU-sec'
7 years ago
Michael Lumish
9c3f43f774
Merge pull request #11921 from adam-26/1745
...
Fix issue from google/protobuf#1745 - javascript allow dot in filename
7 years ago
Jan Tattermusch
88c5b585df
Merge pull request #11937 from jtattermusch/kokoro_report_index
...
Generate kokoro_index.html before starting kokoro build
7 years ago
Jan Tattermusch
4095cd9de4
address comments
7 years ago
Yang Gao
986f056ee9
Merge pull request #11865 from yang-g/avl_interface
...
Adding user_data to avl interface so that an exec_ctx can be passed in.
7 years ago
Jan Tattermusch
fa91995811
add prepare_build_windows.bat script
7 years ago
Jan Tattermusch
3b091ee059
upload reports as artifacts
7 years ago
Jan Tattermusch
b7a7301cb8
add script to generate index.html report
7 years ago
Nathaniel Manista
b414268580
Merge pull request #11901 from nathanielmanistaatgoogle/grpc_testing
...
gRPC Python test infrastructure.
7 years ago
David G. Quintas
0b0888c930
Merge pull request #11915 from dgquintas/grpclb_drop_fixes
...
grpclb: deal with all-drops serverlists
7 years ago
kpayson64
d124f38146
Merge pull request #11932 from kpayson64/more_details
...
Update package info with classifiers and updated webpage
7 years ago
David Garcia Quintas
c22c65b58d
grpclb: deal with all-drops serverlists
7 years ago
Sree Kuchibhotla
ad5a9c2a0d
Merge pull request #11925 from sreecha/disable-epoll1
...
Disable epoll1 unless explicitly requested
7 years ago
Ken Payson
9c420447fa
Add classifiers to package details
7 years ago
Sree Kuchibhotla
9bf8342a93
enable epollsig
7 years ago
Nathaniel Manista
69b7231776
gRPC Python test infrastructure
...
(The time-related first part of it, anyway.)
7 years ago
Vijay Pai
196d3d6ee8
Merge pull request #11928 from grpc/revert-11572-internalize
...
Revert "Separate internal-only and public parts of C++ API"
7 years ago
Vijay Pai
3b914413a8
Merge pull request #11907 from vjpai/testlast
...
Move gtest last
7 years ago
adelez
c89e3fc631
Merge pull request #11876 from adelez/ci2
...
Exit 1 if some tests fail
7 years ago
yang-g
303de0ae71
update comments
7 years ago
yang-g
1a4890705d
format code
7 years ago
yang-g
d66ee1a0a8
Remove unused user_data from ref_node.
7 years ago
yang-g
16149ad456
regenerate projects
7 years ago
yang-g
59ef64898a
Adding exec_ctx to avl vtable functions
7 years ago
Vijay Pai
bc81eee4d4
Remove a follow-on internal that was added post-internalization, keep the templated QPS worker rather than going back to internal API
7 years ago
Vijay Pai
6abd20020b
Revert "Separate internal-only and public parts of C++ API"
7 years ago
Guantao Liu
6681dfd809
Merge remote-tracking branch 'upstream/master' into patch_dashboard_schema
7 years ago
Guantao Liu
3d3403d3a8
Update the scenario result schema
7 years ago
Sree Kuchibhotla
107840ffec
Disable epoll1 unless explicitly requested
7 years ago
David G. Quintas
2c12d506fa
Merge pull request #11922 from dgquintas/fix_lb_policy_log_pointer
...
Fix wrong logging of LB policy addresses
7 years ago
Mehrdad Afshari
4260f2852d
Merge pull request #11917 from hxcan/master
...
Fix error in Doxygen comment.
7 years ago
David Garcia Quintas
84122c47b6
Fix wrong logging of LB policy addresses
7 years ago
apolcyn
f064af3dbf
Merge pull request #11849 from apolcyn/fix_ruby_md_mem_leaks_master
...
Fix memory leak in sent ruby metadata
7 years ago
Adam
a178f40662
Fix quotation marks
7 years ago
Adam
8f13439302
Fix issue from google/protobuf#1745 - javascript allow dot in filename
7 years ago
Yuchen Zeng
9511aefaa9
Merge pull request #11786 from y-zeng/fd_orphan
...
Support closed fd in grpc_fd_orphan()
7 years ago
Adele Zhou
4a8ecf047c
Exit 1 if some tests fail.
7 years ago
apolcyn
a2f0e19725
Merge pull request #11913 from apolcyn/debug_new_ruby_flake
...
Fix ruby test flake
7 years ago
Mark D. Roth
a07413368d
Merge pull request #11733 from markdroth/security_api_cleanup
...
Change security interfaces to better handle both sync and async cases.
7 years ago
Jan Tattermusch
8f44260411
Merge pull request #11898 from adelez/download_json_file
...
Fix cloud_to_prod interop tests on kokoro
7 years ago
hxcan.cai
ba65002de4
Fix error in Doxygen comment.
7 years ago
Alexander Polcyn
11fade7c14
Fix a ruby test flake
7 years ago
Yash Tibrewal
781fd6f6ea
Merge pull request #11884 from yashykt/connect-auth
...
HTTP CONNECT Auth support
7 years ago
Alexander Polcyn
85cc143a7f
fix memory leak with large metadata keys or values
7 years ago
Mark D. Roth
e0778b2c18
Add cancellation to asynchronous security APIs.
7 years ago
Sree Kuchibhotla
e8e05f90a4
Merge pull request #11816 from sreecha/sreek-epoll1
...
More changes to epoll1 poller (not enabled in tests yet)
7 years ago
Craig Tiller
a5b7a8e8c2
Merge pull request #9840 from ctiller/maxstrm
...
Check max streams
7 years ago