summaryrefslogtreecommitdiff
path: root/gobex
Commit message (Expand)AuthorAgeFilesLines
* gobex: Track last received request internally and remove g_obex_responseJohan Hedberg2011-07-162-51/+44
* gobex: Add initial transfer abstractionJohan Hedberg2011-07-162-0/+214
* gobex: Fix end of body packets for on-demand headersJohan Hedberg2011-07-161-0/+9
* gobex: Don't stop sending data if a single packet fails to encodeJohan Hedberg2011-07-161-5/+6
* gobex: Fix parsing over-sized packetsJohan Hedberg2011-07-161-0/+7
* gobex: Rename GObexDisconnectFunc to simply GObexFuncJohan Hedberg2011-07-162-5/+4
* gobex: Make on-demand header callbacks able to fail cleanlyJohan Hedberg2011-07-163-8/+19
* gobex: Use opcode instead of entire req in g_obex_responseJohan Hedberg2011-07-162-3/+4
* gobex: Add support for Connection ID headerJohan Hedberg2011-07-161-6/+47
* gobex: Add g_obex_packet_find_header and g_obex_packet_prepend_headerJohan Hedberg2011-07-162-0/+24
* gobex: Add convenience response sending functionJohan Hedberg2011-07-164-12/+39
* gobex: Add convenience function for sending connect reqJohan Hedberg2011-07-162-0/+37
* gobex: Fix RX MTU settingJohan Hedberg2011-07-161-0/+2
* gobex: Fix minor (whitespace) coding style issueJohan Hedberg2011-07-161-1/+1
* gobex: Add missing g_set_error in header parsingJohan Hedberg2011-07-161-1/+6
* gobex: g_obex_new should create its own GIOChannel refJohan Hedberg2011-07-161-1/+1
* gobex: Fix removing pending request timeout callbackJohan Hedberg2011-07-161-0/+5
* gobex: Remove superfluous return statementJohan Hedberg2011-07-161-2/+0
* gobex: Rename SRM Parameters definition to match spec.Johan Hedberg2011-07-161-1/+1
* gobex: Add support for multi-response requests (SRM)Johan Hedberg2011-07-161-5/+11
* gobex: Add common response codes to gobex-packet.hJohan Hedberg2011-07-161-8/+50
* gobex: Add (transport) MTU parameters to g_obex_newJohan Hedberg2011-07-162-3/+25
* gobex: Split ev_func into req_func and disconn_funcJohan Hedberg2011-07-162-20/+34
* gobex: Add support for on-demand headersJohan Hedberg2011-07-163-8/+50
* gobex: Add packet transport supportJohan Hedberg2011-07-161-22/+72
* gobex: Add request cancellation supportJohan Hedberg2011-07-163-10/+93
* gobex: Remove potential write source in g_obex_unrefJohan Hedberg2011-07-161-0/+3
* gobex: Remove disconn callback in favor of generic event callbackJohan Hedberg2011-07-163-38/+37
* gobex: Add per-request timeoutsJohan Hedberg2011-07-163-6/+41
* gobex: Improve multiple request queuingJohan Hedberg2011-07-161-4/+23
* gobex: Improve decoding error messageJohan Hedberg2011-07-161-2/+3
* gobex: Fix decoding error memory leakJohan Hedberg2011-07-161-0/+3
* gobex: Fix length checks in packet decodingJohan Hedberg2011-07-161-8/+2
* gobex: Don't export final bit details in public APIJohan Hedberg2011-07-163-6/+8
* gobex: Add proper error returns to packet sending functionsJohan Hedberg2011-07-163-8/+26
* gobex: Fix packet length updating when parsing headersJohan Hedberg2011-07-161-0/+1
* gobex: Add initial GError supportJohan Hedberg2011-07-167-38/+128
* gobex: Add disconnect callback supportJohan Hedberg2011-07-162-1/+20
* gobex: Use GLib size typesJohan Hedberg2011-07-164-35/+33
* gobex: Split gobex.c into multiple modulesJohan Hedberg2011-07-167-650/+807
* gobex: Move request callback info from GObexPacket to GObex layerJohan Hedberg2011-07-162-73/+58
* gobex: Set MTU from both connect requests and responsesJohan Hedberg2011-07-161-16/+17
* gobex: Add functions for fetching data from packetsJohan Hedberg2011-07-162-0/+67
* gobex: Name header creation functions more intuitivelyJohan Hedberg2011-07-162-8/+8
* gobex: Add basic internal handling of connect requestJohan Hedberg2011-07-162-0/+42
* gobex: Refactor reading/writing to allow packet based transportJohan Hedberg2011-07-162-13/+52
* gobex: Add basic response handlingJohan Hedberg2011-07-162-13/+140
* gobex: Add basic packet sending supportJohan Hedberg2011-07-161-0/+105
* gobex: Make G_OBEX_FINAL definition privateJohan Hedberg2011-07-162-1/+2
* gobex: Fix GObexPacket variable namingJohan Hedberg2011-07-161-2/+2