summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* updated manpage0.0.4Daniel Novotny2009-06-241-0/+6
|
* GUI: Fixed dbus exception under rootJiri Moskovcak2009-06-241-3/+10
|
* updated URLZdenek Prikryl2009-06-241-1/+1
|
* there is no nees to init nss because of creating hashZdenek Prikryl2009-06-241-7/+2
|
* proper way how to daemonizeZdenek Prikryl2009-06-243-38/+21
|
* minor fixesZdenek Prikryl2009-06-242-1/+5
|
* fixed exception chatchingZdenek Prikryl2009-06-241-2/+2
|
* security issuesZdenek Prikryl2009-06-231-5/+9
|
* 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
|
* Handle logs with NUL chars betterMichal Schmidt2009-06-203-42/+39
| | | | | | | | | | | It is not too rare that '\0' chars appear in /var/log/messages. I saw a real-life case where kerneloops would show a popup with the same old oops after every login. It turned out that there were NUL chars in the log which prevented kerneloops from seeing its marker, so it always treated the old oops in the log as new. This patch fixes it by always going through the whole known length of the buffer (not stopping on NUL chars) and using less string-oriented functions in fill_lineinfo().
* Use less memoryAnton Arapov2009-06-202-62/+79
| | | | | | | | | | | | * backport of 14e769d7093179943015ff88d0d3bdd65b2947f7 * Author: Michal Schmidt <mschmidt@redhat.com> The linepointer array is huge!: linepointer = calloc(buflen+1, sizeof(char*)); buflen can be as much as 32 MB, that makes it allocate 32M*8 = 256M on x86_64. Fix it by growing the allocation dynamically as we find interesting lines in the log.
* Really limit max size of log to read to 32 MBMichal Schmidt2009-06-201-3/+3
| | | | | Because of MAX/MIN confusion, the buffer size was always at least 32 MB, instead of at most 32 MB as intended.
* fixed cli packageZdenek Prikryl2009-06-171-1/+1
|
* hook writes new dump only if the daemin is runningZdenek Prikryl2009-06-172-1/+43
|
* new default path for lock fileZdenek Prikryl2009-06-173-5/+8
|
* new default socket pathZdenek Prikryl2009-06-175-8/+9
|
* Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-06-173-1/+3
|\
| * Lock file directory honor the --prefixJiri Moskovcak2009-06-173-1/+3
| |
* | 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
| |
* | added description of communicationZdenek Prikryl2009-06-171-0/+61
| |
* | changed name to Command Line InterfaceZdenek Prikryl2009-06-173-5/+5
| |
* | remaned to proper name (Command Line Interface)Zdenek Prikryl2009-06-174-0/+0
|/
* Added missing requirements (rhbz#506340)Jiri Moskovcak2009-06-171-0/+2
|
* added man pages to specDaniel Novotny2009-06-161-1/+12
|
* added man pages to Makefile.amDaniel Novotny2009-06-161-1/+4
|
* new manual pagesDaniel Novotny2009-06-1611-9/+370
|
* Allow only one instance of GUIJiri Moskovcak2009-06-162-5/+12
|
* Allow only one instance of appletJiri Moskovcak2009-06-161-1/+17
|
* Added Makefile.am to inc to fix "make dist"Jiri Moskovcak2009-06-151-0/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-06-151-4/+3
|\
| * fixed socket creationZdenek Prikryl2009-06-111-4/+3
| |
* | Fixed spec file, to work with new versionJiri Moskovcak2009-06-159-10/+57
|/
* Fixed build with python2.6Jiri Moskovcak2009-06-111-1/+1
|
* added new options to AT, which defines what communication platform will be usedZdenek Prikryl2009-06-114-8/+21
|
* added tuiZdenek Prikryl2009-06-102-1/+2
|
* added support for reading conf file from ucer's home directoryZdenek Prikryl2009-06-101-3/+3
|
* abrt can take reporter's configuration file from reporting users's ↵Zdenek Prikryl2009-06-1013-80/+109
| | | | $HOME/.abrt/ directory
* added more checks when someone wants to access a pluginZdenek Prikryl2009-06-102-4/+35
|
* new simple command line clientZdenek Prikryl2009-06-105-6/+347
|
* fixed updating guiZdenek Prikryl2009-06-032-3/+10
|
* updated debug messageZdenek Prikryl2009-06-031-1/+1
|
* minu AT fixes for python addonZdenek Prikryl2009-06-032-5/+2
|
* added man pagesZdenek Prikryl2009-06-032-0/+5
|
* added new option (dnovotny)Zdenek Prikryl2009-06-033-2/+12
|
* new man pagesZdenek Prikryl2009-06-033-0/+187
|
* New hook for python appsJiri Moskovcak2009-06-026-48/+403
| | | | - minor fixes in python analyzer
* Python wrapper for libABRTUtilsJiri Moskovcak2009-06-026-1/+528
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-05-286-158/+280
|\