Vijay Pai
f7c6647e66
Merge branch 'vjpai-timers'
10 years ago
Vijay Pai
caec4bfa56
Merge branch 'vjpai-timers' into timers
10 years ago
Vijay Pai
75499982bb
Merge branch 'timers' of https://github.com/vjpai/grpc into vjpai-timers
10 years ago
Vijay Pai
c914c4a71a
Infrastructure for timer insertion, logging, and testing.
10 years ago
Nicolas Noble
e8a0b409c8
Merge pull request #1016 from dklempner/no_kick_self
...
Remove the current poller from the watch list to avoid immediately kicki...
10 years ago
Nicolas Noble
92cd367b99
Merge pull request #1244 from yang-g/interop
...
Split interop client and server into components
10 years ago
Nicolas Noble
046c6656c9
Merge pull request #1255 from yang-g/headers
...
Add missing public headers
10 years ago
Yang Gao
fa4549dd2d
Add missing public headers
10 years ago
Nicolas Noble
f01755186f
Merge pull request #1248 from mzhaom/bazel-build
...
Extend bazel BUILD file to build all the C/C++ libraries as well as protobuf plugins.
10 years ago
Ming Zhao
3c0ba0c2d6
Extend bazel BUILD file to build all the C/C++ libraries as well as
...
protobuf plugins. This requires WORKSPACE to define these external
dependencies for openssl and protobuf, for examples:
bind(
name = "libssl",
actual = "//third_party/boringssl:boringssl",
)
# Library needed to build protobuf codegen plugin.
bind(
name = "protobuf_compiler",
actual = "//third_party/protobuf:protoc_lib",
)
# Library that C++ code generated by protobuf C compiler should depend
# on.
bind(
name = "protobuf_clib",
actual = "//third_party/protobuf:proto_lib",
)
10 years ago
Yang Gao
6392d50ee2
add indirect dependencies
10 years ago
Michael Lumish
0a43b343f6
Merge pull request #1251 from donnadionne/logs
...
Adding php client to interop tests.
10 years ago
Donna Dionne
1c96a8fdb5
Adding php client to interop tests.
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
ffda067825
Merge remote-tracking branch 'upstream/master' into interop
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
Yang Gao
8158c6b34e
depend on what I use
10 years ago
Craig Tiller
41faf0f4c8
s/11/1
10 years ago
Yang Gao
a40020788f
Split interop client and server into components
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