| Commit message (Expand) | Author | Age | Files | Lines |
* | Add notify framework | Marcel Holtmann | 2007-01-13 | 4 | -1/+9 |
* | Allow parameters for init message | Marcel Holtmann | 2007-01-13 | 2 | -4/+15 |
* | Typo | Marcel Holtmann | 2007-01-13 | 1 | -1/+1 |
* | Add function for to toggle debug setting | Marcel Holtmann | 2007-01-13 | 2 | -4/+10 |
* | Update copyright information | Marcel Holtmann | 2007-01-13 | 15 | -16/+15 |
* | Rename struct slist to GSList and slist_* to g_slist_* | Johan Hedberg | 2007-01-13 | 6 | -332/+273 |
* | Allow compilation against GLib | Marcel Holtmann | 2007-01-12 | 3 | -4/+22 |
* | Return NULL in case of the dummy XML parser | Marcel Holtmann | 2007-01-09 | 1 | -1/+1 |
* | Use "boolean" instead of "bool" | Marcel Holtmann | 2006-11-22 | 1 | -1/+1 |
* | Fix UUID16 parsing | Marcel Holtmann | 2006-11-22 | 1 | -1/+3 |
* | Add first draft XML based service record registration | Marcel Holtmann | 2006-11-22 | 4 | -26/+731 |
* | Fix linking with expat library | Marcel Holtmann | 2006-11-17 | 1 | -4/+0 |
* | Add D-Bus name setup to common function | Marcel Holtmann | 2006-11-13 | 2 | -6/+21 |
* | Cleanup SDP XML support | Marcel Holtmann | 2006-11-13 | 4 | -18/+78 |
* | Link the Expat library | Marcel Holtmann | 2006-11-13 | 1 | -0/+4 |
* | Add Expat library check and dummy skeleton | Marcel Holtmann | 2006-11-13 | 2 | -2/+8 |
* | Add skeleton for expat support | Marcel Holtmann | 2006-11-13 | 2 | -1/+1 |
* | Added raw service record to xml conversion functions | Claudio Takahasi | 2006-11-10 | 3 | -1/+436 |
* | Add textfile_casedel() function | Marcel Holtmann | 2006-11-07 | 2 | -0/+6 |
* | Unify Makefile.am style | Marcel Holtmann | 2006-11-01 | 1 | -2/+2 |
* | More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db... | Johan Hedberg | 2006-11-01 | 3 | -1/+617 |
* | Move logging.c from hcid/ to common/ | Johan Hedberg | 2006-10-30 | 3 | -1/+126 |
* | Remove slist_insert_before as it is not needed anymore | Johan Hedberg | 2006-10-12 | 2 | -32/+0 |
* | Use slist_insert_sorted for maintaining watch list | Johan Hedberg | 2006-10-12 | 1 | -11/+4 |
* | Implement slist_insert_sorted and slist_find functions | Johan Hedberg | 2006-10-12 | 2 | -0/+94 |
* | Support for prioritized watches | Johan Hedberg | 2006-09-27 | 4 | -4/+56 |
* | Fix closing of a GIOChannel so that G_IO_NVAL gets properly signaled | Johan Hedberg | 2006-09-26 | 1 | -2/+10 |
* | Don't call close for already closed IO channels | Johan Hedberg | 2006-09-24 | 1 | -1/+1 |
* | Add check for end of string in all places after incrementing the current char | Johan Hedberg | 2006-09-19 | 1 | -9/+9 |
* | Add proper UTF-8 validation of device names (both local and remote) | Johan Hedberg | 2006-09-19 | 2 | -0/+89 |
* | Fix some memory leaks in textfile.c | Johan Hedberg | 2006-09-13 | 1 | -0/+3 |
* | Add textfile_caseget() function | Marcel Holtmann | 2006-08-31 | 2 | -18/+34 |
* | Cleanup/fix glib-ectomy.c and its usage | Johan Hedberg | 2006-08-26 | 2 | -4/+25 |
* | More cleanups to glib-ectomy.c | Johan Hedberg | 2006-08-26 | 1 | -41/+48 |
* | Fix and cleanup watch functionality | Johan Hedberg | 2006-08-25 | 4 | -122/+169 |
* | Include ppoll.h into the distributionutils-3.3 | Marcel Holtmann | 2006-08-22 | 1 | -0/+2 |
* | Leave timeout in context->ltimeouts list before calling the callback | Johan Hedberg | 2006-08-21 | 1 | -2/+3 |
* | A little code cleanup | Johan Hedberg | 2006-08-20 | 1 | -4/+1 |
* | Fix processing of the timeout list in GMainContext | Johan Hedberg | 2006-08-20 | 2 | -22/+44 |
* | Preliminary support for passkey agent timeouts | Johan Hedberg | 2006-08-20 | 1 | -22/+19 |
* | First round of Passkey Release method support | Johan Hedberg | 2006-08-20 | 3 | -11/+19 |
* | Convert to using ppoll() and pselect() | Marcel Holtmann | 2006-08-16 | 1 | -0/+5 |
* | fixed message reply timeout | Claudio Takahasi | 2006-08-05 | 2 | -10/+13 |
* | Add a paramter for the path to create_name() | Marcel Holtmann | 2006-07-26 | 2 | -3/+4 |
* | Add create_name() helper function | Marcel Holtmann | 2006-07-26 | 2 | -0/+6 |
* | Check return values of write() and ftruncate() | Marcel Holtmann | 2006-07-26 | 1 | -3/+11 |
* | 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 |