index
:
~jprvita/bluez
fixes
master
Bluetooth protocol stack for Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gobex
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-29
gobex: Revert g_obex_pending_req_abort to static pending_req_abort
Luiz Augusto von Dentz
2
-4
/
+2
2013-09-29
gobex: Fix crash on g_obex_pending_req_abort
Luiz Augusto von Dentz
1
-1
/
+4
2013-09-11
codingstyle: Change __FUNCTION__ to __func__
Andrei Emeltchenko
1
-1
/
+1
2013-08-12
gobex: Add proper message to transfer errors
Luiz Augusto von Dentz
1
-2
/
+2
2013-05-02
gobex: Get rid of gchar
Lucas De Marchi
1
-8
/
+8
2013-05-01
gobex: Get rid of gint
Lucas De Marchi
2
-8
/
+8
2013-04-09
gobex: Use gcc builtin instead of g_atomic
Lucas De Marchi
1
-6
/
+8
2013-02-15
gobex: Fix GPL version reference
Johan Hedberg
12
-24
/
+36
2012-12-07
Revert "Ensure config.h is included by using CPPFLAGS"
Johan Hedberg
6
-0
/
+24
2012-12-05
Ensure config.h is included by using CPPFLAGS
Lucas De Marchi
6
-24
/
+0
2012-12-04
gobex: Fix build on 32 bits systems
Luiz Augusto von Dentz
1
-8
/
+17
2012-12-04
gobex: Add debug option to apparam
Luiz Augusto von Dentz
3
-9
/
+52
2012-12-04
gobex: Integrate GObexApparam with GObexHeader
Luiz Augusto von Dentz
2
-0
/
+28
2012-12-04
gobex: Introduce GObexApparam API
Luiz Augusto von Dentz
2
-0
/
+373
2012-12-04
gobex: Fix not printing debug messages when GOBEX_DEBUG is set
Luiz Augusto von Dentz
2
-4
/
+6
2012-12-04
gobex: Change UTF name to standard
Neal Peacock
1
-1
/
+1
2012-12-04
gobex: Fix dead assignments in gobex-header.c
Szymon Janc
1
-5
/
+5
2012-12-04
gobex: Add callback and userdata parameter to g_obex_cancel_transfer()
Jaganath Kanakkassery
3
-5
/
+21
2012-12-04
gobex: build: Remove glib-helper.h support
Marcel Holtmann
1
-1
/
+0
2012-12-04
gobex: fix callback remove when canceling transfer
Mikel Astiz
1
-0
/
+3
2012-12-04
gobex: Use ENOSYS to correspond to OBEX not implemented
Luiz Augusto von Dentz
1
-1
/
+2
2012-12-04
gobex: Translate posix error code to proper OBEX response opcode
Luiz Augusto von Dentz
3
-2
/
+29
2012-12-04
gobex: Fix ABORT request not processing
Jaganath Kanakkassery
1
-1
/
+1
2012-12-04
gobex: fix automatically including SRM header in CONNECT responses
Luiz Augusto von Dentz
1
-0
/
+1
2012-12-04
gobex: fix not disabling SRM when dealing with GET responses
Luiz Augusto von Dentz
1
-103
/
+115
2012-12-04
gobex: Remove reduntant NULL assignment
Jaganath Kanakkassery
1
-2
/
+0
2012-12-04
gobex: automatically use SRM when transport type is SOCK_SEQPACKET
Luiz Augusto von Dentz
1
-1
/
+55
2012-12-04
gobex: handle Single Response Mode Parameters (SRMP) headers
Luiz Augusto von Dentz
1
-5
/
+34
2012-12-04
gobex: handle Single Response Mode (SRM) headers
Luiz Augusto von Dentz
3
-33
/
+216
2012-12-04
gobex: introduce g_obex_get_rsp_pkt
Luiz Augusto von Dentz
2
-12
/
+27
2012-12-04
gobex: reduce duplicated code in g_obex_put_req
Luiz Augusto von Dentz
1
-16
/
+2
2012-12-04
gobex: add defines for possible values of SRMP header
Luiz Augusto von Dentz
1
-1
/
+6
2012-12-04
gobex: add defines for possible values of SRM header
Luiz Augusto von Dentz
1
-0
/
+5
2012-12-04
gobex: fix transfer search in transfer_complete
Mikel Astiz
1
-11
/
+19
2012-12-04
gobex: Add translating error codes to strings
Bartosz Szatkowski
2
-0
/
+59
2012-12-04
gobex: fix removing wrong id on transfer_free
Luiz Augusto von Dentz
1
-1
/
+1
2012-12-04
gobex: Add "cd ../dir" handling in setpath
Bartosz Szatkowski
1
-4
/
+10
2012-12-04
gobex: make connection id check less strict
Luiz Augusto von Dentz
1
-1
/
+1
2012-12-04
gobex: fix sending Connection ID header in all requests
Luiz Augusto von Dentz
1
-0
/
+3
2012-12-04
gobex: fix not tracking received responses
Luiz Augusto von Dentz
1
-2
/
+3
2012-12-04
gobex: fix checking connection id for ABORT
Luiz Augusto von Dentz
1
-2
/
+9
2012-12-04
gobex: add check for connection id
Luiz Augusto von Dentz
1
-3
/
+26
2012-12-04
gobex: remove extra define of G_OBEX_RSP_SUCCESS
Luiz Augusto von Dentz
1
-1
/
+0
2012-12-04
gobex: dump data when G_OBEX_DEBUG_DATA is set
Luiz Augusto von Dentz
1
-3
/
+12
2012-12-04
gobex: log packets using G_OBEX_DEBUG_PACKET
Luiz Augusto von Dentz
1
-0
/
+38
2012-12-04
gobex: log headers using G_OBEX_DEBUG_HEADER
Luiz Augusto von Dentz
1
-0
/
+49
2012-12-04
gobex: log transfers using G_OBEX_DEBUG_TRANSFER
Luiz Augusto von Dentz
1
-0
/
+50
2012-12-04
gobex: log commands using G_OBEX_DEBUG_COMMAND
Luiz Augusto von Dentz
1
-0
/
+26
2012-12-04
gobex: log errors using G_OBEX_DEBUG_ERROR
Luiz Augusto von Dentz
4
-7
/
+37
2012-12-04
gobex: add initial support for debug
Luiz Augusto von Dentz
2
-0
/
+96
[next]