index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
list.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-22
include: drop obsolete check for typeof operator
Enrico Weigelt, metux IT consult
1
-11
/
+0
2018-02-12
Correct xorg_list_is_empty return value description
Roman Gilg
1
-1
/
+2
2016-01-06
Fix uninitialized variable warnings reported by clang
Thomas Klausner
1
-3
/
+5
2016-01-05
Revert "Fix uninitialized variable warnings reported by clang"
Adam Jackson
1
-3
/
+1
2016-01-05
Fix uninitialized variable warnings reported by clang
Thomas Klausner
1
-1
/
+3
2014-11-12
include: fix documentation for list.h
Peter Hutterer
1
-1
/
+1
2013-09-10
list: Avoid using X types
Adam Jackson
1
-1
/
+1
2013-03-13
list.h: Make xorg_list_init inline
Robert Morell
1
-1
/
+1
2013-02-08
include: fix typo in list description
Peter Hutterer
1
-1
/
+1
2012-08-29
list: Use offsetof() and typeof() to determine member offsets within a structure
Jeremy Huddleston Sequoia
1
-4
/
+17
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