summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/FileTransfer.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhticket: factor out HTTP POST code into abrt_curl.{h,cpp}Denys Vlasenko2010-03-251-1/+1
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-2/+1
* SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTODenys Vlasenko2010-01-261-1/+1
* TicketUploader and FileTransfer plugins: fixes after a round of testingDenys Vlasenko2010-01-211-80/+91
* restore saving of backtrace broken by client->server security fixDenys Vlasenko2010-01-211-6/+0
* abrtd: fix Report() dbus call gaping security holesDenys Vlasenko2010-01-211-6/+6
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-6/+5
* *: misc fixesDenys Vlasenko2010-01-111-14/+6
* prevent destructors from throwing exceptions; check curl_easy_init errorsDenys Vlasenko2009-12-161-6/+2
* fix all instances of atoi() usageDenys Vlasenko2009-12-151-2/+2
* get rid of ugly sleep call inside while()Denys Vlasenko2009-12-141-5/+6
* style fixes, no code changesDenys Vlasenko2009-12-101-2/+2
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-061-3/+3
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-10/+14
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-8/+6
* simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-061-8/+5
* make exception handling lighterDenys Vlasenko2009-11-061-2/+2
* lib/Plugins/FileTransfer: massive surgeryDenys Vlasenko2009-11-061-4/+2
* lib/Plugins/FileTransfer.cpp: another s/string&/char*/Denys Vlasenko2009-11-061-31/+27
* mass replace of const string& params by const char*Denys Vlasenko2009-11-061-48/+27
* lib/Plugins/CCpp: respect DebugInfoCacheMB settingDenys Vlasenko2009-11-021-1/+1
* simplify messags handlingDenys Vlasenko2009-10-271-3/+2
* *: add "force" param to CreateReport dbus call. If !0, regenerates backtraceDenys Vlasenko2009-10-091-1/+1
* 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