aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Exposes the implementation of CompletionQueue#pluckGravatar Tim Emiola2015-04-10
| | | | | - allows it to be used from other files, e.g, in Call#run_batch - this keeps code related to releasing the GIL during #pluck in one place
* Adds byte_buffer -> ruby string and char * -> byte_buffer convenience methodsGravatar Tim Emiola2015-04-10
|
* Adds the call operation codesGravatar Tim Emiola2015-04-10
|
* Updates Channel#create_call to the new APIGravatar Tim Emiola2015-04-10
|
* Merge pull request #1240 from ctiller/qpsGravatar Vijay Pai2015-04-10
|\ | | | | Define a smoke test for performance work, fix some bugs
* \ Merge pull request #1243 from jboeuf/cpp_creds_refactorGravatar Yang Gao2015-04-10
|\ \ | | | | | | Have the secure credentials in separate header files.
* \ \ Merge pull request #1246 from tbetbetbe/grpc_tools_makefile_update_install_lnsGravatar Michael Lumish2015-04-10
|\ \ \ | | | | | | | | Fixes the Makefile template to link .so.<MAJOR_VERSION>
| * | | Fixes the Makefile template to link .so.<MAJOR_VERSION>Gravatar Tim Emiola2015-04-10
| | | | | | | | | | | | | | | | | | | | This resolves a blocker stopping a clean linuxbrew install to work with one of the wrapped libraries.
| | * | Addressing comments.Gravatar Julien Boeuf2015-04-10
| | | |
| | | * Merge github.com:google/grpc into qpsGravatar Craig Tiller2015-04-10
| | | |\ | |_|_|/ |/| | | | | | | | | | | Conflicts: Makefile
| | | * Add reporting library, use itGravatar Craig Tiller2015-04-10
| | | |
| | | * s/11/1Gravatar Craig Tiller2015-04-10
| | | |
| | * | Have the secure credentials in separate header files.Gravatar Julien Boeuf2015-04-09
| | | |
* | | | Merge pull request #1222 from ctiller/mac-fixesGravatar Nicolas Noble2015-04-09
|\ \ \ \ | |_|/ / |/| | | Mac fixes
| | | * Revert opensslGravatar Craig Tiller2015-04-09
| | | |
| | | * :Merge branch 'qps' of github.com:ctiller/grpc into qpsGravatar Craig Tiller2015-04-09
| | | |\
| | | * | TweaksGravatar Craig Tiller2015-04-09
| | | | |
* | | | | Merge pull request #1238 from nicolasnoble/plugin-reworkGravatar Yang Gao2015-04-09
|\ \ \ \ \ | | | | | | | | | | | | Splitting gRPC service class codegen into its own set of files.
* \ \ \ \ \ Merge pull request #1234 from soltanmm/auth-interopGravatar Tim Emiola2015-04-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add auth interop for Python
| | * | | | | Splitting gRPC service class codegen into its own set of files.Gravatar Nicolas "Pixel" Noble2015-04-09
| | | |/ / / | | |/| | |
| | | | * | fine tuningGravatar Craig Tiller2015-04-09
| | | | | |
| * | | | | Add OAuth interop tests to PythonGravatar Masood Malekghassemi2015-04-09
| |/ / / / | | | | | | | | | | | | | | | | | | | | Also adds the commands to the grpc_docker shell library script to support running in docker.
| | | | * Indentation fixes, s/11/1/gGravatar Craig Tiller2015-04-09
| | | |/
| | | * Dont sleep forever on async cqGravatar Craig Tiller2015-04-09
| | | |
| | | * Handle errors better on clientGravatar Craig Tiller2015-04-09
| | | |
| | | * Remove assertsGravatar Craig Tiller2015-04-09
| | | |
| | | * Smoke test initial versionGravatar Craig Tiller2015-04-09
| | | |
* | | | Merge pull request #1237 from tbetbetbe/grpc_tools_deb_compute_release_tagGravatar Jan Tattermusch2015-04-09
|\ \ \ \ | | | | | | | | | | Use the release tag specified by the version
* \ \ \ \ Merge pull request #1235 from murgatroid99/php_memory_leaksGravatar Tim Emiola2015-04-09
|\ \ \ \ \ | | | | | | | | | | | | Fixed memory leaks in PHP extension code
* \ \ \ \ \ Merge pull request #1233 from murgatroid99/php_generator_scriptGravatar Tim Emiola2015-04-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added script to generate test .php files from .proto files
* \ \ \ \ \ \ Merge pull request #1236 from ctiller/qpsGravatar Vijay Pai2015-04-08
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Allow specifying warmup, benchmark times
| | | | * | | Use the release tag specified by the versionGravatar Tim Emiola2015-04-08
| | | | |/ /
| * | | / / Allow specifying warmup, benchmark timesGravatar Craig Tiller2015-04-08
|/ / / / /
| | * | | Fixed memory leaks in PHP extension codeGravatar murgatroid992015-04-08
| | | | |
* | | | | Merge pull request #1231 from nicolasnoble/msys2-fixGravatar Craig Tiller2015-04-08
|\ \ \ \ \ | |_|_|/ / |/| | | | Fixing msys2 compilation...
| | * | | Simplified scriptGravatar murgatroid992015-04-08
| | | | |
| | * | | Added script to generate test .php files from .proto filesGravatar murgatroid992015-04-08
| | |/ /
* | | | Merge pull request #1230 from tbetbetbe/grpc_tools_update_deb_releaseGravatar Jan Tattermusch2015-04-08
|\ \ \ \ | | | | | | | | | | Grpc tools update debian release
| | * | | Fixing msys2 compilation...Gravatar Nicolas "Pixel" Noble2015-04-08
| |/ / / |/| | |
* | | | Merge pull request #1219 from ejona86/integration-test-docsGravatar Nathaniel Manista2015-04-08
|\ \ \ \ | | | | | | | | | | Add text specification of integration test cases.
| * | | | Add interoperability test case descriptionsGravatar Eric Anderson2015-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | It is a partially manual port from Google Docs to Markdown. The content was not changed in any important way.
* | | | | Merge pull request #1226 from murgatroid99/objective_c_pluginGravatar Tim Emiola2015-04-08
|\ \ \ \ \ | | | | | | | | | | | | Objective C protoc plugin
* \ \ \ \ \ Merge pull request #1221 from jtattermusch/math_serverGravatar Tim Emiola2015-04-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added example math server
| | | | * | | Update the libgrpc debian package to depend on the experimental version of ↵Gravatar Tim Emiola2015-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | openssl
| | | | * | | Updated the version to 0.6.0Gravatar Tim Emiola2015-04-08
| | | | | | |
| | | | * | | Use the local version of the distpackages when build debian filesGravatar Tim Emiola2015-04-08
| | | | |/ /
* | | | | | Merge pull request #1223 from soltanmm/mac-dylibGravatar Nicolas Noble2015-04-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | Enable dylib installation on MacOS
| * | | | | | Enable dylib installation on MacOSGravatar Masood Malekghassemi2015-04-07
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | | | * clang-formatGravatar Craig Tiller2015-04-07
| | | | | |
| | | | | * Update Windows build for interface changesGravatar Craig Tiller2015-04-07
| | | | | |