Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. | Denys Vlasenko | 2009-11-05 | 6 | -55/+61 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | | GUI: added support for backtrace rating | Jiri Moskovcak | 2009-11-06 | 2 | -3/+64 | |
| |/ / | | | | | | | | | | | | | | | | - we don't allow user to create a bug report with backtrace rated below 3 - gui shows yellow warning if the rating == 3 | |||||
| * / | abrtd: call res_init() if /etc/resolv.conf or friends were changed | Denys Vlasenko | 2009-11-04 | 1 | -0/+30 | |
| |/ | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | lib/Plugins/Bugzilla: sanitize xmlrpc init; fix bug where ssl_verify=1 always | Denys Vlasenko | 2009-11-03 | 2 | -3/+14 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | fix more warnings (these were harmless, but still...) | Denys Vlasenko | 2009-11-03 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | GUI: small fix to make only valid urls clickable | Jiri Moskovcak | 2009-11-03 | 2 | -2/+2 | |
| | | ||||||
| * | just changed comments | Jiri Moskovcak | 2009-11-03 | 2 | -2/+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 | |
| | | ||||||
| * | make the CheckReport() to ignore kerneloopses | Jiri Moskovcak | 2009-11-03 | 1 | -0/+5 | |
| | | ||||||
| * | kerneloop has uid = -1 new | Nikola Pajkovsky | 2009-11-03 | 2 | -8/+6 | |
| | | ||||||
| * | re-enabled kerneloops as we don't have a replacement in F12 | Jiri Moskovcak | 2009-11-03 | 1 | -1/+1 | |
| | | ||||||
| * | 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> | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-11-02 | 5 | -16/+23 | |
| |\ | ||||||
| | * | 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 | 3 | -8/+8 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | Added abrt.png, fixed rhbz# | Jiri Moskovcak | 2009-11-02 | 3 | -2/+6 | |
| |/ | | | | | | | - we should have an icon in menu | |||||
| * | lib/Plugins/CCpp: respect DebugInfoCacheMB setting | Denys Vlasenko | 2009-11-02 | 2 | -15/+4 | |
| | | | | | | | | 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 | 4 | -11/+25 | |
| | | ||||||
| * | typo fix | Jiri Moskovcak | 2009-11-01 | 1 | -1/+1 | |
| | | ||||||
| * | disabled kerneloops in config file | Jiri Moskovcak | 2009-10-31 | 1 | -1/+2 | |
| | | ||||||
| * | 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 | 4 | -88/+105 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2009-10-30 | 4 | -16/+29 | |
| |\ | ||||||
| | * | lib/Plugins/Logger: much more sane dump format; fix misdetection of text files | Denys Vlasenko | 2009-10-30 | 2 | -12/+23 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | *: wire up /var/run/abrt in a few more places | Denys Vlasenko | 2009-10-30 | 2 | -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> | |||||
| * | | 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 | |
| |/ | ||||||
| * | 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> | |||||
| * | reenable sanitization of /var/cache/abrt; create abrt-di (debuginfo cache) too | Denys Vlasenko | 2009-10-30 | 1 | -16/+22 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | blacklisted nspluginwrapper, because it causes too many useless reports | Jiri Moskovcak | 2009-10-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | - nspluginwrapper tends to crash a lot with closed source plugins (like flash) and there is nothing developers can do about it, so it's just filling BZ with useless reports | |||||
| * | GUI: Wrong settings window is not shown behind the reporter dialog rhbz#531119 | Jiri Moskovcak | 2009-10-29 | 3 | -3/+6 | |
| | | ||||||
| * | forgot return back 120 = Kernelscanner | Nikola Pajkovsky | 2009-10-29 | 1 | -1/+1 | |
| | | ||||||
| * | Normal user can see kerneloops and report it | Nikola Pajkovsky | 2009-10-29 | 4 | -6/+35 | |
| | | | | | | | | Bugzilla memory leaks fix | |||||
| * | dumpoops: add -s option to dump results to stdout | Denys Vlasenko | 2009-10-29 | 1 | -11/+43 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-10-28 | 1 | -1/+1 | |
| |\ | ||||||
| | * | typo fix | Denys Vlasenko | 2009-10-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-10-26 | 1 | -48/+61 | |
| |\| | ||||||
| | * | updates to abrt-debuginfo-install (but it is still ifdef'ed out) | Denys Vlasenko | 2009-10-23 | 1 | -48/+61 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | GUI: fixed exception when enabling plugin rhbz#530495 | Jiri Moskovcak | 2009-10-23 | 1 | -1/+3 | |
| |/ | ||||||
| * | GUI: small fixes | Jiri Moskovcak | 2009-10-22 | 2 | -11/+8 | |
| | | ||||||
| * | GUI: fixed problem with keyring when run after "su -" | Jiri Moskovcak | 2009-10-22 | 3 | -22/+34 | |
| | | | | | | | | | | | | | | - keyring daemon works only for the session owner so, if user "su" to other user abrt will fail to read/write any settings and will load the defaults, user still can change the settings and use them, but it will be lost when he quit the gui | |||||
| * | GUI: fixed report editor behavior | Jiri Moskovcak | 2009-10-22 | 1 | -4/+1 | |
| | | | | | | | | - ENTER inserts a new line instead of ending the editing | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-10-22 | 5 | -44/+179 | |
| |\ |