Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | GUI: single instance pattern rhbz#512390, trac#60 | Jiri Moskovcak | 2009-07-22 | 4 | -12/+83 | |
|/ | | | | - improved status window | |||||
* | Fix build system for the case where configure was run with non-default prefix | Denys Vlasenko | 2009-07-20 | 1 | -1/+6 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | GUI: Fixed reporter dialog rhbz#497600 | Jiri Moskovcak | 2009-07-20 | 1 | -18/+28 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-07-20 | 4 | -62/+158 | |
|\ | ||||||
| * | On exit, take care to emit consistent exit status. | Denys Vlasenko | 2009-07-17 | 1 | -5/+13 | |
| | | | | | | | | | | | | If we were Ctrl-C'ed, then we should exit by killing ourself, not exit(N). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | rework unsafe handling of SIGINT/SIGTERM | Denys Vlasenko | 2009-07-17 | 3 | -12/+69 | |
| | | | | | | | | | | | | | | | | | | | | Signals are asynchronous. It is unsafe to perform such complex operations in a signal handler. I changed signal handler to just set a flag, and added an event source which returns an event when this variable is set. The action is to stop event loop. Execution then falls through to program exit. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | prevent leaking buf in some cases | Denys Vlasenko | 2009-07-17 | 1 | -4/+12 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | simplify CCrashWatcher::CreatePidFile | Denys Vlasenko | 2009-07-17 | 1 | -23/+19 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Restore /proc/sys/kernel/core_pattern on error exit. | Denys Vlasenko | 2009-07-15 | 2 | -30/+57 | |
| | | | | | | | | | | | | The bug was observed when dbus-abrt.conf is missing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | test commit | root | 2009-07-15 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: root <root@dhcp-lab-117.englab.brq.redhat.com> | |||||
* | | Applet: Added commlayer to Makefile.am | Jiri Moskovcak | 2009-07-20 | 1 | -0/+1 | |
| | | ||||||
* | | Code cleanup | Jiri Moskovcak | 2009-07-20 | 1 | -3/+1 | |
| | | ||||||
* | | Removed dependency on rhpl | Jiri Moskovcak | 2009-07-20 | 2 | -4/+8 | |
| | | ||||||
* | | Daemon: added threaded CreateReport -> breaks CLI! | Jiri Moskovcak | 2009-07-20 | 5 | -68/+175 | |
| | | ||||||
* | | Removed unneeded file. | Jiri Moskovcak | 2009-07-14 | 2 | -86/+1 | |
| | | ||||||
* | | Fixed desktop file installation (ticket#56) | Jiri Moskovcak | 2009-07-08 | 1 | -1/+0 | |
|/ | ||||||
* | Minor fix to because of change in abrt dbus API. | Jiri Moskovcak | 2009-07-07 | 1 | -1/+1 | |
| | ||||||
* | Removed unused file | Jiri Moskovcak | 2009-07-07 | 2 | -191/+1 | |
| | ||||||
* | CLI: Added support for dbus | Jiri Moskovcak | 2009-07-07 | 2 | -16/+41 | |
| | ||||||
* | documentation after English language review from rlandman@redhat.com | Daniel Novotny | 2009-07-03 | 2 | -31/+34 | |
| | ||||||
* | Added desktop file for applet, to make it start automatically. | Jiri Moskovcak | 2009-07-01 | 2 | -0/+11 | |
| | ||||||
* | Fixed python hook to work with new DebugDump API | Jiri Moskovcak | 2009-06-30 | 2 | -6/+7 | |
| | ||||||
* | added a creation of directory for local building | Zdenek Prikryl | 2009-06-30 | 1 | -0/+3 | |
| | ||||||
* | fixed security issue | Zdenek Prikryl | 2009-06-30 | 1 | -3/+2 | |
| | | | | User can read only his debugdump directories | |||||
* | fixed getting list of errors for root | Zdenek Prikryl | 2009-06-29 | 1 | -10/+10 | |
| | ||||||
* | updated manpage0.0.4 | Daniel Novotny | 2009-06-24 | 1 | -0/+6 | |
| | ||||||
* | GUI: Fixed dbus exception under root | Jiri Moskovcak | 2009-06-24 | 1 | -3/+10 | |
| | ||||||
* | proper way how to daemonize | Zdenek Prikryl | 2009-06-24 | 3 | -38/+21 | |
| | ||||||
* | fixed exception chatching | Zdenek Prikryl | 2009-06-24 | 1 | -2/+2 | |
| | ||||||
* | Minor fix to save pid of child process after fork. | Jiri Moskovcak | 2009-06-23 | 1 | -1/+2 | |
| | ||||||
* | Added pidfile support in daemon (C hook should work now) | Jiri Moskovcak | 2009-06-23 | 2 | -3/+37 | |
| | ||||||
* | hook writes new dump only if the daemin is running | Zdenek Prikryl | 2009-06-17 | 2 | -1/+43 | |
| | ||||||
* | new default path for lock file | Zdenek Prikryl | 2009-06-17 | 2 | -4/+6 | |
| | ||||||
* | new default socket path | Zdenek Prikryl | 2009-06-17 | 2 | -3/+3 | |
| | ||||||
* | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-06-17 | 2 | -1/+2 | |
|\ | ||||||
| * | Lock file directory honor the --prefix | Jiri Moskovcak | 2009-06-17 | 2 | -1/+2 | |
| | | ||||||
* | | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-06-17 | 1 | -3/+3 | |
|\| | ||||||
| * | Added lock file support to daemon | Jiri Moskovcak | 2009-06-17 | 1 | -3/+3 | |
| | | ||||||
* | | changed name to Command Line Interface | Zdenek Prikryl | 2009-06-17 | 2 | -4/+4 | |
| | | ||||||
* | | remaned to proper name (Command Line Interface) | Zdenek Prikryl | 2009-06-17 | 4 | -0/+0 | |
|/ | ||||||
* | new manual pages | Daniel Novotny | 2009-06-16 | 2 | -5/+12 | |
| | ||||||
* | Allow only one instance of GUI | Jiri Moskovcak | 2009-06-16 | 2 | -5/+12 | |
| | ||||||
* | Allow only one instance of applet | Jiri Moskovcak | 2009-06-16 | 1 | -1/+17 | |
| | ||||||
* | Fixed spec file, to work with new version | Jiri Moskovcak | 2009-06-15 | 5 | -4/+5 | |
| | ||||||
* | added new options to AT, which defines what communication platform will be used | Zdenek Prikryl | 2009-06-11 | 3 | -8/+9 | |
| | ||||||
* | added tui | Zdenek Prikryl | 2009-06-10 | 1 | -1/+1 | |
| | ||||||
* | abrt can take reporter's configuration file from reporting users's ↵ | Zdenek Prikryl | 2009-06-10 | 5 | -10/+28 | |
| | | | | $HOME/.abrt/ directory | |||||
* | new simple command line client | Zdenek Prikryl | 2009-06-10 | 4 | -0/+340 | |
| | ||||||
* | fixed updating gui | Zdenek Prikryl | 2009-06-03 | 1 | -2/+9 | |
| | ||||||
* | minu AT fixes for python addon | Zdenek Prikryl | 2009-06-03 | 1 | -4/+1 | |
| |