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 packet transport support
Johan Hedberg
1
-13
/
+92
2012-12-04
gobex: Add request cancellation support
Johan Hedberg
1
-0
/
+143
2012-12-04
gobex: Remove disconn callback in favor of generic event callback
Johan Hedberg
1
-13
/
+20
2012-12-04
gobex: Add per-request timeouts
Johan Hedberg
1
-6
/
+45
2012-12-04
gobex: Add connect packet decoding test
Johan Hedberg
1
-0
/
+31
2012-12-04
gobex: Add invalid connect response test
Johan Hedberg
1
-5
/
+43
2012-12-04
gobex: Refactor response sending in tests
Johan Hedberg
1
-12
/
+16
2012-12-04
gobex: Add proper error returns to packet sending functions
Johan Hedberg
1
-2
/
+4
2012-12-04
gobex: Add invalid packet data decoding test
Johan Hedberg
1
-0
/
+17
2012-12-04
gobex: Add invalid header data decoding tests
Johan Hedberg
1
-0
/
+61
2012-12-04
gobex: Add basic packet encoding test
Johan Hedberg
1
-5
/
+32
2012-12-04
gobex: Add initial GError support
Johan Hedberg
2
-26
/
+37
2012-12-04
gobex: Add disconnect callback support
Johan Hedberg
1
-0
/
+36
2012-12-04
gobex: Split unit tests into separate modules
Johan Hedberg
5
-462
/
+585
2012-12-04
gobex: Split gobex.c into multiple modules
Johan Hedberg
1
-0
/
+1
2012-12-04
gobex: Make Action ID test data less predictable
Johan Hedberg
1
-5
/
+5
2012-12-04
gobex: Add functions for fetching data from packets
Johan Hedberg
1
-10
/
+93
2012-12-04
gobex: Name header creation functions more intuitively
Johan Hedberg
1
-7
/
+7
2012-12-04
gobex: Refactor reading/writing to allow packet based transport
Johan Hedberg
1
-6
/
+13
2012-12-04
gobex: Add basic response handling
Johan Hedberg
1
-1
/
+106
2012-12-04
gobex: Refactor test endpoint creation into create_endpoints()
Johan Hedberg
1
-25
/
+35
2012-12-04
gobex: Fix minor leak in test_recv_connect_stream
Johan Hedberg
1
-1
/
+1
2012-12-04
gobex: Add basic packet sending support
Johan Hedberg
1
-5
/
+112
2012-12-04
gobex: Rename transfer tests to accomodate for new ones
Johan Hedberg
1
-4
/
+6
2012-12-04
gobex: Fix OBEX version in connect packet
Johan Hedberg
1
-1
/
+1
2012-12-04
gobex: Make G_OBEX_FINAL definition private
Johan Hedberg
1
-1
/
+3
2012-12-04
gobex: Add basic request callback support
Johan Hedberg
1
-0
/
+81
2012-12-04
gobex: Clean up handling of the final bit
Johan Hedberg
1
-1
/
+1
2012-12-04
gobex: Minor coding style fixes
Johan Hedberg
1
-4
/
+6
2012-12-04
gobex: Rename parse_header tests to decode_header
Johan Hedberg
1
-21
/
+21
2012-12-04
gobex: Rename GObexRequest to GObexPacket
Johan Hedberg
1
-12
/
+12
2012-12-04
gobex: Add basic request decoding support
Johan Hedberg
1
-0
/
+13
2012-12-04
gobex: Use enum instead of boolean for data policy
Johan Hedberg
1
-12
/
+16
2012-12-04
gobex: Rename header_parse to header_decode to match header_encode
Johan Hedberg
1
-11
/
+11
2012-12-04
gobex: Fix parse_and_decode->parse_and_encode naming
Johan Hedberg
1
-6
/
+6
2012-12-04
gobex: Add header creation functions
Johan Hedberg
1
-30
/
+148
2012-12-04
gobex: Add header encoding support
Johan Hedberg
1
-0
/
+69
2012-12-04
gobex: Add basic header parsing support
Johan Hedberg
1
-0
/
+132
2012-12-04
gobex: Add request stubs
Johan Hedberg
1
-0
/
+13
2012-12-04
gobex: Refactor basic unit tests
Johan Hedberg
1
-9
/
+11
2012-12-04
gobex: Add initial unit tests
Johan Hedberg
1
-0
/
+79
2011-10-25
Convert unit tests from GLib to GNU Check
Johan Hedberg
1
-7
/
+34
2011-10-21
Add EIR length parameter to eir_parse()
Frédéric Danis
1
-1
/
+1
2011-10-18
Add basic unit tests framework for EIR parsing
Johan Hedberg
1
-0
/
+62
[prev]