summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Generic singly linked list functionalityJohan Hedberg2006-03-093-1/+135
* Call destroy function also on cleanupMarcel Holtmann2006-02-241-0/+2
* Add support for destroy notification functionMarcel Holtmann2006-02-242-3/+23
* Fix handling of D-Bus disconnect signalMarcel Holtmann2006-02-171-1/+8
* Use const qualifier for textfile libraryMarcel Holtmann2006-02-112-15/+15
* Add textfile_foreach() functionMarcel Holtmann2006-02-083-17/+99
* Add support for deleting keysMarcel Holtmann2006-02-073-19/+116
* Use MAP_PRIVATE instead of MAP_SHARED for textfile_put()Marcel Holtmann2006-01-171-1/+1
* Update copyright informationMarcel Holtmann2006-01-033-3/+3
* Include checks for mmap() returning NULLMarcel Holtmann2005-11-091-2/+2
* Move glib-ectomy.[ch] into the common directoryMarcel Holtmann2005-11-013-1/+280
* Big cleanup of CVS relicsMarcel Holtmann2005-10-294-48/+30
* Fix infinite loops and false positive matchesMarcel Holtmann2005-09-101-25/+14
* Let textfile_put() also replace the last key value pairMarcel Holtmann2005-09-071-3/+10
* Fix memory leaks with textfile_get() usageMarcel Holtmann2005-09-071-0/+3
* Move create_dirs() and create_file() into the textfile libraryMarcel Holtmann2005-08-302-0/+53
* Remove the create_dirs() functionMarcel Holtmann2005-08-061-34/+0
* Add test for reading valuesMarcel Holtmann2005-08-061-1/+5
* Fix off by one memory allocation errorMarcel Holtmann2005-08-061-7/+4
* Add textfile regression testMarcel Holtmann2005-08-052-0/+70
* Update the textfile libraryMarcel Holtmann2005-08-052-6/+50
* Implement textfile writing supportMarcel Holtmann2005-05-062-12/+149
* Add the textfile library for ASCII based file accessMarcel Holtmann2005-04-223-0/+138