Makarand Dharmapurikar
04f28d97b5
review feedback and one bugfix
...
added a needed unref_internal
changed k_query_separator to a char from string
review feedback addressed.
added todo for changing flags to bool from int
8 years ago
Muxi Yan
d34f2a431c
Better strategy
8 years ago
Michael Warres
c46b3ebeb9
Add socket factory support to udp_server.c
8 years ago
yang-g
8fc385a3d2
Prevent cleaning up the fd twice.
8 years ago
Muxi Yan
1cef41f7da
Fix testInternalError that caused Jenkins hang for a long time
8 years ago
Craig Tiller
b64d652703
Spam cleanup
8 years ago
Craig Tiller
878a7c2a09
Memory usage tweaks
...
- Improve estimation to give a more reliable slop space in the arena
- Improve measurement by issuing sufficient throw-away calls on a channel to allow call size estimation to settle
8 years ago
Makarand Dharmapurikar
ce0fd978e1
fix a fuzzer detected corner case
8 years ago
Yuchen Zeng
0e8bc45783
Update with the new error interface
8 years ago
Makarand Dharmapurikar
7b02dd6f30
yet another ref fix
8 years ago
yang-g
a8a569035f
Use 7-bit prefix in manually created header.
8 years ago
Alexander Polcyn
604abf4fa5
add generated imports header to be able to build on mingw
8 years ago
Makarand Dharmapurikar
0572560cc0
fixed yet another referencing issue
8 years ago
Yuchen Zeng
b129095618
Fix tcp_server_utils_posix_common
8 years ago
Makarand Dharmapurikar
50cea0183c
fixed asan memory leak ref issue
8 years ago
Mehrdad Afshari
02735941e4
Add pylint comment to justify unused import
8 years ago
Mehrdad Afshari
626efa67f0
Temporarily disable testFileContainingExtension
...
There is a behavioral discrepency in
`DescriptorPool.FindFileContainingSymbol` between the two
implementations of the protobuf python library (one of which is purely
python, and the other utilizes a python extension library written in
C++).
protobuf on PyPI is distributed via various prebuilt wheels, and our CI
setup fetches the relevant one for each platform. Our Linux instances
end up fetching a pre-compiled C++ version of the library, whereas our
Mac and Windows builders automatically get the pure python version.
This test fails (and our reflection implementation itself) succeeds with
the C++ implementation but fails with the pure python version.
The test will be temporarily disabled pending a fix for
https://github.com/google/protobuf/issues/2882
8 years ago
Mehrdad Afshari
7472e13095
Sort service_names returned by python reflection
...
While not strictly required by the protocol,
it will make testing easier.
8 years ago
Mehrdad Afshari
7be69fcc1c
Add helper function for enabling python reflection
8 years ago
Mehrdad Afshari
9ca61fd05f
Add all_extension_numbers_of_type in py reflection
8 years ago
Mehrdad Afshari
03d9500ec0
Test all_extension_numbers_of_type
8 years ago
Mehrdad Afshari
8be4e03af2
Add ReflectionServicer._file_containing_extension
8 years ago
Mehrdad Afshari
a0cbe8c0f7
Fix and un-skip testFileContainingExtension
...
Fix and un-skip the test for _file_containing_extension
in python reflection service to refer to the correct proto
and expect the right object to be returned. Enable it too.
8 years ago
Yuchen Zeng
f5b6b5b702
Replace existing string in SetUserAgentPrefix
8 years ago
Makarand Dharmapurikar
3a4562b5e2
addressed review feedback.
8 years ago
Muxi Yan
e0b6aaa2b8
More granularity in objc tests
8 years ago
Makarand Dharmapurikar
ce7b947ebe
free the allocated slice to fix asan failure
8 years ago
Alexander Polcyn
02d131b5ef
fix mac crash on abruptly ended server thread
8 years ago
Makarand Dharmapurikar
226098c9f1
added b64.c to the sources neede for grpc_base
8 years ago
Alexander Polcyn
513070cf20
get rid of time check increment in watch connectivity state loop
8 years ago
Nathaniel Manista
2f390dbb02
Drop unnecessary imports from _pb2_grpc.py files
8 years ago
Julien Boeuf
8f0fd82a96
Removing credentials assert in server_auth_filter.
...
This will allow other transports with built-in security to use this
filter.
8 years ago
Sree Kuchibhotla
995ed1c3c6
Fix bug
8 years ago
Alexander Polcyn
06d4edd283
fix setting of time_check_increment in watch conn state loop
8 years ago
ncteisen
031cfeb954
Line breaks and doc reffing
8 years ago
Alexander Polcyn
5b881460d2
make fewer lock/unlock calls and loop on cv_wait in watch conn state
8 years ago
Sree Kuchibhotla
add6962d7a
Add version macro
8 years ago
Yuchen Zeng
3431996485
Fix subchannel creation in pick_first and round_robin
8 years ago
Muxi Yan
b05fc32f84
xcpretty for examples too
8 years ago
Sree Kuchibhotla
bf18428740
Introduce grpc_completion_queue_factory API
...
Just the API and a bare-bone implementation
8 years ago
Muxi Yan
b18d54f191
Use xcpretty to provide better test information
8 years ago
Ken Payson
ac433cf640
Assert on thread creation
8 years ago
Yuchen Zeng
eb799b78b3
Fix shutdown process on macos
8 years ago
Muxi Yan
94f3dddfdc
clang-format
8 years ago
Eric Pinzur
e718647ed0
fix the namespacing for php docs on clients
8 years ago
Craig Tiller
18f09a01f6
Add benchmark suite for chttp2
8 years ago
Alexander Polcyn
ea282e9c4c
add passing test that kills a process while there are active watch chan state calls
8 years ago
Muxi Yan
b4478ff264
Comment
8 years ago
Alexander Polcyn
3e30832cca
bump v1.2.x branch to 1.2.1-pre1
8 years ago
Yuchen Zeng
513aa6cbfd
Use _locked functions in dns_ares_resolver_vtable
8 years ago