index
:
~jprvita/bluez
fixes
master
Bluetooth protocol stack for Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unit
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-04
gobex: add unit test for CONNECT followed by PUT request with random data
Luiz Augusto von Dentz
2
-1
/
+64
2012-12-04
gobex: add unit test for CONNECT followed by GET wrong response
Luiz Augusto von Dentz
1
-0
/
+52
2012-12-04
gobex: add unit test for CONNECT followed by PUT response
Luiz Augusto von Dentz
1
-0
/
+61
2012-12-04
gobex: add unit test for CONNECT followed by PUT request
Luiz Augusto von Dentz
1
-1
/
+75
2012-12-04
gobex: add unit test for CONNECT followed by GET response
Luiz Augusto von Dentz
1
-0
/
+59
2012-12-04
gobex: add unit test for CONNECT followed by GET request
Luiz Augusto von Dentz
1
-0
/
+67
2012-12-04
gobex: add unit test for CONNECT response
Luiz Augusto von Dentz
2
-0
/
+63
2012-12-04
gobex: add unit test for CONNECT request
Luiz Augusto von Dentz
1
-0
/
+57
2012-12-04
gobex: Fix decoding byte array headers with too small length
Johan Hedberg
1
-0
/
+8
2012-12-04
gobex: Add unit tests for Action command functions
Johan Hedberg
1
-0
/
+88
2012-12-04
gobex: Add random put request test
Luiz Augusto von Dentz
2
-16
/
+90
2012-12-04
gobex: Fix encoding of empty unicode headers
Jakub Adamek
1
-0
/
+55
2012-12-04
gobex: Add support for returning -EAGAIN from producer callback
Johan Hedberg
2
-2
/
+138
2012-12-04
gobex: Fix put request handling with final bit value
Johan Hedberg
1
-1
/
+1
2012-12-04
gobex: Merge gobex-transfer.h into gobex.h
Johan Hedberg
1
-1
/
+0
2012-12-04
gobex: Make use of va-args headers in higher level functions
Johan Hedberg
1
-1
/
+1
2012-12-04
gobex: Fix minor memory leak in unit test
Johan Hedberg
1
-0
/
+1
2012-12-04
gobex: Make transfer functions take va-args header lists
Johan Hedberg
1
-8
/
+15
2012-12-04
gobex: Remove _ID_ from header type definitions
Johan Hedberg
4
-59
/
+53
2012-12-04
gobex: Add va-args based packet creation support
Johan Hedberg
3
-11
/
+50
2012-12-04
gobex: Remove unneeded data_policy from g_obex_header_new_bytes
Johan Hedberg
1
-1
/
+1
2012-12-04
gobex: Allow calling g_obex_get_rsp later with custom headers
Johan Hedberg
1
-1
/
+1
2012-12-04
gobex: Ignore unexpected responses (which can occur when aborting)
Johan Hedberg
1
-1
/
+1
2012-12-04
gobex: Add g_obex_delete
Johan Hedberg
1
-6
/
+48
2012-12-04
gobex: Add g_obex_mkdir
Johan Hedberg
1
-0
/
+43
2012-12-04
gobex: Add unit test for SetPath("..")
Johan Hedberg
1
-0
/
+39
2012-12-04
gobex: Use proper response code in connect response
Johan Hedberg
1
-2
/
+2
2012-12-04
gobex: Add g_obex_setpath
Johan Hedberg
1
-0
/
+45
2012-12-04
gobex: Add unit test for g_obex_connect
Johan Hedberg
1
-0
/
+49
2012-12-04
gobex: Refactor common unit test functions to util.c
Johan Hedberg
4
-129
/
+125
2012-12-04
gobex: Add unit tests for g_obex_suspend & g_obex_resume
Johan Hedberg
1
-0
/
+102
2012-12-04
gobex: Assert correct io_cb count in transfer unit tests
Johan Hedberg
1
-0
/
+8
2012-12-04
gobex: Refactor transfer unit test IO callbacks
Johan Hedberg
1
-217
/
+41
2012-12-04
gobex: Add g_obex_get_rsp
Johan Hedberg
1
-2
/
+123
2012-12-04
gobex: Add g_obex_get_req
Johan Hedberg
1
-31
/
+145
2012-12-04
gobex: Extend g_obex_put_rsp unit test to have two rounds of requests
Johan Hedberg
1
-3
/
+66
2012-12-04
gobex: Add unit test for g_obex_put_rsp
Johan Hedberg
1
-2
/
+76
2012-12-04
gobex: Use zero timeout to make timeout unit tests run faster
Johan Hedberg
1
-2
/
+2
2012-12-04
gobex: Add unit test for put transfer API
Johan Hedberg
1
-0
/
+208
2012-12-04
gobex: Move more unit test helpers to util.c
Johan Hedberg
3
-48
/
+59
2012-12-04
gobex: Add unit test for unexpected data
Johan Hedberg
1
-0
/
+50
2012-12-04
gobex: Remove g_obex_set_request_function
Johan Hedberg
1
-1
/
+2
2012-12-04
gobex: Use GObexDataProducer type instead of (custom) GObexPacketDataFunc
Johan Hedberg
2
-9
/
+5
2012-12-04
gobex: Make on-demand body headers a GObexPacket feature
Johan Hedberg
3
-70
/
+8
2012-12-04
gobex: Make on-demand header callbacks able to fail cleanly
Johan Hedberg
3
-10
/
+81
2012-12-04
gobex: Add convenience response sending function
Johan Hedberg
2
-7
/
+7
2012-12-04
gobex: g_obex_new should create its own GIOChannel ref
Johan Hedberg
1
-1
/
+5
2012-12-04
gobex: Add (transport) MTU parameters to g_obex_new
Johan Hedberg
1
-2
/
+2
2012-12-04
gobex: Split ev_func into req_func and disconn_func
Johan Hedberg
1
-12
/
+20
2012-12-04
gobex: Add support for on-demand headers
Johan Hedberg
3
-59
/
+216
[next]