OSDN Git Service

android-x86/external-bluetooth-bluez.git
2012-12-04 Mikel Astizobexd: Fix possible unreplied D-Bus message
2012-12-04 Luiz Augusto... obexd: Fix using org.openobex.Error
2012-12-04 Luiz Augusto... obexd: Use session path as prefix for transfer path
2012-12-04 Luiz Augusto... obexd: Fix not using connection passed to obc_transfer_...
2012-12-04 Luiz Augusto... obexd: Rename Transfer interface to org.bluez.obex...
2012-12-04 Luiz Augusto... obexd: Rename MessageAccess interface to org.bluez...
2012-12-04 Luiz Augusto... obexd: Rename Synchronization interface to org.bluez...
2012-12-04 Luiz Augusto... obexd: Rename PhonebookAccess interface to org.bluez...
2012-12-04 Luiz Augusto... obexd: Rename FileTransfer interface to org.bluez.obex...
2012-12-04 Luiz Augusto... obexd: Rename ObjectPush interface to org.bluez.obex...
2012-12-04 Luiz Augusto... obexd: Rename session interface to org.bluez.obex.Session
2012-12-04 Luiz Augusto... obexd: Change namespace to org.bluez.obex.client
2012-12-04 Luiz Augusto... obexd: Change agent interface to org.bluez.obex.Agent
2012-12-04 Luiz Augusto... obexd: Change D-Bus namespace to org.bluez.obex
2012-12-04 Mikel Astizobexd: Update copyright statement
2012-12-04 Mikel Astizobexd: PhonebookAccess sessions return transfers
2012-12-04 Mikel Astizobexd: Synchronization sessions return transfers
2012-12-04 Mikel Astizobexd: FileTransfer sessions return transfers
2012-12-04 Mikel Astizobexd: ObjectPush sessions return transfers
2012-12-04 Mikel Astizobexd: Expose D-Bus data in internal transfer API
2012-12-04 Mikel Astizobexd: Support empty filename in obc_transfer_get
2012-12-04 Mikel Astizobexd: Make transfer filename optional
2012-12-04 Mikel Astizobexd: Make FileTransfer.PutFile asynchronous
2012-12-04 Mikel Astizobexd: Expose all transfers in D-Bus
2012-12-04 Mikel Astizobexd: Remove obsolete authentication code
2012-12-04 Mikel Astizobexd: Remove internal transfer progress report
2012-12-04 Mikel Astizobexd: Remove unused functions in transfer API
2012-12-04 Mikel Astizobexd: Remove D-Bus agent
2012-12-04 Mikel Astizobexd: Use transfer owner instead of agent
2012-12-04 Mikel Astizobexd: Add transfer event-reporting signals
2012-12-04 Mikel Astizobexd: Add progress property to transfer
2012-12-04 Mikel Astizobexd: Add D-Bus helper library
2012-12-04 Mikel Astizobexd: Replace parameter dict with conventional ones
2012-12-04 Mikel Astizobexd: Move GetCapabilities to session API
2012-12-04 Mikel Astizobexd: Replace SendFiles with SendFile
2012-12-04 Mikel Astizobexd: Wrap OPP into specific session type
2012-12-04 Mikel Astizobexd: Use constant instead of NULL variable
2012-12-04 Paul Seidlerobexd: Remove left over glib-helper.h support
2012-12-04 Mikel Astizobexd: Simplify error-handling code
2012-12-04 Mikel Astizobexd: Fix NULL dereference in case of error
2012-12-04 Lucas De Marchiobexd: Do not set signature and reply in GDBus tables
2012-12-04 Lucas De Marchiobexd: Convert GDBus methods to use macro helpers
2012-12-04 Marcel Holtmannobexd: Constify GDBus signal tables
2012-12-04 Marcel Holtmannobexd: Constify GDBus method tables
2012-12-04 Luiz Augusto... obexd: Fix not checking if GoepL2capPsm contains a...
2012-12-04 Luiz Augusto... obexd: Fix not setting port to 0 when listen fails
2012-12-04 Luiz Augusto... obexd: Use stack memory for application parameters...
2012-12-04 Luiz Augusto... obexd: Add obc_transfer_set_params to set application...
2012-12-04 Mikel Astizobexd: Create transfers in modules
2012-12-04 Mikel Astizobexd: Flip parameter order in transfer API
2012-12-04 Mikel Astizobexd: Buffer-passing changes in transfer API
2012-12-04 Mikel Astizobexd: Transfer API splits create and register
2012-12-04 Mikel Astizobexd: Split internal obc_transfer_register()
2012-12-04 Mikel Astizobexd: Fix possible double free of params
2012-12-04 Luiz Augusto... obexd: Add handler for SIGUSR2
2012-12-04 Luiz Augusto... obexd: Use signalfd to handle unix signals
2012-12-04 Luiz Augusto... obexd: Use signalfd to handle unix signals
2012-12-04 Luiz Augusto... obexd: Fix codying style
2012-12-04 Jaganath Kanakkasseryobexd: Wait for abort completion before Transfer.Cancel...
2012-12-04 Mikel Astizobexd: Remove transfer from queue before callback
2012-12-04 Mikel Astizobexd: Remove deprecated part of session API
2012-12-04 Mikel Astizobexd: Use new session callback style in modules
2012-12-04 Mikel Astizobexd: Give transfer pointer in session callbacks
2012-12-04 Mikel Astizobexd: Avoid GObex dependency from transfer.h
2012-12-04 Mikel Astizobexd: Minor buffer access API changes
2012-12-04 Jaganath Kanakkasseryobexd: Emit TransferStarted signal only if stream start...
2012-12-04 Luiz Augusto... obexd: Return request id when generating a request...
2012-12-04 Luiz Augusto... obexd: Fix not propagating GError in session API functions
2012-12-04 Luiz Augusto... obexd: Remove file in case of error
2012-12-04 Luiz Augusto... obexd: open file during transfer creation
2012-12-04 Mikel Astizobexd: transfers take gobex when starting
2012-12-04 Mikel Astizobexd: transfer api merges put and get
2012-12-04 Mikel Astizobexd: remove unused field
2012-12-04 Luiz Augusto... obexd: Remove buffer based transfer
2012-12-04 Luiz Augusto... obexd: Fix possible memory leak on pbap module
2012-12-04 Luiz Augusto... obexd: Fix regression when calling obc_session_shutdown...
2012-12-04 Marcel Holtmannobexd: Remove glib-helper.h support
2012-12-04 Syam Sidhardhanobexd: Remove unused struct session_callback
2012-12-04 Syam Sidhardhanobexd: Remove headers declared but not defined
2012-12-04 Syam Sidhardhanobexd: Use goto for avoiding code duplication
2012-12-04 Syam Sidhardhanobexd: Fix memory leak during session connect
2012-12-04 Slawomir Bochenskiobexd: Output parameters for GetMessagesListing
2012-12-04 Slawomir Bochenskiobexd: Input parameters for GetMessagesListing
2012-12-04 Slawomir Bochenskiobexd: Mark filter strings const
2012-12-04 Slawomir Bochenskiobexd: Output parameters in folder listing reply
2012-12-04 Slawomir Bochenskiobexd: Initial outgoing parameters support
2012-12-04 Slawomir Bochenskiobexd: Add implementation of map_ap_encode()
2012-12-04 Frédéric Danisobexd: fix message-dummy.c build
2012-12-04 Johan Hedbergobexd: map_ap: Fix whitespace errors
2012-12-04 Slawomir Bochenskiobexd: Use input parameters for folder listing
2012-12-04 Slawomir Bochenskiobexd: Add implementation for map_ap_get_*
2012-12-04 Slawomir Bochenskiobexd: Process incoming parameters in GET/PUT
2012-12-04 Slawomir Bochenskiobexd: Add sorting of folder listing
2012-12-04 Slawomir Bochenskiobexd: Code for returning folder listing
2012-12-04 Slawomir Bochenskiobexd: Actual code for folder listing retrieval
2012-12-04 Mikel Astizobexd: simplify obc_session_pull
2012-12-04 Mikel Astizobexd: refactor naming convention in session api
2012-12-04 Mikel Astizobexd: fix naming convention in transfer api
2012-12-04 Mikel Astizobexd: add obc_transfer_set_filename
2012-12-04 Slawomir Bochenskiobexd: Add basic logic for folder listing
next