Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | new iterator interface | Alistair Veitch | 2016-01-14 |
| | |||
* | Always compress tags | Alistair Veitch | 2016-01-13 |
| | |||
* | Move encode/decode API into census.h | Alistair Veitch | 2016-01-13 |
| | |||
* | Merge branch 'master' into tag_set | Alistair Veitch | 2016-01-12 |
|\ | |||
* | | initial commit | Alistair Veitch | 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 wit… | ||
| | * | Allow transitive dependencies plugin to process non-existent libs without ↵ | murgatroid99 | 2016-01-12 |
| |/ | | | | | | | crashing | ||
| * | Merge pull request #4686 from murgatroid99/sanity_update_copyrights | Craig Tiller | 2016-01-12 |
| |\ | | | | | | | Updated copyrights | ||
| | * | Updated copyrights | murgatroid99 | 2016-01-12 |
| | | | |||
| * | | Merge pull request #4685 from ctiller/copywrong | Michael Lumish | 2016-01-12 |
| |\ \ | | |/ | |/| | Fix check_copyright.py | ||
| | * | Fix check_copyright.py | Craig Tiller | 2016-01-12 |
| | | | |||
| * | | Merge pull request #4678 from ctiller/clangfix | Michael Lumish | 2016-01-12 |
| |\ \ | | | | | | | | | Fix formatting | ||
| * \ \ | Merge pull request #4457 from soltanmm/plate-tectonics | Nathaniel Manista | 2016-01-12 |
| |\ \ \ | | | | | | | | | | | Include core in Python distribution. | ||
| * \ \ \ | Merge pull request #4673 from iancoolidge/port-fixes | Craig Tiller | 2016-01-12 |
| |\ \ \ \ | | |_|_|/ | |/| | | | Port fixes | ||
| | | | * | Fix formatting | Craig Tiller | 2016-01-11 |
| | |_|/ | |/| | | |||
| | * | | base64: clarify signedness in negative initialization | Ian Coolidge | 2016-01-11 |
| | | | | | | | | | | | | | | | | Some platforms do not use signed char (arm) | ||
| | * | | Fix R/W template argument order in prototypes | Ian Coolidge | 2016-01-11 |
| |/ / | | | | | | | | | | | | | | | | | | | In some cases, the prototype argument order was different than the declaration order. Based on a patch from Sam Leffler. | ||
| * | | Merge pull request #4642 from yang-g/epollset | Craig Tiller | 2016-01-11 |
| |\ \ | | | | | | | | | Remove from all epoll sets when releasing an fd | ||
| | | * | Use BoringSSL for Python gRPC | Masood Malekghassemi | 2016-01-11 |
| | | | | |||
| | | * | Use default gRPC roots.pem if none provided | Masood Malekghassemi | 2016-01-11 |
| | | | | |||
| * | | | Merge pull request #4238 from ctiller/poffy | Vijay Pai | 2016-01-11 |
| |\ \ \ | | | | | | | | | | | Make pick_first fast path lock free | ||
| * \ \ \ | Merge pull request #4525 from ctiller/proto_names | Vijay Pai | 2016-01-11 |
| |\ \ \ \ | | | | | | | | | | | | | Consolidate C++ proto files under src/proto | ||
| * \ \ \ \ | Merge pull request #4645 from ctiller/coveralls | Michael Lumish | 2016-01-08 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Refine coverage language list | ||
| | | | | * \ | merge with head | yang-g | 2016-01-08 |
| | | | | |\ \ | | |_|_|_|/ / | |/| | | | | | |||
| * | | | | | | Merge pull request #4647 from ctiller/run_errors | Michael Lumish | 2016-01-08 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Handle errors in run_tests.py a little better | ||
| * \ \ \ \ \ \ | Merge pull request #4652 from ctiller/no-cache | Michael Lumish | 2016-01-08 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Disable ccache for the moment | ||
| | * | | | | | | | Disable ccache for the moment | Craig Tiller | 2016-01-08 |
| |/ / / / / / / | |||
| * | | | | | | | Merge pull request #4644 from yoloseem/typo-1 | Nathaniel Manista | 2016-01-08 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix docstring typos in python grpc interfaces. | ||
| | | * | | | | | | 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 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Expose the fd in grpc_fd and grpc_tcp. | ||
| * \ \ \ \ \ \ \ | Merge pull request #4643 from murgatroid99/node_compiler_standard_c99 | Craig Tiller | 2016-01-08 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Compile Node extension with c99 and c++11 | ||
| | | | | * | | | | | 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 |
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | Tweak compiler settings to hopefully make Jenkins more robust | ||
| * | | | | | | Merge pull request #4639 from ctiller/nominally-nuisance | Michael Lumish | 2016-01-07 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Dont fail build if no report generated | ||
| * \ \ \ \ \ \ | Merge pull request #4641 from ctiller/farout | Michael Lumish | 2016-01-07 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | clang-format | ||
| | * | | | | | | | clang-format | Craig Tiller | 2016-01-07 |
| |/ / / / / / / | |||
| * | | | | | | | Merge pull request #4626 from ctiller/wtfwin | Alistair Veitch | 2016-01-07 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add an early out to gpr_cpu_test | ||
| * \ \ \ \ \ \ \ | Merge pull request #4619 from ctiller/windows_logs | adelez | 2016-01-07 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Delay reading stdout from disk until process terminates | ||
| | | | * | | | | | | Dont fail build if no report generated | Craig Tiller | 2016-01-07 |
| | |_|/ / / / / / | |/| | | | | | | | |||
| | | | | * | | | | Don't use ep after destroy in the test. | Dan Born | 2016-01-07 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #4635 from ctiller/spam_cleanup | Sree Kuchibhotla | 2016-01-07 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Spam cleanup | ||
| | | | | | | | | * | Use tox commands to run interop client/server | Masood Malekghassemi | 2016-01-07 |
| | | | | | | | | | | |||
| | | | | | | | | * | Fail test build if protoc can't be found | Masood Malekghassemi | 2016-01-07 |
| | | | | | | | | | |