Vijay Pai
2d03e042e7
Revert "Make this compile on mac by adding in header files currently used for posix,"
...
This reverts commit 883ae17420
.
10 years ago
Vijay Pai
dbc0f5940a
Add write buffer hint to C++ server handlers so that writes actually go
...
out when expected.
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
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
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
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
murgatroid99
5ca9f921ae
Changed PHP metadata representation to associative array of arrays of strings
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
Tim Emiola
43374163ec
Corrects a typo
10 years ago
Craig Tiller
a3b18d922a
Fix link error
10 years ago
Yang Gao
24e820b226
Fix a memory leak.
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
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
murgatroid99
5accd24a76
Removed uses of assertEquals, which internally uses weak comparison
10 years ago
murgatroid99
25e5f67bb9
Removed all instances of == and != in PHP code
10 years ago
Tim Emiola
d5d00d5c8f
Adds a demo app that accesses the live pubsub service.
10 years ago
Tim Emiola
7256b055f2
Add generated code for accessing the v1 pubsub API from Ruby
10 years ago
Tim Emiola
c799e81863
Adds a missing return
10 years ago
Nathaniel Manista
71723faa13
TODO fulfillment: use enum for enumerated types.
10 years ago
Craig Tiller
9834fd67c7
Initialize mutex
10 years ago
Craig Tiller
e1a03a61c2
Make _posix usage match 'the rules'
...
Also fix log_posix to get things compiling.
10 years ago
Nathaniel Manista
a4ead5d91b
Bring in the Python GRPC Adapter package.
10 years ago
Nathaniel Manista
b8b0adfbf9
Refactoring of the Python build.
...
The source code is moved from src/python to
src/python/src. A setup.py is added at
src/python. The build_python.sh and
run_python.sh scripts are updated to build
and run the Python tests by building a
package and installing it in the developer's
Python 2.7 virtual environment.
10 years ago
Craig Tiller
b81df7e000
Fix an obvious bug
...
And make it easy not to make the same mistake
10 years ago
Craig Tiller
b1663e7465
Remove a major source of contention in thread_pool
...
- notify_one when new work is available to avoid thundering herd
problems
- checking conditions before entering cv_.wait() prevents a case that
these are not validated
10 years ago
Craig Tiller
e41df03b4d
Expanded comment
10 years ago
Craig Tiller
d375663636
Fix memory leak
10 years ago
Craig Tiller
5a8a8073b8
Free some leaks in http_server_filter
10 years ago
Craig Tiller
1d1a39c62a
Fix memory leak
10 years ago
Craig Tiller
6c65670456
Free stream ops outside transport lock
...
Resolves a deadlock caused by flow control callbacks being made under the lock.
10 years ago
Tim Emiola
ce062f2174
Updates interop client to use update_proc
10 years ago
Tim Emiola
03d70c649f
Adds updater_proc, to simplify the setup of credentials during stub creation
10 years ago
Tim Emiola
8c750f44f4
Adds a compute engine auth GCE interop test
...
- also fixes the service_account test assertions
10 years ago
Tim Emiola
2e2085693b
Adds an interop tests if OAuth behaviour is functioning
10 years ago
Tim Emiola
179eabb253
Updates the generated code to reflect test updates
10 years ago
Tim Emiola
11f75faf4d
Ensures the auth modules are available with just require 'grpc'
...
- Also fixes some lint issues
10 years ago
Tim Emiola
4694df3c4e
Adds compute engine auth implementation that extends the signet auth class
...
- also, corrects the content of the authorization header
10 years ago
Tim Emiola
720bc81c89
Adds a signet based service_account creds implementation
10 years ago
Tim Emiola
5d6dfd59b3
Extends signet with an apply/apply! methods
...
apply/apply! update a hash with an OAuth2 authorization token
10 years ago