Craig Tiller
fd9d0b47e5
Merge branch 'async-api' of github.com:ctiller/grpc into async-api
10 years ago
Craig Tiller
e2b2b1fb67
Fix check for whether we should write to prevent infinite loop
10 years ago
Craig Tiller
d6731628bc
Cleanup documentation
10 years ago
Craig Tiller
30fd935a4f
Merge github.com:google/grpc into async-api
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
dcf661a130
Merge pull request #371 from nicolasnoble/iomgr-deadline-fix
...
Fixing potential hitch in iomgr shutdown.
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
Nicolas Noble
f279362d0c
Merge pull request #370 from jtattermusch/csharp_c_ext
...
added grpc extension library for C#
10 years ago
Jan Tattermusch
ea6f6d99f4
updated readme
10 years ago
Craig Tiller
e5d683ca7e
Add some documentation to call.c
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
Chen Wang
1f50e26d3a
Need project_id from argument to run the client correctly.
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
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
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
Chen Wang
0b439e42f4
change stringstream to ostringstream.
10 years ago
Chen Wang
cde34e0b5d
change stringstream to ostringstream.
10 years ago
Tim Emiola
8aad618711
Merge pull request #354 from donnadionne/docker
...
Adding timeout for each test run so that failed tests do not block the r...
10 years ago
Chen Wang
405392c2e8
fixed typos and add ListTopics implementation.
10 years ago
Tim Emiola
842037aa78
Merge pull request #349 from murgatroid99/protobuf-php-references
...
Switched Protobuf-PHP references to my fork, removed references to git-on-borg
10 years ago
Tim Emiola
9068b55359
Merge pull request #346 from murgatroid99/php_weak_comparison
...
Php weak comparison removal
10 years ago
Craig Tiller
0825f70ca4
Merge pull request #360 from nicolasnoble/typos
...
Cleaning out remains of google3.
10 years ago
Nicolas "Pixel" Noble
4d33501a2e
Cleaning out remains of google3.
10 years ago
Nathaniel Manista
40562576bc
Merge pull request #358 from dklempner/build
10 years ago
David Klempner
f94838b0a3
Make several python scripts explicitly python2.7
...
I tried actually doing a build on my home desktop, and none of these
run with python 3.3, which is /usr/bin/python on my home desktop.
10 years ago
Craig Tiller
fef766933e
Back-end for new core API
10 years ago
Tim Emiola
c0728c44bf
Merge pull request #350 from murgatroid99/node_dockerfile_fix
...
Set leaf dockerfiles to clean C library before rebuilding
10 years ago
Yang Gao
23c8d85e55
Merge pull request #339 from ctiller/async-api-prep
...
Prepare for the new batch call API.
10 years ago
Craig Tiller
daceea8670
Add some documentation, simplify state
10 years ago
Craig Tiller
c18c56e40c
Split master and reqinfo for clearer code
10 years ago
Craig Tiller
c4f0ebe63b
Prepare for the new batch call API.
...
Rename all core API functions that are on their way to deprecation with
an _old tag across all wrappings.
10 years ago
Craig Tiller
eac4c2363b
Fix server after merge
10 years ago
Craig Tiller
40d2a4307b
Merge branch 'async-api-prep' of github.com:ctiller/grpc into async-api
10 years ago
Craig Tiller
566316f3a5
Split legacy code to end of file
10 years ago