summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fixes for s/release/os_release/g changeDenys Vlasenko2011-02-102-1/+11
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* delete wrongly committed unused code/dataDenys Vlasenko2011-02-101-30/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-gtk: make Delete key actually delete the dump dirDenys Vlasenko2011-02-1014-243/+261
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-gtk: add keyboard handler for delete keyDenys Vlasenko2011-02-101-8/+33
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* get rid of FILENAME_DESCRIPTION, rename "release" to "os_release"Denys Vlasenko2011-02-1014-53/+16
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* change yes/no text to yes/no gtk iconsJiri Moskovcak2011-02-091-3/+3
|
* abrt-gtk: remove (unimplemented) info pane; clean up code a bitDenys Vlasenko2011-02-091-87/+67
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-gtk: more cleanupsDenys Vlasenko2011-02-096-61/+61
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-gtk: some cleanupsDenys Vlasenko2011-02-096-141/+86
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-gtk: beginning of C rewrite of GUIJiri Moskovcak2011-02-097-1/+370
|
* abrt-cli: suppress errors when we try to read dump dirs which aren't oursDenys Vlasenko2011-02-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ abrt-cli -lf Can't create lock file '/var/spool/abrt/ccpp-1296609283-15129/.lock': Permission denied Can't access '/var/spool/abrt/ccpp-1296609283-15129': Permission denied Can't create lock file '/var/spool/abrt/ccpp-1294848465-26639/.lock': Permission denied Can't access '/var/spool/abrt/ccpp-1294848465-26639': Permission denied Can't create lock file '/var/spool/abrt/ccpp-1294848466-26657/.lock': Permission denied Can't access '/var/spool/abrt/ccpp-1294848466-26657': Permission denied ^^^^^^^^^^^^^^^^^^^^ these messages 0. Crash dump : /home/test/.abrt/spool/ccpp-1296609283-15129.868047 UID : 0 Package : coreutils-8.4-10.fc13 Executable : /bin/sleep Crash Time : Wed 02 Feb 2011 02:14:43 AM CET Crash Count: 1 Hostname : dhcp-25-227.brq.redhat.com 1. Crash dump : /home/test/.abrt/spool/ccpp-1296609283-15129 UID : 0 Package : coreutils-8.4-10.fc13 Executable : /bin/sleep Crash Time : Wed 02 Feb 2011 02:14:43 AM CET Crash Count: 1 Hostname : dhcp-25-227.brq.redhat.com Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-cli: delete half-copied dir on dir copy errorDenys Vlasenko2011-02-071-1/+14
| | | | | | Also, make -d DIR to try deletion itself before resorting to abrtd Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* fix problem with daemon shutdown when abrt.conf file is wrongJiri Moskovcak2011-02-071-1/+2
| | | | | | | | | | | - it gives this message abrtd: Loading settings abrtd: abrt.conf: Invalid syntax on line 38 abrtd: Error while initializing daemon process 20610: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 2791. This is normally a bug in some application using the D-Bus library. D-Bus not built with -rdynamic so unable to print a backtrace Aborted
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-02-051-1/+1
|\
| * abrt-gui: fix wrong field name; Message->messageDenys Vlasenko2011-02-051-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | - help button show the online help instead of about dialog rhbz#666267Jiri Moskovcak2011-02-052-4/+46
|/
* abrt_curl: add "Accept: text/plain" header to our HTTP transactionsDenys Vlasenko2011-02-041-1/+9
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* btparser: Better normalization of glibc architecture-specific functions.Karel Klic2011-02-043-41/+66
| | | | btparser: New supported format of thread header: "Thread 8 (LWP 6357):"
* abrt-action-generate-backtrace: exit with 0 even if the parser failsKarel Klic2011-02-041-1/+6
|
* abrt_curl: fflush http body streamDenys Vlasenko2011-02-031-0/+5
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* in bz/rhts description, list attachments and their sizesDenys Vlasenko2011-02-031-6/+27
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt_rh_support: remove code which looks into Strata-Message: headerDenys Vlasenko2011-02-031-73/+4
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* cli: change user's abrt dir from $HOME/abrt to $HOME/.abrtDenys Vlasenko2011-02-031-2/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* run_event: fix comment which become outdated after recent changeDenys Vlasenko2011-02-011-1/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-cli -r DIR: copy non-writable DIR into $HOME/abrt/spoolDenys Vlasenko2011-02-0110-16/+259
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* dump_dir: change locking to create .lock file inside dirDenys Vlasenko2011-02-011-63/+202
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* use run_state->children_count == 0 check for "event not conf'd" conditionDenys Vlasenko2011-02-015-13/+9
| | | | | | | | | | | | run_event_on_FOO() was returning -1 when it found that not even one program was run on the requested event. Which is not a very natural return value: in many cases this isn't an error. This change makes it return 0 in this case. It is ok since now we have run_state->children_count member which can be checked for 0 by those callers which want to detect this condition. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-cli: converted to process events locallyDenys Vlasenko2011-02-016-332/+370
| | | | | | Only -d DIR operation still goes through the daemon. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* rhtsupport reads from uninitialized variableNikola Pajkovsky2011-02-011-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | abrt-action-rhtsupport.c: In function ‘main’: abrt-action-rhtsupport.c:231:12: warning: ‘child’ may be used uninitialized in this function [-Wuninitialized] abrt-action-rhtsupport.c:45:11: note: ‘child’ was declared here ... ... pid_t child; ... ... if (!login[0] || !password[0]) { errmsg = _("Empty login or password, please check RHTSupport.conf"); goto ret; } ... ... ret: // Damn, selinux does not allow SIGKILLing our own child! wtf?? //kill(child, SIGKILL); /* just in case */ waitpid(child, NULL, 0); ... ... Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* load_plugin_settings.c: remove unused variableNikola Pajkovsky2011-02-011-2/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* New supported format of thread header "Thread 8 (Thread 0xb07fdb70 (LWP 6357)):"Karel Klic2011-01-311-2/+31
|
* Added functions malloc_consolidate, _int_malloc, and __libc_calloc to the ↵Karel Klic2011-01-311-1/+4
| | | | ignore list.
* Increase limit for gdb run, as it was reported that 60 secs is too limiting ↵Karel Klic2011-01-311-1/+2
| | | | on slow machines
* Rating 0 (worst) for backtrace on which the parser fails.Karel Klic2011-01-311-4/+10
|
* Message text and other small cosmetic fixesDenys Vlasenko2011-01-283-11/+16
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* make list_possible_events return empty on non-dump directoriesDenys Vlasenko2011-01-281-4/+12
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* run_event: add children_countDenys Vlasenko2011-01-272-2/+15
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* preparatory changes for abrt-cli local processing changeDenys Vlasenko2011-01-279-168/+76
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* minor build fixesJiri Moskovcak2011-01-251-2/+2
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-01-254-21/+47
|\
| * split parse_release() into Bz and RHTS versionsDenys Vlasenko2011-01-253-10/+34
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtDenys Vlasenko2011-01-251-1/+0
| |\
| * | plug memory leak on error pathsDenys Vlasenko2011-01-251-1/+1
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * | comment out unused function post_signatureDenys Vlasenko2011-01-251-0/+2
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * | move block of code to eliminate a gotoDenys Vlasenko2011-01-251-10/+10
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | | don't try to remove the tmp dir if it's not createdJiri Moskovcak2011-01-251-3/+3
| | | | | | | | | | | | | | | - if no package is found the tmp dir is not created, but we tried to remove it anyway which failed
* | | fixed some gui warnings rhbz#671488Jiri Moskovcak2011-01-254-648/+5
| |/ |/| | | | | | | | | - it turned out to be caused by some unused code we had in git, so I just removed it and find out, that I was redefining the "show" signal from GObject, so I renamed it to "show_gui"
* | minor cleanup in python handlerJiri Moskovcak2011-01-241-1/+0
|/ | | | - removed unused import subprocess
* remove CCommLayerServer[DBus] classesDenys Vlasenko2011-01-219-144/+39
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* s/QuotaExceed/QuotaExceeded/gDenys Vlasenko2011-01-215-9/+9
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>