Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-20 |
|\ | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| * | Merge branch 'decompression' of https://github.com/dgquintas/grpc into ↵ | Craig Tiller | 2015-07-19 |
| |\ | | | | | | | | | | | | | | | | | | | | | | dgquintas-decompression Conflicts: Makefile vsprojects/Grpc.mak | ||
* | \ | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-17 |
|\ \ \ | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| | * \ | Merge with head and resolve conflict | yang-g | 2015-07-17 |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 |
| |\ \ \ | |||
| | * \ \ | Merge with head | yang-g | 2015-07-16 |
| | |\ \ \ | |||
| | * | | | | split iterator into its own file | yang-g | 2015-07-16 |
| | | | | | | |||
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-16 |
| | | | | |\ | | | | |_|/ | | | |/| | | |||
* | | | | | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-16 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| * | | | | | Merge pull request #2460 from vjpai/exposed_pool | Craig Tiller | 2015-07-16 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Make thread_pool.h a public header | ||
* | | | | | | | Added connectivity tests, fixed bugs | Craig Tiller | 2015-07-16 |
| | | | | | | | |||
| | * | | | | | Change name of thread_pool files to fixed_size_thread_pool when | vjpai | 2015-07-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | appropriate | ||
* | | | | | | | Client connectivity API | Craig Tiller | 2015-07-15 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Initial plumbing work; needs tests and more client_channel implementation. | ||
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-15 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # include/grpc++/client_context.h # include/grpc++/server_context.h # src/cpp/client/client_context.cc # src/cpp/server/server_context.cc # vsprojects/Grpc.mak | ||
* | | | | | | 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 | ||
| | | * | | Add oauth2_auth_token test case in interop test | yang-g | 2015-07-13 |
| | | | | | |||
| | * | | | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-13 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
| | * | | | Introduce a clock type field onto gpr_timespec. | Craig Tiller | 2015-07-13 |
| | |/ / | | | | | | | | | | | | | | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense. | ||
* | | | | Merge pull request #2398 from nicolasnoble/we-have-many-solutions-now | Jan Tattermusch | 2015-07-11 |
|\ \ \ \ | | | | | | | | | | | Fixing VS's documentation. | ||
| * | | | | Fixing VS's documentation. | Nicolas "Pixel" Noble | 2015-07-11 |
| | | | | | | | | | | | | | | | | | | | | The nuget command line tool can't find which solution we want to restore packages on. The documentation needs some update. | ||
* | | | | | Faking tools target for win32. | Nicolas "Pixel" Noble | 2015-07-11 |
|/ / / / | | | | | | | | | | | | | With run_test.py, we need a tools target now. Let's fake it for Windows so we can at least build. | ||
| * | | | 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 #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. | ||
| * | | | Add a version string and a function to retrieve it | Craig Tiller | 2015-07-10 |
| | | | | |||
* | | | | bumped version of C# | Jan Tattermusch | 2015-07-09 |
| | | | | |||
* | | | | Backport of pull request #2313 into release-0_10. | jboeuf | 2015-07-10 |
| |/ / |/| | | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-09 |
| | |\ | |_|/ |/| | | |||
| * | | 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 |
|\ \ \ | |||
| | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-08 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | resolve comments | yang-g | 2015-07-07 |
| | | | | |||
| | * | | Merge remote-tracking branch 'upstream/master' into security_context2 | yang-g | 2015-07-07 |
| | |\ \ | | |/ / | |/| | | |||
| | * | | merge with upstream and resolve conflicts | yang-g | 2015-07-06 |
| | |\ \ | |||
| | * | | | compiles | yang-g | 2015-07-06 |
| | | | | | |||
| | | | * | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-07-01 |
| | | | |\ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # gRPC.podspec # src/core/surface/call.c # src/core/transport/chttp2/frame_data.c # tools/doxygen/Doxyfile.core.internal # vsprojects/Grpc.mak | ||
| | | * | | 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. | ||
| * | | | | 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 | ||
| * | | | | Unix resolver, bug fixes | Craig Tiller | 2015-06-29 |
| | | | | | |||
| * | | | | Factor out channel state watching | Craig Tiller | 2015-06-27 |
| | | | | | |||
| * | | | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-06-26 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
* | | | | | Merge pull request #2149 from ctiller/oops-i-split-it-again | Vijay Pai | 2015-06-26 |
|\ \ \ \ \ | | | | | | | | | | | | | Initial transport lock split up | ||
| | | * \ \ | Merge github.com:grpc/grpc into forever-is-a-long-time | Craig Tiller | 2015-06-26 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | |||
| | | * | | | Tidy up test to meet our standards | Craig Tiller | 2015-06-26 |
| | | | | | | |||
| | | * | | | Rename test into the right place | Craig Tiller | 2015-06-26 |
| | | | | | | |||
| | | * | | | BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRN | Masood Malekghassemi | 2015-06-25 |
| | | | | | |