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
Nicolas Noble
fa9b7c1bc6
Merge pull request #6334 from tberghammer/android-64bit
...
Add 64bit Android support
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
Nicolas Noble
efcaa4bc10
Merge pull request #6884 from jtattermusch/manual_upmerge_0_14_to_master
...
Manually Upmerge changes from 0.14 release branch into master
9 years ago
Vijay Pai
08e071abe0
Specify template parent explicitly
9 years ago
Vijay Pai
06ea541ed9
Provide nullptr->std::function cast
9 years ago
Vijay Pai
9aa5f23645
Switch out a using with a typedef
9 years ago
Vijay Pai
efa8430e39
Enforce gcc-4.4 compatibility on test_credentials_provider by changing
...
a map to 2 vectors. Additional minor changes needed (e.g., override->GRPC_OVERRIDE,
nullptr->grpc::nullptr)
9 years ago
vjpai
20410921f7
Exclude boringssl tests and libs from C++ build if EMBED_OPENSSL is
...
not true
9 years ago
Jan Tattermusch
f8bd01f934
Merge remote-tracking branch 'upstream/master' into manual_upmerge_0_14_to_master
9 years ago
Jan Tattermusch
8fb6c924b5
Merge pull request #6875 from y-zeng/log_check
...
Add format check for gpr_log and gpr_asprintf, add gpr_strpad
9 years ago
Jan Tattermusch
b4fc876dbb
Merge pull request #6900 from nathanielmanistaatgoogle/_rpc_test-future-division
...
Drop unnecessary future division import
9 years ago
Jan Tattermusch
655e28f845
Merge pull request #6904 from nathanielmanistaatgoogle/unimplemented-for-cardinality-violation
...
UNIMPLEMENTED status for cardinality violation
9 years ago
Jan Tattermusch
6f42fd925f
Merge pull request #6632 from stanley-cheung/php-add-trailing-metadata-api
...
PHP: add call getTrailingMetadata API
9 years ago
Jan Tattermusch
2eb09ee543
improve docs for IAsyncStreamReader
9 years ago
Jan Tattermusch
b8d50af3a5
deduplicate send finished handler
9 years ago
Jan Tattermusch
f2ce4307bf
fix terminal encoding for cocoapods
9 years ago
Jan Tattermusch
febfd32af9
Merge pull request #6572 from y-zeng/base64_decode
...
Add base64 decoder
9 years ago
Jan Tattermusch
d66c3810f8
Merge pull request #6857 from kpayson64/python_cleanup
...
Added cleanup to server thread join method
9 years ago
Jan Tattermusch
fd1419a176
Merge pull request #6873 from kpayson64/python_signal_handling
...
Added check for signals in poll()
9 years ago
Jan Tattermusch
b383c68ccb
Merge pull request #6874 from nathanielmanistaatgoogle/ga
...
Python GA code generation
9 years ago
Jan Tattermusch
8857adc742
Merge pull request #6881 from kpayson64/python_create_channel_bug
...
Fix create_[secure/insecure]_channel argument order
9 years ago
Nathaniel Manista
0442214129
UNIMPLEMENTED status for cardinality violation
9 years ago
Nathaniel Manista
1e44766bfc
Drop unnecessary future division import
...
We only ever use floor division (//) in the module.
9 years ago
Stanley Cheung
6668d51b3c
php: add call getTrailingMetadata API
9 years ago
David G. Quintas
e697b7dbc6
Merge pull request #6895 from dgquintas/async_docs_fixit
...
Added docs to server's shutdown docstrings
9 years ago
Jan Tattermusch
0aa23d83ad
Merge pull request #6704 from yang-g/distribtest
...
Add distrib test utilities for c++
9 years ago
Jan Tattermusch
eeffc68e99
Merge pull request #6890 from jtattermusch/csharp_less_verbose_logs
...
C# less verbose logs
9 years ago
Yuchen Zeng
289dcb1b68
Rename gpr_strpad as gpr_leftpad
9 years ago
David Garcia Quintas
058c9de8b2
Added to server's shutdown docstrings
9 years ago
Abhishek Kumar
a47acad040
Merge pull request #6852 from nathanielmanistaatgoogle/status-codes
...
Document cardinality violation status codes
9 years ago
Ken Payson
ed7428526c
Added cleanup to the server thread's join method.
...
When the Python Interpreter exits, it first attempts to join any
outstanding threads. This is problematic if a server is created
as a top-level variable or referenced by a reference cycle, as join()
will hang. This adds cleanup behavior to the server thread's join().
9 years ago
yang-g
46f4a681d2
minor fixes
9 years ago
Vijay Pai
8b48191854
Set back to the default log function after using an override
9 years ago
Jan Tattermusch
a3a75284f8
Merge pull request #6887 from stanley-cheung/php-remove-composer-version
...
PHP: remove explicit version in composer.json
9 years ago
Ken Payson
f24665fdd8
Fix create_[secure/insecure]_channel argument order
9 years ago
Jan Tattermusch
5225f83bb2
Merge pull request #6865 from vjpai/stylin
...
Doc Fixit: Introduce C++ style guide
9 years ago
Jan Tattermusch
136307756c
Merge pull request #6438 from y-zeng/reflection_separate_lib
...
Proto server reflection
9 years ago