Jorge Canizales
f1c368c068
Fix problem loading certs for tests of library projects
...
In library projects (cf. app projects) the main bundle is nil. `NSBundle+bundleForClass:` works in both types of projects.
Also makes the library load the certificates only once.
10 years ago
Tim Emiola
2c31a56d4a
Merge pull request #1777 from stanley-cheung/use_consistent_port_numbers
...
fix php generated code test server port
10 years ago
Stanley Cheung
5e9757bf0f
Merge pull request #1773 from donnadionne/test-log
...
Adding 2 helper build scripts to allow docker images to be built
10 years ago
Craig Tiller
46a36d7cab
Merge pull request #1778 from yang-g/test
...
Unref the slices if no write will happen.
10 years ago
Vijay Pai
e396a3f314
Merge pull request #1608 from ctiller/scalable-poll
...
More scalable unary polling
10 years ago
Craig Tiller
baac940331
Add comment
10 years ago
Craig Tiller
d1369aa134
Merge github.com:grpc/grpc into scalable-poll
10 years ago
Vijay Pai
a3c9fb0813
Merge pull request #1649 from dgquintas/qps_reporter_refactoring
...
Refactored benchmark reporting mechanism.
10 years ago
Yang Gao
dbf8fdc073
Unref the slices if no write will happen.
10 years ago
Nicolas Noble
f381f2596f
Merge pull request #1772 from jtattermusch/generator_fixes
...
Flush printers in protoc plugins properly
10 years ago
Stanley Cheung
a4ad39176f
fix php generated code test server port
10 years ago
Donna Dionne
241563b003
Adding 2 helper build scripts to allow docker images to be built
...
from local repositories.
Framework is already set up in private_build_and_test.sh; helper build script
is needed for each langauge.
10 years ago
Jan Tattermusch
5dcebd9015
make sure printers are properly flushed
10 years ago
David Garcia Quintas
7947f9caa7
Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring
10 years ago
Jorge Canizales
8c627c8cd0
Merge pull request #1768 from marcwan/master
...
Fix for changed parseFromData: signature (now parseFromData:error:)
10 years ago
Marc Wandschneider
f03d2668bc
Fix for changed parseFromData: signature (now parseFromData:error:)
10 years ago
Eric Anderson
14390257d0
Merge pull request #1764 from ctiller/so-the-standard-we-rely-on-is-actually-released-and-has-been-for-some-time
...
Advertise HTTP2 support via ALPN
10 years ago
Nicolas Noble
a7628c45a5
Merge pull request #1745 from ctiller/misbehaving-is-expected
...
Add testing of bad client behavior
10 years ago
Nicolas Noble
4479d7d10f
Merge pull request #1738 from ctiller/explain-the-things
...
Initial Doxygen configuration
10 years ago
Nicolas Noble
b70a085639
Merge pull request #1729 from ctiller/its-raining-jobs
...
Make -j on run_tests work as expected
10 years ago
Craig Tiller
3097673253
Merge pull request #1766 from ejona86/interop-cleanup
...
Add TODO interop test case for CONTINUATIONS; clean up TODOs
10 years ago
Eric Anderson
a8e50a1853
Add TODO interop test case for CONTINUATIONS; clean up TODOs
10 years ago
Craig Tiller
d0721bc53a
clang-format
10 years ago
Craig Tiller
739f8eaaf9
Advertise HTTP2 support
10 years ago
Vijay Pai
244dfeb847
Merge pull request #1763 from ctiller/splitsies
...
Split C/C++ tests: we are running out of space in opt now
10 years ago
Craig Tiller
d4d9167161
Merge pull request #1757 from yang-g/test
...
Add a check against potential failure to bring up client binary
10 years ago
Craig Tiller
da2220aeed
Merge github.com:grpc/grpc into its-raining-jobs
...
Conflicts:
tools/run_tests/run_tests.py
10 years ago
Craig Tiller
1057ba2afe
Split C/C++ tests: we are running out of space in opt now
10 years ago
Craig Tiller
97b74ff276
Merge pull request #1732 from murgatroid99/core_request_call_trace
...
Added tracing for grpc_server_request_call
10 years ago
Yang Gao
a9b5de8131
Add a check against potential failure to bring up client binary
10 years ago
Yang Gao
5c19eb8ff6
Merge pull request #1755 from jboeuf/bio_pending
...
Standardize on |BIO_pending| and |BIO_wpending|.
10 years ago
Michael Lumish
5f56f462ec
Merge pull request #1756 from grpc/jcanizales-update-objc-instructions
...
Add simpler instructions for ObjC (using Homebrew)
10 years ago
Jorge Canizales
4432330242
Move anchors above headers, so TOC links work properly
10 years ago
Jorge Canizales
cf685a7368
Update README.md
10 years ago
Jorge Canizales
4ed4e105f5
Add TOC and anchors in the headers
10 years ago
Jorge Canizales
c39e4aecfd
Add simpler instructions for ObjC (using Homebrew)
...
It also clarifies the Cocoapods part for people new to Cocoapods, and links to the sample app for examples on how to use the generated library.
10 years ago
Yang Gao
7fb570e2de
Merge pull request #1752 from nicolasnoble/protobuf-update
...
Updating our protobuf submodule to alpha3
10 years ago
Julien Boeuf
8c67d17eda
Standardize on |BIO_pending| and |BIO_wpending|.
...
OpenSSL offers 3 ways to express the same thing:
* BIO_ctrl_pending(BIO *)
* BIO_ctrl(BIO *, BIO_CTRL_PENDING, 0, NULL)
* BIO_pending(BIO *)
BoringSSL standardizes on the last of these.
10 years ago
Tim Emiola
c07c088da2
Merge pull request #1751 from soltanmm/release-up
...
Sync Python version to rest of project
10 years ago
Tim Emiola
d38872f679
Merge pull request #1750 from murgatroid99/node_version_0.9.0
...
Updated Node.js version to 0.9.0
10 years ago
Xudong Ma
aa94d3c850
Merge pull request #1754 from madongfly/test_size
...
Correct the test request/response size, to be consistent with the tes…
10 years ago
David Garcia Quintas
c5902879d8
Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring
10 years ago
Xudong Ma
a5861f3414
Correct the test request/response size, to be consistent with the test spec: https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md
10 years ago
Nicolas "Pixel" Noble
d5066b725d
Updating our protobuf submodule to alpha3
10 years ago
Jan Tattermusch
d679eb9498
Merge pull request #1749 from ctiller/just-dont-take-forever
...
Workaround: Prevent threads sitting in epoll forever
10 years ago
Masood Malekghassemi
7eefcb7994
Sync Python version to rest of project
...
Updated to version 0.9.0a0.
10 years ago
Craig Tiller
77e091ebac
Workaround: Prevent threads sitting in epoll forever
10 years ago
Michael Lumish
d49aeaea49
Merge pull request #1748 from tbetbetbe/grpc_ruby_bump_version
...
Updates gRPC Ruby to 0.9.0
10 years ago
murgatroid99
b846b2561d
Updated Node.js version to 0.9.0
10 years ago
Tim Emiola
af74e4e47d
Updates gRPC Ruby to 0.9.0
10 years ago