Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add ProcessUnpackaged option to abrt.conf | Denys Vlasenko | 2010-03-05 | 1 | -2/+0 |
| | | | | | | Based on patch by Pekka Pietikainen <pp@ee.oulu.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: remove all usages of C++ streams (-10k in code size) | Denys Vlasenko | 2010-02-07 | 1 | -2/+1 |
| | | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | move all FILENAME_xxx defines to inc/CrashTypes.h | Denys Vlasenko | 2010-01-19 | 1 | -19/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | DebugDump: more consistent logic in setting mode and uid:gid on dump dir | Denys Vlasenko | 2010-01-11 | 1 | -0/+2 |
| | | | | | | | | With comments! yay. Before it, too restrictive mode was preventing python craches to be handled. Signed-off-by: Karel Klic <kklic@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: misc fixes | Denys Vlasenko | 2010-01-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | prevent destructors from throwing exceptions; check curl_easy_init errors | Denys Vlasenko | 2009-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109 | Jiri Moskovcak | 2009-12-15 | 1 | -0/+2 |
| | | | | | | - when there is a bug in 3rd party python extension, the python binary creates the coredump, so ABRT always blames the python package, but we want to blame the app that uses the extension instead | ||||
* | hookCCpp: check total dump dir size and delete the largest/oldest one | Denys Vlasenko | 2009-11-26 | 1 | -1/+7 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make BZ insert small text attachments inline; move text file detection code | Denys Vlasenko | 2009-11-19 | 1 | -1/+2 |
| | | | | | | Run-tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | mass replace of const string& params by const char* | Denys Vlasenko | 2009-11-06 | 1 | -6/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | uint64_t changed to int64_t | Nikola Pajkovsky | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | kerneloop has uid = -1 new | Nikola Pajkovsky | 2009-11-03 | 1 | -1/+2 |
| | |||||
* | DebugDump: change directory locking code to use symlinks. | Denys Vlasenko | 2009-10-29 | 1 | -2/+2 |
| | | | | | | | closes race window, see https://bugzilla.redhat.com/show_bug.cgi?id=531347 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | backtrace rating saved with crash data | dnovotny | 2009-10-13 | 1 | -0/+1 |
| | |||||
* | fixed savind comments and how to reproduce files | Zdenek Prikryl | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | comments and how to reproduce are stored now | Nikola Pajkovsky | 2009-09-21 | 1 | -1/+2 |
| | |||||
* | fix the bug where lock file was not removed | Denys Vlasenko | 2009-09-09 | 1 | -0/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | eliminate CDebugDump::m_bUnlock, m_nLockfileFD can be used instead | Denys Vlasenko | 2009-09-09 | 1 | -3/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | make GetNextFile close directory fd when the search is over | Denys Vlasenko | 2009-09-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | four more more string& -> char* conversions. -2k | Denys Vlasenko | 2009-09-09 | 1 | -4/+4 |
| | | | | | | | | text data bss dec hex filename 188660 2776 2320 193756 2f4dc abrt.t5/abrt-0.0.8.5/src/Daemon/.libs/abrtd 186751 2776 2320 191847 2ed67 abrt.t6/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | replace one const string& parameter with const char*. almost -1k of code (!) | Denys Vlasenko | 2009-09-09 | 1 | -1/+1 |
| | | | | | | | | text data bss dec hex filename 189533 2776 2320 194629 2f845 abrt.t4/abrt-0.0.8.5/src/Daemon/.libs/abrtd 188660 2776 2320 193756 2f4dc abrt.t6/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | MiddleWare, Bugzilla: create new component file. Can be used in reporting | Zdenek Prikryl | 2009-08-20 | 1 | -0/+1 |
| | | | | MiddleWare: fixed reporting according package name | ||||
* | CDebugDump::Create(pDir, pUID): make 2nd param uid_t, not string | Denys Vlasenko | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | made some functions static | Denys Vlasenko | 2009-08-04 | 1 | -13/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | remove GetGIDFromUID (two copies): getpwuid does the same | Denys Vlasenko | 2009-07-24 | 1 | -1/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | fixed security issue | Zdenek Prikryl | 2009-06-30 | 1 | -2/+2 |
| | | | | User can read only his debugdump directories | ||||
* | addded removing useless back slashed from debug dump dir name | Zdenek Prikryl | 2009-05-28 | 1 | -0/+2 |
| | |||||
* | support for simpler settings | Zdenek Prikryl | 2009-05-12 | 1 | -0/+2 |
| | |||||
* | rework commlayerinner usage | Zdenek Prikryl | 2009-04-29 | 1 | -0/+1 |
| | | | | new lock method in debugdump | ||||
* | added new abrt exceptions | Zdenek Prikryl | 2009-04-23 | 1 | -1/+0 |
| | |||||
* | renamed MW library | Zdenek Prikryl | 2009-04-08 | 1 | -5/+0 |
| | | | | | | renamed Utils library added check for plugins init method renamed crash types | ||||
* | rewritten CDebugDump and CrashTypes | Zdenek Prikryl | 2009-04-01 | 1 | -10/+15 |
| | |||||
* | replaced language and application plugins by analyzer plugin | Zdenek Prikryl | 2009-03-19 | 1 | -2/+1 |
| | | | | | added action plugin simplify plugin iface | ||||
* | fixed typo | Zdenek Prikryl | 2009-02-26 | 1 | -1/+1 |
| | |||||
* | added new reporting items | Zdenek Prikryl | 2009-02-25 | 1 | -0/+3 |
| | |||||
* | rewrote locking stuff | Zdenek Prikryl | 2009-02-19 | 1 | -1/+2 |
| | |||||
* | new delete function | Zdenek Prikryl | 2009-02-19 | 1 | -1/+3 |
| | |||||
* | new logic of getting package name | Zdenek Prikryl | 2009-02-18 | 1 | -1/+0 |
| | |||||
* | fixed bug in locking | Zdenek Prikryl | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | fixed lock functionality | Zdenek Prikryl | 2009-02-12 | 1 | -1/+5 |
| | |||||
* | added lock functionality to DebugDump | Zdenek Prikryl | 2009-02-12 | 1 | -1/+4 |
| | |||||
* | for getting proc info and package names there are separate plublic methods | Zdenek Prikryl | 2009-02-12 | 1 | -2/+3 |
| | |||||
* | Added additional constants for filenames | Zdenek Prikryl | 2009-02-11 | 1 | -1/+3 |
| | |||||
* | added new constructionr and new method for getting time | Zdenek Prikryl | 2009-02-11 | 1 | -4/+4 |
| | |||||
* | Create new Utils library (it uses old DebugDump and adds more functionality) | Zdenek Prikryl | 2009-02-05 | 1 | -0/+72 |