Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Stage #1 of core breakup: move everything under lib | Craig Tiller | 2016-03-25 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | Fixed include guards | David Garcia Quintas | 2016-03-15 |
| | |||
* | Add retry for dns resolution | Craig Tiller | 2016-03-11 |
| | |||
* | clang-format | Craig Tiller | 2016-02-25 |
| | |||
* | Revert "Revert "Add an implementation firewall against pollset_set"" | Craig Tiller | 2016-02-25 |
| | |||
* | Revert "Add an implementation firewall against pollset_set" | Vijay Pai | 2016-02-25 |
| | |||
* | Add an implementation firewall against pollset_set | Craig Tiller | 2016-02-24 |
| | | | | So multiple implementations can exist in one binary | ||
* | 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 branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-01-29 |
|\ | |||
* \ | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-01-28 |
|\ \ | |||
| | * | Update copyrights | Craig Tiller | 2016-01-28 |
| | | | |||
| | * | Preparatory changes for work shedding | Craig Tiller | 2016-01-28 |
| |/ | | | | | | | | | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions | ||
| * | Fix some barriers | Craig Tiller | 2016-01-26 |
| | | |||
* | | Added copyright message to generated nanopb code | David Garcia Quintas | 2016-01-12 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-01-12 |
|\| | |||
* | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-01-12 |
|\ \ | |||
| | * | Updated copyrights | murgatroid99 | 2016-01-12 |
| |/ | |||
| * | Fix formatting | Craig Tiller | 2016-01-11 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-01-11 |
|\| | |||
* | | Srcs and hdrs sanity checks skip third_party | David Garcia Quintas | 2016-01-11 |
| | | |||
| * | Fix pings | Craig Tiller | 2016-01-07 |
| | | |||
| * | Review feedback | Craig Tiller | 2016-01-06 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2015-12-16 |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into poffy | Craig Tiller | 2015-12-16 |
| | |\ | | |/ | |/| | |||
| * | | clang-format | Craig Tiller | 2015-12-07 |
| | | | |||
| * | | Ping API | Craig Tiller | 2015-12-07 |
| | | | |||
| * | | Merge branch 'connected-subchannel' into ↵ | Craig Tiller | 2015-12-07 |
| |\ \ | | | | | | | | | | | | | ping-ping-ping-ping-ping-ping-ping-ping-ping | ||
| * | | | Start of ping sketch | Craig Tiller | 2015-12-07 |
| | | | | |||
* | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2015-12-03 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # BUILD # Makefile # binding.gyp # build.yaml # gRPC.podspec # tools/doxygen/Doxyfile.core.internal # tools/run_tests/sources_and_headers.json # vsprojects/vcxproj/grpc/grpc.vcxproj # vsprojects/vcxproj/grpc/grpc.vcxproj.filters # vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj # vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj.filters | ||
| | | * | Make pick_first fast path lock free, take channel lock for less time | Craig Tiller | 2015-12-01 |
| | |/ | |||
| | * | clang-format | Craig Tiller | 2015-12-01 |
| | | | |||
| | * | Memory fixes | Craig Tiller | 2015-12-01 |
| | | | |||
| | * | clang-format | Craig Tiller | 2015-12-01 |
| | | | |||
| | * | Turn off refcount debugging | Craig Tiller | 2015-12-01 |
| | | | |||
| | * | Fix refcounting problem, closure reordering problem | Craig Tiller | 2015-11-30 |
| | | | |||
| | * | Fixes, and some test code | Craig Tiller | 2015-11-29 |
| | | | |||
| | * | Sanitize unsubscription to be callback preserving | Craig Tiller | 2015-11-29 |
| | | | |||
| | * | Most of the way to auto-cleanup subchannels | Craig Tiller | 2015-11-27 |
| | | | |||
| | * | Load balancing interest management fixes | Craig Tiller | 2015-11-25 |
| | | | |||
| | * | Signal back to resolver on error | Craig Tiller | 2015-11-24 |
| | | | |||
| | * | Test fixes | Craig Tiller | 2015-11-24 |
| | | | |||
| | * | clang-format, bugfix | Craig Tiller | 2015-11-21 |
| | | | |||
| | * | Initial pass through to make subchannels single connect | Craig Tiller | 2015-11-17 |
| |/ | |||
* | | Moved nanopb to 3rd party | David Garcia Quintas | 2015-11-12 |
| | | |||
* | | Proto API for LB request/responses | David Garcia Quintas | 2015-11-03 |
| | | |||
| * | stream_op cleanup: channel, client_config changes | Craig Tiller | 2015-11-02 |
|/ | |||
* | Simplify adding annotations, annotate more things | Craig Tiller | 2015-10-09 |
| | |||
* | Fix memory leaks | Craig Tiller | 2015-10-06 |
| |