summaryrefslogtreecommitdiff
path: root/obexd/plugins/ftp.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-04obexd: Remove the total silly usage of gchar and replace it with charMarcel Holtmann1-1/+1
2012-12-12ftp: Remove record detailsLuiz Augusto von Dentz1-45/+0
2012-12-07Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg1-0/+4
2012-12-05Ensure config.h is included by using CPPFLAGSLucas De Marchi1-4/+0
2012-12-04obexd: Use ENOSYS to indicate not implemented functionLuiz Augusto von Dentz1-1/+1
2012-12-04obexd: Update record to support version 1.2 with GoepL2capPsm attributeLuiz Augusto von Dentz1-1/+5
2012-12-04obexd: remove unnecessary openobex includesLuiz Augusto von Dentz1-3/+1
2012-12-04obexd: remove duplicated includesLuiz Augusto von Dentz1-2/+0
2012-12-04obexd: Remove use of obex_object_t from service.hLuiz Augusto von Dentz1-4/+4
2012-12-04obexd: Introduce obex_get_non_header_dataLuiz Augusto von Dentz1-2/+2
2012-12-04obexd: fix coding styleLuiz Augusto von Dentz1-15/+15
2012-12-04obexd: remove pcsuite codeLuiz Augusto von Dentz1-55/+0
2012-12-04obexd: Move secure flag to service driverLuiz Augusto von Dentz1-0/+1
2012-12-04obexd: Remove options per serverLuiz Augusto von Dentz1-5/+5
2012-12-04obexd: Rename dbus.h to manager.gJohan Hedberg1-1/+1
2012-12-04obexd: Clean up header filesJohan Hedberg1-0/+1
2012-12-04obexd: Fix missing Name header check in FTP action codeSlawomir Bochenski1-0/+3
2012-12-04obexd: Fix several issues in FTP action supportSlawomir Bochenski1-6/+55
2012-12-04obexd: Simplify symbolic links supportSlawomir Bochenski1-6/+7
2012-12-04obexd: Add Name header check to ftp_chkputSlawomir Bochenski1-0/+3
2012-12-04obexd: Fix valid file name checks for FTP & OPPSlawomir Bochenski1-1/+8
2012-12-04obexd: Make mime type matching case-insensitiveSlawomir Bochenski1-1/+1
2012-12-04obexd: Start OpenOBEX stream automaticallySlawomir Bochenski1-5/+1
2012-12-04obexd: Fix white space related coding style issuesSyam Sidhardhan1-1/+1
2012-12-04obexd: Add support for Action command to pcsuite pluginLuiz Augusto von Dentz1-2/+1
2012-12-04obexd: Add basic support for action commands on ftp driverLuiz Augusto von Dentz1-0/+99
2012-12-04obexd: Move PC Suite drivers to its own pluginLuiz Augusto von Dentz1-156/+9
2012-12-04obexd: Add more debug logs for ftp driverLuiz Augusto von Dentz1-0/+20
2012-12-04obexd: Add support for pcsuite lock fileLuiz Augusto von Dentz1-6/+134
2012-12-04obexd: Change obex_service_driver put() signatureSlawomir Bochenski1-1/+2
2012-12-04obexd: Fix folder listing not able to use name header to list sub foldersLuiz Augusto von Dentz1-3/+0
2012-12-04obexd: Replace uses of debug with DBGLuiz Augusto Von Dentz1-7/+7
2012-12-04obexd: Add dynamic debug featureLuiz Augusto von Dentz1-1/+1
2012-12-04obexd: Fix FTP GET name handlingVinicius Costa Gomes1-5/+13
2012-12-04obexd: Coding style fixesVinicius Costa Gomes1-97/+98
2012-12-04obexd: Fix regression on opp put when name is not setLuiz Augusto von Dentz1-0/+3
2012-12-04obexd: drivers should know nothing about obex_sessionVinicius Costa Gomes1-4/+4
2012-12-04obexd: Implements PhonebookSize for PullPhoneBook functionClaudio Takahasi1-1/+4
2012-12-04obexd: all the drivers structs can be declared staticVinicius Costa Gomes1-2/+2
2012-12-04obexd: Renaming of obex_prepare_put and obex_stream_startVinicius Costa Gomes1-4/+4
2012-12-04obexd: obexd core should know nothing about filesystemsVinicius Costa Gomes1-51/+8
2012-12-04obexd: Fix bug when creating directoriesLuiz Augusto Von Dentz1-5/+9
2012-12-04obexd: Added PBAP application parameter parser functionClaudio Takahasi1-3/+3
2012-12-04obexd: current_folder should not be in the coreVinicius Costa Gomes1-32/+66
2012-12-04obexd: Add support for per service user dataVinicius Costa Gomes1-7/+12
2012-12-04obexd: Now obex_session is private to the core obexdVinicius Costa Gomes1-9/+9
2012-12-04obexd: Remove all the uses of obex_rsp_tVinicius Costa Gomes1-40/+22
2012-12-04obexd: Initial support for mimetype drivers on PBAPClaudio Takahasi1-1/+1
2012-12-04obexd: Cleaning up the ftp serviceVinicius Costa Gomes1-11/+19
2012-12-04obexd: Cleanup of check put function of OBEX service driverClaudio Takahasi1-11/+3