index
:
delta/bluez.git
baserock/5.37+service-api
baserock/5.37-19-g28fef24
baserock/5.41+service-api
baserock/5.43+service-api
baserock/builds/6f732a8d4f074e4cbc4c1ac3001e883d/35bee4e6e1c5431fac9bab5c648fd88b
baserock/ct143/builds/18545492640241d0ac4a8d048cc6b076/09910848d15848c5b1f66a78f16ae322
baserock/ct143/master
baserock/genivi-baseline
baserock/genivi/baseline
baserock/jannispohlmann/genivi-baseline
baserock/morph
baserock/pedroalvarez/5.37-17-g0879a80
baserock/pedroalvarez/5.37-17-g0879a80-v2
baserock/pedroalvarez/5.37-17-g0879a80-v3
baserock/pedroalvarez/5.41+service-api
baserock/v5.17
baserock/v5.17-patched
master
git.kernel.org: pub/scm/bluetooth/bluez.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gobex
/
gobex-transfer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gobex: Fix includes for gobex.h header
Marcel Holtmann
2015-03-01
1
-2
/
+2
*
gobex: Abort if there is no request to cancel
Luiz Augusto von Dentz
2014-08-29
1
-2
/
+7
*
gobex: Add g_obex_abort
Luiz Augusto von Dentz
2014-08-29
1
-5
/
+2
*
gobex: Fix use after free
Andrei Emeltchenko
2014-08-11
1
-2
/
+7
*
gobex: Fix use after free
Andrei Emeltchenko
2014-08-11
1
-0
/
+1
*
gobex: Fix use after free
Andrei Emeltchenko
2014-08-05
1
-0
/
+1
*
gobex/transfer: Keep request id for GET when SRM is active
Luiz Augusto von Dentz
2014-03-21
1
-1
/
+6
*
gobex: Handle suspending/resuming for GET when SRM is active
Luiz Augusto von Dentz
2014-02-20
1
-1
/
+1
*
gobex: Fix crash on g_obex_pending_req_abort
Luiz Augusto von Dentz
2013-09-29
1
-1
/
+4
*
gobex: Add proper message to transfer errors
Luiz Augusto von Dentz
2013-08-12
1
-2
/
+2
*
gobex: Fix GPL version reference
Johan Hedberg
2013-02-15
1
-2
/
+3
*
Revert "Ensure config.h is included by using CPPFLAGS"
Johan Hedberg
2012-12-07
1
-0
/
+4
*
Ensure config.h is included by using CPPFLAGS
Lucas De Marchi
2012-12-05
1
-4
/
+0
*
gobex: Add callback and userdata parameter to g_obex_cancel_transfer()
Jaganath Kanakkassery
2012-12-04
1
-2
/
+15
*
gobex: Translate posix error code to proper OBEX response opcode
Luiz Augusto von Dentz
2012-12-04
1
-2
/
+4
*
gobex: handle Single Response Mode (SRM) headers
Luiz Augusto von Dentz
2012-12-04
1
-7
/
+47
*
gobex: introduce g_obex_get_rsp_pkt
Luiz Augusto von Dentz
2012-12-04
1
-12
/
+23
*
gobex: reduce duplicated code in g_obex_put_req
Luiz Augusto von Dentz
2012-12-04
1
-16
/
+2
*
gobex: fix transfer search in transfer_complete
Mikel Astiz
2012-12-04
1
-11
/
+19
*
gobex: fix removing wrong id on transfer_free
Luiz Augusto von Dentz
2012-12-04
1
-1
/
+1
*
gobex: log transfers using G_OBEX_DEBUG_TRANSFER
Luiz Augusto von Dentz
2012-12-04
1
-0
/
+50
*
gobex: log errors using G_OBEX_DEBUG_ERROR
Luiz Augusto von Dentz
2012-12-04
1
-0
/
+4
*
gobex: fix includes of config.h
Luiz Augusto von Dentz
2012-12-04
1
-0
/
+4
*
gobex: Use larger timeout first packet in transfers
Johan Hedberg
2012-12-04
1
-8
/
+10
*
gobex: Protect against transfer_complete callback removing the transfer
Johan Hedberg
2012-12-04
1
-0
/
+3
*
gobex: Add client transfer functions taking a pre-created GObexPacket
Johan Hedberg
2012-12-04
1
-0
/
+46
*
gobex: fix setting final bit on PUT requests
Luiz Augusto von Dentz
2012-12-04
1
-3
/
+7
*
gobex: Remove reduntant empty line
Johan Hedberg
2012-12-04
1
-1
/
+0
*
gobex: Add support for returning -EAGAIN from producer callback
Johan Hedberg
2012-12-04
1
-0
/
+7
*
gobex: Premit raw OBEX error codes within G_OBEX_ERROR GError domain
Johan Hedberg
2012-12-04
1
-1
/
+1
*
gobex: Refactor get response parsing in transfer code
Johan Hedberg
2012-12-04
1
-17
/
+33
*
gobex: Fix put request handling with final bit value
Johan Hedberg
2012-12-04
1
-22
/
+22
*
gobex: Merge gobex-transfer.h into gobex.h
Johan Hedberg
2012-12-04
1
-1
/
+0
*
gobex: Use guint instead of gint for request callback id
Johan Hedberg
2012-12-04
1
-8
/
+8
*
gobex: Make transfer functions take va-args header lists
Johan Hedberg
2012-12-04
1
-48
/
+64
*
gobex: Remove _ID_ from header type definitions
Johan Hedberg
2012-12-04
1
-18
/
+16
*
gobex: Add va-args based packet creation support
Johan Hedberg
2012-12-04
1
-15
/
+34
*
gobex: Remove unneeded data_policy from g_obex_header_new_bytes
Johan Hedberg
2012-12-04
1
-4
/
+2
*
gobex: Allow calling g_obex_get_rsp later with custom headers
Johan Hedberg
2012-12-04
1
-5
/
+9
*
gobex: Add g_obex_cancel_transfer
Johan Hedberg
2012-12-04
1
-0
/
+20
*
gobex: Fix g_obex_get_rsp end of transfer handling
Johan Hedberg
2012-12-04
1
-3
/
+8
*
gobex: Add g_obex_get_rsp
Johan Hedberg
2012-12-04
1
-3
/
+65
*
gobex: Add g_obex_get_req
Johan Hedberg
2012-12-04
1
-2
/
+57
*
gobex: Don't call consumer callback if there is no data
Johan Hedberg
2012-12-04
1
-1
/
+2
*
gobex: Add basic server-side put transfer support
Johan Hedberg
2012-12-04
1
-1
/
+97
*
gobex: Rename g_obex_put to g_obex_put_req
Johan Hedberg
2012-12-04
1
-1
/
+1
*
gobex: Add type and name headers to the g_obex_put request
Johan Hedberg
2012-12-04
1
-0
/
+16
*
gobex: Use GObexDataProducer type instead of (custom) GObexPacketDataFunc
Johan Hedberg
2012-12-04
1
-2
/
+1
*
gobex: Make on-demand body headers a GObexPacket feature
Johan Hedberg
2012-12-04
1
-10
/
+3
*
gobex: Add initial transfer abstraction
Johan Hedberg
2012-12-04
1
-0
/
+177