Craig Tiller
3f92508dac
Undo revert of proto
8 years ago
yang-g
a044f6d3f5
Propagate deadline to GenericServerContext
8 years ago
Michael Lumish
4b56aa52fc
Merge pull request #11075 from murgatroid99/node_expose_constants
...
Move gRPC constants to js file to include them in generated documentation
8 years ago
Matt Kwong
3f988604d2
Merge pull request #11086 from matt-kwong/upload_mac
...
Enable uploading Jenkins test results on Mac workers
8 years ago
Alexander Polcyn
bb2c338924
format changes, address comments
8 years ago
Craig Tiller
5f24bb121e
just use char* overload
8 years ago
ncteisen
9266975c82
Merge branch 'master' of https://github.com/grpc/grpc into more-bm-diff
8 years ago
Craig Tiller
0ccaff9cb6
Explicitly mention std::string
8 years ago
Craig Tiller
832c607fef
Attempted fix
8 years ago
Mahak Mukhi
826b00299b
Adding documentation for C++ unit tests
8 years ago
David Garcia Quintas
6d8ca69ed3
Fixes to subchannel and its index
8 years ago
Craig Tiller
20745158d8
Merge branch 'bazel_docker' of github.com:matt-kwong/grpc into clang5
8 years ago
Nicolas "Pixel" Noble
eb36b8ac77
Merge branch 'master' of https://github.com/grpc/grpc into import
8 years ago
Sree Kuchibhotla
8ac5c6deda
Merge with master and fix a bad-merge
8 years ago
Matt Kwong
b6b4976cf4
Update Bazel Dockerfile to build from oss-fuzz
8 years ago
Sree Kuchibhotla
0fb74c2bb7
clang
8 years ago
Craig Tiller
61f86d9bd7
C++ compatibility fixes
8 years ago
Craig Tiller
e1cc4285b6
Blanket suppress protobuf from ubsan runs
8 years ago
Sree Kuchibhotla
467ad2002f
Merge branch 'master' into cq_mpsc_based
8 years ago
Mahak Mukhi
a1c059106e
Merge branch 'master' of github.com:grpc/grpc
...
Sync with upstream
8 years ago
Mahak Mukhi
bc1c861c3c
sanity check
8 years ago
jiangtaoli2016
0882387486
fix memory leak in left_overs slice
8 years ago
Craig Tiller
54773cfed8
Merge github.com:grpc/grpc into serve_fries
8 years ago
lyuxuan
21322dec78
Merge branch 'master' into poll_stat
8 years ago
kpayson64
45b89fb11c
Merge pull request #10993 from kpayson64/auth_context_python
...
Auth context python
8 years ago
Ken Payson
3ca8134514
Expose Auth Context in Python
8 years ago
Craig Tiller
357523509a
Merge pull request #11074 from ctiller/pump
...
Finish pumped streams: should alleviate infinite hang
8 years ago
Craig Tiller
63cde40c6d
Merge pull request #11010 from ctiller/uberpoll
...
Roll up of all new polling engines
8 years ago
Craig Tiller
822aae53d3
Always receive initial metadata in this test
8 years ago
Matt Kwong
a5b29a3961
Update VM creation script to include BQ access
8 years ago
Matt Kwong
d1f40bd3b3
Make --measure_cpu_costs flag Mac-friendly
8 years ago
Stanley Cheung
c80d3321d0
Merge pull request #11073 from stanley-cheung/bump-to-1_3_2
...
Bump to version 1.3.2
8 years ago
murgatroid99
72c8057265
Merge branch 'master' into node_expose_constants
8 years ago
Vijay Pai
6d06776a12
Merge pull request #10963 from vjpai/remake
...
Stop checking for pre-c++11 compilers since these are no longer supported
8 years ago
murgatroid99
1ac096bada
Update list of js files in build.yaml
8 years ago
Yang Gao
8bab30dc7c
Merge pull request #11028 from yang-g/default_hc
...
Lower the level of a log message to INFO
8 years ago
Sree Kuchibhotla
234a677e8d
Merge branch 'master' into cq_mpsc_based
8 years ago
Yang Gao
6d15d29f4c
Merge pull request #11069 from yang-g/bazel_test_filtering
...
Properly filter the end2end tests
8 years ago
jiangtaoli2016
cf760a81a0
Merge branch 'master' into handshaker
8 years ago
Nicolas "Pixel" Noble
0444d98f17
C99->C89.
...
F-it. My sanity isn't worth it.
8 years ago
Muxi Yan
b574c6066b
clang-format
8 years ago
Muxi Yan
96e198ab9f
Fix portability
8 years ago
Jan Tattermusch
e2a56e95e2
Merge pull request #11083 from jtattermusch/fix_port_server
...
Fix port server in internal CI
8 years ago
Jan Tattermusch
e44afe7170
source the linux rc file
8 years ago
Matt Kwong
598fb57336
Enable IPv6 in Docker for internal CI
8 years ago
Jan Tattermusch
89e42216fd
Merge pull request #11067 from jtattermusch/core_fixing_nits
...
Fixing nits in core.
8 years ago
Per Grön
b50cf568d7
Emit additional headers in generated .h file instead of .cc
...
For Flatbuffers compatibility.
From what I can tell, File::additional_headers is not used by gRPC
itself or its default protobuf implementation; it was added for
Flatbuffers support (it just returns "" for protobuf).
In the Flatbuffer case, the generated header contains references to
Flatbuffer gRPC glue code which is in a header in additional_headers.
Prior to this patch, this meant that the generated .h file could not
be included unless this glue file was included first.
Because the protobuf implementation of additional_headers returns
an empty string, I think this change should be safe to do and not
have unintentional consequences.
8 years ago
Per Grön
c72b1a312c
Don't hard code protobuf specific file extensions in cpp_generator.cc
...
This file is shared with the Flatbuffers project as well, which does not
use "pb" file extensions.
8 years ago
Nicolas "Pixel" Noble
f4f16798fe
Fixing test_util...
8 years ago
Nicolas "Pixel" Noble
0c8cb1e4ce
Disabling c-ares.
8 years ago