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
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
Donna Dionne
dd0f8f1702
Merge branch 'master' of github.com:google/grpc into docker
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
Julien Boeuf
026a417def
Adding support for loading the SSL roots from an environment variable.
...
- Had to add support for files and environment variables as well.
- I can't compile on windows so I'm sure there will be some issues.
- Tested end-to-end with the simple ssl fullstack test.
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
Donna Dionne
46433146cc
Merge branch 'master' of github.com:google/grpc into docker
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