summaryrefslogtreecommitdiff
path: root/unit
AgeCommit message (Expand)AuthorFilesLines
2012-12-04gobex: Add packet transport supportJohan Hedberg1-13/+92
2012-12-04gobex: Add request cancellation supportJohan Hedberg1-0/+143
2012-12-04gobex: Remove disconn callback in favor of generic event callbackJohan Hedberg1-13/+20
2012-12-04gobex: Add per-request timeoutsJohan Hedberg1-6/+45
2012-12-04gobex: Add connect packet decoding testJohan Hedberg1-0/+31
2012-12-04gobex: Add invalid connect response testJohan Hedberg1-5/+43
2012-12-04gobex: Refactor response sending in testsJohan Hedberg1-12/+16
2012-12-04gobex: Add proper error returns to packet sending functionsJohan Hedberg1-2/+4
2012-12-04gobex: Add invalid packet data decoding testJohan Hedberg1-0/+17
2012-12-04gobex: Add invalid header data decoding testsJohan Hedberg1-0/+61
2012-12-04gobex: Add basic packet encoding testJohan Hedberg1-5/+32
2012-12-04gobex: Add initial GError supportJohan Hedberg2-26/+37
2012-12-04gobex: Add disconnect callback supportJohan Hedberg1-0/+36
2012-12-04gobex: Split unit tests into separate modulesJohan Hedberg5-462/+585
2012-12-04gobex: Split gobex.c into multiple modulesJohan Hedberg1-0/+1
2012-12-04gobex: Make Action ID test data less predictableJohan Hedberg1-5/+5
2012-12-04gobex: Add functions for fetching data from packetsJohan Hedberg1-10/+93
2012-12-04gobex: Name header creation functions more intuitivelyJohan Hedberg1-7/+7
2012-12-04gobex: Refactor reading/writing to allow packet based transportJohan Hedberg1-6/+13
2012-12-04gobex: Add basic response handlingJohan Hedberg1-1/+106
2012-12-04gobex: Refactor test endpoint creation into create_endpoints()Johan Hedberg1-25/+35
2012-12-04gobex: Fix minor leak in test_recv_connect_streamJohan Hedberg1-1/+1
2012-12-04gobex: Add basic packet sending supportJohan Hedberg1-5/+112
2012-12-04gobex: Rename transfer tests to accomodate for new onesJohan Hedberg1-4/+6
2012-12-04gobex: Fix OBEX version in connect packetJohan Hedberg1-1/+1
2012-12-04gobex: Make G_OBEX_FINAL definition privateJohan Hedberg1-1/+3
2012-12-04gobex: Add basic request callback supportJohan Hedberg1-0/+81
2012-12-04gobex: Clean up handling of the final bitJohan Hedberg1-1/+1
2012-12-04gobex: Minor coding style fixesJohan Hedberg1-4/+6
2012-12-04gobex: Rename parse_header tests to decode_headerJohan Hedberg1-21/+21
2012-12-04gobex: Rename GObexRequest to GObexPacketJohan Hedberg1-12/+12
2012-12-04gobex: Add basic request decoding supportJohan Hedberg1-0/+13
2012-12-04gobex: Use enum instead of boolean for data policyJohan Hedberg1-12/+16
2012-12-04gobex: Rename header_parse to header_decode to match header_encodeJohan Hedberg1-11/+11
2012-12-04gobex: Fix parse_and_decode->parse_and_encode namingJohan Hedberg1-6/+6
2012-12-04gobex: Add header creation functionsJohan Hedberg1-30/+148
2012-12-04gobex: Add header encoding supportJohan Hedberg1-0/+69
2012-12-04gobex: Add basic header parsing supportJohan Hedberg1-0/+132
2012-12-04gobex: Add request stubsJohan Hedberg1-0/+13
2012-12-04gobex: Refactor basic unit testsJohan Hedberg1-9/+11
2012-12-04gobex: Add initial unit testsJohan Hedberg1-0/+79
2011-10-25Convert unit tests from GLib to GNU CheckJohan Hedberg1-7/+34
2011-10-21Add EIR length parameter to eir_parse()Frédéric Danis1-1/+1
2011-10-18Add basic unit tests framework for EIR parsingJohan Hedberg1-0/+62