Craig Tiller
bc4c3e3a79
Merge github.com:grpc/grpc into error
9 years ago
Jan Tattermusch
2a69beffaa
Merge pull request #6921 from dgquintas/fix_printf_flags_lb_policy
...
Fixed printf/gpr_log format in lb_policy.c
9 years ago
Jan Tattermusch
474a574ba7
update readme.md
9 years ago
Jan Tattermusch
6b0e5ddf8b
Merge pull request #6938 from nathanielmanistaatgoogle/__all__
...
grpc.__all__ definition
9 years ago
Jan Tattermusch
3943244d60
Merge pull request #6882 from kpayson64/python_metadata_tests
...
Added Python GA API metadata tests
9 years ago
Nathaniel Manista
3e1379a35d
grpc.__all__ definition
9 years ago
murgatroid99
00f41c1eed
Add comment about new trace flags
9 years ago
Makarand Dharmapurikar
4412c85a10
crud removal
9 years ago
Nicolas Noble
1e52b1aadf
Merge pull request #6876 from mdyring/master
...
Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined
9 years ago
murgatroid99
05998dc693
More formatting fixes
9 years ago
Makarand Dharmapurikar
3eba9075ef
using camelCase for output_label now
9 years ago
Sree Kuchibhotla
812c66ba1b
Merge branch 'master' into epoll_changes
9 years ago
Makarand Dharmapurikar
a7cc90055e
Modified route_guide sample app to show RPC log
...
Modified the screens to show meaningful information about RPC progress.
When you click on each tab the screen now shows log messages that previously
only went to the debug console.
9 years ago
murgatroid99
bb2bd65539
Clang format
9 years ago
vjpai
b8916aa22f
Don't global initialize anything to nullptr
9 years ago
Vijay Pai
8b79fdef7a
Disable ccache for clang-3.4 on Ubuntu 14.04 as this is not currently working.
...
Disabling it allows clang-3.4 to run C/C++ on docker
9 years ago
Vijay Pai
a9e62c2ddb
no ccache
9 years ago
Vijay Pai
b31a9a0900
Include <cinttypes> for PRIuPTR. Not clear why this is needed.
9 years ago
Vijay Pai
6b668cc93f
Remove range-based for, comparisons to nullptr
9 years ago
Vijay Pai
4e1a883a5f
Digraph
9 years ago
Vijay Pai
90460fadf6
Digraph
9 years ago
Vijay Pai
62eb1c7908
Merge branch 'wheezy' of github.com:vjpai/grpc into wheezy
9 years ago
Vijay Pai
dc45677d3d
Keeping this up-to-date
9 years ago
Vijay Pai
4425828d1d
Should not explicitly initialize these pointers to nullptr in gcc-4.4 case
...
because nullptr assignment actually requires the calling of a constructor.
As a result, the order in which these nullptr initializations take place
is not defined with respect to other initializations.
A pointer that is left without explicit initialization automatically
gets nullptr anyway, so just don't explicitly initialize these.
9 years ago
Vijay Pai
b9e927afcc
Merge branch 'master' into wheezy
9 years ago
Vijay Pai
20bf126da6
clang-format
9 years ago
vjpai
e44d53757a
De-lambda-ify
9 years ago
Yuchen Zeng
dbe2b9e976
Enable treating warnings as errors in objc tests
9 years ago
David Garcia Quintas
2a6c68361a
Fixed printf/gpr_log format.
...
The faulty line is behind a preprocessor define that isn't on by default.
9 years ago
murgatroid99
9f6a805977
Allow disabling traces, add trace variables for pluck and timeout events
9 years ago
Craig Tiller
0e81d5e98f
Merge branch 'idempotent_endpoint_shutdown' into error
9 years ago
Craig Tiller
c8762faf46
clang-format code
9 years ago
Craig Tiller
aee10fd73c
Fix windows tests for idempotent shutdown
9 years ago
murgatroid99
5fe21a11bb
Fix run_interop_tests override_server option
9 years ago
Nicolas Noble
fa9b7c1bc6
Merge pull request #6334 from tberghammer/android-64bit
...
Add 64bit Android support
9 years ago
Jan Tattermusch
635fafc398
dont register shutdownhooks for dotnet5.4
9 years ago
Jan Tattermusch
a6c9a9121e
update project.json
9 years ago
Craig Tiller
123f137728
Allow forcing the use of the default polling strategy [instead of all strategies]
9 years ago
murgatroid99
635c1caf3b
Fixed ruby timeout_on_sleeping_server implementation
9 years ago
Craig Tiller
edcd4e247d
Disable fuzzed tests on TSAN
9 years ago
David Garcia Quintas
c61c235fac
moar pr comments
9 years ago
Vijay Pai
679c75f0a6
Deal with issues surrounding const members of classes used in
...
containers
9 years ago
Vijay Pai
a63271c77f
Deal with to_string, proper usage of nullptr, and lack of map::emplace
9 years ago
Jan Tattermusch
2e67fee53d
Merge pull request #6909 from jtattermusch/csharp_client_streaming
...
Improve docs for IAsyncStreamReader
9 years ago
Jan Tattermusch
dd692b34c7
Merge pull request #6908 from jtattermusch/csharp_send_completion_dedup
...
C#: dedup code for send finished handler
9 years ago
Vijay Pai
12bf3801b8
Got carried away with grpc::
9 years ago
murgatroid99
245e997084
Change cleanup step in node package build to account for well known protos
9 years ago
Sree Kuchibhotla
cf4205dff5
Compilation error
9 years ago
murgatroid99
f66c6d0747
Fix compiler/plugin.proto copying to the wrong place
9 years ago
murgatroid99
43b6373b42
Add well known protos to Node and Ruby tools packages
9 years ago