Commits

Commit Message Author Age Changes
690e25c5 obexd: add GetSize function for PBAP client Raymond Liu 13 years ago 1 file, +106, -0
ebd3eccc obexd: add PullAll function for PBAP client Raymond Liu 13 years ago 3 files, +145, -1
bd34b83f obexd: Add SetFormat and SetOrder function for PBAP client Raymond Liu 13 years ago 2 files, +90, -0
75d32c6b obexd: Implement Select function for PBAP Client Raymond Liu 13 years ago 4 files, +138, -28
44090d52 obexd: fix a bug in pbap_setpath() when session->current_folder is NULL Forrest Zhao 13 years ago 1 file, +4, -1
b084089c obexd: Remove extra empty line Marcel Holtmann 13 years ago 1 file, +0, -1
df080bdb obexd: Add SetFilters and remove AddFilter, RemoveFilter for PBAP client Raymond Liu 13 years ago 1 file, +21, -27
6172e3e5 obexd: Implement List and Search function for PBAP client Raymond Liu 13 years ago 1 file, +202, -2
1d8b84a3 obexd: add support for PBAP Pullvcardentry Forrest Zhao 13 years ago 4 files, +62, -1
1be9a90b obexd: add support for PBAP Pullvcardlisting Forrest Zhao 13 years ago 4 files, +97, -2
0c11cc64 obexd: move PBAP application parameters header parsing and composing into seperate function Forrest Zhao 13 years ago 1 file, +82, -22
70f67796 obexd: Export session_get and minior fix on get_xfer_listing_progess Raymond Liu 13 years ago 2 files, +12, -2
dcef4bec obexd: Add low level apparam header support in gw-obex Raymond Liu 13 years ago 4 files, +36, -8
331ea6fd obexd: Do not send NULL to g_str_equal for compare Raymond Liu 13 years ago 1 file, +1, -1
8f1adbab obexd: Make the style a little bit more consistent Marcel Holtmann 13 years ago 1 file, +1, -3
4363bd57 obexd: Simplify apparam result generation Marcel Holtmann 13 years ago 1 file, +44, -34
f2f2b060 obexd: add response app parameters header of PBAP PullPhonebook Forrest Zhao 13 years ago 1 file, +63, -10
74a4817e obexd: Add more apparam range checking Marcel Holtmann 13 years ago 1 file, +19, -11
258e3f73 obexd: Unregister service and session interfaces in session_unref Raymond Liu 13 years ago 1 file, +16, -12
7ae0a229 obexd: Add more functions for dealing with application parameters Marcel Holtmann 13 years ago 2 files, +79, -0
18c8d81d obexd: Some minor cleanups Marcel Holtmann 13 years ago 1 file, +5, -3
26c90564 obexd: implement the PBAP SetPhonebook for PBAP server Forrest Zhao 13 years ago 3 files, +102, -2
081dcc32 obexd: Fix PBAP interface registration Marcel Holtmann 13 years ago 3 files, +90, -48
cf27f8d3 obexd: Add framework code for pbap client Raymond Liu 13 years ago 3 files, +114, -13
53dad973 obexd: Add gw_obex_get_async_with_apparam function Raymond Liu 13 years ago 2 files, +27, -0
73fa3610 obexd: parsing the application parameters header of PBAP PullPhonebook Forrest Zhao 13 years ago 4 files, +132, -15
7f18c7db obexd: Change low-level functions to support application parameters Marcel Holtmann 13 years ago 4 files, +25, -11
7eccdecb obexd: Use the right types when appending the folder listing data Vinicius Costa Gomes 13 years ago 1 file, +7, -8
e9ccc812 obexd: initialize session->size to 0 from OBJECT_SIZE_DELETE Forrest Zhao 13 years ago 1 file, +3, -1
8bcf44da obexd: clear session->finished in os_reset_session() Forrest Zhao 13 years ago 1 file, +1, -0
9d5bf74c obexd: implement the support for async PBAP plugin Forrest Zhao 13 years ago 6 files, +137, -64
03097edb obexd: Remove unused assigned handle variable Marcel Holtmann 13 years ago 1 file, +0, -2
3d0c5f19 obexd: Use g_malloc and g_new where appropriate Johan Hedberg 13 years ago 3 files, +3, -3
0817a76a obexd: Fixes a segfault when trying to destroy the pbap context Vinicius Costa Gomes 13 years ago 1 file, +1, -1
31969b04 obexd: Change obex_t variable name to avoid confusion Johan Hedberg 13 years ago 3 files, +4, -4
8ec710fa obexd: Fix apparam_hdr handling and some coding style Marcel Holtmann 13 years ago 1 file, +15, -23
0f030347 obexd: Allow server/transport specific MTU's Johan Hedberg 13 years ago 4 files, +16, -4
7673e8a6 obexd: Avoids a memory leak when a async operation gets aborted Vinicius Costa Gomes 13 years ago 1 file, +4, -3
02069321 obexd: Sending a error message when some error occurs during folder listing Vinicius Costa Gomes 13 years ago 1 file, +17, -3
072baa98 obexd: Fixes the case when serving folder listings bigger than MTU size Vinicius Costa Gomes 13 years ago 1 file, +8, -2
7bf74c35 obexd: Sends a final Progress message when the transfer is complete Vinicius Costa Gomes 13 years ago 1 file, +5, -2
d280fb4d obexd: Adds a way to determine that the transfer is done Vinicius Costa Gomes 13 years ago 2 files, +13, -0
bec136fc obexd: Adds support for dynamic buffers Vinicius Costa Gomes 13 years ago 2 files, +26, -5
4f68b6b5 obexd: Add Nokia PC Suite support This patch adds a --pcsuite command line option which enables features needed for Nokia PC Suite to work with obexd. Johan Hedberg 13 years ago 4 files, +60, -1
e970c174 obexd: Add support for reinitializing a tty based server This patch adds support for retrying to open a tty when the daemon receives a SIGUSR1 signal. This is e.g. needed for USB Gadget Serial so that obexd can be notified that USB cable is plugged in and that a matching device node is available. Johan Hedberg 13 years ago 1 file, +53, -4
79c7ab0e obexd: Fixes the dbus signature of the folder listing method Vinicius Costa Gomes 13 years ago 1 file, +8, -3
90bd7410 obexd: Separate Session and Transfer properties Vinicius Costa Gomes 13 years ago 1 file, +37, -3
3570c251 obexd: Checks for errors in write when receiving a object Vinicius Costa Gomes 13 years ago 1 file, +8, -1
09364c9d obexd: Do not remove owner watch in the disconnect remove watch callback Vinicius Costa Gomes 13 years ago 1 file, +2, -2
ce64bca4 obexd: Separate getting a folder listing from getting a file As there are some special conditions involving a folder listing as no object size, storing everything inside a buffer, this is better left apart from the "normal" case. Vinicius Costa Gomes 13 years ago 1 file, +47, -4
Previous Next