Tim Emiola
37b09f4d83
Adds the call operation codes
10 years ago
Tim Emiola
564719d28e
Updates Channel#create_call to the new API
10 years ago
Vijay Pai
b5d5fb3675
Merge pull request #1240 from ctiller/qps
...
Define a smoke test for performance work, fix some bugs
10 years ago
Yang Gao
bad86a0ff2
Merge pull request #1243 from jboeuf/cpp_creds_refactor
...
Have the secure credentials in separate header files.
10 years ago
Michael Lumish
da0bebc203
Merge pull request #1246 from tbetbetbe/grpc_tools_makefile_update_install_lns
...
Fixes the Makefile template to link .so.<MAJOR_VERSION>
10 years ago
Tim Emiola
820e3d612a
Fixes the Makefile template to link .so.<MAJOR_VERSION>
...
This resolves a blocker stopping a clean linuxbrew install to work with one of
the wrapped libraries.
10 years ago
Julien Boeuf
fce25eee5d
Addressing comments.
10 years ago
Craig Tiller
66f37b477d
Merge github.com:google/grpc into qps
...
Conflicts:
Makefile
10 years ago
Craig Tiller
66048f4fc1
Add reporting library, use it
10 years ago
Craig Tiller
41faf0f4c8
s/11/1
10 years ago
Julien Boeuf
1d2240cc6c
Have the secure credentials in separate header files.
10 years ago
Nicolas Noble
e2ecc50841
Merge pull request #1222 from ctiller/mac-fixes
...
Mac fixes
10 years ago
Craig Tiller
176f921b9b
Revert openssl
10 years ago
Craig Tiller
c908eb65df
:Merge branch 'qps' of github.com:ctiller/grpc into qps
10 years ago
Craig Tiller
4cc8a172f5
Tweaks
10 years ago
Yang Gao
3ca65e3228
Merge pull request #1238 from nicolasnoble/plugin-rework
...
Splitting gRPC service class codegen into its own set of files.
10 years ago
Tim Emiola
d344bcc838
Merge pull request #1234 from soltanmm/auth-interop
...
Add auth interop for Python
10 years ago
Nicolas "Pixel" Noble
0caebbfcfe
Splitting gRPC service class codegen into its own set of files.
10 years ago
Craig Tiller
206d59a56a
fine tuning
10 years ago
Masood Malekghassemi
e6b0038223
Add OAuth interop tests to Python
...
Also adds the commands to the grpc_docker shell library script to
support running in docker.
10 years ago
Craig Tiller
8221e40ac0
Indentation fixes, s/11/1/g
10 years ago
Craig Tiller
1c61af7364
Dont sleep forever on async cq
10 years ago
Craig Tiller
8a5a666ad0
Handle errors better on client
10 years ago
Craig Tiller
aa2fca5a48
Remove asserts
10 years ago
Craig Tiller
2c2cf6d2c5
Smoke test initial version
10 years ago
Jan Tattermusch
e4b1cd0835
Merge pull request #1237 from tbetbetbe/grpc_tools_deb_compute_release_tag
...
Use the release tag specified by the version
10 years ago
Tim Emiola
03d6e60ef4
Merge pull request #1235 from murgatroid99/php_memory_leaks
...
Fixed memory leaks in PHP extension code
10 years ago
Tim Emiola
2f4811f842
Merge pull request #1233 from murgatroid99/php_generator_script
...
Added script to generate test .php files from .proto files
10 years ago
Vijay Pai
2a9102c0b5
Merge pull request #1236 from ctiller/qps
...
Allow specifying warmup, benchmark times
10 years ago
Tim Emiola
c76b5652d4
Use the release tag specified by the version
10 years ago
Craig Tiller
b9de09f2ac
Allow specifying warmup, benchmark times
10 years ago
murgatroid99
aa11066573
Fixed memory leaks in PHP extension code
10 years ago
Craig Tiller
fb0edb86cd
Merge pull request #1231 from nicolasnoble/msys2-fix
...
Fixing msys2 compilation...
10 years ago
murgatroid99
35d06e99fb
Simplified script
10 years ago
murgatroid99
5983849988
Added script to generate test .php files from .proto files
10 years ago
Jan Tattermusch
7dde627a6a
Merge pull request #1230 from tbetbetbe/grpc_tools_update_deb_release
...
Grpc tools update debian release
10 years ago
Nicolas "Pixel" Noble
c8f95e3592
Fixing msys2 compilation...
10 years ago
Nathaniel Manista
e6dc81facd
Merge pull request #1219 from ejona86/integration-test-docs
...
Add text specification of integration test cases.
10 years ago
Eric Anderson
282130923c
Add interoperability test case descriptions
...
It is a partially manual port from Google Docs to Markdown. The content
was not changed in any important way.
10 years ago
Tim Emiola
0f6a1ccfd8
Merge pull request #1226 from murgatroid99/objective_c_plugin
...
Objective C protoc plugin
10 years ago
Tim Emiola
0de5407cc7
Merge pull request #1221 from jtattermusch/math_server
...
Added example math server
10 years ago
Tim Emiola
ded51698fd
Update the libgrpc debian package to depend on the experimental version of openssl
10 years ago
Tim Emiola
0c62832cc1
Updated the version to 0.6.0
10 years ago
Tim Emiola
1e3361c161
Use the local version of the distpackages when build debian files
10 years ago
Nicolas Noble
9973aa3aa6
Merge pull request #1223 from soltanmm/mac-dylib
...
Enable dylib installation on MacOS
10 years ago
Masood Malekghassemi
d1be74ff56
Enable dylib installation on MacOS
...
Enables the installation of dylibs to the MacOS prefix, and ensures that the
install name of the dylibs are just their file names rather than their relative
paths from project root when built.
10 years ago
Craig Tiller
c02c1d883a
clang-format
10 years ago
Craig Tiller
6d97916b16
Update Windows build for interface changes
10 years ago
Craig Tiller
aec96aa223
Fix server shutdown
...
A previous fix to make close() occur later can cause socket reuse by servers to fail as previous sockets are left asynchronously open.
This change:
- adds a callback to TCP server shutdown to signal that the server is completely shutdown
- wait for that callback before destroying listeners in the server (and before destroying the server)
- handles fallout
10 years ago
Masood Malekghassemi
106882854b
Merge pull request #1202 from atombender/fix-python-build-on-mac
...
Python: OS X doesn't have librt, so don't link to it.
10 years ago