Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete kerneloops fix. | Karel Klic | 2009-11-20 | 1 | -2/+2 |
| | |||||
* | include abrt version in bug descriptions | Denys Vlasenko | 2009-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make plugin descriptions more consistent in style | Denys Vlasenko | 2009-11-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 1 | -8/+14 |
| | | | | | | | | | 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 member | Denys Vlasenko | 2009-11-06 | 1 | -5/+3 |
| | | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | lib/Plugins/FileTransfer.cpp: another s/string&/char*/ | Denys Vlasenko | 2009-11-06 | 1 | -1/+1 |
| | | | | | | | | text data bss dec hex filename 37324 2152 24 39500 9a4c libFileTransfer.so 33995 2112 24 36131 8d23 libFileTransfer.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | kerneloop has uid = -1 new | Nikola Pajkovsky | 2009-11-03 | 1 | -6/+6 |
| | |||||
* | Normal user can see kerneloops and report it | Nikola Pajkovsky | 2009-10-29 | 1 | -9/+17 |
| | | | | Bugzilla memory leaks fix | ||||
* | - fixed case when root couldn't properly report others bugs | Jiri Moskovcak | 2009-10-21 | 1 | -1/+10 |
| | | | | | | - if root reports other bugs the SetReported() failed because it was looking for dump using UUID and UID which doesn't work for root, so I changed it to use only UUID if abrt-gui is run by root | ||||
* | remove a few #include <iostream>'s | Denys Vlasenko | 2009-09-18 | 1 | -3/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | style fixes, trivial code changes only | Denys Vlasenko | 2009-09-08 | 1 | -37/+36 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | simplify error handling. CrashWatcher.cpp lost a few wrapper functions | Denys Vlasenko | 2009-08-27 | 1 | -1/+0 |
| | | | | | | -4k of code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fixed sql command for update from v1->v2 | Zdenek Prikryl | 2009-08-25 | 1 | -4/+28 |
| | |||||
* | added support for updating abrt's table | Zdenek Prikryl | 2009-08-24 | 1 | -6/+89 |
| | |||||
* | added support for storing results from reporters (used from gui) | Zdenek Prikryl | 2009-08-14 | 1 | -2/+10 |
| | |||||
* | moved LoadSettings from plugins into PluginManager | Zdenek Prikryl | 2009-08-11 | 1 | -8/+0 |
| | |||||
* | added new interface for geting plugins' settings (will be used in gui) | Zdenek Prikryl | 2009-07-31 | 1 | -4/+17 |
| | |||||
* | Move PLUGIN_INFOs to .cpp files: same object must never be defined twice | Denys Vlasenko | 2009-07-31 | 1 | -0/+9 |
| | | | | | | | | 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> | ||||
* | Fix build system for the case where configure was run with non-default prefix | Denys Vlasenko | 2009-07-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | added new abrt exceptions | Zdenek Prikryl | 2009-04-23 | 1 | -7/+7 |
| | |||||
* | added new interface frof settings | Zdenek Prikryl | 2009-04-02 | 1 | -2/+2 |
| | |||||
* | replaced language and application plugins by analyzer plugin | Zdenek Prikryl | 2009-03-19 | 1 | -3/+7 |
| | | | | | added action plugin simplify plugin iface | ||||
* | Check if table 'abrt' exists | Zdenek Prikryl | 2009-03-17 | 1 | -20/+42 |
| | |||||
* | new default path to DB | Zdenek Prikryl | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | replace old project name by new one | Zdenek Prikryl | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | root is god (zprikryl) | Jiri Moskovcak | 2009-03-02 | 1 | -6/+20 |
| | |||||
* | test | Zdenek Prikryl | 2009-02-25 | 1 | -0/+8 |
| | |||||
* | changed table's name | Zdenek Prikryl | 2009-02-25 | 1 | -2/+2 |
| | |||||
* | Fixed table indices in sqlite plugin. | Jiri Moskovcak | 2009-02-20 | 1 | -6/+8 |
| | |||||
* | added default values for settings | Zdenek Prikryl | 2009-02-18 | 1 | -2/+2 |
| | |||||
* | added new column | Zdenek Prikryl | 2009-02-11 | 1 | -8/+15 |
| | |||||
* | added new interface | Zdenek Prikryl | 2009-02-11 | 1 | -85/+35 |
| | |||||
* | tabs are replaced by spaces | Zdenek Prikryl | 2009-02-04 | 1 | -106/+124 |
| | | | | fixed inserting into db | ||||
* | Initial git commit | Jiri Moskovcak | 2009-02-02 | 1 | -0/+255 |