OSDN Git Service

hciattach_rtk: fix cast-align errors
[android-x86/external-bluetooth-bluez.git] / gobex /
2017-04-23 Luiz Augusto von... gobex: Make g_obex_apparam_encode NULL safe
2016-12-07 Miao-chen Chougobex: Fix a compilation error for the compatibility...
2015-07-08 Johan Hedberggobex: Minor coding style (whitespace) fix
2015-03-01 Marcel Holtmanngobex: Fix includes for gobex.h header
2014-12-08 Szymon Jancgobex: List all enum values in switch
2014-08-29 Luiz Augusto von... gobex: Abort if there is no request to cancel
2014-08-29 Luiz Augusto von... gobex: Add g_obex_abort
2014-08-29 Luiz Augusto von... gobex: Fix crash when debug is enabled
2014-08-29 Luiz Augusto von... gobex: Fix warning if g_obex_resume is called when...
2014-08-11 Andrei Emeltchenkogobex: Fix use after free
2014-08-11 Andrei Emeltchenkogobex: Fix use after free
2014-08-11 Andrei Emeltchenkogobex: Fix use after free
2014-08-05 Andrei Emeltchenkogobex: Fix use after free
2014-04-25 Szymon Jancgobex: Fix removing invalid source
2014-04-09 Luiz Augusto von... gobex: Fix asserting one more time
2014-04-08 Luiz Augusto von... gobex: Fix being able to cancel completed requests
2014-04-02 Luiz Augusto von... gobex: Really fix assert this time
2014-04-02 Luiz Augusto von... gobex: Fix memory leak
2014-04-02 Luiz Augusto von... gobex: Fix asserting when resending connect request
2014-03-31 Luiz Augusto von... gobex: Respond to authentication challenge
2014-03-31 Luiz Augusto von... gobex/header: Add g_obex_header_new_tag function
2014-03-21 Luiz Augusto von... gobex: Add g_obex_disconnect
2014-03-21 Luiz Augusto von... gobex/transfer: Keep request id for GET when SRM is...
2014-03-21 Luiz Augusto von... gobex: Fix not resetting SRM setup
2014-02-20 Luiz Augusto von... gobex: Handle suspending/resuming for GET when SRM...
2014-02-20 Luiz Augusto von... gobex: Fix not handling SRM properly
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
next