summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add a paramter for the path to create_name()Marcel Holtmann2006-07-262-3/+4
* Add create_name() helper functionMarcel Holtmann2006-07-262-0/+6
* Check return values of write() and ftruncate()Marcel Holtmann2006-07-261-3/+11
* Fixed timeout for pending replyClaudio Takahasi2006-06-301-3/+16
* Use gpointer instead of void *Marcel Holtmann2006-06-062-3/+3
* Add basic Bluetooth helper APIMarcel Holtmann2006-06-063-1/+76
* Use GSourceFunc function typeMarcel Holtmann2006-06-062-9/+7
* Build a generic helper libraryMarcel Holtmann2006-06-043-7/+138
* Some small cleanupsMarcel Holtmann2006-04-301-5/+4
* Include header fileMarcel Holtmann2006-04-301-0/+2
* Fix another watch remove bugMarcel Holtmann2006-04-281-11/+16
* Fixed watch add/remove errorClaudio Takahasi2006-04-281-30/+47
* Fixed discoverable timeout and timeout list data memory leakClaudio Takahasi2006-04-101-0/+9
* added timeout new functionClaudio Takahasi2006-04-052-3/+199
* Fix a SEGFAULT that happens when textfile_del is called using an empty file.Eduardo Rocha2006-03-242-2/+26
* Fix GWatch leak in glib-ectomy.cJohan Hedberg2006-03-161-0/+1
* added slist_foreach function and fixed small memory leakClaudio Takahasi2006-03-142-0/+11
* More passkey handler functionalityJohan Hedberg2006-03-132-0/+18
* Fix memory leak in list.cJohan Hedberg2006-03-091-2/+3
* Small cleanup to the common functionsMarcel Holtmann2006-03-093-5/+13
* 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