Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Added copyright message to generated nanopb code | David Garcia Quintas | 2016-01-12 |
* | Merge branch 'copyright_fix' 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 |
|\ \ | |||
| | * | Added --fix flag to check_copyright.py | David Garcia Quintas | 2016-01-12 |
| * | | Merge pull request #4693 from murgatroid99/transitive_deps_plugin_fix | Sree Kuchibhotla | 2016-01-12 |
| |\ \ | | |/ | |/| | |||
| | * | Allow transitive dependencies plugin to process non-existent libs without cra... | murgatroid99 | 2016-01-12 |
| |/ | |||
| * | Merge pull request #4686 from murgatroid99/sanity_update_copyrights | Craig Tiller | 2016-01-12 |
| |\ | |||
* | | | Updated grpc_core_dependencies.py | 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 |
| * | | Merge pull request #4685 from ctiller/copywrong | Michael Lumish | 2016-01-12 |
| |\ \ | | |/ | |/| | |||
| | * | Fix check_copyright.py | Craig Tiller | 2016-01-12 |
| * | | Merge pull request #4678 from ctiller/clangfix | Michael Lumish | 2016-01-12 |
| |\ \ | |||
| * \ \ | Merge pull request #4457 from soltanmm/plate-tectonics | Nathaniel Manista | 2016-01-12 |
| |\ \ \ | |||
| * \ \ \ | Merge pull request #4673 from iancoolidge/port-fixes | Craig Tiller | 2016-01-12 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||
| | | | * | Fix formatting | Craig Tiller | 2016-01-11 |
| | |_|/ | |/| | | |||
* | | | | added sanity scripts and checks | David Garcia Quintas | 2016-01-11 |
| | * | | base64: clarify signedness in negative initialization | Ian Coolidge | 2016-01-11 |
| | * | | Fix R/W template argument order in prototypes | Ian Coolidge | 2016-01-11 |
| |/ / | |||
* | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-01-11 |
|\| | | |||
| * | | Merge pull request #4642 from yang-g/epollset | Craig Tiller | 2016-01-11 |
| |\ \ | |||
| | | * | Use BoringSSL for Python gRPC | Masood Malekghassemi | 2016-01-11 |
| | | * | Use default gRPC roots.pem if none provided | Masood Malekghassemi | 2016-01-11 |
* | | | | Srcs and hdrs sanity checks skip third_party | David Garcia Quintas | 2016-01-11 |
| * | | | Merge pull request #4238 from ctiller/poffy | Vijay Pai | 2016-01-11 |
| |\ \ \ | |||
| * \ \ \ | Merge pull request #4525 from ctiller/proto_names | Vijay Pai | 2016-01-11 |
| |\ \ \ \ | |||
* | | | | | | Merge branch 'master' of github.com:grpc/grpc into grpclb_api | David Garcia Quintas | 2016-01-08 |
|\| | | | | | |||
| * | | | | | Merge pull request #4645 from ctiller/coveralls | Michael Lumish | 2016-01-08 |
| |\ \ \ \ \ | |||
| | | | | * \ | merge with head | yang-g | 2016-01-08 |
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | | | |||
| * | | | | | | Merge pull request #4647 from ctiller/run_errors | Michael Lumish | 2016-01-08 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge pull request #4652 from ctiller/no-cache | Michael Lumish | 2016-01-08 |
| |\ \ \ \ \ \ \ | |||
| | * | | | | | | | Disable ccache for the moment | Craig Tiller | 2016-01-08 |
| |/ / / / / / / | |||
| * | | | | | | | Merge pull request #4644 from yoloseem/typo-1 | Nathaniel Manista | 2016-01-08 |
| |\ \ \ \ \ \ \ | |||
| | | * | | | | | | Flag errors better | Craig Tiller | 2016-01-08 |
| | | * | | | | | | Tweak run_tests exit status handling | Craig Tiller | 2016-01-08 |
| | |/ / / / / / | |/| | | | | | | |||
| * | | | | | | | Merge pull request #4627 from daniel-j-born/tcp_fd | Craig Tiller | 2016-01-08 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge pull request #4643 from murgatroid99/node_compiler_standard_c99 | Craig Tiller | 2016-01-08 |
| |\ \ \ \ \ \ \ \ | |||
| | | | | * | | | | | Refine coverage language list | Craig Tiller | 2016-01-07 |
| | |_|_|/ / / / / | |/| | | | | | | | |||
| | | | * | | | | | Fix docstring typos in python grpc interfaces | Hyunjun Kim | 2016-01-08 |
| | |_|/ / / / / | |/| | | | | | | |||
| | * | | | | | | Removed redundant std= cflag | murgatroid99 | 2016-01-07 |
| | * | | | | | | Compile Node extension with c99 and c++11 | murgatroid99 | 2016-01-07 |
| |/ / / / / / | |||
| | | * | | | | Update some wrapped stuff | Craig Tiller | 2016-01-07 |
| | | * | | | | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2016-01-07 |
| | | |\ \ \ \ | | |_|/ / / / | |/| | | | | | |||
| | | | | * | | Remove from all epoll sets when releasing an fd | yang-g | 2016-01-07 |
| * | | | | | | Merge pull request #4616 from ctiller/i-like-pie | Michael Lumish | 2016-01-07 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||
| * | | | | | | Merge pull request #4639 from ctiller/nominally-nuisance | Michael Lumish | 2016-01-07 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge pull request #4641 from ctiller/farout | Michael Lumish | 2016-01-07 |
| |\ \ \ \ \ \ \ | |||
| | * | | | | | | | clang-format | Craig Tiller | 2016-01-07 |
| |/ / / / / / / | |||
| * | | | | | | | Merge pull request #4626 from ctiller/wtfwin | Alistair Veitch | 2016-01-07 |
| |\ \ \ \ \ \ \ | |||
| * \ \ \ \ \ \ \ | Merge pull request #4619 from ctiller/windows_logs | adelez | 2016-01-07 |
| |\ \ \ \ \ \ \ \ |