summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-201-2/+2
* Remove no longer needed filesMarcel Holtmann2007-01-202-966/+0
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-204-15/+9
* Remove not needed generic message handlingMarcel Holtmann2007-01-192-38/+0
* Add string array and byte array definitionsMarcel Holtmann2007-01-181-0/+3
* Add support for multiple interfaces at a pathMarcel Holtmann2007-01-182-9/+55
* Add more D-Bus helpersMarcel Holtmann2007-01-183-0/+227
* Add generic method table handlingMarcel Holtmann2007-01-182-3/+43
* Add missing dbus_connection_unref() calls in failure casesMarcel Holtmann2007-01-171-0/+2
* TypoMarcel Holtmann2007-01-171-1/+1
* In case of D-Bus GLib bindings don't define unneeded structuresMarcel Holtmann2007-01-171-0/+2
* Use dbus_connection_setup_with_g_main() function when availableMarcel Holtmann2007-01-171-0/+10
* Preliminary support for catching the unique bus name of an execed serviceJohan Hedberg2007-01-152-0/+48
* Provide IN_ONLYDIR if missingMarcel Holtmann2007-01-151-0/+4
* Remove helper stuffMarcel Holtmann2007-01-133-77/+2
* Add callback for notificationsMarcel Holtmann2007-01-133-7/+21
* Allow adding user defined directoriesMarcel Holtmann2007-01-133-11/+58
* Fix toggle logicMarcel Holtmann2007-01-131-1/+1
* Add basic notification supportMarcel Holtmann2007-01-133-0/+167
* Add notify frameworkMarcel Holtmann2007-01-134-1/+9
* Allow parameters for init messageMarcel Holtmann2007-01-132-4/+15
* TypoMarcel Holtmann2007-01-131-1/+1
* Add function for to toggle debug settingMarcel Holtmann2007-01-132-4/+10
* Update copyright informationMarcel Holtmann2007-01-1315-16/+15
* Rename struct slist to GSList and slist_* to g_slist_*Johan Hedberg2007-01-136-332/+273
* Allow compilation against GLibMarcel Holtmann2007-01-123-4/+22
* Return NULL in case of the dummy XML parserMarcel Holtmann2007-01-091-1/+1
* 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