summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* lib/Plugins/CCpp.cpp: save gdb error messages tooDenys Vlasenko2009-12-161-9/+12
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* change "python /path/to/script" code a bit: doesnt log false failures nowDenys Vlasenko2009-12-161-53/+67
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* prevent destructors from throwing exceptions; check curl_easy_init errorsDenys Vlasenko2009-12-1610-26/+61
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Sending translation for Japanesekhasida2009-12-161-28/+25
|
* fix all instances of atoi() usageDenys Vlasenko2009-12-1516-40/+101
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Sending translation for Dutchwarrink2009-12-151-30/+36
|
* move misplaced commentDenys Vlasenko2009-12-151-9/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109Jiri Moskovcak2009-12-152-1/+51
| | | | | | - 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
* Sending translation for Spanishlogan2009-12-151-22/+27
|
* GUI: autoscroll log windowJiri Moskovcak2009-12-151-1/+4
|
* updated spec and cofigure.acJiri Moskovcak2009-12-152-2/+17
|
* SQLite3: log db filename on open errorDenys Vlasenko2009-12-151-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-debuginfo-install stderr is also redirected to parentDenys Vlasenko2009-12-151-4/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Kerneloops.conf: better commentsDenys Vlasenko2009-12-151-9/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* applet: reduce blinking time to 30 secondsDenys Vlasenko2009-12-151-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-debuginfo-install: better loggingDenys Vlasenko2009-12-142-21/+50
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* better logging of package and hash checksDenys Vlasenko2009-12-143-30/+27
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* another log message tweakDenys Vlasenko2009-12-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* a bit less verbose and more consistent log messagesDenys Vlasenko2009-12-143-12/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add paranoia checks on setuid/setgidDenys Vlasenko2009-12-146-40/+43
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* more "obviously correct" code for secure opening of /dev/nullDenys Vlasenko2009-12-143-20/+7
| | | | | | Old code is not broken, new one merely looks "more obviously correct". Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* get rid of ugly sleep call inside while()Denys Vlasenko2009-12-143-14/+21
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* disabled GPG check again1.0.2Jiri Moskovcak2009-12-141-1/+2
| | | | | - rpm uses prelink to check the hash, this can be dangerous and it's disallowed by SELinux
* Sending translation for Germankenda2009-12-141-97/+87
|
* Sending translation for Brazilian Portuguesegcintra2009-12-141-160/+116
|
* Sending translation for Japanesekhasida2009-12-141-6/+8
|
* Sending translation for Russianypoyarko2009-12-131-6/+7
|
* Sending translation for Hebrewelad2009-12-131-9/+12
|
* Sending translation for Polishraven2009-12-111-6/+7
|
* temporarily convert hyperlink-laden label to normal one (HL doesn't work)Denys Vlasenko2009-12-112-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rename part 3, now it builds :]Denys Vlasenko2009-12-111-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-pyhook-helper rename part 2Denys Vlasenko2009-12-111-0/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* renaming abrt-pyhook-helper -> abrt-hook-python and moving it to /usr/libexecDenys Vlasenko2009-12-116-13/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-cli: report success/failure of reporting. closes bug 71Denys Vlasenko2009-12-119-89/+110
| | | | | | See https://fedorahosted.org/abrt/ticket/71 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-12-112-11/+11
|\
| * Sending translation for Dutchwarrink2009-12-111-6/+6
| |
| * Sending translation for Spanishlogan2009-12-111-5/+5
| |
* | abrtd: log debuginfo install messages only with -vDenys Vlasenko2009-12-111-1/+1
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-applet: downgrade annoying log() to VERB1 log()Denys Vlasenko2009-12-111-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Sending translation for Assameseamitakhya2009-12-111-264/+333
|
* Sending translation for Kannadashanky2009-12-111-51/+58
|
* Sending translation for Malayalamanipeter2009-12-111-52/+54
|
* Sending translation for Telugukkrothap2009-12-111-4/+5
|
* Sending translation for Oriyamgiri2009-12-111-4/+5
|
* Sending translation for Hindirajesh2009-12-111-5/+6
|
* Sending translation for Gujaratiswkothar2009-12-111-4/+4
|
* Sending translation for Tamilifelix2009-12-111-72/+104
|
* Sending translation for Marathisandeeps2009-12-111-3/+3
|
* Sending translation for Punjabijassy2009-12-111-4/+4
|
* Sending translation for Italianfvalen2009-12-111-183/+212
|