index
:
calcurse
fix/add_missing_depth_header
fix/sync_with_sogo
master
wip/fugly_propfind_sync
wip/fugly_sogo_sync
A text-based calendar and scheduling application
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
llist.c
Age
Commit message (
Expand
)
Author
2013-04-14
Use tabs instead of spaces for indentation
Lukas Fleischer
2013-02-17
Fix braces in if-else statements
Lukas Fleischer
2013-02-04
Update copyright ranges
Lukas Fleischer
2012-06-30
src/llist.c: Compare data pointers if callback is NULL
Lukas Fleischer
2012-06-30
Allow passing more complex data to list callbacks
Lukas Fleischer
2012-05-21
Switch to Linux kernel coding style
Lukas Fleischer
2012-03-26
Update copyright ranges
Lukas Fleischer
2012-02-16
src/llist.c: Bail out early on negative indexes
Lukas Fleischer
2011-10-05
src/llist.c: Add llist_next_filter()
Lukas Fleischer
2011-10-05
src/llist.c: Add a tail pointer
Lukas Fleischer
2011-06-20
src/llist.c: Use stable insertion algorithm
Lukas Fleischer
2011-06-09
Fix whitespace issues
Lukas Fleischer
2011-04-22
Update copyright notices in source files, documentation and "COPYING".
Lukas Fleischer
2011-04-22
Add comments to linked list functions.
Lukas Fleischer
2011-04-22
llist.c: Nullify pointers after free()'ing.
Lukas Fleischer
2011-04-19
Add linked lists implementation.
Lukas Fleischer