OSDN Git Service

android/hal-audio: Add support to unregister audio endpoints
[android-x86/external-bluetooth-bluez.git] / gobex /
2013-09-29 Luiz Augusto von... gobex: Revert g_obex_pending_req_abort to static pendin...
2013-09-29 Luiz Augusto von... gobex: Fix crash on g_obex_pending_req_abort
2013-09-11 Andrei Emeltchenkocodingstyle: Change __FUNCTION__ to __func__
2013-08-12 Luiz Augusto von... gobex: Add proper message to transfer errors
2013-05-02 Lucas De Marchigobex: Get rid of gchar
2013-05-01 Lucas De Marchigobex: Get rid of gint
2013-04-08 Lucas De Marchigobex: Use gcc builtin instead of g_atomic
2013-02-15 Johan Hedberggobex: Fix GPL version reference
2012-12-07 Johan HedbergRevert "Ensure config.h is included by using CPPFLAGS"
2012-12-05 Lucas De MarchiEnsure config.h is included by using CPPFLAGS
2012-12-04 Luiz Augusto von... gobex: Fix build on 32 bits systems
2012-12-04 Luiz Augusto von... gobex: Add debug option to apparam
2012-12-04 Luiz Augusto von... gobex: Integrate GObexApparam with GObexHeader
2012-12-04 Luiz Augusto von... gobex: Introduce GObexApparam API
2012-12-04 Luiz Augusto von... gobex: Fix not printing debug messages when GOBEX_DEBUG...
2012-12-04 Neal Peacockgobex: Change UTF name to standard
2012-12-04 Szymon Jancgobex: Fix dead assignments in gobex-header.c
2012-12-04 Jaganath Kanakkasserygobex: Add callback and userdata parameter to g_obex_ca...
2012-12-04 Marcel Holtmanngobex: build: Remove glib-helper.h support
2012-12-04 Mikel Astizgobex: fix callback remove when canceling transfer
2012-12-04 Luiz Augusto von... gobex: Use ENOSYS to correspond to OBEX not implemented
2012-12-04 Luiz Augusto von... gobex: Translate posix error code to proper OBEX respon...
2012-12-04 Jaganath Kanakkasserygobex: Fix ABORT request not processing
2012-12-04 Luiz Augusto von... gobex: fix automatically including SRM header in CONNEC...
2012-12-04 Luiz Augusto von... gobex: fix not disabling SRM when dealing with GET...
2012-12-04 Jaganath Kanakkasserygobex: Remove reduntant NULL assignment
2012-12-04 Luiz Augusto von... gobex: automatically use SRM when transport type is...
2012-12-04 Luiz Augusto von... gobex: handle Single Response Mode Parameters (SRMP...
2012-12-04 Luiz Augusto von... gobex: handle Single Response Mode (SRM) headers
2012-12-04 Luiz Augusto von... gobex: introduce g_obex_get_rsp_pkt
2012-12-04 Luiz Augusto von... gobex: reduce duplicated code in g_obex_put_req
2012-12-04 Luiz Augusto von... gobex: add defines for possible values of SRMP header
2012-12-04 Luiz Augusto von... gobex: add defines for possible values of SRM header
2012-12-04 Mikel Astizgobex: fix transfer search in transfer_complete
2012-12-04 Bartosz Szatkowskigobex: Add translating error codes to strings
2012-12-04 Luiz Augusto von... gobex: fix removing wrong id on transfer_free
2012-12-04 Bartosz Szatkowskigobex: Add "cd ../dir" handling in setpath
2012-12-04 Luiz Augusto von... gobex: make connection id check less strict
2012-12-04 Luiz Augusto von... gobex: fix sending Connection ID header in all requests
2012-12-04 Luiz Augusto von... gobex: fix not tracking received responses
2012-12-04 Luiz Augusto von... gobex: fix checking connection id for ABORT
2012-12-04 Luiz Augusto von... gobex: add check for connection id
2012-12-04 Luiz Augusto von... gobex: remove extra define of G_OBEX_RSP_SUCCESS
2012-12-04 Luiz Augusto von... gobex: dump data when G_OBEX_DEBUG_DATA is set
2012-12-04 Luiz Augusto von... gobex: log packets using G_OBEX_DEBUG_PACKET
2012-12-04 Luiz Augusto von... gobex: log headers using G_OBEX_DEBUG_HEADER
2012-12-04 Luiz Augusto von... gobex: log transfers using G_OBEX_DEBUG_TRANSFER
2012-12-04 Luiz Augusto von... gobex: log commands using G_OBEX_DEBUG_COMMAND
2012-12-04 Luiz Augusto von... gobex: log errors using G_OBEX_DEBUG_ERROR
2012-12-04 Luiz Augusto von... gobex: add initial support for debug
2012-12-04 Luiz Augusto von... gobex: fix includes of config.h
2012-12-04 Luiz Augusto von... 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 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: 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 von... gobex: fix setting final bit on PUT requests
2012-12-04 Luiz Augusto von... gobex: fix not handling unkown transport type
2012-12-04 Jakub Adamekgobex: Fix encoding of empty unicode headers
2012-12-04 Daniele Forsigobex: Fix compilation when NEED_G_SLIST_FREE_FULL...
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: 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
next