Craig Tiller
8ef26b6f82
80 chars
9 years ago
Craig Tiller
56fa2c6b56
Order files - things were making sanity sad
9 years ago
Craig Tiller
57b7760fac
Fix spelling
9 years ago
Craig Tiller
f81a5dca3d
Release target once pinged
9 years ago
Masood Malekghassemi
d6ddb0e37c
Explicitly stop the server on tear-down
9 years ago
Masood Malekghassemi
4253c1e9ec
Say what we mean
9 years ago
David Garcia Quintas
107ca164b0
Use the right address family
9 years ago
David Garcia Quintas
5bdcd237fc
RR: Don't copy user_data is no vtable
9 years ago
Vijay Pai
c21e94cea1
Avoid compiler error
9 years ago
David Garcia Quintas
2ff8180b33
clang-format
9 years ago
Vijay Pai
0109d16ac0
clang-format
9 years ago
murgatroid99
da050b643e
Fixed weird whitespace change
9 years ago
Vijay Pai
320ed13d3e
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
9 years ago
Vijay Pai
5c41bab92c
Remove references to NO_CHRONO option
9 years ago
Vijay Pai
713c7b87e1
clang-format
9 years ago
Vijay Pai
c0b2acb1a0
Use C++11 final and override
9 years ago
David Garcia Quintas
d14458f589
Reverted back to using 128 bytes for service name
9 years ago
David Garcia Quintas
e224a76a6e
PR comments, take three
9 years ago
David Garcia Quintas
246c564bb8
PR comments, take two
9 years ago
Craig Tiller
a59c4755d3
Send a RST_STREAM from the client if servers dont properly close streams
9 years ago
thinkerou
9a669b64a2
update php style
9 years ago
David Garcia Quintas
7ec291330c
PR comments
9 years ago
murgatroid99
69259d4251
Add resource quota support to uv TCP code
9 years ago
Muxi Yan
411969a67c
Mark connectivity closures as nullable and check null when invoking them
9 years ago
Muxi Yan
aea7d31394
Undo the modification in project.pbxproj
9 years ago
David Garcia Quintas
f37cd4f844
Updated max length of load balanced service to 255 bytes
9 years ago
David Garcia Quintas
8c2e8b44b9
Fixed wrong sign for dns timeout debug msg
9 years ago
David Garcia Quintas
98da61ba10
gRPC LB fixes from end two end testing
9 years ago
Sree Kuchibhotla
894db55ab9
Fix compiler errors in gcc4.4 and 4.6
9 years ago
Sree Kuchibhotla
a0d2468b57
Fix compilation bug when GRPC_UV is defined
9 years ago
David Garcia Quintas
41752d6e7b
Added max length comments for some lb proto fields
9 years ago
David Garcia Quintas
2a23c60a4b
Removed spurious option for lb nanopb proto
9 years ago
Masood Malekghassemi
7780cc018a
Clang-format python_generator.cc
9 years ago
Masood Malekghassemi
4a051ccca6
Clean-up types in Python generator
9 years ago
Masood Malekghassemi
d953959e2b
Enable split code generation
...
To support magical internal build processes, the pb2 files need to be
split into pure-proto and gRPC parts. This performs that split and
further fixes bad module names in the test harness that interfered with
the intended test implementation.
An unfortunate side effect, due to limitations of protoc and holdover
behavior we must support in major version 1.x, is that trash files are
generated in split generation. This shouldn't be a problem in normal
protoc plugin use.
9 years ago
Masood Malekghassemi
81cdf1e34e
Fix Python tests' module loading behavior
9 years ago
Muxi Yan
2a25f33025
Use nil function instead of empty function
9 years ago
murgatroid99
45096614fe
Fix incorrect ruby_generator.cc merge
9 years ago
Muxi Yan
61274cac90
Revert format changes in related files
9 years ago
David Garcia Quintas
472fc2ffd1
Updated proto field comment with max token length
9 years ago
Muxi Yan
2c88b4616a
Revert format changes of unrelated files
9 years ago
Craig Tiller
6108d1fee3
clang-format code
9 years ago
Craig Tiller
85fe038342
Fix some other Windows bugs while we're here
9 years ago
Craig Tiller
a5ea56b68f
clang-format code
9 years ago
Craig Tiller
290e9a726d
Fix resource quotas on Windows
9 years ago
Stanislav Pavlovichev
4407a948b1
phpdoc types
9 years ago
David Garcia Quintas
0baf1dc569
Made LB token dynamic size <= 50 bytes
9 years ago
Alexander Polcyn
287b760e97
revert change to shutdown ordering, but keep timer
9 years ago
Craig Tiller
693d3949b4
Fix potential use-after-free: connected subchannel gets destroyed after its been picked by an lbpolicy
9 years ago
Craig Tiller
7a4089769d
Fix memory leak
9 years ago