summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | CCpp: Made it more verboseJiri Moskovcak2009-07-201-2/+3
| |
* | Applet: Added commlayer to Makefile.amJiri Moskovcak2009-07-201-0/+1
| |
* | Code cleanupJiri Moskovcak2009-07-201-3/+1
| |
* | Removed dependency on rhplJiri Moskovcak2009-07-203-5/+9
| |
* | Daemon: added threaded CreateReport -> breaks CLI!Jiri Moskovcak2009-07-2010-73/+254
| |
* | Removed unneeded file.Jiri Moskovcak2009-07-142-86/+1
| |
* | Fixed desktop file installation (ticket#56)Jiri Moskovcak2009-07-082-2/+6
|/
* 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
|
* Use CABRTException instead of throwing std::stringJiri Moskovcak2009-07-071-1/+2
|
* Added dbus client to commlayerJiri Moskovcak2009-07-076-9/+78
|
* documentation after English language review from rlandman@redhat.comDaniel Novotny2009-07-0312-139/+141
|
* Added desktop file for applet, to make it start automatically.Jiri Moskovcak2009-07-013-1/+13
|
* 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-309-33/+89
| | | | User can read only his debugdump directories
* Added new SOSreport plugin.Zdenek Prikryl2009-06-291-0/+5
|
* Added new SOSreport plugin.Zdenek Prikryl2009-06-291-0/+13
|
* New SOSreport plugin. Written by Gavin Romig-Koch (gavin@redhat.com)Zdenek Prikryl2009-06-292-0/+165
|
* added commentsZdenek Prikryl2009-06-2911-64/+566
|
* fixed getting list of errors for rootZdenek Prikryl2009-06-292-15/+15
|
* fixed deps and obsoletes in spec fileJiri Moskovcak2009-06-251-3/+6
|
* 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
|