summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
Commit message (Expand)AuthorAgeFilesLines
...
* gobex: Clean up handling of the final bitJohan Hedberg2012-12-041-1/+1
* gobex: Add g_obex_packet_set_data for non-header dataJohan Hedberg2012-12-041-1/+2
* gobex: Rename GObexRequest to GObexPacketJohan Hedberg2012-12-041-6/+6
* gobex: Add basic request decoding supportJohan Hedberg2012-12-041-0/+3
* gobex: Use enum instead of boolean for data policyJohan Hedberg2012-12-041-2/+8
* gobex: Rename header_parse to header_decode to match header_encodeJohan Hedberg2012-12-041-1/+1
* gobex: Use GLib types and functions for fixed size integersJohan Hedberg2012-12-041-5/+5
* gobex: Add header creation functionsJohan Hedberg2012-12-041-0/+6
* gobex: Add header encoding supportJohan Hedberg2012-12-041-0/+1
* gobex: Add a simple g_obex_request_add_header implementationJohan Hedberg2012-12-041-0/+2
* gobex: Move definitions from obex.h to gobex.hJohan Hedberg2012-12-041-1/+36
* gobex: Add basic header parsing supportJohan Hedberg2012-12-041-0/+5
* gobex: Add request stubsJohan Hedberg2012-12-041-0/+8
* gobex: Add initial stubsJohan Hedberg2012-12-041-0/+35