OSDN Git Service

hciattach_rtk: fix cast-align errors
[android-x86/external-bluetooth-bluez.git] / gobex /
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: Minor coding style fixes
2012-12-04 Johan Hedberggobex: Add g_obex_send_rsp convenience function
2012-12-04 Johan Hedberggobex: Make use of va-args headers in higher level...
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 g_obex_setpath
2012-12-04 Johan Hedberggobex: Fix header offset lookup
2012-12-04 Johan Hedberggobex: Add g_obex_cancel_transfer
2012-12-04 Johan Hedberggobex: Fix g_obex_get_rsp end of transfer handling
2012-12-04 Johan Hedberggobex: Add support for suspend & resume
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: Don't call consumer callback if there is no...
2012-12-04 Johan Hedberggobex: Add basic server-side put transfer support
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: Add per-opcode request handlers
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 initial transfer abstraction
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: Add convenience response sending function
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: g_obex_new should create its own GIOChannel ref
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: 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: Fix decoding error memory leak
2012-12-04 Johan Hedberggobex: Fix length checks in packet decoding
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: 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 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: 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: Add basic packet sending support
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: Rename GObexRequest to GObexPacket
2012-12-04 Johan Hedberggobex: Add basic MTU tracking variables
2012-12-04 Johan Hedberggobex: Add basic request decoding support
2012-12-04 Johan Hedberggobex: Use enum instead of boolean for data policy
2012-12-04 Johan Hedberggobex: Rename header_parse to header_decode to match...
2012-12-04 Johan Hedberggobex: Use GLib types and functions for fixed size...
2012-12-04 Johan Hedberggobex: Add helper functions for encoding and parsing
2012-12-04 Johan Hedberggobex: Add header creation functions
2012-12-04 Johan Hedberggobex: Add header encoding support
2012-12-04 Johan Hedberggobex: Add header->hlen to help with packet size calcul...
2012-12-04 Johan Hedberggobex: Rename header->len to header->vlen to accomodate...
next