Makarand Dharmapurikar
f8f8f5a2eb
more review feedback addressed
8 years ago
Alexander Polcyn
9c74487072
Use thread pool from concurrent-ruby on ruby server
8 years ago
Makarand Dharmapurikar
1b8deaa407
addressed review feedback.
8 years ago
Sree Kuchibhotla
4998e30bb4
Include missing header in ev_epoll_linux.c
8 years ago
Nicolas "Pixel" Noble
0f9337b6a0
Removing pre2 flag.
8 years ago
Makarand Dharmapurikar
3578c5e592
bug fix for fireball app
...
modified condition for trailing metadata.
added more information to log message.
8 years ago
Ken Payson
5998cd760c
Add Python3.5 artifact targets
8 years ago
Brian
4b86603a2e
Remove <linux/unistd.h> include for compatibility with non-glibc
...
On my glibc (Debian Jessie amd64 if anybody cares) system,
<linux/unistd.h> is a strict subset of <sys/sycall.h>, which the file is
already including. musl libc doesn't provide this file, and with this
change all the C++ tests pass with musl libc.
This came up in bazelbuild/bazel#1492 .
8 years ago
Alex Polcyn
7f8456e3b8
clean up sanity test
8 years ago
Jan Tattermusch
90cbde88c9
update to the newest CommandLineParser API
8 years ago
Jan Tattermusch
678ec90119
migrate to the new CommandLineParser API
8 years ago
Jan Tattermusch
7e037f7ae9
use CommandLineParser with CoreCLR support
8 years ago
murgatroid99
ac7408de70
Clang format code
8 years ago
murgatroid99
a842413ea2
Make Node code generator work properly with nested types
8 years ago
murgatroid99
ff4f004b5e
Clang format code
8 years ago
Nicolas "Pixel" Noble
f2c074a73e
Updating build package C# scripts.
8 years ago
Makarand Dharmapurikar
91d519532a
removed file from commit
8 years ago
Alexander Polcyn
17d5c07115
use sent flag only under mutex and dont fail in send_initial_metadata
8 years ago
Makarand Dharmapurikar
280885eaa5
WIP
8 years ago
Alexander Polcyn
a9bc030a3a
add mutex wrapper around sending and modifying of initial metadata
8 years ago
Jan Tattermusch
fab839e967
remove leftover app.config
8 years ago
Jan Tattermusch
68689229e8
update Grpc.Auth.nuspec
8 years ago
Jan Tattermusch
07bd74edb8
update csproj project to Google.Apis.Auth 0.15.0
8 years ago
Jan Tattermusch
9490daf67f
remove Google.Apis.Auth related CoreCLR todos
8 years ago
Jan Tattermusch
a6624bb0b5
upgrade Google.Apis.Auth dependency to 0.15.0
8 years ago
Nathaniel Manista
5450f05e0c
Migrate distrib, interop, and stress to GA API
8 years ago
Makarand Dharmapurikar
f66a37b63a
WIP
8 years ago
Makarand Dharmapurikar
35da822b44
WIP
8 years ago
Makarand Dharmapurikar
198f8b0194
more fixes
8 years ago
Stanley Cheung
83b34c2285
php: use emalloc to replicate MAKE_STD_ZVAL
8 years ago
Stanley Cheung
0068bdb65a
php7: fix ubuntu compile error
8 years ago
David Garcia Quintas
15eba13927
Improved some docstrings for grpc_call creation
8 years ago
Makarand Dharmapurikar
f07506438c
Work in progress. Do not check in yet.
8 years ago
Alexander Polcyn
6bfe7dadf7
add all runtime nodes back into testing packages
8 years ago
murgatroid99
80db7f8c6e
Make Node grpc-tools protoc automatically call the plugin
8 years ago
Vijay Pai
40160d17a8
clang-format
8 years ago
Vijay Pai
2d33d78ac5
Proxy for @ghemawat : Removed an unnecessary error allocation from chttp2 code.
8 years ago
Yuchen Zeng
2414bbb9e7
Disable SO_REUSEPORT at prepare_socket() for unix sockets
8 years ago
Yuchen Zeng
d745a6f682
Disable SO_REUSEPORT for UNIX socket
8 years ago
siddharthshukla
f0f58e6873
skip test run if running with pypy
...
don't run cygrpc_test.TypeSmokeTest.testCallCredentialsFromPluginUpdown
if the interpreter is PyPy
8 years ago
Alexander Polcyn
dc3d561f4a
remove dedicated thread for read loop in ruby bidi calls
8 years ago
siddharthshukla
9eedb4ffd7
Switch init/shutdown: lib-wide -> per-object
...
Incremental changes towards PyPy support.
8 years ago
Yuchen Zeng
a0399f2a60
Fix the error ref issue
8 years ago
Vijay Pai
5d94118d0d
clang-format
8 years ago
Mark D. Roth
a3e7bd85c0
clang-format
8 years ago
Vijay Pai
ff91dea149
Be able to specify FCUnaryService just like AsyncService so that all
...
relevant methods get treated this way.
8 years ago
Mark D. Roth
7d9f276ea2
Change handshaker API to use a read buffer to pass leftover bytes read
...
between handshakers.
8 years ago
Vijay Pai
581097fe0d
Make FCUnary and ServerReaderWriter derived classes of a new
...
ServerReaderWriterInterface so that some functions can be made
to accept either.
8 years ago
siddharthshukla
de84d566b8
Fix the ThreadPoolExecutor: max_workers can't be 0
...
Add a RecordingThreadPool that inherits from Executor, contains a
ThreadPoolExecutor and has an extra method 'was_used' to indicate if
submit method was ever called i.e. if the thread pool was ever used.
8 years ago
Ken Payson
e5fd01a389
Bump python protobuf dependency to 3.0.0
8 years ago