Craig Tiller
465e2e11d1
Merge github.com:google/grpc into api
10 years ago
Craig Tiller
fc4a449c1e
Merge github.com:google/grpc into cppapi
10 years ago
Craig Tiller
6046dc35ef
clang-format
10 years ago
Craig Tiller
7d4c64ae7d
libevent snuck in
10 years ago
Craig Tiller
d248c24546
Update C++ code to set status via the C api.
...
This prevents mismatches from breaking tests.
10 years ago
Craig Tiller
4de9b7d4a3
Use the first received status as authoritative.
...
So that later cancellations do not clobber status.
10 years ago
Craig Tiller
d86a394ce2
Fix return behavior of run_tools.py
...
If not running in forever mode, and a test fails, fail run_tests.py
also.
If running in forever mode and make fails, wait for the next run.
10 years ago
Craig Tiller
3f8bd048af
Fix return behavior of run_tools.py
...
If not running in forever mode, and a test fails, fail run_tests.py
also.
If running in forever mode and make fails, wait for the next run.
10 years ago
Tim Emiola
f1f7213a9d
Merge pull request #28 from yang-g/codegen
...
Make cpp codegen consistent with protoc in template format.
10 years ago
Yang Gao
5680ff4687
Run clang-format-all.sh
10 years ago
Yang Gao
1ff11f6d04
Add a space in front of template argument list. Changing possible <:: to < ::
10 years ago
Craig Tiller
87350d5d45
Merge github.com:google/grpc into api
10 years ago
Craig Tiller
2ba0dacbde
Update C++ code to set status via the C api.
...
This prevents mismatches from breaking tests.
10 years ago
Craig Tiller
be56a9684e
Build all targets for a config at once
10 years ago
Craig Tiller
e4fcd6aa0e
Build all targets for a config at once
10 years ago
Yang Gao
0e477384cb
Merge pull request #26 from ctiller/signals
...
Properly mask signals in unit tests
10 years ago
Craig Tiller
14e60e9f8b
Use C signal handling in C++ end2end
10 years ago
Craig Tiller
e1e2475b69
Unify signal handling in C
10 years ago
Craig Tiller
6d43445a1a
Merge github.com:google/grpc into api
10 years ago
Tim Emiola
944596771c
Adds the service client code generated from the pubsub proto
10 years ago
Nicolas Noble
29512b56d0
Merge pull request #11 from ctiller/mac
...
Compile fix for mac
10 years ago
Tim Emiola
699c0ec2e6
Merge pull request #18 from murgatroid99/node_client_constructor
...
Node client constructor
10 years ago
Craig Tiller
2d8f790ebc
Format change
10 years ago
Craig Tiller
dd330d6d68
Merge pull request #24 from nicolasnoble/win32
...
Various win32 fixes.
10 years ago
Craig Tiller
665c5d4a47
Merge pull request #23 from nicolasnoble/libevent-removal
...
Removing a few more traces of libevent.
10 years ago
Nicolas "Pixel" Noble
80d68c09c4
Fixing test_config.c
...
Now all the gpr tests build and run under win32.
10 years ago
Nicolas "Pixel" Noble
27be1a2d3c
Removing a few more traces of libevent.
10 years ago
Nicolas "Pixel" Noble
848e74441e
Fixing log_win32.c
10 years ago
Nicolas "Pixel" Noble
6ba50fde9c
Fixing time.c for win32 - MIN_INT can't work with 0x80000000 under win32.
10 years ago
David Klempner
a1e8693578
Send a scheme of http or https as appropriate, rather than grpc.
...
This requires additional logic to determine whether to send http or
https. This change assumes a default of http, and plumbs down https
through a synthesized channel arg when using the ssl transport.
10 years ago
Craig Tiller
cc19464dd5
Use the first received status as authoritative.
...
So that later cancellations do not clobber status.
10 years ago
murgatroid99
6061f2b605
Merge remote-tracking branch 'upstream/master'
10 years ago
murgatroid99
ebf59f61a8
Merge branch 'node_client_constructor'
10 years ago
Craig Tiller
0a00a08c53
Use C signal handling in C++ end2end
10 years ago
Craig Tiller
5c35008ea1
Unify signal handling in C
10 years ago
murgatroid99
5725b1c17a
Fixed a typo
10 years ago
Craig Tiller
bf444937c6
Fix ordering problem leading to flaky test
10 years ago
Nicolas Noble
3eb079dcad
Merge pull request #8 from ctiller/gcov
...
Tools to generate coverage reports
10 years ago
Craig Tiller
ee988bc497
Merge github.com:google/grpc into gcov
10 years ago
Craig Tiller
8afc6c711f
Merge pull request #21 from nicolasnoble/c_and_cxx_mixup
...
Don't mix C and C++ libraries.
10 years ago
Craig Tiller
699ba2135a
Fix Makefile.template
10 years ago
Craig Tiller
f93d53e458
Starting to fix C++
10 years ago
Nicolas Noble
9e47552e53
Don't mix C and C++ libraries.
...
Now buildtests_c won't try to build C++ libraries.
10 years ago
Craig Tiller
44974e6bd8
Only request more data once stream is connected.
...
Otherwise we can cause segfaults down in the client_channel.
10 years ago
Craig Tiller
fc84e7b28e
Fix tag matching bug
10 years ago
Craig Tiller
9c0307bd4f
Update test to grpc_call_invoke
10 years ago
Craig Tiller
97f7fca5ff
Remove calls to grpc_call_start_invoke
10 years ago
Craig Tiller
2163bad186
Calls are always started on the server.
...
By the time we call accept, we have proof that we've received the start
of a call, so we should set this bit to one.
10 years ago
Nicolas Noble
7752779c3b
Merge pull request #7 from ctiller/gitignore
...
Add generated files to .gitignore
10 years ago
Craig Tiller
15719daf29
Merge pull request #19 from nicolasnoble/cleanup
...
Removing libevent from third_party, as it's no longer necessary.
10 years ago