summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/SQLite3.h
Commit message (Collapse)AuthorAgeFilesLines
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-9/+7
| | | | | | | | | | | | | | | | | | | This fixes at least three instances where we did not check whether user is even allowed to report or delete a crash. Also fixes a few cases when root might inadvertently act on (e.g. delete) mote than one crash. Renamed FILENAME_UID to CD_UID - makes more sense this way. Added COL_INFORMALL and CD_INFORMALL. Nuked UID == -1 hacks. Renamed getReport() to start_job on Python side. Dropped a few unused parameters from server -> client dbus signals. Fixed CLI's way of reverencing crashes (see updated help text). Run-tested (GUI and CLI). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Nikola Pajkovsky <npajkovs@redhat.com>
* save reporters' results to abrt_vNN_reportresult table tooDenys Vlasenko2010-03-021-0/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-2/+1
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* SQLite3: string& -> char*, -8k in code sizeDenys Vlasenko2009-12-031-17/+6
| | | | | | Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB tooDenys Vlasenko2009-12-031-6/+7
| | | | | | Also added a more robust code to resis SEGVing if directory doesn't exist. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-101-1/+2
| | | | | | | | | Also move parse_release() to abrtlib, it's shared among Bugzilla and Catcut. Tested Bugzilla and Catcut, both work. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* give Plugin class a map_plugin_settings_t memberDenys Vlasenko2009-11-061-1/+1
| | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* style fixes, trivial code changes onlyDenys Vlasenko2009-09-081-4/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added support for updating abrt's tableZdenek Prikryl2009-08-241-0/+1
|
* added support for storing results from reporters (used from gui)Zdenek Prikryl2009-08-141-1/+1
|
* moved LoadSettings from plugins into PluginManagerZdenek Prikryl2009-08-111-1/+0
|
* remove redundant virtual destructors definitionsDenys Vlasenko2009-08-041-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added new interface for geting plugins' settings (will be used in gui)Zdenek Prikryl2009-07-311-0/+2
|
* Move PLUGIN_INFOs to .cpp files: same object must never be defined twiceDenys Vlasenko2009-07-311-9/+0
| | | | | | | | and if structure is defined in a .h file, that happens. Since this particular structure has non-trivial destructor, it was running twice and resulted in double-free. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Added first part of gui support in reportingZdenek Prikryl2009-07-241-1/+2
|
* - reporter plugins can tak an argimentZdenek Prikryl2009-04-161-11/+11
| | | | | - added "Reporters" option which allows report basic info after a crash occurs - fixed interface of plugins
* replaced language and application plugins by analyzer pluginZdenek Prikryl2009-03-191-5/+2
| | | | | added action plugin simplify plugin iface
* Check if table 'abrt' existsZdenek Prikryl2009-03-171-1/+4
|
* Fixed table indices in sqlite plugin.Jiri Moskovcak2009-02-201-1/+1
|
* added new columnZdenek Prikryl2009-02-111-1/+2
|
* added new interfaceZdenek Prikryl2009-02-111-16/+5
|
* tabs are replaced by spacesZdenek Prikryl2009-02-041-33/+35
| | | | fixed inserting into db
* Initial git commitJiri Moskovcak2009-02-021-0/+80