OSDN Git Service

Don't enable the SCO server socket when not necessary
[android-x86/external-bluetooth-bluez.git] / common / textfile.c
2009-08-11 Jaikumar GaneshUpgrade to Bluez 4.47.
2009-06-12 Jaikumar GaneshMerge Bluez release 4.41
2009-06-08 Jaikumar GaneshMake android specific changes to bluez4.
2009-01-29 Marcel HoltmannFix signed/unsigned integer comparison for helpers
2009-01-01 Marcel HoltmannUpdate copyright information
2008-12-23 Marcel HoltmannUse a signed variable for length
2008-09-02 Marcel HoltmannMerge branch 'for-upstream' of git://gitorious.org...
2008-09-01 Marcel HoltmannUse fdatasync() to make sure modification are written
2008-07-26 Marcel HoltmannImport bluez-utils-3.36 revision history
2008-06-11 Marcel HoltmannAvoid direct inclusion of malloc.h
2008-02-02 Marcel HoltmannUpdate copyright information
2007-11-26 Marcel HoltmannFix key search function to honor the mmap area size
2007-02-26 Johan HedbergAdd textfile_caseput function
2007-01-21 Marcel HoltmannCheck if value has changed before writing it
2007-01-13 Marcel HoltmannUpdate copyright information
2006-11-07 Marcel HoltmannAdd textfile_casedel() function
2006-09-13 Johan HedbergFix some memory leaks in textfile.c
2006-08-31 Marcel HoltmannAdd textfile_caseget() function
2006-07-26 Marcel HoltmannAdd a paramter for the path to create_name()
2006-07-26 Marcel HoltmannAdd create_name() helper function
2006-07-26 Marcel HoltmannCheck return values of write() and ftruncate()
2006-04-30 Marcel HoltmannInclude header file
2006-03-24 Eduardo RochaFix a SEGFAULT that happens when textfile_del is called...
2006-02-11 Marcel HoltmannUse const qualifier for textfile library
2006-02-08 Marcel HoltmannAdd textfile_foreach() function
2006-02-07 Marcel HoltmannAdd support for deleting keys
2006-01-17 Marcel HoltmannUse MAP_PRIVATE instead of MAP_SHARED for textfile_put()
2006-01-03 Marcel HoltmannUpdate copyright information
2005-11-09 Marcel HoltmannInclude checks for mmap() returning NULL
2005-10-29 Marcel HoltmannBig cleanup of CVS relics
2005-09-10 Marcel HoltmannFix infinite loops and false positive matches
2005-09-07 Marcel HoltmannLet textfile_put() also replace the last key value...
2005-08-30 Marcel HoltmannMove create_dirs() and create_file() into the textfile...
2005-08-06 Marcel HoltmannRemove the create_dirs() function
2005-08-06 Marcel HoltmannFix off by one memory allocation error
2005-08-05 Marcel HoltmannUpdate the textfile library
2005-05-06 Marcel HoltmannImplement textfile writing support
2005-04-22 Marcel HoltmannAdd the textfile library for ASCII based file access