Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into clangf | Craig Tiller | 2015-10-01 |
|\ | |||
| * | C changes to avoid shadowed global declaration warnings in gcc4.4 | Vijay Pai | 2015-09-29 |
| | | |||
| * | Fix float to bool conversion compilation error in mac | sreek | 2015-09-29 |
| | | |||
* | | Fix clang-format script | Craig Tiller | 2015-09-28 |
|/ | |||
* | Merge pull request #3497 from nicolasnoble/lost-my-sanity | Craig Tiller | 2015-09-28 |
|\ | | | | | Restoring sanity. | ||
* \ | Merge pull request #3483 from ctiller/no-tcp-alloc | Yang Gao | 2015-09-28 |
|\ \ | | | | | | | Save some allocations in tcp_posix.c | ||
| | * | Restoring sanity. | Nicolas "Pixel" Noble | 2015-09-26 |
| |/ |/| | |||
* | | Merge pull request #3474 from ctiller/clang_format | Nicolas Noble | 2015-09-25 |
|\ \ | | | | | | | Add clang-format to sanity | ||
* \ \ | Merge pull request #3476 from vjpai/block_annotate | Yang Gao | 2015-09-25 |
|\ \ \ | | | | | | | | | Annotate blocking points | ||
| | * \ | Merge github.com:grpc/grpc into clang_format | Craig Tiller | 2015-09-25 |
| | |\ \ | |_|/ / |/| | | | |||
| | | * | Recycle partially filled buffers on the next read | Craig Tiller | 2015-09-24 |
| |_|/ |/| | | |||
| * | | Move block_annotate from iomgr to support since it's used in other | vjpai | 2015-09-24 |
| | | | | | | | | | | | | core places besides iomgr | ||
| * | | Annotate sleep calls | vjpai | 2015-09-24 |
| | | | |||
| * | | Annotate blocking file operations | vjpai | 2015-09-24 |
| | | | |||
* | | | Merge github.com:grpc/grpc into shindig | Craig Tiller | 2015-09-24 |
|\| | | |||
| | * | Add clang-format to sanity | Craig Tiller | 2015-09-24 |
| |/ | |||
| * | Merge github.com:grpc/grpc into come-out-of-the-shadow | Craig Tiller | 2015-09-24 |
| |\ | |||
* | | | clang-format all core files | Craig Tiller | 2015-09-23 |
| | | | |||
* | | | clang-format all core files | Craig Tiller | 2015-09-22 |
| | | | |||
* | | | indent pass to get logical source lines on one physical line | Craig Tiller | 2015-09-22 |
| | | | |||
* | | | clang-format all core files | Craig Tiller | 2015-09-22 |
| |/ |/| | |||
* | | Sprinkle casts | Craig Tiller | 2015-09-14 |
| | | |||
* | | Fixed compilation with -Wsign-conversion on mac | David Garcia Quintas | 2015-09-12 |
| | | |||
| * | Enable -Wshadow | Craig Tiller | 2015-09-11 |
|/ | |||
* | Mac build fixes | Craig Tiller | 2015-09-10 |
| | |||
* | First round of fixing up implicit 64->32 bit conversions | Craig Tiller | 2015-09-10 |
| | |||
* | Core compiles with -Wsign-conversion | Craig Tiller | 2015-09-10 |
| | |||
* | avoid underflow | Craig Tiller | 2015-09-03 |
| | |||
* | Merge github.com:grpc/grpc into second-coming | Craig Tiller | 2015-08-31 |
|\ | |||
| * | Merge pull request #3070 from ctiller/winlog | Jan Tattermusch | 2015-08-27 |
| |\ | | | | | | | Make C core log output readable | ||
* | | | Revert "Revert "Refactor Endpoint API"" | Craig Tiller | 2015-08-27 |
|/ / | |||
* | | Revert "Refactor Endpoint API" | Craig Tiller | 2015-08-27 |
| | | |||
* | | Merge github.com:grpc/grpc into endpoints | Craig Tiller | 2015-08-26 |
|\ \ | | | | | | | | | | | | | Conflicts: src/core/iomgr/tcp_windows.c | ||
| | * | Make C core log output readable | Craig Tiller | 2015-08-25 |
| | | | |||
| * | | Merge remote-tracking branch 'upstream/master' into timespec | Hongyu Chen | 2015-08-25 |
| |\| | |||
| * | | Move core/profiling/timers_preciseclock.h to core/support/ such that we | Hongyu Chen | 2015-08-24 |
| |/ | | | | | | | have a gpr public function which returns cycle clock. | ||
* / | Refactor Endpoint API | Craig Tiller | 2015-08-21 |
|/ | | | | | | - Allow reads to complete immediately - Unify read/write signatures - Simplify memory management to allow future optimization work | ||
* | 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 |
|\ \ \ |