ncteisen
b928fd496e
Fix portability build
7 years ago
ncteisen
5268185846
Fix bazel code
7 years ago
ncteisen
e78bd519ca
Clangify my stale code
7 years ago
ncteisen
9be168be0c
Missing s/NULL/nullptr
7 years ago
ncteisen
09c033a8dd
Fix test compile
7 years ago
ncteisen
1d2f23b338
Register tracers, not (sub)channels
7 years ago
ncteisen
fb505cc7c7
No more custom define
7 years ago
ncteisen
d6631b0d61
Update bazel files
7 years ago
ncteisen
7d9b6358b5
Initial commit
...
Picks up work from https://github.com/grpc/grpc/pull/10259 .
A merge was impossible due to the many sweeping changed that
have occured since I last touched that PR (c++-ization, exec_ctx,
reorganitation of filters, etc).
7 years ago
Mehrdad Afshari
2e04b2dd0c
Merge pull request #13876 from mehrdada/update-boringsslWithBazel-submodule-reference-to-github
...
Fetch boringssl-with-bazel submodule from GitHub instead of GoogleSource.com
7 years ago
Mehrdad Afshari
99e0b4bfec
Fetch boringssl-with-bazel submodule from GitHub
7 years ago
Jan Tattermusch
fb2eb5279e
Merge pull request #13830 from jtattermusch/cmake_cleanup
...
Simplify top level CMakeLists.txt
7 years ago
Yang Gao
d9ab30a5b2
Merge pull request #13871 from yang-g/gmock_search_path
...
Provide a way to use custom search path for gmock.h
7 years ago
Yang Gao
9aaa284fcb
Merge pull request #13844 from danzh2010/startcb
...
Change grpc_udp_server interface
7 years ago
yang-g
eb64fadfce
Provide a way to use custom search path for gmock.h
7 years ago
Yuchen Zeng
e33d0272fd
Merge pull request #13864 from y-zeng/keepalive_permit_without_calls
...
Separate client and server keepalive_permit_without_calls
7 years ago
Dan Zhang
0c2fc922a6
fix data race in shutdown_and_destroy_pollset
7 years ago
Muxi Yan
9affc8895d
Merge pull request #13869 from grpc/redirect-stderr-xcodebuild
...
Fix a nit in run_tests.sh in ObjC tests
7 years ago
Muxi Yan
3d44fc3c16
print output when the first test succeeded
7 years ago
Muxi Yan
36abd15195
Redirect stderr of xcodebuild
7 years ago
Dan Zhang
40ebe9af7f
fix typo
7 years ago
Dan Zhang
8fba583796
fix udp_server_test flakiness
7 years ago
Yuchen Zeng
1e522efa41
Separate client and server keepalive_permit_without_calls
7 years ago
Muxi Yan
32bd0023e4
Merge pull request #13849 from muxi/retry-failed-objc-code-65
...
Retry first test when xcodebuild fails with simulator connection error
7 years ago
Mehrdad Afshari
70d1ea2962
Merge pull request #13858 from mehrdada/update-readme-copyright
...
Update README.md Copyright Notice
7 years ago
Mehrdad Afshari
611ee4ac68
Update README.md Copyright Notice
7 years ago
Noah Eisen
d55110b915
Merge pull request #13842 from ncteisen/pc-are-0755
...
Install .pc files as mode 644
7 years ago
Mehrdad Afshari
ae9eeef57b
Merge pull request #13850 from mehrdada/fix-import-socket-bind
...
Fix port picking logic in Python tests
7 years ago
Mehrdad Afshari
271b042c4d
Fix port picking logic in Python tests
7 years ago
Matt Kwong
024c280b2c
Merge pull request #13078 from matt-kwong/kokoro-url
...
Make BQ results build url point to Sponge
7 years ago
Muxi Yan
9f2dd2d755
Retry test when xcodebuild exit with simulator error
7 years ago
Matt Kwong
827c6e90e2
Pass KOKORO_BUILD_ID to Docker
7 years ago
kpayson64
247a05e4b3
Merge pull request #13843 from kpayson64/fix_python_tests
...
Disable so_reuseport for Python tests
7 years ago
Dan Zhang
64f6d3cf14
Merge branch 'master' into startcb
7 years ago
Dan Zhang
4d48a3d3e7
format change
7 years ago
Matt Kwong
cfa38cc782
Merge branch 'master' into kokoro-url
7 years ago
David G. Quintas
ffc02054bd
Merge pull request #13834 from dgquintas/debug_location_namespace
...
Add namespace to macro expansion
7 years ago
Ken Payson
3bc8e422dc
Disable so_reuseport for Python tests
7 years ago
Dan Zhang
0d18814106
Add a start_cb to grpc_udp_listener to be called when listener is
...
created.
7 years ago
David Garcia Quintas
13a3e8cc2a
Add namespace to macro expansion
7 years ago
ncteisen
bddedb962e
Install .pc files as mode 644
7 years ago
Muxi Yan
3804b05e57
Merge pull request #13835 from muxi/use-build-yaml-in-podspec
...
Generate more files in gRPC-Core.podspec from build.yaml
7 years ago
Yang Gao
9d77be167a
Merge pull request #13837 from yang-g/interop
...
When seeing an error in interop test, also log the debug error string.
7 years ago
Noah Eisen
1a2109a0be
Merge pull request #13811 from ita9naiwa/master
...
Typo fix
7 years ago
apolcyn
343522c76f
Merge pull request #13838 from apolcyn/fix_parse_commandline_flags
...
Use ParseCommandLineFlags in golden file test in the same way that other test binaries use it
7 years ago
apolcyn
2f041aed40
Merge pull request #13836 from apolcyn/mark_testonly
...
Mark one test binary as testonly
7 years ago
David G. Quintas
e7515e48f0
Merge pull request #13831 from dgquintas/fix_wrong_slice_unref
...
Fix wrong unreffing of slice
7 years ago
Noah Eisen
98350e96e7
Merge pull request #13824 from ncteisen/fix-trickle
...
Make benchmark tests use correct timeout
7 years ago
Noah Eisen
2ec756774e
Merge pull request #13833 from ncteisen/comments
...
Add ownership semantic comments to error.h
7 years ago
Alexander Polcyn
3a1a2f0a10
Use the same ParseCommandLineFlags for golden file test that is used in other test binaries
7 years ago