summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* set_nonblocking: removed err argumentClaudio Takahasi2007-01-252-8/+4
|
* Moved set_nonblocking to common/dbus.cClaudio Takahasi2007-01-242-0/+31
|
* More accurate error reporting for GetConnectionUnixProcessIDJohan Hedberg2007-01-211-6/+13
|
* Check if value has changed before writing itMarcel Holtmann2007-01-212-1/+16
|
* Handle multiple inotify event correctlyMarcel Holtmann2007-01-201-13/+20
|
* Fix memory leaks in XML parser for SDPMarcel Holtmann2007-01-202-7/+13
|
* Update expat and GLib based parsersMarcel Holtmann2007-01-202-15/+187
|
* Extract common function from expat based parserMarcel Holtmann2007-01-203-113/+118
|
* Another coding style fixMarcel Holtmann2007-01-201-2/+1
|
* Coding style cleanupMarcel Holtmann2007-01-201-45/+23
|
* Add example of GLib based parserMarcel Holtmann2007-01-201-0/+28
|
* Preparation for using the XML parser from GLibMarcel Holtmann2007-01-202-2/+41
|
* 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
|