summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 5.75.7Marcel Holtmann2013-06-262-1/+7
* build: Update library versionMarcel Holtmann2013-06-261-1/+1
* obexd/MAP: Fix assigning pointer not value to 0Luiz Augusto von Dentz2013-06-261-1/+1
* lib: Update company identifiersJohan Hedberg2013-06-261-0/+8
* audio/player: Fix crash when current item UID is set to 0Luiz Augusto von Dentz2013-06-261-1/+1
* Revert "lib: Add range check for SDP_SVC_ATTR_RSP/SDP_SVC_SEARCH_ATTR_RSP"Johan Hedberg2013-06-251-8/+0
* core: Fix not adding UUID found during pairingLuiz Augusto von Dentz2013-06-251-1/+1
* obexd/MAP: Fix crash when receiving an event reportLuiz Augusto von Dentz2013-06-251-4/+4
* obexd: Notify registered notification handlers in MNSChristian Fetzer2013-06-251-7/+3
* obexd: Register notification handler in the MAP clientChristian Fetzer2013-06-251-0/+25
* build: Add support for building MAP notification dispatcherChristian Fetzer2013-06-251-0/+1
* obexd: Add MAP notification dispatchingChristian Fetzer2013-06-253-0/+136
* obexd: Add function to get the destination from the obc_sessionChristian Fetzer2013-06-252-0/+6
* core: Add mode option to external profile default configurationLuiz Augusto von Dentz2013-06-241-0/+9
* input: Use btd_service userdata pointerMikel Astiz2013-06-241-27/+10
* scanparam: Use btd_service userdata pointerMikel Astiz2013-06-241-30/+6
* deviceinfo: Use btd_service userdata pointerMikel Astiz2013-06-241-40/+6
* network: Remove find_connection()Mikel Astiz2013-06-241-21/+10
* network: Fix missing NULL check for given UUIDMikel Astiz2013-06-241-1/+4
* network: Remove duplicated searchMikel Astiz2013-06-241-4/+0
* client: prettify help tableLucas De Marchi2013-06-241-3/+4
* client: Add description for default-agent commandLucas De Marchi2013-06-241-1/+2
* adapter: Remove never used parameterLucas De Marchi2013-06-241-8/+7
* gitignore: Add missing toolsLucas De Marchi2013-06-241-0/+2
* lib: Cleanup SDP logs to not include double new linesSzymon Janc2013-06-241-93/+90
* Release 5.65.6Marcel Holtmann2013-06-192-1/+13
* build: Update library versionMarcel Holtmann2013-06-191-1/+1
* obexd: Fix crash when retrieving multiple MAP event reportsChristian Fetzer2013-06-181-3/+4
* obexd: Use correct callback in obc_session_mkdirChristian Fetzer2013-06-181-1/+1
* obexd: Fix file_op_complete callbackChristian Fetzer2013-06-181-2/+1
* obexd: Call setpath_complete with the correct parameterChristian Fetzer2013-06-181-1/+1
* obexd: Fix handling error cases in setpathChristian Fetzer2013-06-181-4/+13
* audio/media: Fix setting player settingsLuiz Augusto von Dentz2013-06-182-9/+49
* audio/AVRCP: Fix invalid response to RegisterNotificationLuiz Augusto von Dentz2013-06-181-4/+9
* audio/media: Fix notifying settings changed incorrectlyLuiz Augusto von Dentz2013-06-183-24/+16
* core: Fix crash when a duplicated record is foundLuiz Augusto von Dentz2013-06-181-27/+38
* audio/player: Create item on media_player_set_playlist_itemLuiz Augusto von Dentz2013-06-173-40/+85
* audio/player: Add implementation of MediaFolder.SearchLuiz Augusto von Dentz2013-06-173-27/+113
* audio/AVRCP: Add support for Search commandLuiz Augusto von Dentz2013-06-172-1/+58
* audio/player: Add implementation of MediaItem.AddToNowPlayingLuiz Augusto von Dentz2013-06-171-1/+17
* audio/AVRCP: Add support for AddToNowPlaying commandLuiz Augusto von Dentz2013-06-172-0/+50
* audio/player: Add implementation of MediaItem.PlayLuiz Augusto von Dentz2013-06-171-1/+16
* audio/AVRCP: Add support for PlayItem commandLuiz Augusto von Dentz2013-06-172-0/+50
* audio/player: Add implementation of MediaFolder.ChangeFolderLuiz Augusto von Dentz2013-06-173-12/+85
* audio/AVRCP: Add support for ChangePath commandLuiz Augusto von Dentz2013-06-172-6/+73
* audio/player: Add support for MediaItem.Metadata propertyLuiz Augusto von Dentz2013-06-171-1/+41
* audio/player: Add function media_item_set_playableLuiz Augusto von Dentz2013-06-173-1/+20
* audio/player: Add support for setting current Item objectLuiz Augusto von Dentz2013-06-173-6/+40
* audio/player: Add implementation of MediaFolder.ListItemsLuiz Augusto von Dentz2013-06-173-3/+164
* audio/AVRCP: Add support for GetFolderItems commandLuiz Augusto von Dentz2013-06-172-4/+195