OSDN Git Service

android-x86/external-bluetooth-bluez.git
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
2012-12-04 Johan Hedberggobex: Add request cancellation support
2012-12-04 Johan Hedberggobex: Remove potential write source in g_obex_unref
2012-12-04 Johan Hedberggobex: Remove disconn callback in favor of generic...
2012-12-04 Johan Hedberggobex: Add per-request timeouts
2012-12-04 Johan Hedberggobex: Improve multiple request queuing
2012-12-04 Johan Hedberggobex: Improve decoding error message
2012-12-04 Johan Hedberggobex: Add connect packet decoding test
2012-12-04 Johan Hedberggobex: Fix decoding error memory leak
2012-12-04 Johan Hedberggobex: Fix length checks in packet decoding
2012-12-04 Johan Hedberggobex: Add invalid connect response test
2012-12-04 Johan Hedberggobex: Refactor response sending in tests
2012-12-04 Johan Hedberggobex: Don't export final bit details in public API
2012-12-04 Johan Hedberggobex: Add proper error returns to packet sending functions
2012-12-04 Johan Hedberggobex: Add invalid packet data decoding test
2012-12-04 Johan Hedberggobex: Add invalid header data decoding tests
2012-12-04 Johan Hedberggobex: Add basic packet encoding test
2012-12-04 Johan Hedberggobex: Fix packet length updating when parsing headers
2012-12-04 Johan Hedberggobex: Add initial GError support
2012-12-04 Johan Hedberggobex: Add disconnect callback support
2012-12-04 Johan Hedberggobex: Use GLib size types
2012-12-04 Johan Hedberggobex: Split unit tests into separate modules
2012-12-04 Johan Hedberggobex: Split gobex.c into multiple modules
2012-12-04 Johan Hedberggobex: Move request callback info from GObexPacket...
2012-12-04 Johan Hedberggobex: Set MTU from both connect requests and responses
2012-12-04 Johan Hedberggobex: Make Action ID test data less predictable
2012-12-04 Johan Hedberggobex: Add functions for fetching data from packets
2012-12-04 Johan Hedberggobex: Name header creation functions more intuitively
2012-12-04 Johan Hedberggobex: Add basic internal handling of connect request
2012-12-04 Johan Hedberggobex: Refactor reading/writing to allow packet based...
2012-12-04 Johan Hedberggobex: Add basic response handling
2012-12-04 Johan Hedberggobex: Refactor test endpoint creation into create_endp...
2012-12-04 Johan Hedberggobex: Fix minor leak in test_recv_connect_stream
2012-12-04 Johan Hedberggobex: Add basic packet sending support
2012-12-04 Johan Hedberggobex: Rename transfer tests to accomodate for new...
2012-12-04 Johan Hedberggobex: Fix OBEX version in connect packet
2012-12-04 Johan Hedberggobex: Make G_OBEX_FINAL definition private
2012-12-04 Johan Hedberggobex: Fix GObexPacket variable naming
2012-12-04 Johan Hedberggobex: Add basic request callback support
2012-12-04 Johan Hedberggobex: Add function to get operation information
2012-12-04 Johan Hedberggobex: Clean up handling of the final bit
2012-12-04 Johan Hedberggobex: Add basic packet reading support
2012-12-04 Johan Hedberggobex: Fix checking opcodes with final-bit set
2012-12-04 Johan Hedberggobex: Add g_obex_packet_set_data for non-header data
2012-12-04 Johan Hedberggobex: Minor coding style fixes
2012-12-04 Johan Hedberggobex: Rename parse_header tests to decode_header
2012-12-04 Johan Hedberggobex: Rename GObexRequest to GObexPacket
2012-12-04 Johan Hedberggobex: Add basic MTU tracking variables
next