summaryrefslogtreecommitdiff
path: root/libudev/libudev-list.c
AgeCommit message (Collapse)Author
2011-08-28libudev: list - properly sort linked list not only the indexKay Sievers
<mgorny> it seems that udev-git is b0rked while tag '173' works fine for me <mgorny> the rule in question is: <mgorny> also, with >173 persistent-net rules seem to get constantly recreated for same devices <kay> mgorny: logic bug. we only sort the keys in an index, but we don't care about the index when reading the list, which doesn't work too well for the rules file list where we depend on the order
2011-08-04libudev: list - use binary search for list lookupKay Sievers
2011-05-20libudev: export symbols explicitely and individually from C code not from ↵Kay Sievers
separate file or prefix match
2011-04-24libudev: list - use bit flags for 'sort' and 'unique'Kay Sievers
2010-03-10libbudev-private: rename udev_list_entry_get_flag()Kay Sievers
2009-06-15libudev: doc - add section headersKay Sievers
2009-06-15libudev: update documentationKay Sievers
2009-06-08libudev: move to top-level directoryKay Sievers