aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/stack_lockfree.c
Commit message (Expand)AuthorAge
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25
* FixesGravatar Craig Tiller2016-03-25
* Auto-changesGravatar Craig Tiller2016-03-25
* Clang format and fix copyrightsGravatar murgatroid992016-02-05
* Fix copyright and use consistent C89 commentsGravatar vjpai2016-02-04
* Add explicit comments about purpose of writing to padGravatar Vijay Pai2016-02-04
* Stop upsetting valgrind with uninitialized shortsGravatar Vijay Pai2016-02-04
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
* fix indentation and be more explicit re cast to gpr_atmGravatar Konstantinos Sofokleous2015-12-16
* fix gpr_stack_lockfree_test assert bug on 64 bitsGravatar Konstantinos Sofokleous2015-12-16
* clang-format all core filesGravatar Craig Tiller2015-09-23
* clang-format all core filesGravatar Craig Tiller2015-09-22
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
* clang-format all core filesGravatar Craig Tiller2015-09-22
* First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
* Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
* clang-format all sourceGravatar Craig Tiller2015-08-18
* Make TSAN happy with our lock free stackGravatar Craig Tiller2015-07-30
* Debugging support to check for double-push and valid popGravatar vjpai2015-07-22
* Merge github.com:grpc/grpc into i-want-to-wait-freeGravatar Craig Tiller2015-07-16
|\
| * clang-format changed filesGravatar Vijay Pai2015-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
|/
* Debug and add in generated build filesGravatar Vijay Pai2015-07-10
* Initial checkin commit for lockfree stack.Gravatar Vijay Pai2015-07-10