summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | GUI: single instance pattern rhbz#512390, trac#60Jiri Moskovcak2009-07-224-12/+83
|/ | | | - improved status window
* Fix build system for the case where configure was run with non-default prefixDenys Vlasenko2009-07-201-1/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: Fixed reporter dialog rhbz#497600Jiri Moskovcak2009-07-201-18/+28
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-07-204-62/+158
|\
| * On exit, take care to emit consistent exit status.Denys Vlasenko2009-07-171-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/SIGTERMDenys Vlasenko2009-07-173-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 casesDenys Vlasenko2009-07-171-4/+12
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * simplify CCrashWatcher::CreatePidFileDenys Vlasenko2009-07-171-23/+19
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Restore /proc/sys/kernel/core_pattern on error exit.Denys Vlasenko2009-07-152-30/+57
| | | | | | | | | | | | The bug was observed when dbus-abrt.conf is missing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * test commitroot2009-07-151-1/+1
| | | | | | | | Signed-off-by: root <root@dhcp-lab-117.englab.brq.redhat.com>
* | Applet: Added commlayer to Makefile.amJiri Moskovcak2009-07-201-0/+1
| |
* | Code cleanupJiri Moskovcak2009-07-201-3/+1
| |
* | Removed dependency on rhplJiri Moskovcak2009-07-202-4/+8
| |
* | Daemon: added threaded CreateReport -> breaks CLI!Jiri Moskovcak2009-07-205-68/+175
| |
* | Removed unneeded file.Jiri Moskovcak2009-07-142-86/+1
| |
* | Fixed desktop file installation (ticket#56)Jiri Moskovcak2009-07-081-1/+0
|/
* Minor fix to because of change in abrt dbus API.Jiri Moskovcak2009-07-071-1/+1
|
* Removed unused fileJiri Moskovcak2009-07-072-191/+1
|
* CLI: Added support for dbusJiri Moskovcak2009-07-072-16/+41
|
* documentation after English language review from rlandman@redhat.comDaniel Novotny2009-07-032-31/+34
|
* Added desktop file for applet, to make it start automatically.Jiri Moskovcak2009-07-012-0/+11
|
* Fixed python hook to work with new DebugDump APIJiri Moskovcak2009-06-302-6/+7
|
* added a creation of directory for local buildingZdenek Prikryl2009-06-301-0/+3
|
* fixed security issueZdenek Prikryl2009-06-301-3/+2
| | | | User can read only his debugdump directories
* fixed getting list of errors for rootZdenek Prikryl2009-06-291-10/+10
|
* updated manpage0.0.4Daniel Novotny2009-06-241-0/+6
|
* GUI: Fixed dbus exception under rootJiri Moskovcak2009-06-241-3/+10
|
* proper way how to daemonizeZdenek Prikryl2009-06-243-38/+21
|
* fixed exception chatchingZdenek Prikryl2009-06-241-2/+2
|
* Minor fix to save pid of child process after fork.Jiri Moskovcak2009-06-231-1/+2
|
* Added pidfile support in daemon (C hook should work now)Jiri Moskovcak2009-06-232-3/+37
|
* hook writes new dump only if the daemin is runningZdenek Prikryl2009-06-172-1/+43
|
* new default path for lock fileZdenek Prikryl2009-06-172-4/+6
|
* new default socket pathZdenek Prikryl2009-06-172-3/+3
|
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-06-172-1/+2
|\
| * Lock file directory honor the --prefixJiri Moskovcak2009-06-172-1/+2
| |
* | Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-06-171-3/+3
|\|
| * Added lock file support to daemonJiri Moskovcak2009-06-171-3/+3
| |
* | changed name to Command Line InterfaceZdenek Prikryl2009-06-172-4/+4
| |
* | remaned to proper name (Command Line Interface)Zdenek Prikryl2009-06-174-0/+0
|/
* new manual pagesDaniel Novotny2009-06-162-5/+12
|
* Allow only one instance of GUIJiri Moskovcak2009-06-162-5/+12
|
* Allow only one instance of appletJiri Moskovcak2009-06-161-1/+17
|
* Fixed spec file, to work with new versionJiri Moskovcak2009-06-155-4/+5
|
* added new options to AT, which defines what communication platform will be usedZdenek Prikryl2009-06-113-8/+9
|
* added tuiZdenek Prikryl2009-06-101-1/+1
|
* abrt can take reporter's configuration file from reporting users's ↵Zdenek Prikryl2009-06-105-10/+28
| | | | $HOME/.abrt/ directory
* new simple command line clientZdenek Prikryl2009-06-104-0/+340
|
* fixed updating guiZdenek Prikryl2009-06-031-2/+9
|
* minu AT fixes for python addonZdenek Prikryl2009-06-031-4/+1
|