Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed exception throwing | Zdenek Prikryl | 2009-07-24 | 1 | -2/+1 | |
| | ||||||
* | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-07-24 | 4 | -55/+26 | |
|\ | ||||||
| * | remove superfluous copying in ExecVP params | Denys Vlasenko | 2009-07-24 | 1 | -3/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | remove GetGIDFromUID (two copies): getpwuid does the same | Denys Vlasenko | 2009-07-24 | 4 | -47/+12 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | simplify CAnalyzerCCpp::CreateHash | Denys Vlasenko | 2009-07-24 | 1 | -5/+12 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | plugin can report to different bugzillas in different reports | Zdenek Prikryl | 2009-07-24 | 1 | -9/+18 | |
| | | ||||||
* | | proper deinit of libmagic | Zdenek Prikryl | 2009-07-24 | 1 | -2/+2 | |
| | | ||||||
* | | simple fix | Zdenek Prikryl | 2009-07-24 | 1 | -1/+1 | |
| | | ||||||
* | | Added first part of gui support in reporting | Zdenek Prikryl | 2009-07-24 | 22 | -23/+90 | |
| | | ||||||
* | | Added gui desriptions for reporters | Zdenek Prikryl | 2009-07-24 | 4 | -0/+574 | |
|/ | ||||||
* | style fix by popular (Zdenek's) demand | Denys Vlasenko | 2009-07-23 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | Zdenek said: Ahother thing: commit "CCpp.cpp: fix handling of pipes when we fork children". You added piece code with while(1) and then there is a break inside the loop. Personally, I don't like infinite loops :-). There can be something like: ... int r; while ((r = read(pipeout[0], buff, sizeof(buff) - 1) > 0) { Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | typo fixes | Denys Vlasenko | 2009-07-23 | 2 | -29/+28 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | added forgotten "throw" keywords | Denys Vlasenko | 2009-07-22 | 1 | -3/+3 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | CCpp.cpp: fix handling of pipes when we fork children | Denys Vlasenko | 2009-07-22 | 1 | -122/+137 | |
| | | | | | | Also simplified read loops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-07-22 | 1 | -15/+19 | |
|\ | ||||||
| * | fix several resource leaks on error paths | Denys Vlasenko | 2009-07-22 | 1 | -15/+19 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Utils: small fix | Jiri Moskovcak | 2009-07-22 | 1 | -1/+1 | |
| | | ||||||
* | | CommLayer: added new signal "Warning" | Jiri Moskovcak | 2009-07-22 | 2 | -0/+9 | |
|/ | ||||||
* | Fix build system for the case where configure was run with non-default prefix | Denys Vlasenko | 2009-07-20 | 3 | -4/+9 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-07-20 | 1 | -1/+1 | |
|\ | ||||||
| * | Restore /proc/sys/kernel/core_pattern on error exit. | Denys Vlasenko | 2009-07-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | The bug was observed when dbus-abrt.conf is missing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | CCpp: Made it more verbose | Jiri Moskovcak | 2009-07-20 | 1 | -2/+3 | |
| | | ||||||
* | | Daemon: added threaded CreateReport -> breaks CLI! | Jiri Moskovcak | 2009-07-20 | 5 | -5/+79 | |
|/ | ||||||
* | Use CABRTException instead of throwing std::string | Jiri Moskovcak | 2009-07-07 | 1 | -1/+2 | |
| | ||||||
* | Added dbus client to commlayer | Jiri Moskovcak | 2009-07-07 | 6 | -9/+78 | |
| | ||||||
* | documentation after English language review from rlandman@redhat.com | Daniel Novotny | 2009-07-03 | 9 | -76/+77 | |
| | ||||||
* | fixed security issue | Zdenek Prikryl | 2009-06-30 | 8 | -30/+87 | |
| | | | | User can read only his debugdump directories | |||||
* | Added new SOSreport plugin. | Zdenek Prikryl | 2009-06-29 | 1 | -0/+5 | |
| | ||||||
* | New SOSreport plugin. Written by Gavin Romig-Koch (gavin@redhat.com) | Zdenek Prikryl | 2009-06-29 | 2 | -0/+165 | |
| | ||||||
* | added comments | Zdenek Prikryl | 2009-06-29 | 11 | -64/+566 | |
| | ||||||
* | fixed getting list of errors for root | Zdenek Prikryl | 2009-06-29 | 1 | -5/+5 | |
| | ||||||
* | there is no nees to init nss because of creating hash | Zdenek Prikryl | 2009-06-24 | 1 | -7/+2 | |
| | ||||||
* | minor fixes | Zdenek Prikryl | 2009-06-24 | 2 | -1/+5 | |
| | ||||||
* | security issues | Zdenek Prikryl | 2009-06-23 | 1 | -5/+9 | |
| | ||||||
* | 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. | |||||
* | new default socket path | Zdenek Prikryl | 2009-06-17 | 3 | -5/+6 | |
| | ||||||
* | added man pages to Makefile.am | Daniel Novotny | 2009-06-16 | 1 | -1/+4 | |
| | ||||||
* | new manual pages | Daniel Novotny | 2009-06-16 | 9 | -4/+358 | |
| | ||||||
* | 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 | 1 | -0/+1 | |
|/ | ||||||
* | Fixed build with python2.6 | Jiri Moskovcak | 2009-06-11 | 1 | -1/+1 | |
| | ||||||
* | 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 | 8 | -70/+81 | |
| | | | | $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 | 1 | -141/+0 | |
| | ||||||
* | fixed updating gui | Zdenek Prikryl | 2009-06-03 | 1 | -1/+1 | |
| | ||||||
* | updated debug message | Zdenek Prikryl | 2009-06-03 | 1 | -1/+1 | |
| |