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
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
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
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
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
Michael Lumish
d2bfa1a288
Merge pull request #353 from tbetbetbe/grpc_ruby_fix_gemspec
...
Corrects a typo
10 years ago
Donna Dionne
851f591956
Adding timeout for each test run so that failed tests do not block the running of the rest of the tests.
10 years ago
Tim Emiola
43374163ec
Corrects a typo
10 years ago
murgatroid99
ea36c97b98
Removed redundant call to make in grpc_*_base Dockerfiles
10 years ago
Craig Tiller
65047c0195
Merge pull request #351 from yang-g/lsan
...
Fix a memory leak.
10 years ago
Nicolas Noble
05b8acccd2
Merge pull request #352 from ctiller/huh
...
Fix link error
10 years ago
Craig Tiller
a3b18d922a
Fix link error
10 years ago
Yang Gao
24e820b226
Fix a memory leak.
10 years ago
murgatroid99
ba116528cc
Set leaf dockerfiles to clean C library before rebuilding
10 years ago
David Klempner
c10f5c9780
Merge pull request #306 from nicolasnoble/wakeup-fd-fix
...
Properly selecting chunks of code for the wakeup fd codepath.
10 years ago
murgatroid99
975a07b949
Switched Protobuf-PHP references to my fork, removed references to git-on-borg
10 years ago
Nicolas "Pixel" Noble
81b1cbf4e3
Removing comment.
10 years ago
murgatroid99
d9ba1db7fa
Removed assertEquals from TimevalTest
10 years ago
Craig Tiller
3e598cdcfe
Merge pull request #348 from dklempner/asan
...
Fix poll_kick_posix_test under asan
10 years ago
David Klempner
ea6e8a65a2
Fix poll_kick_posix_test under asan
...
1. Init the freelist_mu in the forced-fallback path
2. Free allocated memory in the test_over_free test case.
10 years ago
Craig Tiller
1fb40badf1
Merge pull request #294 from nathanielmanistaatgoogle/enum
...
Merge enum-ification of Python RPC Framework.
10 years ago