summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Use "boolean" instead of "bool"Marcel Holtmann2006-11-221-1/+1
* Fix UUID16 parsingMarcel Holtmann2006-11-221-1/+3
* Add first draft XML based service record registrationMarcel Holtmann2006-11-224-26/+731
* Fix linking with expat libraryMarcel Holtmann2006-11-171-4/+0
* Add D-Bus name setup to common functionMarcel Holtmann2006-11-132-6/+21
* Cleanup SDP XML supportMarcel Holtmann2006-11-134-18/+78
* Link the Expat libraryMarcel Holtmann2006-11-131-0/+4
* Add Expat library check and dummy skeletonMarcel Holtmann2006-11-132-2/+8
* Add skeleton for expat supportMarcel Holtmann2006-11-132-1/+1
* Added raw service record to xml conversion functionsClaudio Takahasi2006-11-103-1/+436
* Add textfile_casedel() functionMarcel Holtmann2006-11-072-0/+6
* Unify Makefile.am styleMarcel Holtmann2006-11-011-2/+2
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db...Johan Hedberg2006-11-013-1/+617
* Move logging.c from hcid/ to common/Johan Hedberg2006-10-303-1/+126
* Remove slist_insert_before as it is not needed anymoreJohan Hedberg2006-10-122-32/+0
* Use slist_insert_sorted for maintaining watch listJohan Hedberg2006-10-121-11/+4
* Implement slist_insert_sorted and slist_find functionsJohan Hedberg2006-10-122-0/+94
* Support for prioritized watchesJohan Hedberg2006-09-274-4/+56
* Fix closing of a GIOChannel so that G_IO_NVAL gets properly signaledJohan Hedberg2006-09-261-2/+10
* Don't call close for already closed IO channelsJohan Hedberg2006-09-241-1/+1
* Add check for end of string in all places after incrementing the current charJohan Hedberg2006-09-191-9/+9
* Add proper UTF-8 validation of device names (both local and remote)Johan Hedberg2006-09-192-0/+89
* Fix some memory leaks in textfile.cJohan Hedberg2006-09-131-0/+3
* Add textfile_caseget() functionMarcel Holtmann2006-08-312-18/+34
* Cleanup/fix glib-ectomy.c and its usageJohan Hedberg2006-08-262-4/+25
* More cleanups to glib-ectomy.cJohan Hedberg2006-08-261-41/+48
* Fix and cleanup watch functionalityJohan Hedberg2006-08-254-122/+169
* Include ppoll.h into the distributionutils-3.3Marcel Holtmann2006-08-221-0/+2
* Leave timeout in context->ltimeouts list before calling the callbackJohan Hedberg2006-08-211-2/+3
* A little code cleanupJohan Hedberg2006-08-201-4/+1
* Fix processing of the timeout list in GMainContextJohan Hedberg2006-08-202-22/+44
* Preliminary support for passkey agent timeoutsJohan Hedberg2006-08-201-22/+19
* First round of Passkey Release method supportJohan Hedberg2006-08-203-11/+19
* Convert to using ppoll() and pselect()Marcel Holtmann2006-08-161-0/+5
* fixed message reply timeoutClaudio Takahasi2006-08-052-10/+13
* 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