Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | updated URL | Zdenek Prikryl | 2009-06-24 | 1 | -1/+1 | |
| | ||||||
* | there is no nees to init nss because of creating hash | Zdenek Prikryl | 2009-06-24 | 1 | -7/+2 | |
| | ||||||
* | proper way how to daemonize | Zdenek Prikryl | 2009-06-24 | 3 | -38/+21 | |
| | ||||||
* | minor fixes | Zdenek Prikryl | 2009-06-24 | 2 | -1/+5 | |
| | ||||||
* | fixed exception chatching | Zdenek Prikryl | 2009-06-24 | 1 | -2/+2 | |
| | ||||||
* | security issues | Zdenek Prikryl | 2009-06-23 | 1 | -5/+9 | |
| | ||||||
* | 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 | |
| | ||||||
* | Handle logs with NUL chars better | Michal Schmidt | 2009-06-20 | 3 | -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 memory | Anton Arapov | 2009-06-20 | 2 | -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 MB | Michal Schmidt | 2009-06-20 | 1 | -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 package | Zdenek Prikryl | 2009-06-17 | 1 | -1/+1 | |
| | ||||||
* | 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 | 3 | -5/+8 | |
| | ||||||
* | new default socket path | Zdenek Prikryl | 2009-06-17 | 5 | -8/+9 | |
| | ||||||
* | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-06-17 | 3 | -1/+3 | |
|\ | ||||||
| * | Lock file directory honor the --prefix | Jiri Moskovcak | 2009-06-17 | 3 | -1/+3 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | added description of communication | Zdenek Prikryl | 2009-06-17 | 1 | -0/+61 | |
| | | ||||||
* | | changed name to Command Line Interface | Zdenek Prikryl | 2009-06-17 | 3 | -5/+5 | |
| | | ||||||
* | | remaned to proper name (Command Line Interface) | Zdenek Prikryl | 2009-06-17 | 4 | -0/+0 | |
|/ | ||||||
* | Added missing requirements (rhbz#506340) | Jiri Moskovcak | 2009-06-17 | 1 | -0/+2 | |
| | ||||||
* | added man pages to spec | Daniel Novotny | 2009-06-16 | 1 | -1/+12 | |
| | ||||||
* | added man pages to Makefile.am | Daniel Novotny | 2009-06-16 | 1 | -1/+4 | |
| | ||||||
* | new manual pages | Daniel Novotny | 2009-06-16 | 11 | -9/+370 | |
| | ||||||
* | 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 | |
| | ||||||
* | Added Makefile.am to inc to fix "make dist" | Jiri Moskovcak | 2009-06-15 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-06-15 | 1 | -4/+3 | |
|\ | ||||||
| * | fixed socket creation | Zdenek Prikryl | 2009-06-11 | 1 | -4/+3 | |
| | | ||||||
* | | Fixed spec file, to work with new version | Jiri Moskovcak | 2009-06-15 | 9 | -10/+57 | |
|/ | ||||||
* | Fixed build with python2.6 | Jiri Moskovcak | 2009-06-11 | 1 | -1/+1 | |
| | ||||||
* | added new options to AT, which defines what communication platform will be used | Zdenek Prikryl | 2009-06-11 | 4 | -8/+21 | |
| | ||||||
* | added tui | Zdenek Prikryl | 2009-06-10 | 2 | -1/+2 | |
| | ||||||
* | added support for reading conf file from ucer's home directory | Zdenek Prikryl | 2009-06-10 | 1 | -3/+3 | |
| | ||||||
* | abrt can take reporter's configuration file from reporting users's ↵ | Zdenek Prikryl | 2009-06-10 | 13 | -80/+109 | |
| | | | | $HOME/.abrt/ directory | |||||
* | added more checks when someone wants to access a plugin | Zdenek Prikryl | 2009-06-10 | 2 | -4/+35 | |
| | ||||||
* | new simple command line client | Zdenek Prikryl | 2009-06-10 | 5 | -6/+347 | |
| | ||||||
* | fixed updating gui | Zdenek Prikryl | 2009-06-03 | 2 | -3/+10 | |
| | ||||||
* | updated debug message | Zdenek Prikryl | 2009-06-03 | 1 | -1/+1 | |
| | ||||||
* | minu AT fixes for python addon | Zdenek Prikryl | 2009-06-03 | 2 | -5/+2 | |
| | ||||||
* | added man pages | Zdenek Prikryl | 2009-06-03 | 2 | -0/+5 | |
| | ||||||
* | added new option (dnovotny) | Zdenek Prikryl | 2009-06-03 | 3 | -2/+12 | |
| | ||||||
* | new man pages | Zdenek Prikryl | 2009-06-03 | 3 | -0/+187 | |
| | ||||||
* | New hook for python apps | Jiri Moskovcak | 2009-06-02 | 6 | -48/+403 | |
| | | | | - minor fixes in python analyzer | |||||
* | Python wrapper for libABRTUtils | Jiri Moskovcak | 2009-06-02 | 6 | -1/+528 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-05-28 | 6 | -158/+280 | |
|\ |