Tim Emiola
6b493a3353
Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methods
10 years ago
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
Craig Tiller
8cca9abeda
Thread local storage for grpc
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
Nicolas "Pixel" Noble
a9ef765bfc
Merge branch 'master' of github.com:grpc/grpc into sanity
...
Conflicts:
tools/run_tests/run_tests.py
10 years ago
Julien Boeuf
fce25eee5d
Addressing comments.
10 years ago
Craig Tiller
217b7f0e80
Merge branch 'qps' into local_worker
...
Conflicts:
Makefile
build.json
test/cpp/qps/worker.cc
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
Yuki Yugui Sonoda
d241bcc030
Avoid identifiers reserved by Ruby
...
"prefix `rb` shows that it belongs to `ruby`". [RHG]
`rb` is a prefix to prevent exported symbols in libruby from
conflicting with symbols in other libraries, in particular,
dynamically loaded Ruby extension libraries.
So the prefix is reserved by Ruby by convention.
For gRPC, simply "grpc_" would be a better prefix.
[RHG]: Minero Aoki. "The Ruby Hacking Guide" (2002), chapter 4
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
e9a6eb7332
Allow RunScenarios to spawn in-process workers
...
This allows us to get back to single binary tests where appropriate, which will help in-depth profiling efforts.
I've built this atop my smoke_test changes as they inspired me to get this done.
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
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