summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Make dbus_connection_emit_property_changed to perform checks as dbus_connecti...Luiz Augusto von Dentz2008-03-201-11/+36
* Add some missing basic types to dbus_message_iter_append_variant.Luiz Augusto von Dentz2008-03-141-0/+6
* Added new function to remove the listener based on integer identificationClaudio Takahasi2008-03-132-13/+52
* Introduce dbus_message_iter_append_dict and dbus_message_iter_append_dict_val...Luiz Augusto von Dentz2008-03-132-1/+40
* Move error_unknown_method to libhelper.Luiz Augusto von Dentz2008-03-132-0/+22
* Introduce dbus_connection_emit_property_changed.Luiz Augusto von Dentz2008-03-122-0/+33
* Introduce dbus_message_iter_append_variant to libhelper.Luiz Augusto von Dentz2008-03-122-11/+18
* Added array support for dictClaudio Takahasi2008-03-111-1/+18
* added bt_string2list functionClaudio Takahasi2008-03-112-0/+25
* bt_list2string: fixed memory leakClaudio Takahasi2008-03-101-3/+6
* list2string: use space as uuid separatorClaudio Takahasi2008-03-101-1/+2
* added list2string functionClaudio Takahasi2008-03-102-0/+17
* added new function to convert uuid to string(uuid128)Claudio Takahasi2008-03-102-0/+52
* glib-helper: Extracting the sdp recordClaudio Takahasi2008-03-071-2/+33
* Fix handling of compat_ppoll when no timeout is specifiedMarcel Holtmann2008-03-071-1/+6
* glib-helper: use g_try_malloc instead of g_mallocClaudio Takahasi2008-03-071-3/+5
* added missing conditions for sdp connect watchClaudio Takahasi2008-03-061-1/+2
* added bt_discover_services functionClaudio Takahasi2008-03-062-4/+143
* Add skeleton for GLib helpersMarcel Holtmann2008-03-063-2/+66
* Use the GMarkup stubs from eglibMarcel Holtmann2008-03-053-50/+2
* Fix distribution buildutils-3.28Marcel Holtmann2008-03-051-2/+1
* Remove the support for SDP parsing via expatMarcel Holtmann2008-03-052-296/+0
* Update uinput.h with extra key definitionsMarcel Holtmann2008-02-121-0/+5
* Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAXMarcel Holtmann2008-02-023-0/+3
* Update copyright informationMarcel Holtmann2008-02-0225-31/+27
* Whitespace cleanupJohan Hedberg2008-01-281-12/+11
* Use proper function for checking signal nameMarcel Holtmann2007-12-091-9/+2
* Fix memory leakMarcel Holtmann2007-12-061-0/+1
* Add common error helper functionsJohan Hedberg2007-11-264-0/+324
* Add test for files with page sizeMarcel Holtmann2007-11-261-1/+16
* Fix key search function to honor the mmap area sizeMarcel Holtmann2007-11-261-14/+40
* Fix D-Bus match leak for name listenersJohan Hedberg2007-11-161-28/+50
* Comment out introspection debug prints which cause a lot of useless loggingJohan Hedberg2007-10-251-4/+4
* Fix potential infinite loop in inotify supportMarcel Holtmann2007-10-041-11/+15
* Handle deprecated dbus_watch_get_fd() functionMarcel Holtmann2007-10-041-2/+6
* hal common: removed small memory leakClaudio Takahasi2007-09-031-0/+4
* 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