Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed timeout for pending reply | Claudio Takahasi | 2006-06-30 | 1 | -3/+16 |
| | |||||
* | Use gpointer instead of void * | Marcel Holtmann | 2006-06-06 | 2 | -3/+3 |
| | |||||
* | Add basic Bluetooth helper API | Marcel Holtmann | 2006-06-06 | 3 | -1/+76 |
| | |||||
* | Use GSourceFunc function type | Marcel Holtmann | 2006-06-06 | 2 | -9/+7 |
| | |||||
* | Build a generic helper library | Marcel Holtmann | 2006-06-04 | 3 | -7/+138 |
| | |||||
* | Some small cleanups | Marcel Holtmann | 2006-04-30 | 1 | -5/+4 |
| | |||||
* | Include header file | Marcel Holtmann | 2006-04-30 | 1 | -0/+2 |
| | |||||
* | Fix another watch remove bug | Marcel Holtmann | 2006-04-28 | 1 | -11/+16 |
| | |||||
* | Fixed watch add/remove error | Claudio Takahasi | 2006-04-28 | 1 | -30/+47 |
| | |||||
* | Fixed discoverable timeout and timeout list data memory leak | Claudio Takahasi | 2006-04-10 | 1 | -0/+9 |
| | |||||
* | added timeout new function | Claudio Takahasi | 2006-04-05 | 2 | -3/+199 |
| | |||||
* | Fix a SEGFAULT that happens when textfile_del is called using an empty file. | Eduardo Rocha | 2006-03-24 | 2 | -2/+26 |
| | |||||
* | Fix GWatch leak in glib-ectomy.c | Johan Hedberg | 2006-03-16 | 1 | -0/+1 |
| | |||||
* | added slist_foreach function and fixed small memory leak | Claudio Takahasi | 2006-03-14 | 2 | -0/+11 |
| | |||||
* | More passkey handler functionality | Johan Hedberg | 2006-03-13 | 2 | -0/+18 |
| | |||||
* | Fix memory leak in list.c | Johan Hedberg | 2006-03-09 | 1 | -2/+3 |
| | |||||
* | Small cleanup to the common functions | Marcel Holtmann | 2006-03-09 | 3 | -5/+13 |
| | |||||
* | Generic singly linked list functionality | Johan Hedberg | 2006-03-09 | 3 | -1/+135 |
| | |||||
* | Call destroy function also on cleanup | Marcel Holtmann | 2006-02-24 | 1 | -0/+2 |
| | |||||
* | Add support for destroy notification function | Marcel Holtmann | 2006-02-24 | 2 | -3/+23 |
| | |||||
* | Fix handling of D-Bus disconnect signal | Marcel Holtmann | 2006-02-17 | 1 | -1/+8 |
| | |||||
* | Use const qualifier for textfile library | Marcel Holtmann | 2006-02-11 | 2 | -15/+15 |
| | |||||
* | Add textfile_foreach() function | Marcel Holtmann | 2006-02-08 | 3 | -17/+99 |
| | |||||
* | Add support for deleting keys | Marcel Holtmann | 2006-02-07 | 3 | -19/+116 |
| | |||||
* | 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 | 3 | -3/+3 |
| | |||||
* | Include checks for mmap() returning NULL | Marcel Holtmann | 2005-11-09 | 1 | -2/+2 |
| | |||||
* | Move glib-ectomy.[ch] into the common directory | Marcel Holtmann | 2005-11-01 | 3 | -1/+280 |
| | |||||
* | Big cleanup of CVS relics | Marcel Holtmann | 2005-10-29 | 4 | -48/+30 |
| | |||||
* | 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 |
| | |||||
* | Fix memory leaks with textfile_get() usage | Marcel Holtmann | 2005-09-07 | 1 | -0/+3 |
| | |||||
* | Move create_dirs() and create_file() into the textfile library | Marcel Holtmann | 2005-08-30 | 2 | -0/+53 |
| | |||||
* | Remove the create_dirs() function | Marcel Holtmann | 2005-08-06 | 1 | -34/+0 |
| | |||||
* | Add test for reading values | Marcel Holtmann | 2005-08-06 | 1 | -1/+5 |
| | |||||
* | Fix off by one memory allocation error | Marcel Holtmann | 2005-08-06 | 1 | -7/+4 |
| | |||||
* | Add textfile regression test | Marcel Holtmann | 2005-08-05 | 2 | -0/+70 |
| | |||||
* | Update the textfile library | Marcel Holtmann | 2005-08-05 | 2 | -6/+50 |
| | |||||
* | Implement textfile writing support | Marcel Holtmann | 2005-05-06 | 2 | -12/+149 |
| | |||||
* | Add the textfile library for ASCII based file access | Marcel Holtmann | 2005-04-22 | 3 | -0/+138 |