Craig Tiller
3d5ba2f499
Make port_windows compile again
10 years ago
Tim Emiola
da22c15211
Merge pull request #2993 from murgatroid99/node_server_graceful_shutdown
...
Prevent the Node server from locking up when shutting down
10 years ago
Craig Tiller
1e27e7d605
Use port server on windows
10 years ago
Craig Tiller
15c1ea9c31
Merge github.com:grpc/grpc into endpoints
10 years ago
Stanley Cheung
495c0d332e
Merge pull request #3083 from stanley-cheung/php_missing_build_cflags
...
PHP: fix build failure on mac
10 years ago
Stanley Cheung
d0532654b0
php: fix build failure on mac
10 years ago
Craig Tiller
4ac2018fd9
Fix up path
10 years ago
Craig Tiller
3fda8ed122
Restore google test
10 years ago
Craig Tiller
c4a9f16f93
Merge github.com:grpc/grpc into endpoints
10 years ago
Craig Tiller
57c48c6845
Turn off debug
10 years ago
Craig Tiller
0882a353d5
Fix refcounting
10 years ago
David Garcia Quintas
c9ab6a022d
Protect against dereferencing a null ptr.
...
'stream' may be left nullptr after a pop, so don't try to dereference
it.
(via nlewycky@google.com ).
10 years ago
David G. Quintas
69d500d2c6
Merge pull request #3081 from ctiller/under-pressure
...
Up asan/tsan timeouts - they need it
10 years ago
Craig Tiller
b2ea0b9f48
Up asan/tsan timeouts - they need it
10 years ago
Nathaniel Manista
33c9c1f6b3
Merge pull request #3080 from soltanmm/docfix
...
Temporary fix on Python doc to alleviate confusion.
10 years ago
Masood Malekghassemi
18b3ccb2f2
Temporary fix on Python doc to alleviate confusion
...
cc grpc/grpc-common#274, #2896
10 years ago
Masood Malekghassemi
f61897df57
Merge pull request #3044 from nathanielmanistaatgoogle/no-such-method-code-and-message
...
Add code and message to base.NoSuchMethodError
10 years ago
Craig Tiller
c84d4aa6d0
Merge github.com:grpc/grpc into endpoints
...
Conflicts:
src/core/iomgr/tcp_windows.c
10 years ago
yang-g
5e700f3d1f
Merge remote-tracking branch 'upstream/master' into string_ref_auth
10 years ago
Vijay Pai
60e0e743be
Merge pull request #3072 from ctiller/pneumatic-figure-skater
...
Cleanup test, initialize correctly
10 years ago
Yang Gao
6501071d16
Merge pull request #3079 from ctiller/scrubbing-the-floor
...
Add ostream support for string_ref
10 years ago
Craig Tiller
47ec9a40ad
Add ostream support for string_ref
10 years ago
Jan Tattermusch
0608a00b50
Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3
...
Conflicts:
src/csharp/Grpc.IntegrationTesting/InteropClient.cs
10 years ago
Craig Tiller
afbbaf9c3e
Merge pull request #3065 from yang-g/string_ref
...
Use string_ref for incoming metadata
10 years ago
Craig Tiller
f1c76741e8
Merge pull request #3048 from maxwell-demon/timespec
...
Move core/profiling/timers_preciseclock.h to core/support/ such that we
10 years ago
David G. Quintas
a96439e02a
Merge pull request #3078 from ctiller/the-jackal-winked-at-the-moose
...
Make run_tests.py robust against port_server not starting
10 years ago
Craig Tiller
8b5f4dcc7f
Fix typo
10 years ago
Craig Tiller
abd37fd278
Make run_tests.py robust against port_server not starting
10 years ago
David G. Quintas
52730d3bea
Merge pull request #3035 from ctiller/naming-crisis
...
Refactor default host name resolution
10 years ago
Julien Boeuf
cbdffa4227
Merge branch 'grpc_security_abi' into credentials_naming_and_cleanup
10 years ago
Julien Boeuf
5cc1e2ec4b
Fixing PHP.
10 years ago
Julien Boeuf
510a920c75
Credentials cleanup:
...
- Removing service_accounts credentials. These credentials just have
drawbacks compared to service_account_jwt_access credentials, notably
in terms for security.
- Renaming Google specific credentials with a Google prefix for C and
C++. This should be done as well for wrapped languages.
10 years ago
Julien Boeuf
c17fecd224
Fixing tests.
10 years ago
David G. Quintas
fd70b7117e
Merge pull request #3054 from ctiller/openssl-just-needs-to-build
...
Dont try to parallelize OpenSSL build
10 years ago
Michael Lumish
901277dd6d
Merge pull request #3073 from jtattermusch/appdomain_unloaded_exception
...
Prevent occasional AppDomainUnloadedException from nunit
10 years ago
Jan Tattermusch
940caa2d97
prevent occasional AppDomainUnloadedException from nunit
10 years ago
Julien Boeuf
c5b570f97e
Adding void* at then end of security related method in order to have a stable ABI.
10 years ago
Jan Tattermusch
9a26584be9
Merge pull request #3068 from ctiller/make-might-take-a-very-long-time
...
Windows builds need longer
10 years ago
Craig Tiller
be95249350
Cleanup test, initialize correctly
...
Test was failing on mac because gpr time code was not initialized. Whilst here, clean up the test so that I can understand it again.
10 years ago
yang-g
d090fe1379
auth context api change for string_ref
10 years ago
Hongyu Chen
beb580b941
More merge conflict fix
10 years ago
Julien Boeuf
8dbefbee01
Merge branch 'master' of https://github.com/grpc/grpc into grpc_security_abi
10 years ago
Hongyu Chen
c22b1796a2
Merge remote-tracking branch 'upstream/master' into timespec
10 years ago
Yang Gao
6e86944905
Merge pull request #3021 from ctiller/reject-the-stuffs
...
Outlaw illegal metadata characters
10 years ago
Craig Tiller
d17fcc3203
Make C core log output readable
10 years ago
yang-g
654828fbd0
update doc
10 years ago
Nathaniel Manista
4c8288ec01
The RPC Framework crust package
10 years ago
yang-g
de36eb69be
fix route_guide
10 years ago
yang-g
d36da04a55
fix helloworld
10 years ago
Yang Gao
3cfb4795ce
Merge pull request #3067 from dgquintas/interop_streaming_fix
...
Added missing payloads to streaming compressed test
10 years ago