summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* CCpp analyzer: added "info sharedlib" (https://fedorahosted.org/abrt/ticket/90)Denys Vlasenko2009-12-091-2/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-12-092-4/+0
|\
| * CCpp: removing useless and annoying "Starting report creation"Denys Vlasenko2009-12-092-4/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | added link to bugzilla new account page to Bugzilla config dialogJiri Moskovcak2009-12-091-2/+13
|/
* PyHook: better logic for checking if abrtd is running rhbz#539987Jiri Moskovcak2009-12-071-16/+0
|
* kerneloops: fix the linux kernel version identification 2nd try.Anton Arapov2009-12-071-1/+1
| | | | | | change copypasted strchrnul() to strchr()... so that it will work. Credits to Denys.
* kerneloops: fix the linux kernel version identificationAnton Arapov2009-12-071-1/+3
| | | | version string can and by ')' in some of the reports
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-12-0713-16/+19
|\
| * *: remove most of remaining const string& paramsDenys Vlasenko2009-12-0713-16/+19
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: more fixes by rrakus@redhat.comJiri Moskovcak2009-12-076-513/+642
|/
* remove std::string usage from class CABRTException.Denys Vlasenko2009-12-0613-39/+53
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* do not send "MISSING:" over dbus; clarify a message in debuginfo installerDenys Vlasenko2009-12-041-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: gui fixes from rrakus@redhat.comJiri Moskovcak2009-12-041-40/+17
|
* SQLite3: fix leak on error path; log SQL cmd and results on -vvDenys Vlasenko2009-12-041-5/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanupDenys Vlasenko2009-12-032-12/+12
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* SQLite3: string& -> char*, -8k in code sizeDenys Vlasenko2009-12-034-215/+215
| | | | | | 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-033-160/+178
| | | | | | Also added a more robust code to resis SEGVing if directory doesn't exist. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-backtrace called with bt file pathKarel Klic2009-12-031-24/+8
|
* build fixesJiri Moskovcak2009-12-032-5/+9
|
* Comment out a debug message.Karel Klic2009-12-021-0/+2
|
* ccpp hook runs abrt-backtrace to get independent backtracesKarel Klic2009-12-021-125/+91
|
* Removed unused code (it's stored in git), ExecVP returns status integer, ↵Karel Klic2009-12-021-212/+21
| | | | break some too long lines, +emacs formatting options
* fixes on top of AutoReportUIDs change. run testedDenys Vlasenko2009-11-302-7/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003)Denys Vlasenko2009-11-301-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* a few fixes in automatic reporterNikola Pajkovsky2009-11-301-1/+1
|
* Hooks/CCpp.cpp: add MakeCompatCore = yes/no directive. Fixes rhbz#541707Denys Vlasenko2009-11-271-3/+8
| | | | | | Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCpp: moved the "Debuginfo absent" messsage to the end of the backtraceJiri Moskovcak2009-11-271-1/+1
|
* Kerneloops are reported automaticky now when AutoReportUIDs = root is in ↵Nikola Pajkovsky2009-11-264-1/+16
| | | | | | Kerneloops.conf Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* closing rhbz#541459: "remove word 'detected' from description"Denys Vlasenko2009-11-262-11/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hookCCpp: check total dump dir size and delete the largest/oldest oneDenys Vlasenko2009-11-264-21/+142
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller.Denys Vlasenko2009-11-251-5/+24
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* kerneloops use only one config. Kerneloops.confNikola Pajkovsky2009-11-234-11/+11
| | | | merge addon-kerneloops and plugin-kerneloopsreporter into one package
* bump text size threshold 1k -> 2kDenys Vlasenko2009-11-201-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* include RIP/RIP lines in oops reportsDenys Vlasenko2009-11-201-92/+68
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix a case where we don't process a crash if uid has no user recordDenys Vlasenko2009-11-201-4/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Delete kerneloops fix.Karel Klic2009-11-201-2/+2
|
* include more info into oops (we were losing the stack dump)Denys Vlasenko2009-11-191-95/+101
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* forgotten commaDenys Vlasenko2009-11-191-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix small bug in plugin loading codeDenys Vlasenko2009-11-191-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make BZ insert small text attachments inline; move text file detection codeDenys Vlasenko2009-11-195-114/+43
| | | | | | Run-tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move Catcut's description generation to lib/Utils/make_descr.cppDenys Vlasenko2009-11-193-60/+78
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* include abrt version in bug descriptionsDenys Vlasenko2009-11-183-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ccpp: deal with const string& params; fix a bug in GetIndependentBuildIdPCDenys Vlasenko2009-11-181-30/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lib/Plugins/CCpp.cpp: forgotten chunksDenys Vlasenko2009-11-181-5/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ccpp hook: implemented ReadonlyLocalDebugInfoDirs directiveDenys Vlasenko2009-11-183-60/+93
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanupsDenys Vlasenko2009-11-184-4/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add support for \" escaping in config fileDenys Vlasenko2009-11-182-9/+20
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-162-11/+29
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* minor spec file fix, disabled compiling of firefox analyzerJiri Moskovcak2009-11-161-11/+11
|
* removed the rest of python abrtutils wrapperJiri Moskovcak2009-11-155-530/+1
|