Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Removing gpr_cancelable. | Nicolas "Pixel" Noble | 2015-08-13 |
| | |||
* | Make TSAN happy with our lock free stack | Craig Tiller | 2015-07-30 |
| | |||
* | Merge pull request #2610 from vjpai/shame-cube | Craig Tiller | 2015-07-28 |
|\ | | | | | Debugging support for lock-free stack to check for double-push and valid pop | ||
* \ | Merge pull request #2542 from ctiller/tell-me-who-you-might-be | Yang Gao | 2015-07-23 |
|\ \ | | | | | | | Expose call peer uri from C core | ||
| | * | Debugging support to check for double-push and valid pop | vjpai | 2015-07-22 |
| |/ |/| | |||
| * | Add ipv4:, ipv6: schemes | Craig Tiller | 2015-07-20 |
| | | |||
* | | Fix Windows CV | Craig Tiller | 2015-07-19 |
| | | |||
* | | Move alarm subsystem to monotonic time | Craig Tiller | 2015-07-19 |
|/ | |||
* | Merge pull request #2319 from dgquintas/str_join_with_sep | Nicolas Noble | 2015-07-19 |
|\ | | | | | Added convenience functions gpr_strjoin_sep and grp_strsplit | ||
* \ | Merge pull request #2470 from ctiller/i-want-to-wait-free | Vijay Pai | 2015-07-17 |
|\ \ | | | | | | | Lock free requested call fulfillment path | ||
| | * | Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep | David Garcia Quintas | 2015-07-17 |
| | |\ | |_|/ |/| | | |||
* | | | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 |
|\ \ \ | |||
| | * \ | Merge github.com:grpc/grpc into i-want-to-wait-free | Craig Tiller | 2015-07-16 |
| | |\ \ | | |/ / | |/| | | |||
| | | * | Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep | David Garcia Quintas | 2015-07-15 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | clang-format changed files | Vijay Pai | 2015-07-14 |
| | | | | |||
| * | | | Name arguments | vjpai | 2015-07-14 |
| | | | | |||
* | | | | Mac, Windows support for new timespec | Craig Tiller | 2015-07-14 |
| | | | | |||
| | * | | Implement test for stack initial push edge | Craig Tiller | 2015-07-13 |
| | | | | |||
| | * | | Add a detectable edge for the first insert (so far untested) | Craig Tiller | 2015-07-13 |
| |/ / | |||
* | | | Updating wrapped languages to new time functions | 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 branch 'master' into lockfree-stack | vjpai | 2015-07-10 |
| |\ \ | |/ / |/| | | |||
| * | | Debug and add in generated build files | Vijay Pai | 2015-07-10 |
| | | | |||
| * | | Initial checkin commit for lockfree stack. | Vijay Pai | 2015-07-10 |
| | | | | | | | | | | | | Tests not yet included. | ||
* | | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | Craig Tiller | 2015-07-09 |
|\| | | |||
| | * | Modified gpr_slice_split to take a char* separator. | David Garcia Quintas | 2015-07-08 |
| | | | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep | David Garcia Quintas | 2015-07-08 |
| | |\ | | |/ | |/| | |||
| | * | Split function now takes slices as input, performs no allocs | David Garcia Quintas | 2015-07-08 |
| | | | |||
| | * | Added gpr_strsplit (with tests) | David Garcia Quintas | 2015-07-07 |
| | | | |||
| | * | PR comments + some more tests. | David Garcia Quintas | 2015-07-07 |
| | | | |||
| | * | Added convenience method gpr_strjoin_sep | David Garcia Quintas | 2015-07-07 |
| | | | |||
| * | | Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring | Julien Boeuf | 2015-07-08 |
| |\| | |||
* | | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | Craig Tiller | 2015-07-07 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: src/core/channel/client_setup.c src/core/surface/init.c | ||
| * | | Merge github.com:grpc/grpc into tis-but-thy-name | Craig Tiller | 2015-07-07 |
| |\ \ | |||
* | | | | clang-format changed files | Craig Tiller | 2015-07-06 |
| | | | | |||
* | | | | Merge branch 'footprints-on-the-sands-of-time' of github.com:ctiller/grpc ↵ | Craig Tiller | 2015-07-06 |
|\ \ \ \ | | | | | | | | | | | | | | | | into footprints-on-the-sands-of-time | ||
* | | | | | clang-format changed files | Craig Tiller | 2015-07-06 |
| | | | | | |||
| * | | | | Update Windows for new time system | Craig Tiller | 2015-07-06 |
|/ / / / | |||
| | * | | Make log lines line up and be prettier | Craig Tiller | 2015-07-06 |
| | | | | |||
* | | | | Introduce multiple clocks to GPR | Craig Tiller | 2015-07-01 |
| |/ / |/| | | |||
| * | | Remove random includes of windows.h | Craig Tiller | 2015-07-01 |
|/ / | | | | | | | | | | | | | | | Instead, include a stanza in port_platform.h that: - gets windows.h included - defines things that we needs to define - tries to respect applications configurations by leaving things as untouched as possible | ||
| * | Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring | Julien Boeuf | 2015-06-29 |
| |\ | |/ |/| | |||
| * | Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring ↵ | Julien Boeuf | 2015-06-29 |
| | | | | | | | | as well. | ||
* | | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-25 |
|\ \ | |||
| * \ | Merge pull request #2167 from ctiller/everyone-is-special | David G. Quintas | 2015-06-24 |
| |\ \ | | | | | | | | | Return dummy data for empty histograms | ||
| | | * | Adding util to get a NULL terminated string from a slice. | Julien Boeuf | 2015-06-24 |
| | |/ | |/| | |||
* | | | Merge github.com:grpc/grpc into oops-i-split-it-again | Craig Tiller | 2015-06-23 |
|\| | | |||
| * | | Merge pull request #2141 from murgatroid99/core_support_conversion_warnings | Craig Tiller | 2015-06-23 |
| |\ \ | | | | | | | | | Fix integer conversion warnings in src/core/support | ||
| | * | | Reverted slice.c changes | murgatroid99 | 2015-06-22 |
| | | | |