Commits

Commit Message Author Age Changes
04b38344 obexd: Use Folder Browsing UUID defined in gwobex. Claudio Takahasi 13 years ago 1 file, +1, -3
9a3271cd obexd: Removes the agent watch if the agent is released Vinicius Costa Gomes 13 years ago 1 file, +5, -0
bcc1b034 obexd: Add skeleton for PullBusinessCard support Marcel Holtmann 13 years ago 3 files, +149, -8
5ce1a692 obexd: CreateSession calls must return the object path Claudio Takahasi 13 years ago 1 file, +6, -2
cd879f36 obexd: Renamed variables(uuid and target) to avoid misinterpretation Claudio Takahasi 13 years ago 2 files, +9, -22
523c0ab4 obexd: Adds support for cancelling a transfer Vinicius Costa Gomes 13 years ago 1 file, +66, -0
4e4eb547 obexd: Fix 32-bit/64-bit printf issue Marcel Holtmann 13 years ago 1 file, +2, -2
3871079d obexd: Added session methods skeleton Claudio Takahasi 13 years ago 3 files, +43, -4
7a92ff81 obexd: Establish File Transfer OBEX connection when CreateSession method is called Claudio Takahasi 13 years ago 2 files, +50, -9
26e1b857 obexd: Added CreateSession skeleton Claudio Takahasi 13 years ago 1 file, +54, -22
0a2a27c3 obexd: Fix the problem to send object larger than 4096 (session data buffer size) Claudio Takahasi 13 years ago 1 file, +2, -0
aae3203a obexd: Fixed memory leak when session creation fails Claudio Takahasi 13 years ago 1 file, +4, -7
4a276a4b obexd: Call agent release method only if present Marcel Holtmann 13 years ago 1 file, +28, -25
004ccc9f obexd: Call unref on the right data structures Marcel Holtmann 13 years ago 1 file, +2, -2
e11c6cd1 obexd: Use SESSION_BASEPATH and TRANSFER_BASEPATH Marcel Holtmann 13 years ago 1 file, +5, -3
2edc33c4 obexd: Fixes a segfault when disconnected trying to send multiple files Vinicius Costa Gomes 13 years ago 1 file, +2, -0
7adfcd34 obexd: Added FileTransfer interface registration Claudio Takahasi 13 years ago 1 file, +83, -0
4a104936 obexd: Fix SDP record memory leak Marcel Holtmann 13 years ago 1 file, +2, -6
b56b731b obexd: Compile only obexd with threading support if needed Marcel Holtmann 13 years ago 1 file, +0, -10
35d82f7b obexd: Closes the session when unable to write data to the transfer Marcel Holtmann 13 years ago 1 file, +45, -41
d6460922 obexd: Check for phonebook MIME type Marcel Holtmann 13 years ago 1 file, +4, -2
ce6d0771 obexd: Some minor cleanups Marcel Holtmann 13 years ago 1 file, +4, -11
bac315ca obexd: Add first attempt at PBAP server implementation Marcel Holtmann 13 years ago 5 files, +198, -62
b8b60095 obexd: Add initial steps for phonebook retrieval Marcel Holtmann 13 years ago 1 file, +44, -0
6a236b79 obexd: The return values will be a string Marcel Holtmann 13 years ago 2 files, +2, -2
e3f45996 obexd: Add more functions to the phonebook framework Marcel Holtmann 13 years ago 3 files, +87, -16
7c20375b obexd: Enable threading if supported Marcel Holtmann 13 years ago 1 file, +10, -0
22c4dfaf obexd: Add code for testing phonebook plugins Marcel Holtmann 13 years ago 1 file, +23, -0
b7b2ad11 obexd: Add option for testing Phonebook Access Marcel Holtmann 13 years ago 1 file, +8, -3
c79d67ac obexd: Add workaround for broken libraries within plugins Marcel Holtmann 13 years ago 1 file, +12, -1
37ee988a obexd: Fix shortcut for --pbap option Marcel Holtmann 13 years ago 1 file, +1, -1
d6fcf6ab obexd: Add driver data functions Marcel Holtmann 13 years ago 2 files, +22, -0
6f3a6121 obexd: Fix debugging statement Marcel Holtmann 13 years ago 1 file, +2, -3
d3e7f55e obexd: Add skeleton for EBook driver Marcel Holtmann 13 years ago 1 file, +20, -3
69e85911 obexd: Add debugging to phonebook driver registration Marcel Holtmann 13 years ago 2 files, +7, -2
00dd9686 obexd: Use GOption argument parsing Marcel Holtmann 13 years ago 3 files, +93, -120
1985137b obexd: Simplify plugin descriptor checking Marcel Holtmann 13 years ago 1 file, +3, -5
e28829b4 obexd: Use dlopen() directly and don't depend on GModule Marcel Holtmann 13 years ago 1 file, +28, -32
30d230d8 obexd: Add skeleton for EBook plugin Marcel Holtmann 13 years ago 1 file, +45, -0
20f1a8eb obexd: Add files for phonebook abstraction Marcel Holtmann 13 years ago 2 files, +51, -0
f98f84d0 obexd: Fix agent disconnect callback declaration Marcel Holtmann 13 years ago 1 file, +1, -1
23333ab9 obexd: Uses the BlueZ service plugin to ask for authorization for FTP Vinicius Costa Gomes 13 years ago 4 files, +158, -3
0d00c071 obexd: We should never send an OBEX abort when we are a server. Johan Hedberg 13 years ago 1 file, +12, -3
5787cb4e obexd: Check optional threading support Marcel Holtmann 13 years ago 1 file, +12, -0
94b83f5b obexd: Add prototypes for phonebook abstraction Marcel Holtmann 13 years ago 2 files, +38, -0
e77fbdfa obexd: Makes use of the BlueZ Service plugin to add services records Vinicius Costa Gomes 13 years ago 5 files, +171, -127
d9586a86 obexd: Set buffer to NULL after freeing it Johan Hedberg 13 years ago 1 file, +1, -0
9866ce8d obexd: Add initial implementation of SendFiles method Marcel Holtmann 13 years ago 3 files, +625, -30
66f5e125 obexd: Use GW_OBEX_THREADS_ENABLED instead of G_THREADS_ENABLED Marcel Holtmann 13 years ago 2 files, +5, -5
ce170a9f obexd: Add skeleton for OBEX client sessions Marcel Holtmann 13 years ago 3 files, +185, -15
Previous Next