summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/FileTransfer.cpp
Commit message (Expand)AuthorAgeFilesLines
* FileTransfer: add one more error check; shrink code a bitDenys Vlasenko2009-10-011-51/+67
* fix possible mem leakdnovotny2009-10-011-2/+7
* error checking added to archive creationdnovotny2009-09-301-14/+48
* fix all instances of dent->d_type == DT_REG checksDenys Vlasenko2009-09-301-5/+4
* remove DBusManager::uniq_nameDenys Vlasenko2009-09-291-20/+23
* rewrite FileTransfer to use library calls instead of commandline calls for co...dnovotny2009-09-171-23/+132
* remove a few #include <iostream>'sDenys Vlasenko2009-09-181-1/+0
* add gettext support for all pluginsNikola Pajkovsky2009-09-021-9/+12
* simplify error handling. CrashWatcher.cpp lost a few wrapper functionsDenys Vlasenko2009-08-271-2/+1
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-261-9/+9
* more sensible loggingDenys Vlasenko2009-08-251-7/+3
* add new parameter to FileTransfer pluginDaniel Novotny2009-08-251-3/+19
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-8/+0
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-311-10/+29
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-2/+10
* added new option (dnovotny)Zdenek Prikryl2009-06-031-1/+6
* initial file transfer plugin (dnovotny)Zdenek Prikryl2009-05-201-0/+255