Muxi Yan
fb4cb27da2
Add PB_NO_PACKED_STRUCTS to gRPC-Core
8 years ago
apolcyn
3137faac5c
Merge pull request #12803 from murgatroid99/backport_uv_refcount_fix
...
Backport #12733
8 years ago
Jan Tattermusch
8e2e9a6d91
Merge pull request #12817 from jtattermusch/fixregister_backport
...
C# De-register cancellation token for v1.7.x branch
8 years ago
Chris Bacon
5e8c48669f
De-register cancellation token
...
Fixes #12800
8 years ago
Thomas Voß
d05f2f77d2
Fix up whitespace
8 years ago
Thomas Voß
4f8a416f70
Increase reference count on state used in tcp connect.
...
The state is used both in the callback for the actual connect as well as
in the additional timeout that is setup for the operation. Both code
paths decrease the reference count and if they happen to be queued at
the same time, memory is corrupted. Subsequent behavior is undefined and
segfaults can be observed as a result.
Fixes #12608
8 years ago
Zhouyihai Ding
f9a39ac7e2
Merge pull request #12718 from ZhouyihaiDing/c_ext_php
...
PHP benchmark: add running php with protobuf C-extension
8 years ago
Muxi Yan
520e468998
Merge pull request #12788 from muxi/fix-umbrella-warning
...
Eliminate gRPC-Core umbrella header warning
8 years ago
Yuchen Zeng
70ef0b39da
Merge pull request #9556 from y-zeng/cli_batch_rebased
...
gRPC CLI batch mode
8 years ago
Muxi Yan
89cf5a4093
Eliminate gRPC-Core umbrella header warning by tweaking module.modulemap and excluding some files for other build systems
8 years ago
Jan Tattermusch
8d1dc21994
Merge pull request #12782 from jtattermusch/debug_clock_skew
...
Debug clock skew on macos workers
8 years ago
Jan Tattermusch
2c616840b7
Merge pull request #12779 from jtattermusch/unflake_macos_artifacts
...
Unflake build_ruby_environment_macos.sh on kokoro
8 years ago
Yash Tibrewal
e7d627f95e
Merge pull request #12750 from yashykt/epoll1_h2proxy_tests_fix
...
Fix e2e compression tests for epoll1 and h2_http_proxy
8 years ago
Jan Tattermusch
15ccb3d38a
debug clock skew
8 years ago
Jan Tattermusch
64e48b4fdb
coreutils already installed
8 years ago
Jan Tattermusch
6bb6fd9d1b
simplify macos artifact build script
8 years ago
Jan Tattermusch
4c64dc9af8
workaround verconf.h problem
8 years ago
Yash Tibrewal
39f0895c02
Merge branch 'master' into epoll1_h2proxy_tests_fix
8 years ago
Yuchen Zeng
5dd2f48e24
Fix windows build
8 years ago
Yuchen Zeng
b5eaf7734c
gRPC CLI batch mode
8 years ago
Nicolas Noble
9c15cb9329
Merge pull request #12647 from nicolasnoble/pull_request_interval_script
...
Adding script to generate pull request list from an interval.
8 years ago
Noah Eisen
e22c5642bd
Merge pull request #12766 from ncteisen/tiny
...
Fix ClangTidy
8 years ago
yongni
903f06fe3f
Merge pull request #12701 from yongni/master
...
Added step-by-step instrution on how to add a new release to grpc bac…
8 years ago
ncteisen
520cc8f555
Fix ClangTidy
8 years ago
Noah Eisen
3a8ac2e3a8
Merge pull request #12763 from ncteisen/debugging-bm-tools
...
Fix bm_diff
8 years ago
Mehrdad Afshari
11aa678bf1
Merge pull request #12702 from endobson/call-ref
...
Fix docs on grpc_call_ref
8 years ago
Nicolas "Pixel" Noble
8354fa32ba
Merge branch 'master' of https://github.com/grpc/grpc into pull_request_interval_script
8 years ago
Nicolas "Pixel" Noble
daa70e67cc
Adding Copyright info.
8 years ago
Sree Kuchibhotla
1c9ef7c5ef
Merge pull request #12663 from sreecha/debug-timers
...
Add a hash table in timer code (in debug builds only) to detect duplicate timers
8 years ago
Nathaniel Manista
87997edd45
Merge pull request #12765 from nathanielmanistaatgoogle/cython
...
Devolve staticmethod to ordinary function.
8 years ago
Mark D. Roth
ede8ed2156
Merge pull request #12374 from markdroth/plugin_credentials_api_fix
...
Change plugin credentials API to support both sync and async modes
8 years ago
Yang Gao
226e9060b9
Merge pull request #12574 from yang-g/comp_call
...
Add CompositeCallCredentials
8 years ago
Nathaniel Manista
103991eb73
Devolve staticmethod to ordinary function
8 years ago
yang-g
3c00328b62
Add a simple test
8 years ago
yang-g
cfd20c4262
Add CompositeCallCredentials
8 years ago
ncteisen
c2d5edfef5
Increase CPU cost
8 years ago
Michael Lumish
38d089e9b9
Merge pull request #12596 from matt-kwong/node-testing
...
Add testing of grpc-node for Linux and MacOS
8 years ago
Nathaniel Manista
d31551e35f
Merge pull request #12762 from nathanielmanistaatgoogle/cleanups
...
Python cleanups.
8 years ago
ncteisen
460af54440
Shuffle new and old jobs together
8 years ago
kpayson64
73144f9ab2
Merge pull request #12759 from kpayson64/no_more_xp
...
Specify min windows version as Vista for Python
8 years ago
Nathaniel Manista
6489785f3d
Merge pull request #11599 from nathanielmanistaatgoogle/pin-pip
...
Pin pip at 9.0.1 (currently most recent).
8 years ago
Nathaniel Manista
3efe754799
"resopnse" typo correction
8 years ago
Nathaniel Manista
4ceb743c82
Drop unused staticmethods
8 years ago
Nathaniel Manista
3e3bbdff91
Raise exception instances rather than classes
8 years ago
Mark D. Roth
6456e494a8
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
8 years ago
Mark D. Roth
fde890e905
Merge pull request #12749 from markdroth/composite_credentials_race_condition
...
Fix race condition in composite credentials.
8 years ago
Ken Payson
30f1d0fe79
Specify min windows version as Vista for Python
8 years ago
Matt Kwong
8ba60a7e35
Merge pull request #12757 from matt-kwong/start-port
...
Start port_server before running daily performance profile
8 years ago
apolcyn
e4895675f2
Merge pull request #12651 from apolcyn/cares_srv_master_after_uinittests
...
Add c-ares resolver tests against GCE DNS, redo of #12010
8 years ago
Matt Kwong
292c1ef3dc
Start port_server before running daily performance profile
8 years ago