summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove inotify supportMarcel Holtmann2008-05-084-255/+4
|
* Remove HAL support helpersMarcel Holtmann2008-05-084-241/+3
|
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-072-4/+16
|
* Close sdp session before calling the application callback.Luiz Augusto von Dentz2008-04-291-2/+3
|
* Fix possible use of unitialized memory.Luiz Augusto von Dentz2008-04-251-1/+1
|
* Add support of DBUS_TYPE_OBJECT_PATH to dbus_message_iter_append_variant.Luiz Augusto von Dentz2008-04-251-0/+3
|
* Close socket on bind failure, fix callback user_data to be the last ↵Luiz Augusto von Dentz2008-04-242-12/+18
| | | | parameter and pass uuid refence.
* Make bt_rfcomm_connect to take a channel instead of record and export ↵Luiz Augusto von Dentz2008-04-232-20/+6
| | | | bt_sco_connect.
* Introduce bt_sco_connect and some other fixes.Luiz Augusto von Dentz2008-04-231-40/+99
|
* Introduce bt_l2cap_connect.Luiz Augusto von Dentz2008-04-222-4/+73
|
* Introduce bt_search_service and bt_rfcomm_connect.Luiz Augusto von Dentz2008-04-182-19/+196
|
* Removed pending call memory leak for external service registrationClaudio Takahasi2008-04-011-0/+1
|
* Fix dbus_message_iter_append_variant to use dbus string array format (char ↵Luiz Augusto von Dentz2008-03-241-7/+7
| | | | **) instead GSList.
* Make the external service register function asynchronMarcel Holtmann2008-03-221-6/+17
|
* Make dbus_connection_emit_property_changed to perform checks as ↵Luiz Augusto von Dentz2008-03-201-11/+36
| | | | dbus_connection_emit_signal_valist does.
* 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 ↵Luiz Augusto von Dentz2008-03-132-1/+40
| | | | dbus_message_iter_append_dict_valist.
* 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
|