Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2460 from vjpai/exposed_pool | Craig Tiller | 2015-07-16 |
|\ | | | | | Make thread_pool.h a public header | ||
| * | Change name of thread_pool files to fixed_size_thread_pool when | vjpai | 2015-07-15 |
| | | | | | | | | appropriate | ||
* | | Merge pull request #2383 from vjpai/lockfree-stack | Craig Tiller | 2015-07-15 |
|\ \ | | | | | | | Lockfree stack | ||
| | * | Make thread_pool.h a public header | Vijay Pai | 2015-07-15 |
| |/ |/| | | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool | ||
* | | links interface and gRPC-on-wire implementation | Nathaniel Manista | 2015-07-13 |
| | | | | | | | | | | This code branches out of the alpha/early_adopter code and begins building toward the beta API. | ||
* | | Filtering stdout for JUnit report in case of timeouts. | Nicolas "Pixel" Noble | 2015-07-12 |
| | | | | | | | | We're not properly filtering stdout in case we're timeouting. This generates invalid XML output. | ||
* | | Disabling cython for now. | Nicolas "Pixel" Noble | 2015-07-11 |
| | | |||
| * | Merge branch 'master' into lockfree-stack | vjpai | 2015-07-10 |
| |\ | |/ |/| | |||
| * | Debug and add in generated build files | Vijay Pai | 2015-07-10 |
| | | |||
* | | Merge pull request #2380 from ctiller/slartiwhatfast | Vijay Pai | 2015-07-10 |
|\ \ | | | | | | | Make naming a little more consistent | ||
* \ \ | Merge pull request #2368 from ctiller/they-gave-me-a-badge | Nicolas Noble | 2015-07-10 |
|\ \ \ | | | | | | | | | Add a version string and a function to retrieve it | ||
| | | * | Initial checkin commit for lockfree stack. | Vijay Pai | 2015-07-10 |
| | | | | | | | | | | | | | | | | Tests not yet included. | ||
| | * | | Make naming a little more consistent | Craig Tiller | 2015-07-10 |
| | | | | |||
* | | | | Increase timeouts for tests | Craig Tiller | 2015-07-10 |
| |/ / |/| | | |||
| * | | Add a version string and a function to retrieve it | Craig Tiller | 2015-07-10 |
|/ / | |||
* | | prevent TestResults.xml collision of parallel test runs on windows | Jan Tattermusch | 2015-07-09 |
| | | |||
* | | Merge pull request #2243 from soltanmm/cycy | Jorge Canizales | 2015-07-09 |
|\ \ | | | | | | | Cython refactor of Python C wrapping layer | ||
| * | | Add Python3 testing support | Masood Malekghassemi | 2015-07-09 |
| | | | | | | | | | | | | | | | Conditionally runs the tests depending on the availability of Python versions (because Travis is the worst). | ||
* | | | Merge remote-tracking branch 'upstream/master' into security_context2 | yang-g | 2015-07-09 |
|\ \ \ | | |/ | |/| | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into jwt_verifier | Julien Boeuf | 2015-07-08 |
| |\ \ | |||
| | * | | Fixing variable names discrepancy in ruby's extension builder. | Nicolas "Pixel" Noble | 2015-07-08 |
| | | | | | | | | | | | | | | | | CONFIG != GRPC_CONFIG, meaning we're always building released, even in debug. | ||
| | * | | Merge non-tty path with Windows path since they do the same thing | vjpai | 2015-07-08 |
| | | | | |||
| | * | | Stop sending terminal escape sequences if we're redirecting output to a file. | vjpai | 2015-07-08 |
| | | | | |||
* | | | | resolve comments | yang-g | 2015-07-07 |
| | | | | |||
* | | | | Merge remote-tracking branch 'upstream/master' into security_context2 | yang-g | 2015-07-07 |
|\ \ \ \ | | |/ / | |/| | | |||
* | | | | Add a unit test | yang-g | 2015-07-06 |
| | | | | |||
* | | | | merge with upstream and resolve conflicts | yang-g | 2015-07-06 |
|\ \ \ \ | |||
| | * \ \ | Merge branch 'reset-thy-counts-or-fear-my-wrath' into tis-but-thy-name | Craig Tiller | 2015-07-06 |
| | |\ \ \ | | |/ / / | |/| | | | |||
| * | | | | Merge branch 'master' of https://github.com/grpc/grpc | Siddharth Rakesh | 2015-06-30 |
| |\ \ \ \ | |||
| | | | | * | Cython refactor of Python C wrapping layer | Masood Malekghassemi | 2015-06-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also set up environment-related details needed for a smooth Cython experience: have the test script avoid rebuilding all dependencies if the virtualenv directory already exists, have the PyPI distribution script distribute the Cython generated C code rather than the .pyx files. | ||
| | * | | | | Merge github.com:grpc/grpc into forever-is-a-long-time | Craig Tiller | 2015-06-30 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||
| | | | | * | 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. | ||
| * | | | | Resolving dependency error in Jenkins | Siddharth Rakesh | 2015-06-29 |
| | | | | | |||
| * | | | | Resolving merge conflict | Siddharth Rakesh | 2015-06-29 |
| | |/ / | |/| | | |||
| | | * | Use connectivity state tracking code in chttp2 transport | Craig Tiller | 2015-06-29 |
| | | | | |||
| | | * | Merge branch 'forever-is-a-long-time' into tis-but-thy-name | Craig Tiller | 2015-06-29 |
| | | |\ | | | |/ | | |/| | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak | ||
| | * | | Add an fd conservation test to verify that fds actually close | Craig Tiller | 2015-06-29 |
| | | | | |||
| | | * | Unix resolver, bug fixes | Craig Tiller | 2015-06-29 |
| | | | | |||
| * | | | Fix run_tests forever mode | Craig Tiller | 2015-06-28 |
| | | | | |||
| | | * | Fix run_tests forever mode | Craig Tiller | 2015-06-28 |
| | | | | |||
| | | * | Factor out channel state watching | Craig Tiller | 2015-06-27 |
| | | | | |||
| * | | | Merges broke the build - regenerating. | Nicolas "Pixel" Noble | 2015-06-27 |
| | | | | |||
| | | * | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-06-26 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Merge github.com:grpc/grpc into forever-is-a-long-time | Craig Tiller | 2015-06-26 |
| | |\ \ | | |/ / | |/| | | |||
| | * | | Update this file | Craig Tiller | 2015-06-26 |
| | | | | |||
| * | | | Merge pull request #2225 from nicolasnoble/make-runtest-output-junit-reports | Craig Tiller | 2015-06-26 |
| |\ \ \ | | | | | | | | | | | Make runtest output junit reports | ||
| | | * \ | Merge github.com:grpc/grpc into forever-is-a-long-time | Craig Tiller | 2015-06-26 |
| | | |\ \ | | |_|/ / | |/| | | | |||
| | | * | | Rename test into the right place | Craig Tiller | 2015-06-26 |
| | | | | | |||
| | * | | | Exporting XML reports, JUnit-compatible. | Nicolas "Pixel" Noble | 2015-06-26 |
| | | | | | |||
| | | * | | BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRN | Masood Malekghassemi | 2015-06-25 |
| | |/ / |