Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed spec changelog | Jiri Moskovcak | 2009-11-03 | 1 | -0/+1 | |
| | ||||||
* | add big try-except block to python hook to hide the errors comming from the ↵ | Jiri Moskovcak | 2009-11-03 | 1 | -43/+46 | |
| | | | | hok itself | |||||
* | GUI: convert to url only string starting as url | Jiri Moskovcak | 2009-11-03 | 1 | -1/+1 | |
| | ||||||
* | Kerneloopscanner: small fix to make it work on x86_64 | Jiri Moskovcak | 2009-11-03 | 1 | -1/+2 | |
| | ||||||
* | make the CheckReport() to ignore kerneloopses | Jiri Moskovcak | 2009-11-03 | 1 | -0/+5 | |
| | ||||||
* | uint64_t changed to int64_t | Nikola Pajkovsky | 2009-11-03 | 2 | -2/+2 | |
| | ||||||
* | kerneloop has uid = -1 new | Nikola Pajkovsky | 2009-11-03 | 5 | -17/+16 | |
| | ||||||
* | re-enabled kerneloops as we don't have a replacement in F12 | Jiri Moskovcak | 2009-11-03 | 2 | -3/+2 | |
| | ||||||
* | New version 0.0.110.0.11 | Jiri Moskovcak | 2009-11-02 | 2 | -3/+26 | |
| | ||||||
* | abrt-debuginfo-install: download packages one-by-one - better logging | Denys Vlasenko | 2009-11-02 | 1 | -6/+20 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | make_description_xxx: do not report empty fields | Denys Vlasenko | 2009-11-02 | 2 | -1/+6 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fixes to spec file | Jiri Moskovcak | 2009-11-02 | 1 | -7/+11 | |
| | | | | | | - added elfutils and yum-utils as dependency - fixed desktop file install - make daemon restart after update | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-11-02 | 10 | -19/+95 | |
|\ | ||||||
| * | com.redhat.abrt.service: removed -t33 | Denys Vlasenko | 2009-11-02 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | abrtd: fix bad interaction with -T SEC code and !-d | Denys Vlasenko | 2009-11-02 | 1 | -4/+11 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | s/CC_DBUS_/ABRTD_DBUS_/g | Denys Vlasenko | 2009-11-02 | 4 | -11/+11 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | adding scripts/* - haphazard collection of debug tools | Denys Vlasenko | 2009-11-02 | 4 | -0/+69 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Added abrt.png, fixed rhbz# | Jiri Moskovcak | 2009-11-02 | 4 | -4/+14 | |
|/ | | | | - we should have an icon in menu | |||||
* | lib/Plugins/CCpp: respect DebugInfoCacheMB setting | Denys Vlasenko | 2009-11-02 | 10 | -45/+125 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Hack to fix the problem with daemon remembering the last used settings | Jiri Moskovcak | 2009-11-01 | 17 | -26/+142 | |
| | ||||||
* | Sending translation for Greek | charnik | 2009-11-01 | 1 | -73/+73 | |
| | ||||||
* | CCpp.conf: add DebugInfoCacheMB option (ignored for now) | Denys Vlasenko | 2009-11-01 | 3 | -10/+26 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://jmoskovc@git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-11-01 | 1 | -0/+520 | |
|\ | ||||||
| * | Sending translation for po/el.po | ppapadeas | 2009-11-01 | 1 | -0/+520 | |
| | | ||||||
* | | typo fix | Jiri Moskovcak | 2009-11-01 | 1 | -1/+1 | |
|/ | ||||||
* | disabled kerneloops in config file | Jiri Moskovcak | 2009-10-31 | 1 | -1/+2 | |
| | ||||||
* | added dependency to gdb >= 7.0 | Jiri Moskovcak | 2009-10-31 | 1 | -1/+1 | |
| | ||||||
* | small fix: forgot to terminate longopts[] | Denys Vlasenko | 2009-10-31 | 1 | -0/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix segfault on "abrt-pyhook-helper -p X </dev/null" (use of uninitialized ↵ | Denys Vlasenko | 2009-10-31 | 1 | -71/+61 | |
| | | | | | | | | | | | | variiable) Converted to getopt (argp_parse is a GNUism), it's smaller now: text data bss dec hex filename 6461 1364 64 7889 1ed1 old/abrt-pyhook-helper 6579 876 128 7583 1d9f new/abrt-pyhook-helper Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix a bug where after realloc we may scribble over uninitialized memory | Denys Vlasenko | 2009-10-31 | 1 | -32/+15 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | src/CLI/*: fix an unterminated argv + simplifications | Denys Vlasenko | 2009-10-31 | 6 | -193/+174 | |
| | | | | | | | | | | | | | | | The fix is: - const char *args[6]; - args[0] = editor; - args[1] = path; + char *args[3]; + args[0] = (char*)editor; + args[1] = (char*)path; + args[2] = NULL; run_command(args); Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | implement abrtd -t TIMEOUT_IN_SEC | Denys Vlasenko | 2009-10-31 | 6 | -100/+119 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2009-10-30 | 15 | -473/+546 | |
|\ | ||||||
| * | lib/Plugins/Logger: much more sane dump format; fix misdetection of text files | Denys Vlasenko | 2009-10-30 | 7 | -74/+74 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | move logger's report text creation to lib/Utils/make_descr.cpp | Denys Vlasenko | 2009-10-30 | 3 | -69/+76 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | lib/Plugins/Bugzilla: generate less sparse bug report comments | Denys Vlasenko | 2009-10-30 | 4 | -60/+101 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | lib/Plugins/Bugzilla: better message at login failure | Denys Vlasenko | 2009-10-30 | 1 | -7/+17 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | document a bad interaction with keyring | Denys Vlasenko | 2009-10-30 | 1 | -10/+24 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Sending translation for German | fab | 2009-10-30 | 1 | -251/+250 | |
| | | ||||||
| * | *: wire up /var/run/abrt in a few more places | Denys Vlasenko | 2009-10-30 | 3 | -1/+6 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | lib/Plugins/CCpp: use /var/run instead of /tmp for tempdir | Denys Vlasenko | 2009-10-30 | 1 | -1/+2 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | abrt-debuginfo-install: tweaked comment | Denys Vlasenko | 2009-10-30 | 1 | -3/+4 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Bugzilla: fix some memory leaks. More reamins on error path... | Denys Vlasenko | 2009-10-30 | 2 | -51/+46 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Receive and print Warning and Update messages during remode procedure calls | Karel Klic | 2009-10-30 | 1 | -10/+66 | |
| | | ||||||
* | | Python backtrace size limited to 1 MB | Karel Klic | 2009-10-30 | 1 | -3/+9 | |
| | | ||||||
* | | fixes based on review by Denys | Karel Klic | 2009-10-30 | 1 | -19/+23 | |
|/ | ||||||
* | Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data files | Denys Vlasenko | 2009-10-30 | 3 | -34/+34 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | fix incorrect logic for checking/correcting directory owner | Denys Vlasenko | 2009-10-30 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt | Denys Vlasenko | 2009-10-30 | 1 | -2/+2 | |
|\ | ||||||
| * | build fixes, added plugin-logger to abrt-desktop | Jiri Moskovcak | 2009-10-30 | 1 | -2/+2 | |
| | | | | | | | | | | - plugin-logger should work as a "failsafe" so if every other reporters fail, user can still find the reports in /var/log/abrt-logger |