summaryrefslogtreecommitdiffstats
path: root/lib/MiddleWare
Commit message (Expand)AuthorAgeFilesLines
* style fixes, trivial code changes onlyDenys Vlasenko2009-09-081-2/+2
* add gettext support for all pluginsNikola Pajkovsky2009-09-021-0/+11
* fix map_string_string_t typedef name to map_string_t; silly optimizationsDenys Vlasenko2009-09-021-1/+1
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-273-21/+1
* move lib/MiddleWare/RPM.{h,cpp} to src/Daemon, the sole userDenys Vlasenko2009-08-253-281/+0
* fixed sql command for update from v1->v2Zdenek Prikryl2009-08-251-2/+2
* fixed signature checkZdenek Prikryl2009-08-201-10/+26
* RPM: added GetComponent method which finds the bz component to given filenameJiri Moskovcak2009-08-202-1/+30
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-143-4/+10
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-112-70/+1
* replace string memebers of plugin_info_t with const char*Denys Vlasenko2009-08-071-6/+6
* Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp.Denys Vlasenko2009-08-073-74/+102
* move lib/MiddleWare/{ABRTPlugin,DynamicLibrary}.* to src/Daemon/Denys Vlasenko2009-08-065-322/+0
* move lib/MiddleWare/PluginManager.* -> src/Daemon/PluginManager.*Denys Vlasenko2009-08-063-444/+0
* style cleanups in preparation for PluginManager moveDenys Vlasenko2009-08-062-73/+77
* moving MiddleWare.{h,cpp} from lib/MiddleWare/ to src/Daemon/Denys Vlasenko2009-08-063-981/+18
* prepare makefiles for code movement between dirs. no code changesDenys Vlasenko2009-08-061-15/+32
* remove redundant virtual destructors definitionsDenys Vlasenko2009-08-044-16/+0
* typo fix: s/Plugis/Plugins/gDenys Vlasenko2009-08-044-21/+23
* simplify parameter/return value passing for boolsDenys Vlasenko2009-08-032-2/+2
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-316-10/+161
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-312-9/+12
* New iface for getting plugins' infosZdenek Prikryl2009-07-316-23/+42
* Added first part of gui support in reportingZdenek Prikryl2009-07-249-9/+59
* Restore /proc/sys/kernel/core_pattern on error exit.Denys Vlasenko2009-07-151-1/+1
* added commentsZdenek Prikryl2009-06-2911-64/+566
* fixed getting list of errors for rootZdenek Prikryl2009-06-291-5/+5
* abrt can take reporter's configuration file from reporting users's $HOME/.abr...Zdenek Prikryl2009-06-102-35/+41
* added more checks when someone wants to access a pluginZdenek Prikryl2009-06-102-4/+35
* fixed updating guiZdenek Prikryl2009-06-031-1/+1
* updated debug messageZdenek Prikryl2009-06-031-1/+1
* added comm layerZdenek Prikryl2009-05-281-2/+2
* added return codes to some of MW's functionsZdenek Prikryl2009-05-282-121/+140
* fixed debug messagesZdenek Prikryl2009-05-131-1/+8
* added debug messagesZdenek Prikryl2009-05-121-0/+4
* support for simpler settingsZdenek Prikryl2009-05-123-49/+89
* rework commlayerinner usageZdenek Prikryl2009-04-293-24/+20
* new commlayerinner interfaceZdenek Prikryl2009-04-282-20/+20
* moved files to new inc directoryZdenek Prikryl2009-04-281-71/+0
* final touch on commlayer, minor fixes in exceptions (zprikryl)Jiri Moskovcak2009-04-243-20/+22
* added new abrt exceptionsZdenek Prikryl2009-04-236-140/+171
* - reporter plugins can tak an argimentZdenek Prikryl2009-04-165-95/+100
* simple report can be activated immediately after a crash occursZdenek Prikryl2009-04-162-0/+22
* Configurable max size of debugdump storage rhbz#490889Jiri Moskovcak2009-04-102-5/+10
* added new CD_ATT typeZdenek Prikryl2009-04-082-3/+19
* fixed debuginfo-install checksZdenek Prikryl2009-04-081-1/+1
* renamed MW libraryZdenek Prikryl2009-04-085-48/+59
* Added "Comment" to reportJiri Moskovcak2009-04-072-0/+2
* added "editable" itemZdenek Prikryl2009-04-072-47/+58
* updated test and fixed crash typesZdenek Prikryl2009-04-022-10/+21