OSDN Git Service

android-x86/external-bluetooth-bluez.git
2012-12-04 Luiz Augusto... gobex: dump data when G_OBEX_DEBUG_DATA is set
2012-12-04 Luiz Augusto... gobex: log packets using G_OBEX_DEBUG_PACKET
2012-12-04 Luiz Augusto... gobex: log headers using G_OBEX_DEBUG_HEADER
2012-12-04 Luiz Augusto... gobex: log transfers using G_OBEX_DEBUG_TRANSFER
2012-12-04 Luiz Augusto... gobex: log commands using G_OBEX_DEBUG_COMMAND
2012-12-04 Luiz Augusto... gobex: log errors using G_OBEX_DEBUG_ERROR
2012-12-04 Luiz Augusto... gobex: add initial support for debug
2012-12-04 Luiz Augusto... gobex: fix includes of config.h
2012-12-04 Luiz Augusto... gobex: add missing checks for config.h
2012-12-04 Johan Hedberggobex: Fix decoding byte array headers with too small...
2012-12-04 Johan Hedberggobex: Remove g_obex_packet_find_header
2012-12-04 Luiz Augusto... gobex: add option to set input/output MTU to test-server
2012-12-04 Luiz Augusto... gobex: add option to set input/output MTU to test-client
2012-12-04 Johan Hedberggobex: Use larger timeout first packet in transfers
2012-12-04 Johan Hedberggobex: Fix request timeout handling when aborting
2012-12-04 Johan Hedberggobex: Protect against user callback freeing internal...
2012-12-04 Johan Hedberggobex: Protect against transfer_complete callback remov...
2012-12-04 Johan Hedberggobex: Add unit tests for Action command functions
2012-12-04 Johan Hedberggobex: Fix opcode for Action command convenience functions
2012-12-04 Johan Hedberggobex: Add support for Action command header offset (0)
2012-12-04 Johan Hedberggobex: Add client transfer functions taking a pre-creat...
2012-12-04 Johan Hedberggobex: Add OBEX packet header addition convenience...
2012-12-04 Johan Hedberggobex: Add Action command convenience functions
2012-12-04 Luiz Augusto... gobex: add root support to test-server
2012-12-04 Luiz Augusto... gobex: Add Bluetooth support for test-server
2012-12-04 Luiz Augusto... gobex: Add Bluetooth support for test-client
2012-12-04 Luiz Augusto... gobex: Add random put request test
2012-12-04 Luiz Augusto... gobex: fix setting final bit on PUT requests
2012-12-04 Luiz Augusto... gobex: fix not handling unkown transport type
2012-12-04 Jakub Adamekgobex: Fix encoding of empty unicode headers
2012-12-04 Syam Sidhardhangobex: Remove bogus extra semicolons
2012-12-04 Daniele Forsigobex: Fix compilation when NEED_G_SLIST_FREE_FULL...
2012-12-04 Luiz Augusto... gobex: Make use of g_slist_free_full when elements...
2012-12-04 Johan Hedberggobex: Remove reduntant empty line
2012-12-04 Johan Hedberggobex: Fix compilation error with GPOINTER_TO_UINT
2012-12-04 Johan Hedberggobex: Add support for returning -EAGAIN from producer...
2012-12-04 Johan Hedberggobex: Premit raw OBEX error codes within G_OBEX_ERROR...
2012-12-04 Johan Hedberggobex: Refactor get response parsing in transfer code
2012-12-04 Johan Hedberggobex: Fix put request handling with final bit value
2012-12-04 Johan Hedberggobex: Add g_obex_packet_get_body convenience function
2012-12-04 Johan Hedberggobex: Make use of g_obex_send_rsp where possible
2012-12-04 Johan Hedberggobex: Allow g_obex_send_rsp to take custom headers
2012-12-04 Johan Hedberggobex: Merge gobex-transfer.h into gobex.h
2012-12-04 Johan Hedberggobex: Use guint instead of gint for request callback id
2012-12-04 Johan Hedberggobex: Fix missing newline in test-server error log
2012-12-04 Johan Hedberggobex: Minor coding style fixes
2012-12-04 Johan Hedberggobex: Add g_obex_send_rsp convenience function
2012-12-04 Johan Hedberggobex: Fix test-server/client file creation mode
2012-12-04 Johan Hedberggobex: Add Get support to test-client and test-server
2012-12-04 Johan Hedberggobex: Make use of va-args headers in higher level...
2012-12-04 Johan Hedberggobex: Fix minor memory leak in unit test
2012-12-04 Johan Hedberggobex: Make transfer functions take va-args header...
2012-12-04 Johan Hedberggobex: Remove _ID_ from header type definitions
2012-12-04 Johan Hedberggobex: Add va-args based packet creation support
2012-12-04 Johan Hedberggobex: Make buffer parameter const for g_obex_header_ne...
2012-12-04 Johan Hedberggobex: Remove unneeded data_policy from g_obex_header_n...
2012-12-04 Johan Hedberggobex: Allow calling g_obex_get_rsp later with custom...
2012-12-04 Johan Hedberggobex: Ignore unexpected responses (which can occur...
2012-12-04 Johan Hedberggobex: Add g_obex_delete
2012-12-04 Johan Hedberggobex: Add g_obex_mkdir
2012-12-04 Johan Hedberggobex: Add unit test for SetPath("..")
2012-12-04 Johan Hedberggobex: Use proper response code in connect response
2012-12-04 Johan Hedberggobex: Add g_obex_setpath
2012-12-04 Johan Hedberggobex: Fix header offset lookup
2012-12-04 Johan Hedberggobex: Add unit test for g_obex_connect
2012-12-04 Johan Hedberggobex: Refactor common unit test functions to util.c
2012-12-04 Johan Hedberggobex: Add g_obex_cancel_transfer
2012-12-04 Johan Hedberggobex: Add unit tests for g_obex_suspend & g_obex_resume
2012-12-04 Johan Hedberggobex: Fix g_obex_get_rsp end of transfer handling
2012-12-04 Johan Hedberggobex: Assert correct io_cb count in transfer unit...
2012-12-04 Johan Hedberggobex: Add support for suspend & resume
2012-12-04 Johan Hedberggobex: Refactor transfer unit test IO callbacks
2012-12-04 Johan Hedberggobex: Add g_obex_get_rsp
2012-12-04 Johan Hedberggobex: Add g_obex_get_req
2012-12-04 Johan Hedberggobex: Extend g_obex_put_rsp unit test to have two...
2012-12-04 Johan Hedberggobex: Don't call consumer callback if there is no...
2012-12-04 Johan Hedberggobex: Add unit test for g_obex_put_rsp
2012-12-04 Johan Hedberggobex: Use zero timeout to make timeout unit tests...
2012-12-04 Johan Hedberggobex: Add unit test for put transfer API
2012-12-04 Johan Hedberggobex: Move more unit test helpers to util.c
2012-12-04 Johan Hedberggobex: Add unit test for unexpected data
2012-12-04 Johan Hedberggobex: Add put streaming support to test-server
2012-12-04 Johan Hedberggobex: Add basic server-side put transfer support
2012-12-04 Johan Hedberggobex: Print more informative disconnect message in...
2012-12-04 Johan Hedberggobex: Fix typo
2012-12-04 Johan Hedberggobex: Fix also response code for on-demand data based...
2012-12-04 Johan Hedberggobex: Rename g_obex_put to g_obex_put_req
2012-12-04 Johan Hedberggobex: Remove g_obex_set_request_function
2012-12-04 Johan Hedberggobex: Update test-server to use per-opcode request...
2012-12-04 Johan Hedberggobex: Add per-opcode request handlers
2012-12-04 Johan Hedberggobex: Add basic put request parsing to test-server
2012-12-04 Johan Hedberggobex: Add type and name headers to the g_obex_put...
2012-12-04 Johan Hedberggobex: Use GObexDataProducer type instead of (custom...
2012-12-04 Johan Hedberggobex: Make on-demand body headers a GObexPacket feature
2012-12-04 Johan Hedberggobex: Track last received request internally and remov...
2012-12-04 Johan Hedberggobex: Add support for put transfer in test-client
2012-12-04 Johan Hedberggobex: Add initial transfer abstraction
2012-12-04 Johan Hedberggobex: Add proper responses to all requests in test...
2012-12-04 Johan Hedberggobex: Fix end of body packets for on-demand headers
2012-12-04 Johan Hedberggobex: Don't stop sending data if a single packet fails...
next