index
:
bluez.git
master
Lennart's Copy of bluez
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
textfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add textfile_caseput function
Johan Hedberg
2007-02-26
1
-0
/
+5
*
Check if value has changed before writing it
Marcel Holtmann
2007-01-21
1
-1
/
+6
*
Update copyright information
Marcel Holtmann
2007-01-13
1
-1
/
+1
*
Add textfile_casedel() function
Marcel Holtmann
2006-11-07
1
-0
/
+5
*
Fix some memory leaks in textfile.c
Johan Hedberg
2006-09-13
1
-0
/
+3
*
Add textfile_caseget() function
Marcel Holtmann
2006-08-31
1
-18
/
+33
*
Add a paramter for the path to create_name()
Marcel Holtmann
2006-07-26
1
-2
/
+2
*
Add create_name() helper function
Marcel Holtmann
2006-07-26
1
-0
/
+5
*
Check return values of write() and ftruncate()
Marcel Holtmann
2006-07-26
1
-3
/
+11
*
Include header file
Marcel Holtmann
2006-04-30
1
-0
/
+2
*
Fix a SEGFAULT that happens when textfile_del is called using an empty file.
Eduardo Rocha
2006-03-24
1
-2
/
+4
*
Use const qualifier for textfile library
Marcel Holtmann
2006-02-11
1
-9
/
+9
*
Add textfile_foreach() function
Marcel Holtmann
2006-02-08
1
-0
/
+89
*
Add support for deleting keys
Marcel Holtmann
2006-02-07
1
-17
/
+31
*
Use MAP_PRIVATE instead of MAP_SHARED for textfile_put()
Marcel Holtmann
2006-01-17
1
-1
/
+1
*
Update copyright information
Marcel Holtmann
2006-01-03
1
-1
/
+1
*
Include checks for mmap() returning NULL
Marcel Holtmann
2005-11-09
1
-2
/
+2
*
Big cleanup of CVS relics
Marcel Holtmann
2005-10-29
1
-15
/
+10
*
Fix infinite loops and false positive matches
Marcel Holtmann
2005-09-10
1
-25
/
+14
*
Let textfile_put() also replace the last key value pair
Marcel Holtmann
2005-09-07
1
-3
/
+10
*
Move create_dirs() and create_file() into the textfile library
Marcel Holtmann
2005-08-30
1
-0
/
+50
*
Remove the create_dirs() function
Marcel Holtmann
2005-08-06
1
-34
/
+0
*
Fix off by one memory allocation error
Marcel Holtmann
2005-08-06
1
-7
/
+4
*
Update the textfile library
Marcel Holtmann
2005-08-05
1
-4
/
+48
*
Implement textfile writing support
Marcel Holtmann
2005-05-06
1
-12
/
+148
*
Add the textfile library for ASCII based file access
Marcel Holtmann
2005-04-22
1
-0
/
+100