summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* append dict: added byte typeClaudio Takahasi2007-08-131-0/+3
* Invalidate parent data before unregistering the child path since the unregist...Johan Hedberg2007-07-191-7/+4
* Track name listeners also via connectionMarcel Holtmann2007-06-221-42/+81
* Fix handling of name_listeners without a senderMarcel Holtmann2007-06-222-2/+19
* dbus-helper: avoid seg fault when the object path data is not available(unreg...Claudio Takahasi2007-06-211-9/+10
* More work on private D-Bus serverMarcel Holtmann2007-06-192-12/+138
* dbus-helper: added array type support for dbus_connection_emit_signal functionClaudio Takahasi2007-06-191-25/+14
* Use same decoder for text and URL stringsMarcel Holtmann2007-05-221-51/+40
* Fix SDP pattern extraction for XMLMarcel Holtmann2007-05-214-17/+28
* dbus-helper: added int16 support to append dict entryClaudio Takahasi2007-05-181-0/+3
* Fix some ppoll issueMarcel Holtmann2007-05-171-1/+7
* Add debug print to get better visibility of what methods are being calledJohan Hedberg2007-05-091-1/+4
* Coding style updates and a few clarifications to error messagesJohan Hedberg2007-05-071-22/+23
* Implement generic signal sending function which also checks for signal interf...Johan Hedberg2007-05-072-0/+101
* A more efficient strategy for introspection XML generation (only when it is r...Johan Hedberg2007-05-041-91/+97
* Include child nodes in the introspection dataJohan Hedberg2007-05-041-4/+49
* Improve formating of introspection data reportingJohan Hedberg2007-05-041-13/+25
* Add dbus_connection_get_object_user_data function to retreive the real user dataJohan Hedberg2007-05-042-0/+19
* Properly split the signature string into single complete typesJohan Hedberg2007-05-031-4/+46
* More generic introspection implementation (doesn't work with eglib yet)Johan Hedberg2007-05-031-21/+89
* generic introspection cleanup & small additionsJohan Hedberg2007-05-032-13/+39
* Move append_dict_entry to utils/common and change the name to dbus_message_it...Luiz Augusto von Dentz2007-04-162-0/+38
* Remove D-Bus connection workaroundMarcel Holtmann2007-03-271-2/+0
* Rename register_service() function to avoid conflictsMarcel Holtmann2007-03-272-2/+2
* Add register_service() helper functionMarcel Holtmann2007-03-272-0/+33
* Provide additional D-Bus setup helper functionMarcel Holtmann2007-03-272-6/+15
* Add functions for creating and removing HAL devicesMarcel Holtmann2007-03-213-12/+54
* Implement generic HAL device helpersMarcel Holtmann2007-03-213-14/+47
* Create a common HAL abstraction layerMarcel Holtmann2007-03-204-2/+162
* Add textfile_caseput functionJohan Hedberg2007-02-262-0/+6
* More changes do use glib memory allocationJohan Hedberg2007-02-262-55/+19
* Add missing flags to g_io_add_watch callsJohan Hedberg2007-02-161-1/+1
* Add common uinput.h include fileMarcel Holtmann2007-02-132-1/+583
* Fix minor issues in SDP XML supportMarcel Holtmann2007-02-121-3/+3
* 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