OSDN Git Service

android-x86/external-bluetooth-bluez.git
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...
2012-12-04 Johan Hedberggobex: Fix parsing over-sized packets
2012-12-04 Johan Hedberggobex: Rename GObexDisconnectFunc to simply GObexFunc
2012-12-04 Johan Hedberggobex: Make on-demand header callbacks able to fail...
2012-12-04 Johan Hedberggobex: Use opcode instead of entire req in g_obex_response
2012-12-04 Johan Hedberggobex: Add support for Connection ID header
2012-12-04 Johan Hedberggobex: Add g_obex_packet_find_header and g_obex_packet_...
2012-12-04 Johan Hedberggobex: Use g_obex_respose in test-server
2012-12-04 Johan Hedberggobex: Add convenience response sending function
2012-12-04 Johan Hedberggobex: Add request callback to test-server
2012-12-04 Johan Hedberggobex: Add connect command to test-client
2012-12-04 Johan Hedberggobex: Add convenience function for sending connect req
2012-12-04 Johan Hedberggobex: Fix RX MTU setting
2012-12-04 Johan Hedberggobex: Fix minor (whitespace) coding style issue
2012-12-04 Johan Hedberggobex: Add missing g_set_error in header parsing
2012-12-04 Johan Hedberggobex: Add readline support to test-client
2012-12-04 Johan Hedberggobex: Add basic skeleton for test-client
2012-12-04 Johan Hedberggobex: Fix test-server server socket leak
2012-12-04 Johan Hedberggobex: Add some basic command line options to test...
2012-12-04 Johan Hedberggobex: g_obex_new should create its own GIOChannel ref
2012-12-04 Johan Hedberggobex: Add per-client tracking to test-server
2012-12-04 Johan Hedberggobex: Fix removing pending request timeout callback
2012-12-04 Johan Hedberggobex: Remove superfluous return statement
2012-12-04 Johan Hedberggobex: Add a skeleton for a test server
2012-12-04 Johan Hedberggobex: Rename SRM Parameters definition to match spec.
2012-12-04 Johan Hedberggobex: Add support for multi-response requests (SRM)
2012-12-04 Johan Hedberggobex: Add common response codes to gobex-packet.h
2012-12-04 Johan Hedberggobex: Add (transport) MTU parameters to g_obex_new
2012-12-04 Johan Hedberggobex: Split ev_func into req_func and disconn_func
2012-12-04 Johan Hedberggobex: Add support for on-demand headers
2012-12-04 Johan Hedberggobex: Add packet transport support
next