| 6abdccbf |
gobex: Add g_obex_get_req |
Johan Hedberg |
13 years ago |
3 files, +206, -33 |
| 3f2536cb |
gobex: Extend g_obex_put_rsp unit test to have two rounds of requests |
Johan Hedberg |
13 years ago |
1 file, +66, -3 |
| a2ced03a |
gobex: Don't call consumer callback if there is no data |
Johan Hedberg |
13 years ago |
1 file, +2, -1 |
| b7809d90 |
gobex: Add unit test for g_obex_put_rsp |
Johan Hedberg |
13 years ago |
1 file, +76, -2 |
| 5ea92772 |
gobex: Use zero timeout to make timeout unit tests run faster |
Johan Hedberg |
13 years ago |
1 file, +2, -2 |
| 89f8833b |
gobex: Add unit test for put transfer API |
Johan Hedberg |
13 years ago |
1 file, +208, -0 |
| 33324a06 |
gobex: Move more unit test helpers to util.c |
Johan Hedberg |
13 years ago |
3 files, +59, -48 |
| bd595729 |
gobex: Add unit test for unexpected data |
Johan Hedberg |
13 years ago |
1 file, +50, -0 |
| 5eb7afa8 |
gobex: Fix g_obex_get_rsp end of transfer handling |
Johan Hedberg |
13 years ago |
1 file, +8, -3 |
| 98703e92 |
gobex: Add g_obex_get_rsp |
Johan Hedberg |
13 years ago |
3 files, +192, -5 |
| 60fd958c |
gobex: Add unit test for g_obex_connect |
Johan Hedberg |
13 years ago |
1 file, +49, -0 |
| bfb84a44 |
gobex: Add put streaming support to test-server |
Johan Hedberg |
13 years ago |
1 file, +21, -7 |
| d070d170 |
gobex: Add basic server-side put transfer support |
Johan Hedberg |
13 years ago |
2 files, +102, -2 |
| f25c695d |
gobex: Print more informative disconnect message in test-client |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| 0c9201a4 |
gobex: Fix also response code for on-demand data based packets |
Johan Hedberg |
13 years ago |
1 file, +5, -1 |
| 10dfec83 |
gobex: Rename g_obex_put to g_obex_put_req |
Johan Hedberg |
13 years ago |
3 files, +4, -3 |
| 7fee9ce6 |
gobex: Remove g_obex_set_request_function |
Johan Hedberg |
13 years ago |
3 files, +5, -15 |
| 3f41b8b2 |
gobex: Add per-opcode request handlers |
Johan Hedberg |
13 years ago |
2 files, +68, -1 |
| 6cfe8815 |
gobex: Add basic put request parsing to test-server |
Johan Hedberg |
13 years ago |
1 file, +33, -4 |
| 2af993b8 |
gobex: Add type and name headers to the g_obex_put request |
Johan Hedberg |
13 years ago |
1 file, +16, -0 |
| b50f20a5 |
gobex: Use GObexDataProducer type instead of (custom) GObexPacketDataFunc |
Johan Hedberg |
13 years ago |
7 files, +16, -22 |
| 0a4824dd |
gobex: Make on-demand body headers a GObexPacket feature |
Johan Hedberg |
13 years ago |
8 files, +64, -138 |
| 49514b2c |
gobex: Track last received request internally and remove g_obex_response |
Johan Hedberg |
13 years ago |
3 files, +52, -57 |
| b1cc9a12 |
gobex: Add support for put transfer in test-client |
Johan Hedberg |
13 years ago |
1 file, +56, -0 |
| bc076f84 |
gobex: Add proper responses to all requests in test-server |
Johan Hedberg |
13 years ago |
1 file, +17, -2 |
| 8888c5ae |
gobex: Fix end of body packets for on-demand headers |
Johan Hedberg |
13 years ago |
1 file, +9, -0 |
| ba377e04 |
gobex: Don't stop sending data if a single packet fails to encode |
Johan Hedberg |
13 years ago |
1 file, +6, -5 |
| 67ad4a69 |
gobex: Rename GObexDisconnectFunc to simply GObexFunc |
Johan Hedberg |
13 years ago |
2 files, +4, -5 |
| 714abdfc |
gobex: Make on-demand header callbacks able to fail cleanly |
Johan Hedberg |
13 years ago |
6 files, +100, -18 |
| 2e49852c |
gobex: Use opcode instead of entire req in g_obex_response |
Johan Hedberg |
13 years ago |
3 files, +9, -5 |
| 814b06ed |
gobex: Add g_obex_packet_find_header and g_obex_packet_prepend_header |
Johan Hedberg |
13 years ago |
2 files, +24, -0 |
| e6b2f2e4 |
gobex: Fix parsing over-sized packets |
Johan Hedberg |
13 years ago |
1 file, +7, -0 |
| 0fb35029 |
gobex: Add support for Connection ID header |
Johan Hedberg |
13 years ago |
1 file, +47, -6 |
| 920c62df |
gobex: Add initial transfer abstraction |
Johan Hedberg |
13 years ago |
2 files, +214, -0 |
| 4fa31e19 |
gobex: Fix typo |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| d2c30f5c |
gobex: Update test-server to use per-opcode request handlers |
Johan Hedberg |
13 years ago |
1 file, +12, -21 |
| 26f20b39 |
gobex: Use g_obex_respose in test-server |
Johan Hedberg |
13 years ago |
1 file, +2, -0 |
| a4706462 |
gobex: Add convenience response sending function |
Johan Hedberg |
13 years ago |
6 files, +46, -19 |
| 9714844c |
gobex: Add request callback to test-server |
Johan Hedberg |
13 years ago |
1 file, +7, -1 |
| 6bca789d |
gobex: Add connect command to test-client |
Johan Hedberg |
13 years ago |
1 file, +10, -0 |
| 0794989a |
gobex: Add convenience function for sending connect req |
Johan Hedberg |
13 years ago |
2 files, +37, -0 |
| 11d50355 |
gobex: Fix RX MTU setting |
Johan Hedberg |
13 years ago |
1 file, +2, -0 |
| 007fe21a |
gobex: Add missing g_set_error in header parsing |
Johan Hedberg |
13 years ago |
1 file, +6, -1 |
| abbfdb3a |
gobex: Add readline support to test-client |
Johan Hedberg |
13 years ago |
1 file, +98, -1 |
| f817405d |
gobex: Add basic skeleton for test-client |
Johan Hedberg |
13 years ago |
1 file, +144, -0 |
| 3ccda244 |
gobex: Add some basic command line options to test-server |
Johan Hedberg |
13 years ago |
1 file, +27, -4 |
| 7afc5a6f |
gobex: g_obex_new should create its own GIOChannel ref |
Johan Hedberg |
13 years ago |
3 files, +9, -2 |
| 0b362843 |
gobex: Add per-client tracking to test-server |
Johan Hedberg |
13 years ago |
1 file, +12, -2 |
| 72dfb1af |
gobex: Remove superfluous return statement |
Johan Hedberg |
13 years ago |
1 file, +0, -2 |
| 552823f6 |
gobex: Add a skeleton for a test server |
Johan Hedberg |
13 years ago |
1 file, +160, -0 |