Commits

Commit Message Author Age Changes
b568973b gobex: Minor coding style fixes Johan Hedberg 13 years ago 1 file, +6, -4
5bb407c8 gobex: Rename parse_header tests to decode_header Johan Hedberg 13 years ago 1 file, +21, -21
9966d112 gobex: Rename GObexRequest to GObexPacket Johan Hedberg 13 years ago 3 files, +55, -55
8d451283 gobex: Add basic request decoding support Johan Hedberg 13 years ago 3 files, +147, -0
352a739a gobex: Use enum instead of boolean for data policy Johan Hedberg 13 years ago 3 files, +41, -20
0e858224 gobex: Rename header_parse to header_decode to match header_encode Johan Hedberg 13 years ago 3 files, +13, -13
31b5ebf4 gobex: Add helper functions for encoding and parsing Johan Hedberg 13 years ago 1 file, +34, -22
231ab398 gobex: Use GLib types and functions for fixed size integers Johan Hedberg 13 years ago 2 files, +31, -31
e2576cb1 gobex: Add basic MTU tracking variables Johan Hedberg 13 years ago 1 file, +9, -0
339a4789 gobex: Fix OBEX version in connect packet Johan Hedberg 13 years ago 1 file, +1, -1
696e89cf gobex: Add function to get operation information Johan Hedberg 13 years ago 2 files, +9, -0
0b92685e gobex: Refactor test endpoint creation into create_endpoints() Johan Hedberg 13 years ago 1 file, +35, -25
b9f6da0f gobex: Fix parse_and_decode->parse_and_encode naming Johan Hedberg 13 years ago 1 file, +6, -6
cf9afde0 gobex: Add header creation functions Johan Hedberg 13 years ago 3 files, +233, -30
f41a6a9a gobex: Add header->hlen to help with packet size calculations Johan Hedberg 13 years ago 1 file, +8, -1
c03202af gobex: Rename header->len to header->vlen to accomodate for ->hlen Johan Hedberg 13 years ago 1 file, +6, -6
eed615f8 gobex: Add a simple g_obex_request_add_header implementation Johan Hedberg 13 years ago 2 files, +11, -0
4e4246a9 gobex: Remove unused obex.h file Johan Hedberg 13 years ago 1 file, +0, -25
9c9a2ac5 gobex: Move definitions from obex.h to gobex.h Johan Hedberg 13 years ago 2 files, +36, -37
e8c4fe5a gobex: Add basic header parsing support Johan Hedberg 13 years ago 4 files, +286, -0
b8cd1913 gobex: Add request stubs Johan Hedberg 13 years ago 3 files, +58, -0
fd46bedd gobex: Refactor basic unit tests Johan Hedberg 13 years ago 1 file, +11, -9
d3a5f0f4 gobex: Add initial unit tests Johan Hedberg 13 years ago 1 file, +79, -0
e1892e63 gobex: Add initial stubs Johan Hedberg 13 years ago 2 files, +101, -0
c45162aa gobex: Add OBEX protocol definitions header file Johan Hedberg 13 years ago 1 file, +35, -0
579f8953 gobex: Add header encoding support Johan Hedberg 13 years ago 3 files, +138, -0
2e2d894d monitor: Decode event mask page 2 bits Marcel Holtmann 13 years ago 1 file, +45, -1
907faff5 monitor: Include event mask bits for command complete/status Marcel Holtmann 13 years ago 1 file, +2, -0
9794da8a monitor: Decode event mask bits Marcel Holtmann 13 years ago 1 file, +72, -4
75e1fceb monitor: Fix display of feature bits Marcel Holtmann 13 years ago 1 file, +3, -3
ad8fbbe7 TODO: Mark just-works agent callback as done Johan Hedberg 13 years ago 1 file, +2, -3
e6d940bc test: Add RequestAuthorization support to simple-agent Johan Hedberg 13 years ago 1 file, +9, -0
916791b0 core: Add SSP just-works acceptor mapping to Agent.RequestAuthorization Johan Hedberg 13 years ago 5 files, +74, -38
36ac32c5 doc: Add Agent.RequestAuthorization method Johan Hedberg 13 years ago 1 file, +10, -0
d307f848 agent: Rename Authorize to AuthorizeService Johan Hedberg 13 years ago 6 files, +24, -25
80e55f98 profile: Remove not local variable needed in ext_connect src is not used anymore. Szymon Janc 13 years ago 1 file, +0, -2
02ad63d4 profile: Fix possible NULL pointer dereference If send_new_connection failed NULL err pointer would be dereferenced. Szymon Janc 13 years ago 1 file, +1, -1
eba1c40c core: Remove unused event.{c,h} Johan Hedberg 13 years ago 6 files, +1, -83
7c62ddb6 core: Move link key storing from event.c to mgmt.c Johan Hedberg 13 years ago 3 files, +59, -99
146b7729 core: Move LKT storing from event.c to mgmt.c Johan Hedberg 13 years ago 3 files, +75, -85
694f069a core: Remove unnecessary btd_event_remote_name function Johan Hedberg 13 years ago 7 files, +19, -40
69eb25af core: Call device_set_name straight from mgmt.c Johan Hedberg 13 years ago 2 files, +3, -9
155fa214 core: Move UTF-8 validation of device names into eir.c Johan Hedberg 13 years ago 2 files, +26, -23
0f75430e core: Remove unused btd_event_returned_link_key function Johan Hedberg 13 years ago 2 files, +0, -12
7ac75737 core: Remove event.c as middle-man for device unpaired events Johan Hedberg 13 years ago 3 files, +15, -18
6f94a383 core: Remove event.c as middle-man for device block events Johan Hedberg 13 years ago 3 files, +16, -28
e88d1f04 core: Remove event.c as middle-man for disconnection events Johan Hedberg 13 years ago 3 files, +18, -20
11ec0c1e core: Remove event.c as middle-man for connection failed events Johan Hedberg 13 years ago 3 files, +13, -23
eb106d47 core: Remove event.c as middle-man for connection complete events Johan Hedberg 13 years ago 3 files, +16, -27
2e7c44ea core: Remove last used information storing Johan Hedberg 13 years ago 1 file, +0, -13
Previous Next