Craig Tiller
a7cac78516
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
Nicolas Noble
4a92bc3c69
Merge pull request #322 from ctiller/http
...
Prevent a potential deadlock
10 years ago
Nicolas Noble
9f7bda5652
Merge pull request #321 from ctiller/build-cleaner
...
Build cleaner updates
10 years ago
Nicolas Noble
a91abc42d3
Merge pull request #323 from ctiller/http2
...
Fix some memory leaks
10 years ago
Craig Tiller
97798aec73
Merge pull request #274 from nathanielmanistaatgoogle/python-introduction
...
Migrate the last of the Python code from Google-internal source control to git.
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
Abhishek Kumar
72784331ae
Merge pull request #204 from ctiller/typos
...
Fix some typos
10 years ago
Vijay Pai
0ea6b435f3
Merge pull request #324 from ctiller/bench
...
Add pprof support to qps client, server
10 years ago
Craig Tiller
056ba544a2
Add pprof support
...
Starts profiling on client and server.
On client, finishes after a test.
On the server, finishes after sigint.
10 years ago
Craig Tiller
d2f2e8ec82
Merge pull request #317 from nicolasnoble/editor-config
...
Adding an editorconfig configuration file.
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
Craig Tiller
5350c2e703
Clean build file, regen projects
10 years ago
Craig Tiller
2d7e73f2fa
Preserve proto order
10 years ago
Nicolas "Pixel" Noble
ae66d78b8e
Adding an editorconfig configuration file.
...
Check http://editorconfig.org/ for more information.
10 years ago
Tim Emiola
7448d3d69e
Merge pull request #316 from murgatroid99/master
...
Updated PHP library to handle generated code without explicit references to grpc
10 years ago
Tim Emiola
fd98ac8017
Merge pull request #311 from murgatroid99/node_fix_not_found_handler
...
Added handling for unimplemeneted methods on the server
10 years ago
Tim Emiola
be91547116
Merge pull request #305 from murgatroid99/node_stock_service
...
Added stock service client and server
10 years ago
Nicolas Noble
2a7dbfefdb
Merge pull request #310 from ctiller/asan
...
Make ASAN work to detect leaks
10 years ago
murgatroid99
14d2ce27e7
Updated PHP library to handle generated code without explicit references to grpc
10 years ago
murgatroid99
b65ace62fa
Added copyright notice to stock.proto
10 years ago
Tim Emiola
484bc53582
Merge pull request #309 from murgatroid99/php_interop_failures
...
Fix a couple of PHP bugs that prevented the PHP interop test client from working
10 years ago
murgatroid99
0af89aa558
Added handling for unimplemeneted methods on the server
10 years ago
Craig Tiller
547db2b3ef
Allow specifying environment variables.
...
Refactor the code a little to make this easier to munge around.
10 years ago
murgatroid99
f21eb2573b
Fixed PHP interop tests
10 years ago
Nicolas Noble
16c7d4d1af
Merge pull request #308 from ctiller/asan
...
Fix initialization compile error
10 years ago
Craig Tiller
eb272bc6ca
Fix valgind
10 years ago
Craig Tiller
9977582850
Clean up formatting
10 years ago
Craig Tiller
4e551c4acf
Init fix
10 years ago
Tim Emiola
c0514d1f71
Merge pull request #300 from murgatroid99/node_fast_buffer
...
Switched extension to return faster sliceable Buffers
10 years ago
murgatroid99
d4ee297496
Added stock service client and server
10 years ago
Jan Tattermusch
b24b50094c
Merge pull request #233 from nicolasnoble/propsheets
...
Adding property sheets for OpenSSL and Winsock 2 libraries.
10 years ago
Craig Tiller
27e109ed39
Merge pull request #301 from nicolasnoble/echo-fix
...
Fixing echo test.
10 years ago
Nicolas "Pixel" Noble
2b16bc4656
Fixing echo test.
10 years ago
Craig Tiller
6dc3f9d617
Merge pull request #3 from nicolasnoble/ctiller-typos-patch
...
Found another typo.
10 years ago
Nicolas "Pixel" Noble
1b30394785
Found another typo.
10 years ago
Craig Tiller
904b711cdd
Merge pull request #295 from nicolasnoble/warnings
...
Enabling extra warnings during compilation, and fixing code to shun them.
10 years ago
murgatroid99
67c44110f8
Removed stray debugger statement
10 years ago
murgatroid99
7bd3250c2a
Switched extension to return faster sliceable Buffers
10 years ago
Nicolas "Pixel" Noble
213ed91850
Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors.
10 years ago
Tim Emiola
c4e09f667b
Merge pull request #292 from murgatroid99/node_cancellation_interop_tests
...
Added cancellation interop tests to Node interop client
10 years ago
Nicolas "Pixel" Noble
c630682ad8
Enabling extra warnings, and disabling error on warning.
...
We have too many warnings going unchecked. The next step is to
fix all these warnings. One can re-enable errors on warning by
doing: CPPFLAGS=-Werror make in order to start fixing them.
10 years ago
murgatroid99
bca2f955ba
Added cancellation interop tests to Node interop client
10 years ago
Tim Emiola
3726a4d477
Merge pull request #289 from murgatroid99/php_fix_memory_leak
...
Fixed memory leak in PHP byte buffer creation
10 years ago
Tim Emiola
502196669b
Merge pull request #283 from murgatroid99/node_server_metadata
...
Add an API for servers to send metadata to clients
10 years ago
murgatroid99
c4c3bff814
Fixed memory leak in PHP byte buffer creation
10 years ago
Michael Lumish
d87c9ea3c9
Merge pull request #287 from tbetbetbe/grpc_ruby_unittest_cleanup
...
Grpc ruby unittest cleanup
10 years ago