Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adding JWT verifier. | Julien Boeuf | 2015-06-30 |
| | | | | | | | Still missing: - Caching of the already checked JWTs (although it could be done at an upper layer). - Caching of the jwks_uri to avoid 2 roundtrips for each verification. | ||
* | Merge pull request #2244 from stanley-cheung/php_minor_script_fix | Michael Lumish | 2015-06-29 |
|\ | | | | | php minor script fix | ||
* \ | Merge pull request #2240 from jcanizales/bazel-grpc-client | Michael Lumish | 2015-06-29 |
|\ \ | | | | | | | Add Bazel target for the GRPCClient library | ||
* \ \ | Merge pull request #2236 from jcanizales/bazel-grpc-secure | Michael Lumish | 2015-06-29 |
|\ \ \ | | | | | | | | | Switch ObjC Bazel target for the core library to use the secure version | ||
* \ \ \ | Merge pull request #2169 from ctiller/no-spam-for-you | Vijay Pai | 2015-06-29 |
|\ \ \ \ | | | | | | | | | | | Remove spammy line (this is obfuscating testing logs) | ||
| | | | * | php minor script fix | Stanley Cheung | 2015-06-29 |
| |_|_|/ |/| | | | |||
* | | | | Merge pull request #2241 from ctiller/pure-applesauce | Nicolas Noble | 2015-06-29 |
|\ \ \ \ | | | | | | | | | | | Fix run_tests forever mode | ||
| * | | | | Fix run_tests forever mode | Craig Tiller | 2015-06-28 |
|/ / / / | |||
* | | | | Merge pull request #2238 from nicolasnoble/no-containers | Jorge Canizales | 2015-06-28 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Disable saving failed containers, until we purge old ones. We were running out of disk space. | ||
| | | | * | Fix indents of rx_library blaze target | Jorge Canizales | 2015-06-28 |
| | | | | | |||
| | | | * | Add roots.pem bundle to the Bazel target, and use a better bundle name. | Jorge Canizales | 2015-06-28 |
| | | | | | |||
| | | | * | Add BUILD target for GRPCClient | Jorge Canizales | 2015-06-28 |
| | | |/ | |||
| * | / | Disabling saving failed containers. | Nicolas "Pixel" Noble | 2015-06-27 |
|/ / / | | | | | | | | | | | | | We clearly don't have enough space for that, if we are to run our tests every few minutes. We can revisit that later and automatically purge old containers for example. | ||
| | * | Blaze dependency on //external:libssl_objc | Jorge Canizales | 2015-06-26 |
| | | | |||
| | * | Switch to grpc secure | Jorge Canizales | 2015-06-26 |
| |/ |/| | |||
* | | Merge pull request #2234 from soltanmm/doc | Craig Tiller | 2015-06-26 |
|\ \ | | | | | | | Clarify caller contract for grpc_call_start_batch | ||
| * | | Clarify caller contract for grpc_call_start_batch | Masood Malekghassemi | 2015-06-26 |
|/ / | |||
* | | Merge pull request #2232 from nicolasnoble/regenerate-projects | Craig Tiller | 2015-06-26 |
|\ \ | | | | | | | Merges broke the build - regenerating. | ||
| * | | Merges broke the build - regenerating. | Nicolas "Pixel" Noble | 2015-06-27 |
|/ / | |||
* | | Merge pull request #2149 from ctiller/oops-i-split-it-again | Vijay Pai | 2015-06-26 |
|\ \ | | | | | | | Initial transport lock split up | ||
* \ \ | Merge pull request #2204 from nicolasnoble/completion-queue-refcount-debugging | Craig Tiller | 2015-06-26 |
|\ \ \ | | | | | | | | | Adding file and line number to cq debug refcount. | ||
* \ \ \ | Merge pull request #2225 from nicolasnoble/make-runtest-output-junit-reports | Craig Tiller | 2015-06-26 |
|\ \ \ \ | | | | | | | | | | | Make runtest output junit reports | ||
* \ \ \ \ | Merge pull request #2221 from yang-g/no_new_bbq_after_flush | Craig Tiller | 2015-06-26 |
|\ \ \ \ \ | | | | | | | | | | | | | Bug fix. Do not push to incoming_queue after it is flushed. | ||
* \ \ \ \ \ | Merge pull request #2214 from ctiller/are-includes-sane | Nicolas Noble | 2015-06-25 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add a test that headers are properly in build.json | ||
* \ \ \ \ \ \ | Merge pull request #2197 from jcanizales/bazel-grpc-unsecured | Nicolas Noble | 2015-06-25 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Create ObjC Bazel targets for grpc_unsecured and gpr | ||
| | | | * | | | | Exporting XML reports, JUnit-compatible. | Nicolas "Pixel" Noble | 2015-06-26 |
| | | | | | | | | |||
| | | | * | | | | Merge branch 'jenkins-work' into make-runtest-output-junit-reports | Nicolas "Pixel" Noble | 2015-06-26 |
| | | | |\ \ \ \ | |||
* | | | | \ \ \ \ | Merge pull request #2224 from stanley-cheung/fix_php_extension_osx_configure | Michael Lumish | 2015-06-25 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | PHP: Revert wording of optional in php doc | ||
| * | | | | | | | | | revert wording of optional in php doc | Stanley Cheung | 2015-06-25 |
|/ / / / / / / / / | |||
* | | | | | | | | | Merge pull request #2222 from stanley-cheung/fix_php_extension_osx_configure | Michael Lumish | 2015-06-25 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | php extension: do not link rt in osx | ||
| * | | | | | | | | php: update README | Stanley Cheung | 2015-06-25 |
| | | | | | | | | | |||
| * | | | | | | | | php extension: do not link rt in osx | Stanley Cheung | 2015-06-25 |
|/ / / / / / / / | |||
| | | * | | | | | Bug fix. Do not push to incoming_queue after it is flushed. | yang-g | 2015-06-25 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #2219 from nicolasnoble/cascade-kick-should-happen-higher | Craig Tiller | 2015-06-25 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Reworking the cascade kick to be Windows-specific. | ||
| * | | | | | | | | Reworking the cascade kick to be Windows-specific. | Nicolas "Pixel" Noble | 2015-06-25 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This brings the Windows port more in-par with Linux. We're now making sure all of the pollsets are going to return immediately before calling the shutdown callback. | ||
* | | | | | | | | Merge pull request #2217 from murgatroid99/objective_c_plugin_name_changes | Jorge Canizales | 2015-06-25 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Changed argument names in Objective-C generated code | ||
* \ \ \ \ \ \ \ \ | Merge pull request #2211 from murgatroid99/objective_c_retain_cycle | Jorge Canizales | 2015-06-25 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | Fixed retain cycles in GRPCWrappedCall.m | ||
| | * | | | | | | | Changed argument names in Objective-C generated code | murgatroid99 | 2015-06-25 |
| |/ / / / / / / |/| | | | | | | | |||
| | | | | | * | | Addressing comments | Craig Tiller | 2015-06-25 |
| | | | | | | | | |||
| * | | | | | | | Fixed name in comments | murgatroid99 | 2015-06-25 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #2203 from stanley-cheung/cleanup_php_scripts | Michael Lumish | 2015-06-25 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | php: refactor and cleanup some scripts | ||
| | | | | | | * | | Simpler code | Craig Tiller | 2015-06-25 |
| | | | | | | | | | |||
| | | | | | | * | | Remove dead code | Craig Tiller | 2015-06-25 |
| | | | | | | | | | |||
| | | | | | | * | | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-25 |
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | |||
| | | | * | | | | | Make this more robust against merges | Craig Tiller | 2015-06-25 |
| | | | | | | | | | |||
| | | | * | | | | | Merge github.com:grpc/grpc into are-includes-sane | Craig Tiller | 2015-06-25 |
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal | ||
| | | | * | | | | | Add a test that headers are properly in build.json | Craig Tiller | 2015-06-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up anything that failed | ||
| | | | | * | | | | Some Jenkins changes and improvements. | Nicolas "Pixel" Noble | 2015-06-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -) Don't re-clone from github. We already have the directory here, just bind it, and copy it inside the docker container. -) Let's properly set up our environment for asan. -) Let's split the docker "run_jenkins" part into its own separate script. | ||
* | | | | | | | | | Merge pull request #2209 from murgatroid99/objective_c_const_conversion | Jorge Canizales | 2015-06-24 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove const cast warning in GRPCSecureChannel.m | ||
| | | * | | | | | | | Fixed 'retain cycle' warnings in GRPCWrappedCall.m | murgatroid99 | 2015-06-24 |
| |_|/ / / / / / / |/| | | | | | | | |