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
Craig Tiller
f7262057e6
Port port_posix to port_windows.
10 years ago
Craig Tiller
b8fce7f628
Remove unix headers
10 years ago
Craig Tiller
ee76f4f932
Fix indentation
10 years ago
Craig Tiller
34cf2f37f7
Begin port selection code for windows
10 years ago
Craig Tiller
fef0c2dcf5
Dont build uninteresting tests on Windows
10 years ago
Craig Tiller
0ff7e692b0
Better defaulting of attributes
10 years ago
Craig Tiller
d625d81e9b
Allow restricting platforms for certain tests
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
Craig Tiller
95cd750989
Revert mistaken OpenSSL change
10 years ago
Craig Tiller
d5cc8aca76
Spam cleanup
10 years ago
Craig Tiller
a181436d1d
Make endpoint_pair_windows compile.
10 years ago
Craig Tiller
b25c90dbf4
Add endpoint_pair_windows.c
10 years ago
Craig Tiller
1861dca16c
Fix #ifdef
10 years ago
Craig Tiller
532fa365a0
Add endpoint_pair_windows.c (never compiled)
10 years ago
Craig Tiller
87f8405195
Clean up alarm_test.c includes
10 years ago
Craig Tiller
818efa6741
Implement gpr_sleep_until for Windows.
10 years ago
Craig Tiller
c3d5f16d75
Ensure OUT_DIR created
10 years ago
Craig Tiller
f5a7c8b364
Make Grpc.mak more useful for run_tests.py
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
Craig Tiller
5058c69209
Initial porting of run_tests to Windows
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
Craig Tiller
55b7306c6c
Update Windows build for interface changes
10 years ago
Craig Tiller
a99157f4dd
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
murgatroid99
ac0002adb8
Made Objective C plugin build without error
10 years ago
Michael Lumish
9a532afc28
Merge pull request #1220 from jtattermusch/csharp_calltype_fix
...
Fix grpc_csharp_ext calltype decl
10 years ago
Jan Tattermusch
8c5d68bd0b
add calltype decl where missing
10 years ago
Alexander Staubo
8eac91eaf4
OS X doesn't have librt, so don't link to it.
10 years ago
murgatroid99
d3efd0a1ec
Created Objective C stub code generators
10 years ago
Abhishek Kumar
bc83a5ea0e
Merge pull request #1218 from tbetbetbe/grpc_ruby_release_0_6_0
...
Bump ruby version to match the new release
10 years ago
Tim Emiola
0c665141db
Merge pull request #1217 from soltanmm/pypi
...
Version update to 0.5.0
10 years ago
Tim Emiola
81e9a74876
Merge pull request #1216 from jtattermusch/csharp_version_bump
...
csharp version 0.1 -> 0.2
10 years ago
Tim Emiola
14e941d0d2
Bump ruby version to match the new release
10 years ago