aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support
Commit message (Expand)AuthorAge
* Annotate sleep callsGravatar vjpai2015-09-24
* Annotate blocking file operationsGravatar vjpai2015-09-24
* Merge github.com:grpc/grpc into come-out-of-the-shadowGravatar Craig Tiller2015-09-24
|\
| * Sprinkle castsGravatar Craig Tiller2015-09-14
| * Fixed compilation with -Wsign-conversion on macGravatar David Garcia Quintas2015-09-12
* | Enable -WshadowGravatar Craig Tiller2015-09-11
|/
* Mac build fixesGravatar Craig Tiller2015-09-10
* First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
* Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
* avoid underflowGravatar Craig Tiller2015-09-03
* Merge github.com:grpc/grpc into second-comingGravatar Craig Tiller2015-08-31
|\
| * Merge pull request #3070 from ctiller/winlogGravatar Jan Tattermusch2015-08-27
| |\
* | | Revert "Revert "Refactor Endpoint API""Gravatar Craig Tiller2015-08-27
|/ /
* | Revert "Refactor Endpoint API"Gravatar Craig Tiller2015-08-27
* | Merge github.com:grpc/grpc into endpointsGravatar Craig Tiller2015-08-26
|\ \
| | * Make C core log output readableGravatar Craig Tiller2015-08-25
| * | Merge remote-tracking branch 'upstream/master' into timespecGravatar Hongyu Chen2015-08-25
| |\|
| * | Move core/profiling/timers_preciseclock.h to core/support/ such that weGravatar Hongyu Chen2015-08-24
| |/
* / Refactor Endpoint APIGravatar Craig Tiller2015-08-21
|/
* clang-format all sourceGravatar Craig Tiller2015-08-18
* Removing gpr_cancelable.Gravatar Nicolas "Pixel" Noble2015-08-13
* Make TSAN happy with our lock free stackGravatar Craig Tiller2015-07-30
* Merge pull request #2610 from vjpai/shame-cubeGravatar Craig Tiller2015-07-28
|\
* \ Merge pull request #2542 from ctiller/tell-me-who-you-might-beGravatar Yang Gao2015-07-23
|\ \
| | * Debugging support to check for double-push and valid popGravatar vjpai2015-07-22
| |/ |/|
| * Add ipv4:, ipv6: schemesGravatar Craig Tiller2015-07-20
* | Fix Windows CVGravatar Craig Tiller2015-07-19
* | Move alarm subsystem to monotonic timeGravatar Craig Tiller2015-07-19
|/
* Merge pull request #2319 from dgquintas/str_join_with_sepGravatar Nicolas Noble2015-07-19
|\
* \ Merge pull request #2470 from ctiller/i-want-to-wait-freeGravatar Vijay Pai2015-07-17
|\ \
| | * Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-17
| | |\ | |_|/ |/| |
* | | Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\ \ \
| | * \ Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-16
| | |\ \ | | |/ / | |/| |
| | | * Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-15
| | | |\ | | |_|/ | |/| |
| * | | clang-format changed filesGravatar Vijay Pai2015-07-14
| * | | Name argumentsGravatar vjpai2015-07-14
* | | | Mac, Windows support for new timespecGravatar Craig Tiller2015-07-14
| | * | Implement test for stack initial push edgeGravatar Craig Tiller2015-07-13
| | * | Add a detectable edge for the first insert (so far untested)Gravatar Craig Tiller2015-07-13
| |/ /
* | | Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
* | | Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| * | Merge branch 'master' into lockfree-stackGravatar vjpai2015-07-10
| |\ \ | |/ / |/| |
| * | Debug and add in generated build filesGravatar Vijay Pai2015-07-10
| * | Initial checkin commit for lockfree stack.Gravatar Vijay Pai2015-07-10
* | | Merge github.com:grpc/grpc into footprints-on-the-sands-of-timeGravatar Craig Tiller2015-07-09
|\| |
| | * Modified gpr_slice_split to take a char* separator.Gravatar David Garcia Quintas2015-07-08
| | * Merge branch 'master' of github.com:grpc/grpc into str_join_with_sepGravatar David Garcia Quintas2015-07-08
| | |\ | | |/ | |/|
| | * Split function now takes slices as input, performs no allocsGravatar David Garcia Quintas2015-07-08
| | * Added gpr_strsplit (with tests)Gravatar David Garcia Quintas2015-07-07
| | * PR comments + some more tests.Gravatar David Garcia Quintas2015-07-07