Siddharth Rakesh
64967d4fac
removed dependency on python_gflags, using argparse instead
10 years ago
murgatroid99
04a0395670
Added casts to a macro
10 years ago
murgatroid99
4fca87aee2
Removed incorrect cast
10 years ago
murgatroid99
482a44cb5a
Fixed incorrect functional change
10 years ago
Craig Tiller
c7299987a0
Merge pull request #2073 from dgquintas/compression-metadata
...
Compression metadata
10 years ago
Craig Tiller
ee6efaea4f
Merge pull request #2132 from soltanmm/whats-up-doc
...
Clarify behavior of grpc_server_register_completion_queue
10 years ago
Craig Tiller
8deffe9000
Merge pull request #2105 from vjpai/poller2
...
Performance-oriented server refactoring
10 years ago
Craig Tiller
ab67485ff0
Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs
10 years ago
Siddharth Rakesh
31014d26aa
flags handled using python_gflags
10 years ago
vjpai
8e27779201
Merge branch 'master' into poller2
10 years ago
Nicolas Noble
f3fac562e8
Merge pull request #1577 from ctiller/we-dont-need-no-backup
...
Remove backup poller from GRPC core
10 years ago
Nicolas Noble
dc65c14d3b
Merge pull request #2122 from jboeuf/tsi_ssl_npn
...
Adding NPN support if ALPN support is not available.
10 years ago
Nicolas Noble
3acc428ffd
Merge pull request #2072 from jtattermusch/fix_json_rewrite_test
...
fix json_rewrite_test CRLF handling
10 years ago
murgatroid99
e582d09797
Fixed integer conversion warnings in src/core/security
10 years ago
murgatroid99
247bb9eb7e
Fixed conversion warnings in src/core/json
10 years ago
murgatroid99
5e71d7aff1
Silenced conversion warnings in src/core/support
10 years ago
Siddharth Rakesh
12c65b1a7e
slightly updated tool script
10 years ago
Michael Lumish
61a25fbff7
Merge pull request #2138 from tbetbetbe/grpc-ruby-fix-cancel-after-first-response
...
Corrects the cancel_after_first_response behaviour
10 years ago
Tim Emiola
aa57bab3ca
Corrects the cancel_after_first_response behaviour
...
- introduces a #wait method on the call operation view
- invokes #wait on a Notifier that is created for all operations
- ensures the Notifier is invoked if necessary whenever a client request
completes
- updates the interop_test to use op.wait before checking if the call
was cancelled.
10 years ago
Julien Boeuf
3afa2dc1c1
Merge branch 'master' of https://github.com/grpc/grpc into ssl_auth_context_fix
10 years ago
Julien Boeuf
afc8c77366
Merge branch 'master' of https://github.com/grpc/grpc into tsi_ssl_npn
10 years ago
David Garcia Quintas
96e12defaf
Removed const-ness from Reporter interface methods
10 years ago
David Garcia Quintas
9e9aaa88e1
Merge branch 'master' of github.com:grpc/grpc into compression-metadata
10 years ago
Siddharth Rakesh
cc5857b624
Fixed hanging client declaration, server address can be passed now
10 years ago
Masood Malekghassemi
aeb1a9fab6
Clarify behavior of grpc_server_register_completion_queue
10 years ago
Siddharth Rakesh
a31c9d27e0
Merge branch 'we-dont-need-no-backup' of git://github.com/ctiller/grpc
10 years ago
Siddharth Rakesh
eb973c8a85
Merge branch 'master' of https://github.com/grpc/grpc
10 years ago
Julien Boeuf
3e29de19a3
Adressing comments.
10 years ago
Vijay Pai
1658ef7f50
Merge branch 'master' into poller2
10 years ago
Craig Tiller
52c6142a30
Merge github.com:grpc/grpc into we-dont-need-no-backup
...
Conflicts:
gRPC.podspec
tools/doxygen/Doxyfile.core.internal
10 years ago
Jorge Canizales
a15f08cc9a
Merge pull request #2130 from murgatroid99/objective-c-stop-surpressing-warnings
...
Re-enabled warnings in the gRPC podspec
10 years ago
Jan Tattermusch
7e997eba4f
Merge pull request #2116 from nicolasnoble/jenkins-clang
...
Adding clang packages for msan/tsan/asan testing.
10 years ago
murgatroid99
9fb72cd7b5
Re-enabled warnings in the gRPC podspec
10 years ago
Tim Emiola
94213dfa64
Merge pull request #2084 from stanley-cheung/php_pecl_extension
...
Add package.xml file for pecl extension
10 years ago
Vijay Pai
f75ed23c20
Fix scope of a lock
10 years ago
Nicolas Noble
e0eac8b5be
Merge pull request #2125 from jtattermusch/fix_win_read_memory_leak
...
prevent leaking gpr_slice in windows on_read()
10 years ago
Jan Tattermusch
b91009518d
prevent leaking gpr_slice in windows on_read()
10 years ago
sidrakesh93
e74a458813
Update report.cc
10 years ago
Nicolas Noble
37a8448f0e
Merge pull request #2104 from murgatroid99/build_json_add_missing_context.h
...
Added missing but included headers to build.json
10 years ago
Siddharth Rakesh
bfa67ddbd4
changed access tokens folder position
10 years ago
Stanley Cheung
cb14eab395
Add package.xml and necessary files for pecl extension
10 years ago
Siddharth Rakesh
929191b4be
edited test script
10 years ago
Vijay Pai
d03adc340a
Merge remote-tracking branch 'ctiller-repo/we-dont-need-no-backup' into poller2
10 years ago
Craig Tiller
6174b9a4d0
Docs
10 years ago
Julien Boeuf
a701ade70a
Fixing ssl auth context.
10 years ago
Julien Boeuf
d1531323e7
Adding NPN support if ALPN support is not available.
...
- ALPN may not be available:
- because OpenSSL does not support it.
- because one of the peers does not support it.
- Tested manually end to end by forcing TSI_OPENSSL_ALPN_SUPPORT to 0.
Also tested if only one of the peers supports ALPN.
10 years ago
Siddharth Rakesh
bde6b6f327
Merge branch 'master' of https://github.com/grpc/grpc
10 years ago
Nicolas "Pixel" Noble
76fa6b6715
Switching from wheezy to jessie.
10 years ago
Craig Tiller
42b239f13f
Docs
10 years ago
Craig Tiller
b6b3015a84
Merge github.com:grpc/grpc into we-dont-need-no-backup
...
Conflicts:
include/grpc/compression.h
10 years ago