Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | * | | generated projects | Jan Tattermusch | 2016-02-22 | |
| | | | | | | | ||||
| | | * | | | | Merge github.com:grpc/grpc into cleaner-posix | Craig Tiller | 2016-02-21 | |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | ||||
| | | | | | * | moar VS fun | David Garcia Quintas | 2016-02-19 | |
| | | | | | | | ||||
| | | | | | * | added uuids for VS | David Garcia Quintas | 2016-02-19 | |
| | | | | | | | ||||
* | | | | | | | Reinstate sockpair tests | Craig Tiller | 2016-02-19 | |
| | | | | | | | ||||
| | * | | | | | Building the dlls. | Nicolas "Pixel" Noble | 2016-02-19 | |
| | | | | | | | ||||
| | * | | | | | Adding grpc_dll project. | Nicolas "Pixel" Noble | 2016-02-19 | |
| | | | | | | | ||||
| | | | | | * | Fixed sanity | David Garcia Quintas | 2016-02-18 | |
| | | | | | | | ||||
| * | | | | | | Refactor end2end_test. Make the credentials a separate library. | yang-g | 2016-02-18 | |
| | |_|_|/ / | |/| | | | | ||||
| | | | | * | moved grpc_library.cc moved out of codegen | David Garcia Quintas | 2016-02-18 | |
| | | | | | | ||||
| | | | | * | Merge branch 'master' of github.com:grpc/grpc into codegen_lib | David Garcia Quintas | 2016-02-18 | |
| | | | | |\ | | |_|_|_|/ | |/| | | | | ||||
| | | | | * | Split codegen target and made it libs | David Garcia Quintas | 2016-02-18 | |
| | | | | | | ||||
| | | * | | | Merge github.com:grpc/grpc into cleaner-posix | Craig Tiller | 2016-02-18 | |
| | | |\ \ \ | | |_|/ / / | |/| | | | | ||||
| | | | * | | Merge github.com:grpc/grpc into fix-proto-docker | Craig Tiller | 2016-02-18 | |
| | | | |\ \ | | |_|_|/ / | |/| | | | | ||||
* / | | | | | Decouple filter selection from channel construction | Craig Tiller | 2016-02-17 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow plugins to extend the set of filters used by gRPC core: - plugins at construction time can register against the 'channel_init' system to be allowed to mutate a new channel_stack_builder type - channel_stack_builder provides a central and rather dynamic place to construct the list of filters required by a channel stack - ultimately we construct the channel stack in the fashion we always have This is also a prerequisite step to allowing filters to be implemented from wrapped languages. | |||
* | | | | | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-02-17 | |
|\| | | | | ||||
| | | | * | Fixed header dependencies and copyrights | David Garcia Quintas | 2016-02-16 | |
| | | | | | ||||
| | | | * | Added codegen_lib target | David Garcia Quintas | 2016-02-16 | |
| | |_|/ | |/| | | ||||
| * | | | Merge pull request #5209 from vjpai/why_lever | Yang Gao | 2016-02-16 | |
| |\ \ \ | | | | | | | | | | | Delete fixed_size_thread_pool | |||
| * \ \ \ | Merge pull request #5098 from a-veitch/base_log | Bogdan Drutu | 2016-02-16 | |
| |\ \ \ \ | | | | | | | | | | | | | Add Census base log | |||
| | | | * | | Separate timer checking from pollsets | Craig Tiller | 2016-02-16 | |
| | |_|/ / | |/| | | | ||||
| | | | * | Revert "Revert "Proto API for LB request/responses"" | Craig Tiller | 2016-02-11 | |
| | |_|/ | |/| | | ||||
| * | | | Revert "Proto API for LB request/responses" | Craig Tiller | 2016-02-11 | |
| | | | | ||||
| * | | | Merge pull request #4038 from dgquintas/grpclb_api | Craig Tiller | 2016-02-11 | |
| |\ \ \ | | | | | | | | | | | Proto API for LB request/responses | |||
| | | | * | fixed_size_thread_pool : why do we even have that lever? It has been | vjpai | 2016-02-11 | |
| | |_|/ | |/| | | | | | | | | | | deprecated and unused for quite some time. | |||
| | | * | merge to HEAD | Alistair Veitch | 2016-02-11 | |
| | | |\ | ||||
| | * | \ | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-02-11 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||
| * | | | | Revive gpr | Vijay Pai | 2016-02-11 | |
| | | | | | ||||
| * | | | | Merge branch 'master' into alarm_mods | Vijay Pai | 2016-02-11 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||
| * | | | | Properly specify dependences on alarm.h in build.yaml | vjpai | 2016-02-10 | |
| | | | | | ||||
| * | | | | Make C++ alarm class usable and testable - there were some build issues and | vjpai | 2016-02-10 | |
| | | | | | | | | | | | | | | | | | | | | it was not actually even included in the library or the test suite. | |||
* | | | | | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-02-09 | |
|\| | | | | ||||
| | * | | | Further cleanup | Craig Tiller | 2016-02-09 | |
| | | | | | ||||
| | * | | | Further cleanup | Craig Tiller | 2016-02-09 | |
| | | | | | ||||
| | * | | | Get compilation working again | Craig Tiller | 2016-02-09 | |
| | | | | | ||||
| | * | | | Rollback gpr deletion | Craig Tiller | 2016-02-09 | |
| |/ / / | ||||
| | * | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-02-08 | |
| | |\ \ | | |/ / | |/| | | ||||
| | | * | merge | Alistair Veitch | 2016-02-08 | |
| | | | | ||||
| | | * | unbreak merge | Alistair Veitch | 2016-02-05 | |
| | | | | ||||
| | | * | merge | Alistair Veitch | 2016-02-05 | |
| | | |\ | | |_|/ | |/| | | ||||
| * | | | fix missed merge issue | Alistair Veitch | 2016-02-03 | |
| | | | | ||||
| * | | | fix broken merge of build.yaml | Alistair Veitch | 2016-02-03 | |
| | | | | ||||
| * | | | merge | Alistair Veitch | 2016-02-03 | |
| |\ \ \ | ||||
| | | | * | initial commit | Alistair Veitch | 2016-02-02 | |
| | | | | | ||||
| | * | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-02-03 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD Makefile binding.gyp build.yaml gRPC.podspec grpc.gemspec package.json src/python/grpcio/grpc_core_dependencies.py templates/Makefile.template tools/doxygen/Doxyfile.core.internal tools/run_tests/sources_and_headers.json vsprojects/vcxproj/gpr/gpr.vcxproj vsprojects/vcxproj/gpr/gpr.vcxproj.filters | |||
| * | \ \ \ | merge | Alistair Veitch | 2016-02-02 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||
| | | | * | | Merge pull request #5007 from ctiller/memcpy3 | Nicolas Noble | 2016-02-02 | |
| | | |/| | | | |/| | | | | | | | | | Use old memcpy for wrappers | |||
| | | * | | | Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable | Nicolas "Pixel" Noble | 2016-02-02 | |
| | | |\ \ \ | | | |/ / / | | |/| | | | ||||
| * | | | | | post merge | Alistair Veitch | 2016-02-02 | |
| | | | | | | ||||
* | | | | | | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-02-02 | |
|\ \ \ \ \ \ |