index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
support
/
stack_lockfree.c
Commit message (
Expand
)
Author
Age
*
Clang format and fix copyrights
murgatroid99
2016-02-05
*
Fix copyright and use consistent C89 comments
vjpai
2016-02-04
*
Add explicit comments about purpose of writing to pad
Vijay Pai
2016-02-04
*
Stop upsetting valgrind with uninitialized shorts
Vijay Pai
2016-02-04
*
Eliminate gpr_ int types - and insist on C99 variants instead
Craig Tiller
2015-12-22
*
fix indentation and be more explicit re cast to gpr_atm
Konstantinos Sofokleous
2015-12-16
*
fix gpr_stack_lockfree_test assert bug on 64 bits
Konstantinos Sofokleous
2015-12-16
*
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
*
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
*
clang-format all source
Craig Tiller
2015-08-18
*
Make TSAN happy with our lock free stack
Craig Tiller
2015-07-30
*
Debugging support to check for double-push and valid pop
vjpai
2015-07-22
*
Merge github.com:grpc/grpc into i-want-to-wait-free
Craig Tiller
2015-07-16
|
\
|
*
clang-format changed files
Vijay Pai
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
|
/
*
Debug and add in generated build files
Vijay Pai
2015-07-10
*
Initial checkin commit for lockfree stack.
Vijay Pai
2015-07-10