index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
list.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-05
list.h: don't crash when removing an element from a NULL list
Peter Hutterer
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-11
/
+4
2012-02-03
Namespace list api to reduce conflicts with similar system headers
Alan Coopersmith
1
-57
/
+57
2011-12-06
include: rename "foos" to "list_of_foos" in the struct list documentation
Peter Hutterer
1
-15
/
+15
2011-12-06
include: update struct list documentation to use one set of structs only
Peter Hutterer
1
-17
/
+11
2011-12-06
include: a new list element does not need initialization, state so
Peter Hutterer
1
-1
/
+2
2011-12-06
include: point to the tests in list.c as examples
Peter Hutterer
1
-0
/
+1
2011-12-06
include: add list_last_entry to get the tail of a list
Peter Hutterer
1
-0
/
+15
2011-12-06
include: add list_append()
Peter Hutterer
1
-0
/
+22
2011-10-25
input: switch InputOption to use XF86OptionRec storage.
Peter Hutterer
1
-0
/
+12
2011-08-22
Add null-terminated list interface.
Peter Hutterer
1
-0
/
+160
2011-02-25
include: document list interface.
Peter Hutterer
1
-2
/
+180
2010-06-22
list.h: Fix list_for_each_entry_safe()
Kristian Høgsberg
1
-3
/
+3
2010-05-11
list.h: Add list_for_each_entry_safe()
Kristian Høgsberg
1
-0
/
+6
2010-03-16
Import linked list helpers from the intel DDX.
Francisco Jerez
1
-0
/
+97