| a3a72da6 |
gobex: Rename SRM Parameters definition to match spec. |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| e94e8fee |
gobex: Add support for multi-response requests (SRM) |
Johan Hedberg |
13 years ago |
1 file, +11, -5 |
| 0107b8f7 |
gobex: Add common response codes to gobex-packet.h |
Johan Hedberg |
13 years ago |
1 file, +50, -8 |
| 57478308 |
gobex: Add (transport) MTU parameters to g_obex_new |
Johan Hedberg |
13 years ago |
3 files, +27, -5 |
| 680e9abc |
gobex: Split ev_func into req_func and disconn_func |
Johan Hedberg |
13 years ago |
3 files, +54, -32 |
| a14e52b4 |
gobex: Add packet transport support |
Johan Hedberg |
13 years ago |
2 files, +164, -35 |
| 9c3a8c37 |
gobex: Fix minor (whitespace) coding style issue |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| ad811dd5 |
gobex: Add support for on-demand headers |
Johan Hedberg |
13 years ago |
6 files, +266, -67 |
| d0903aa4 |
gobex: Fix test-server server socket leak |
Johan Hedberg |
13 years ago |
1 file, +14, -12 |
| 0a262129 |
gobex: Fix removing pending request timeout callback |
Johan Hedberg |
13 years ago |
1 file, +5, -0 |
| 13d42a09 |
gobex: Add request cancellation support |
Johan Hedberg |
13 years ago |
4 files, +236, -10 |
| 16193c92 |
gobex: Remove potential write source in g_obex_unref |
Johan Hedberg |
13 years ago |
1 file, +3, -0 |
| 9292a83d |
gobex: Add per-request timeouts |
Johan Hedberg |
13 years ago |
4 files, +86, -12 |
| 966b77d0 |
gobex: Improve multiple request queuing |
Johan Hedberg |
13 years ago |
1 file, +23, -4 |
| 54559a6c |
gobex: Improve decoding error message |
Johan Hedberg |
13 years ago |
1 file, +3, -2 |
| 565210f5 |
gobex: Fix decoding error memory leak |
Johan Hedberg |
13 years ago |
1 file, +3, -0 |
| ff78cb83 |
gobex: Fix length checks in packet decoding |
Johan Hedberg |
13 years ago |
1 file, +2, -8 |
| bab1892b |
gobex: Add invalid connect response test |
Johan Hedberg |
13 years ago |
1 file, +43, -5 |
| dfae4177 |
gobex: Refactor response sending in tests |
Johan Hedberg |
13 years ago |
1 file, +16, -12 |
| 007d9e39 |
gobex: Don't export final bit details in public API |
Johan Hedberg |
13 years ago |
3 files, +8, -6 |
| 0f10ac2b |
gobex: Add proper error returns to packet sending functions |
Johan Hedberg |
13 years ago |
4 files, +30, -10 |
| d76690df |
gobex: Add invalid packet data decoding test |
Johan Hedberg |
13 years ago |
1 file, +17, -0 |
| f2b4c7bc |
gobex: Add basic packet encoding test |
Johan Hedberg |
13 years ago |
1 file, +32, -5 |
| 8bbfd51a |
gobex: Fix packet length updating when parsing headers |
Johan Hedberg |
13 years ago |
1 file, +1, -0 |
| aa1b87b6 |
gobex: Add initial GError support |
Johan Hedberg |
13 years ago |
9 files, +165, -64 |
| 1dc2ad6f |
gobex: Use GLib size types |
Johan Hedberg |
13 years ago |
4 files, +33, -35 |
| d455694a |
gobex: Split unit tests into separate modules |
Johan Hedberg |
13 years ago |
5 files, +585, -462 |
| b105277b |
gobex: Split gobex.c into multiple modules |
Johan Hedberg |
13 years ago |
8 files, +808, -650 |
| fd54935c |
gobex: Set MTU from both connect requests and responses |
Johan Hedberg |
13 years ago |
1 file, +17, -16 |
| d3558f1c |
gobex: Make Action ID test data less predictable |
Johan Hedberg |
13 years ago |
1 file, +5, -5 |
| 31ebc74e |
gobex: Add disconnect callback support |
Johan Hedberg |
13 years ago |
3 files, +56, -1 |
| f9e824c0 |
gobex: Move request callback info from GObexPacket to GObex layer |
Johan Hedberg |
13 years ago |
2 files, +58, -73 |
| a8f0a73b |
gobex: Add invalid header data decoding tests |
Johan Hedberg |
13 years ago |
1 file, +61, -0 |
| 371bd8ad |
gobex: Remove disconn callback in favor of generic event callback |
Johan Hedberg |
13 years ago |
4 files, +57, -51 |
| e139f2c5 |
gobex: Add connect packet decoding test |
Johan Hedberg |
13 years ago |
1 file, +31, -0 |
| 0302f862 |
gobex: Add functions for fetching data from packets |
Johan Hedberg |
13 years ago |
3 files, +160, -10 |
| 55b393ab |
gobex: Name header creation functions more intuitively |
Johan Hedberg |
13 years ago |
3 files, +15, -15 |
| 7e86b549 |
gobex: Add basic internal handling of connect request |
Johan Hedberg |
13 years ago |
2 files, +42, -0 |
| b76d71e5 |
gobex: Refactor reading/writing to allow packet based transport |
Johan Hedberg |
13 years ago |
3 files, +65, -19 |
| fd01c404 |
gobex: Add basic response handling |
Johan Hedberg |
13 years ago |
3 files, +246, -14 |
| 57e8d5af |
gobex: Fix minor leak in test_recv_connect_stream |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| 8005be3b |
gobex: Add basic packet sending support |
Johan Hedberg |
13 years ago |
2 files, +217, -5 |
| aafd18d9 |
gobex: Rename transfer tests to accomodate for new ones |
Johan Hedberg |
13 years ago |
1 file, +6, -4 |
| 95b7ce71 |
gobex: Make G_OBEX_FINAL definition private |
Johan Hedberg |
13 years ago |
3 files, +5, -2 |
| f98d80b6 |
gobex: Fix GObexPacket variable naming |
Johan Hedberg |
13 years ago |
1 file, +2, -2 |
| 2e94a60c |
gobex: Add basic request callback support |
Johan Hedberg |
13 years ago |
3 files, +101, -1 |
| 22c146eb |
gobex: Clean up handling of the final bit |
Johan Hedberg |
13 years ago |
3 files, +11, -5 |
| b8d9f56d |
gobex: Add basic packet reading support |
Johan Hedberg |
13 years ago |
1 file, +102, -0 |
| e6ee77ae |
gobex: Fix checking opcodes with final-bit set |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| a1824acc |
gobex: Add g_obex_packet_set_data for non-header data |
Johan Hedberg |
13 years ago |
2 files, +32, -15 |