Sign in
android
/
platform
/
external
/
grpc-grpc
/
refs/heads/android10-android13-mainline-tzdata-release
/
src
/
core
3ee2919
Merge pull request #16646 from vjpai/callback_codegen_client_unary
by Vijay Pai
· 7 years ago
0dd651d
Merge pull request #16663 from hcaseyal/delete_unecessary_callout_checks
by hcaseyal
· 7 years ago
74fc60e
Make our C function pointer use consistent
by Vijay Pai
· 7 years ago
5bb69e0
Merge pull request #16488 from hcaseyal/hpack_static_table
by hcaseyal
· 7 years ago
9e6511a
Make the core callback interface API so that it can be used in generated code
by Vijay Pai
· 7 years ago
7e21b10
Add in port_platform.h. The permanent fix for this is currently in a pending PR that should get merged soon
by Hope Casey-Allen
· 7 years ago
091f8dd
Remove unnecessary callout_is_default checks
by Hope Casey-Allen
· 7 years ago
327c514
Some reorganizing to respond to code review comments
by Hope Casey-Allen
· 7 years ago
dd10cbc
Change force_creation from atm to bool
by Juanli Shen
· 7 years ago
6584932
Merge pull request #16639 from yashykt/statustsan
by Yash Tibrewal
· 7 years ago
51dbd90
Convert status_error to an atomic because it can be accessed from different threads at the same time
by Yash Tibrewal
· 7 years ago
2062504
Follow the no_logging param to parse_ipv6_host_port
by Alexander Polcyn
· 7 years ago
8afddf1
Merge branch 'master' into tcpusertimeout
by Yash Tibrewal
· 7 years ago
2f6640f
Add logging to be sure about set values
by Yash Tibrewal
· 7 years ago
5b27941
Even cleaner implementation that does not modify the grpc_mdelem struct.
by Hope Casey-Allen
· 7 years ago
3bc10c0
Merge pull request #16492 from vjpai/client_callback
by Vijay Pai
· 7 years ago
584dd05
Merge pull request #16080 from ncteisen/clang-tidy
by Noah Eisen
· 7 years ago
b13097d
Merge pull request #16420 from apolcyn/localhost_windows_hack
by apolcyn
· 7 years ago
157e7fa
fix clang tidy
by ncteisen
· 7 years ago
964d679
Resolve ip literals and Windows localhost manually when using c-ares
by Alexander Polcyn
· 7 years ago
b9a174a
Add check on server for channelz accessor
by ncteisen
· 7 years ago
b8193d5
Merge pull request #16594 from yashykt/statusdr
by Yash Tibrewal
· 7 years ago
c16eba8
Merge pull request #16599 from markdroth/subchannel_list_ubsan_fix
by Nicolas Noble
· 7 years ago
713f9bc
Clang tidy
by Hope Casey-Allen
· 7 years ago
0b4e263
Small formatting and style changes
by Hope Casey-Allen
· 7 years ago
b731178
Fix codegen script to include port_platform
by Hope Casey-Allen
· 7 years ago
fbe594b
Much cleaner approach that should address code review comments as well
by Hope Casey-Allen
· 7 years ago
009d828
WIP. Modifying grpc_mdelem to store the static hpack table idnex
by Hope Casey-Allen
· 7 years ago
c004a8e
Responding to code review comments
by Hope Casey-Allen
· 7 years ago
b6bb49d
reinterpret casts for compiler checks
by Yash Tibrewal
· 7 years ago
796509b
Fix ubsan error in subchannel_list code.
by Mark D. Roth
· 7 years ago
11d3309
Make batch_error an atomic to avoid data races
by Yash Tibrewal
· 7 years ago
ef1a390
Merge branch 'master' of https://github.com/grpc/grpc into channelz-server
by ncteisen
· 7 years ago
2edfddb
Merge pull request #16055 from ncteisen/channelz-subchannels
by Noah Eisen
· 7 years ago
2ff5be8
reveiwer comments
by ncteisen
· 7 years ago
1a09a59
Merge pull request #16558 from ncteisen/user-agent
by Noah Eisen
· 7 years ago
58f6912
Merge pull request #16517 from sreecha/fix-addrlen
by Sree Kuchibhotla
· 7 years ago
23f0ab3
Temporary workaround for memory leak in debugging function
by Hope Casey-Allen
· 7 years ago
98a7077
Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_static_table
by Hope Casey-Allen
· 7 years ago
8980098
Fix memory leak in debugging function
by Hope Casey-Allen
· 7 years ago
f2b34aa
Clang tidy
by Hope Casey-Allen
· 7 years ago
9e08651
Fix mdelem tracing
by Hope Casey-Allen
· 7 years ago
1a92eb4
Clang tidy
by Hope Casey-Allen
· 7 years ago
9fc81bd
Merge branch 'hpack_static_table' of github.com:hcaseyal/grpc into hpack_static_table
by Hope Casey-Allen
· 7 years ago
5e2f7c4
Fix objective c unit test and debugging functions
by Hope Casey-Allen
· 7 years ago
7c368ce
Clang tidy
by Hope Casey-Allen
· 7 years ago
97cbec1
WIP. Setting md_index to 0 on grpc_linked_mdelem creation
by Hope Casey-Allen
· 7 years ago
5946ae5
Merge branch 'channelz-subchannels' into channelz-server
by ncteisen
· 7 years ago
2f76fd4
Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels
by ncteisen
· 7 years ago
fe1f7f5
reviewer feedback
by ncteisen
· 7 years ago
be8844b
reviewer feedback
by ncteisen
· 7 years ago
bf53d1c
Fix subchannel key comparison
by Juanli Shen
· 7 years ago
4099c40
Zero out md_index when linked_mdelem is created to fix bug
by Hope Casey-Allen
· 7 years ago
b91da3f
Add support for reading channel args
by Yash Tibrewal
· 7 years ago
3c1a3d9
Fix subchannel key comparison if forcing creation
by Juanli Shen
· 7 years ago
d75415c
Fix assertion in debugging code
by Hope Casey-Allen
· 7 years ago
33d87e3
Fix internal_data to be the same size as the new grpc_linked_mdelem
by Hope Casey-Allen
· 7 years ago
c402b73
Merge pull request #16539 from yashykt/sliceexecctx
by Yash Tibrewal
· 7 years ago
8a8ed0e
WIP. Handling error conditions such as duplicate metadata, metadata size limit, and default count. Clang tidy.
by Hope Casey-Allen
· 7 years ago
16f53ff
Surface user agent by default
by ncteisen
· 7 years ago
c9e300d
Add channel arg control for user agent
by ncteisen
· 7 years ago
0d98e9d
Merge pull request #16562 from yashykt/statusgrpc
by Yash Tibrewal
· 7 years ago
23afefe
Merge pull request #16536 from jiangtaoli2016/system_root
by Jiangtao Li
· 7 years ago
3a41245
Rectify the condition and add a test
by Yash Tibrewal
· 7 years ago
dd95194
Prefer grpc status over http status
by Yash Tibrewal
· 7 years ago
e361d0f
Turn loading system root certificate as default
by jiangtaoli2016
· 7 years ago
5e054bf
Stop unconditionally surfacing user agent to server
by ncteisen
· 7 years ago
6e7e29a
WIP. Created static data for size of metadata and callouts index
by Hope Casey-Allen
· 7 years ago
cd74b35
Merge pull request #16460 from hcaseyal/refactor_transport
by hcaseyal
· 7 years ago
85721e2
Change method name for consistency
by Hope Casey-Allen
· 7 years ago
0b59c10
use grpc_slice_unref_internal inside grpc
by Yash Tibrewal
· 7 years ago
4b859a6
Merge branch 'cronetfix' into status
by Yash Tibrewal
· 7 years ago
d68e8b4
%s/state_op_done[OP_FAILED]/state_callback_received[OP_FAILED]
by Yash Tibrewal
· 7 years ago
9968024
Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulation
by Noah Eisen
· 7 years ago
8bf5253
Provide a generic client-side unary callback API
by Vijay Pai
· 7 years ago
50419a0
fix format specifier for size_t and and a typo in test
by Sree Kuchibhotla
· 7 years ago
c163baa
Merge branch 'master' into fix-addrlen
by Sree Kuchibhotla
· 7 years ago
0a7363f
Add a test to parse invalid addresses
by Sree Kuchibhotla
· 7 years ago
7269fd4
Fix ipv6 address parsing issue
by Sree Kuchibhotla
· 7 years ago
5ee9b5e
Merge pull request #16486 from mhaidrygoog/gpr_atm_macro_issue
by Moiz Haidry
· 7 years ago
f8a4aae
Fix all instances of bugprone-undefined-memory-manipulation
by ncteisen
· 7 years ago
73d0cd4
Add ability to use static hpack table on the encode path
by Hope Casey-Allen
· 7 years ago
12b9e0b
Fixed formatting
by Moiz Haidry
· 7 years ago
e3e1840
Porting fix from CL- https://critique.corp.google.com/#review/210573936
by Moiz Haidry
· 7 years ago
60b6f2d
Merge branch 'master' into minor-timer-fix
by Sree Kuchibhotla
· 7 years ago
6076b1d
Merge branch 'channelz-subchannels' into channelz-server
by ncteisen
· 7 years ago
4b5b019
Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels
by ncteisen
· 7 years ago
896fc6e
Merge pull request #15618 from markdroth/naming_doc_update
by Mark D. Roth
· 7 years ago
4dbec8b
Merge pull request #16456 from yashykt/errqueueredefine
by Yash Tibrewal
· 7 years ago
69b416a
Update naming documentation.
by Mark D. Roth
· 7 years ago
35501ad
Merge pull request #16467 from AspirinSJL/bump_master
by Juanli Shen
· 7 years ago
0d73deb
Merge branch 'master' into errqueueredefine
by Yash Tibrewal
· 7 years ago
0cb9829
Remove linux/version.h include from port.h
by Yash Tibrewal
· 7 years ago
8d47cd4
Revert "Revert "Fathom tcp changes""
by Yash Tibrewal
· 7 years ago
8ceb27a
Regenerate projects
by Juanli Shen
· 7 years ago
a144c13
Merge pull request #16342 from markdroth/pf_keep_unselected_subchannels
by Mark D. Roth
· 7 years ago
97ba943
Revert "Fathom tcp changes"
by Jan Tattermusch
· 7 years ago
2529cfe
Light refactoring of some transport code
by Hope Casey-Allen
· 7 years ago
98fd5a7
Merge pull request #16408 from nicolasnoble/fix-tsi-ssl-auth-context-reuse-string
by Nicolas Noble
· 7 years ago
ffdcad5
Redefine constants from errqueue.h. Some header files lag behind the kernel version
by Yash Tibrewal
· 7 years ago
Next »