David Garcia Quintas
14111e9da1
Added grpc++.h with mainpage docs.
...
Minor fixes to previously existing docs.
10 years ago
Julien Boeuf
0d47192afa
Fixing headers and paths after merge with upstream.
10 years ago
yang-g
12577a7f7f
Fix build
10 years ago
Alistair Veitch
9a09982e2d
view and aggregation API
10 years ago
Craig Tiller
ae69ad1bcf
Add a portable test of endpoint pairs
10 years ago
Craig Tiller
2ded19b84f
Update projects
10 years ago
Rakesh Iyer
4abe76eff5
Repro case for flow control bug.
...
This is a repro case for a bug where if the client is sending
full throttle and the receiver is not able to keep up, the
client reaches a case where it doesn't make forward progress
anymore.
Signed-off-by: Craig Tiller <craig.tiller@gmail.com>
10 years ago
yang-g
d090fe1379
auth context api change for string_ref
10 years ago
yang-g
e21908fcee
impl
10 years ago
Craig Tiller
d01b6f49a2
Its not enough to just serialize the clean step...
10 years ago
Craig Tiller
df77673c6c
Dont try to parallelize OpenSSL build
10 years ago
Julien Boeuf
8fd915ab8d
Adding grpc::string_ref class.
...
- Strict subset of
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3442.html
- Useful to avoid unnecessary string copies.
10 years ago
Craig Tiller
16f6dac8e8
Make googletest a submodule
10 years ago
Craig Tiller
333ced0b8a
Remove accidental dependency on zookeeper in shutdown_test
10 years ago
Vijay Pai
e8a7e30a75
Eliminate public thread-pool interface
10 years ago
Craig Tiller
11a28c7f1a
Update projects
10 years ago
yang-g
9fb35a5332
split stream.h into sync_stream.h and async_stream.h
10 years ago
yang-g
9e2f90cd06
headers reorg
10 years ago
Julien Boeuf
87047d7e93
Security connector is now responsible for the handshake.
10 years ago
Hongyu Chen
e09dc78e74
rename census_filter.{c,h} to grpc_filter.{c,h}
10 years ago
Craig Tiller
49772e00eb
Outlaw illegal metadata characters
10 years ago
David Garcia Quintas
a4c4f02a63
Added C API functions for compression args handling (w/ tests)
10 years ago
yang-g
c317f07b56
Make Channel ctor private
10 years ago
yang-g
ef00308e39
remove internal_stub
10 years ago
Hongyu Chen
fdc1dc744b
Move census_filters from .../channel to .../census
10 years ago
yang-g
8c2be9f228
Remove ChannelInterface and replace it with Channel
10 years ago
Craig Tiller
e50e5cbde2
Add a timeout to shutdown to forcefully end calls
10 years ago
Julien Boeuf
2fd8a88843
Adding new header in build.json.
10 years ago
Nicolas "Pixel" Noble
4ef9b86cc2
Fixing zookeeper's installation.
10 years ago
Robbie Shade
a2f3652040
Regenerated project files
10 years ago
Nicolas "Pixel" Noble
bb3aed0ef9
Removing gpr_cancelable.
10 years ago
Alistair Veitch
e6d0ad317e
add all new content
10 years ago
Hongyu Chen
7adbb64307
Build file changes
10 years ago
yang-g
ffc8a6b431
move auth property iterator declaration into auth_context.h
10 years ago
Craig Tiller
99740785f1
Cleanup unnecessary test
10 years ago
yang-g
f1ca91ad30
regenerate projects
10 years ago
yang-g
62ff690e48
regenerate projects
10 years ago
yang-g
b62a90602b
regenerate projects
10 years ago
Craig Tiller
fc186a1828
Regenerate makefile
10 years ago
Craig Tiller
68f4e0f6ab
Initial Doxygen import for core, c++
10 years ago
Craig Tiller
60287b6363
Revert "Fixing environments where pkg-config isn't installed."
...
This reverts commit 2ed6878412
.
10 years ago
Craig Tiller
ce898834f9
Revert "Fixing environments where pkg-config isn't installed."
...
This reverts commit 2ed6878412
.
10 years ago
Craig Tiller
6fa0b98206
Rebuild projects
10 years ago
Craig Tiller
f53d9c8d0d
Testing port server
...
run_tests.py will start a server (if it's not running, or if the running
port server mismatches the 'current' one) that serves ports to use for
tests. The server is left running after run_tests.py finishes, so that
in environments such as Mac and Windows where tests run unshielded from
each other, we don't start jumping on already used ports.
10 years ago
Nicolas "Pixel" Noble
2ed6878412
Fixing environments where pkg-config isn't installed.
...
Depending on the presence of pkg-config, we're not necessarily doing the right thing in the Makefile. Zlib is a pkg-config dependency, but libm, libpthread, librt aren't.
10 years ago
Hongwei Wang
5c9bbfbf19
Add zookeeper test in Makefile
10 years ago
Craig Tiller
17effabe42
Add proxy tests to end2end suite
...
Currently the oauth2 variant of these tests is disabled. Will work with
@jboeuf to figure out how to turn them on.
10 years ago
yang-g
297a25b0cf
Add StubOptions
10 years ago
Hongwei Wang
8e04d4107e
Add zookeeper end-to-end test
10 years ago
Jan Tattermusch
8f4b1b032e
bump C# version to 0.6.1 and core version to 0.10.1
...
Conflicts:
src/csharp/Grpc.Core/Version.cs
10 years ago