Craig Tiller
d6731628bc
Cleanup documentation
10 years ago
Julien Boeuf
fdbb1b039b
... And the project files...
10 years ago
Julien Boeuf
e0bfcc9ffb
Removing removed files from build.json
10 years ago
Craig Tiller
30fd935a4f
Merge github.com:google/grpc into async-api
10 years ago
Craig Tiller
d27cf3b387
Merge github.com:google/grpc into async-api-new
...
Conflicts:
Makefile
10 years ago
Craig Tiller
d6124991d7
Merge branch 'async-api' of github.com:ctiller/grpc into async-api-new
10 years ago
Craig Tiller
d642dcf920
Use unsigned for shifts
10 years ago
Craig Tiller
78d1fd07d2
Merge pull request #380 from dklempner/cpu_linux_build
...
Have cpu_linux.c define _GNU_SOURCE at the beginning of the file
10 years ago
Craig Tiller
166e25002c
First test passes
10 years ago
Craig Tiller
5b9efed999
Check :status header
10 years ago
Craig Tiller
dcf661a130
Merge pull request #371 from nicolasnoble/iomgr-deadline-fix
...
Fixing potential hitch in iomgr shutdown.
10 years ago
Craig Tiller
ea61b07800
Updated the first test (which fails)
10 years ago
David Klempner
9e1b10b027
undef and endif aren't the same thing
10 years ago
David Klempner
9db67cbfb0
We should ifdef check the define of _GNU_SOURCE
10 years ago
David Klempner
d44f8410df
Have cpu_linux.c define _GNU_SOURCE at the beginning of the file
...
Feature test macros need to be defined before including any other
headers.
10 years ago
Nicolas "Pixel" Noble
ae7b45a84d
Adding another condition variable to fix the iomgr shutdown issue.
10 years ago
murgatroid99
554fe351d3
Fixed error in new test
10 years ago
murgatroid99
75c9d2f529
Added cancel_after_first_response interop test
10 years ago
Jan Tattermusch
a7608b081e
Prototype of gRPC C# library (Core and API examples)
10 years ago
Nicolas Noble
f279362d0c
Merge pull request #370 from jtattermusch/csharp_c_ext
...
added grpc extension library for C#
10 years ago
murgatroid99
d96db79b92
Switched to binding servers to port 0 in tests
10 years ago
murgatroid99
5db18baab8
Corrected error in metadata parser
10 years ago
Jan Tattermusch
ea6f6d99f4
updated readme
10 years ago
Craig Tiller
e5d683ca7e
Add some documentation to call.c
10 years ago
Julien Boeuf
57db88f116
Addressing nicolasnoble@ comments.
10 years ago
Nicolas "Pixel" Noble
decdff921b
Fixing potential hitch in iomgr shutdown.
...
The background_callback_executor may sit on the condition as well. If we're not broadcasting the condition, it may eat the condition signal, and starve the shutdown sequence of it.
10 years ago
Jan Tattermusch
94c365326a
added grpc extension library for C#
10 years ago
Yang Gao
8c0596edca
Merge pull request #368 from chen-wang/master
...
Need project_id from argument to run the client correctly.
10 years ago
Chen Wang
3ebec60ec4
Only add project_id for GCE command line.
10 years ago
Julien Boeuf
4a0a394758
Fixing tsan errors in OpenSSL ( #319 )
...
- Added cross-platform implementation of gpr_thd_currentid();
- OpenSSL still shows some TSAN errors on OPENSSL_cleanse which is
inherently not thread-safe but this should not matter:
see
http://stackoverflow.com/questions/26433772/why-does-openssl-cleanse-look-so-complex-and-thread-unsafe
10 years ago
Chen Wang
1f50e26d3a
Need project_id from argument to run the client correctly.
10 years ago
Craig Tiller
5a34d452f6
WIP simple_request
10 years ago
Yang Gao
6293782e0d
Merge pull request #367 from chen-wang/master
...
Remove duplicated target tips_client defintion.
10 years ago
Chen Wang
ca3d6f16df
Remove duplicated target tips_client defintion.
10 years ago
Craig Tiller
a57fa9f06c
missed file
10 years ago
Craig Tiller
2c189e393c
Fork tests into legacy/non-legacy
10 years ago
Yang Gao
922d8a69a4
Merge pull request #363 from chen-wang/master
...
Add README
10 years ago
Tim Emiola
177f2f6915
Merge pull request #364 from murgatroid99/interop_client_args_fix
...
Fixed errors in Node test running
10 years ago
murgatroid99
ddfafe8dcd
Fixed errors in Node test running
10 years ago
Chen Wang
4402b70816
Add README
10 years ago
Craig Tiller
fb189f826e
Flesh out batch API
10 years ago
Craig Tiller
034929cc31
Flesh out new API
10 years ago
Craig Tiller
c12fee6a04
Simplify call.c
...
Reduce duplication of handling in many places and simplify internally
tracked state.
10 years ago
Craig Tiller
bd5920751e
Fix alloc of zero request
10 years ago
Craig Tiller
d24480f3c8
Merge branch 'async-api' of github.com:ctiller/grpc into async-api
10 years ago
Craig Tiller
cefb00e8eb
Fix potential deadlock
10 years ago
Yang Gao
51d77166d2
Merge pull request #341 from chen-wang/master
...
Implement full logic of publish and subscribe
10 years ago
Chen Wang
4428596d10
Merge remote-tracking branch 'upstream/master'
10 years ago
murgatroid99
5ca9f921ae
Changed PHP metadata representation to associative array of arrays of strings
10 years ago
Chen Wang
0b439e42f4
change stringstream to ostringstream.
10 years ago