Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | 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 | |
| |\ | ||||||
| * | | GUI: make the newest dump selected | Jiri Moskovcak | 2009-10-22 | 1 | -1/+2 | |
| | | | ||||||
* | | | Fix file header. | Karel Klic | 2009-11-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | GetPluginsInfo implementation | Karel Klic | 2009-11-09 | 2 | -1/+26 | |
| |/ |/| | ||||||
* | | Fixed make rpm | Karel Klic | 2009-10-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2009-10-22 | 9 | -151/+157 | |
|\| | ||||||
| * | abrtd: remove accesses to ~user/.abrt | Denys Vlasenko | 2009-10-22 | 2 | -73/+82 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | optimizations | Denys Vlasenko | 2009-10-22 | 2 | -19/+17 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | fix warning and whitespace damage | Denys Vlasenko | 2009-10-21 | 6 | -59/+58 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Initial implementation of abrt-pyhook-helper | Karel Klic | 2009-10-22 | 4 | -43/+178 | |
|/ | ||||||
* | Use defines instead of strings where possible. | Karel Klic | 2009-10-21 | 2 | -23/+25 | |
| | ||||||
* | Tell user about sending the report. | Karel Klic | 2009-10-20 | 1 | -0/+6 | |
| | ||||||
* | Inform whether some changes were detected in the crash report. | Karel Klic | 2009-10-20 | 1 | -24/+84 | |
| | ||||||
* | More comments. | Karel Klic | 2009-10-20 | 1 | -4/+10 | |
| | ||||||
* | new_call_msg and send_get_reply_and_unref made static | Karel Klic | 2009-10-20 | 2 | -4/+2 | |
| | ||||||
* | Print error on unlink failure. | Karel Klic | 2009-10-20 | 1 | -1/+2 | |
| | ||||||
* | Code comments. Better UI texts. | Karel Klic | 2009-10-20 | 1 | -27/+31 | |
| | ||||||
* | Manpage documents environment variable usage. | Karel Klic | 2009-10-20 | 1 | -3/+9 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2009-10-20 | 1 | -8/+57 | |
|\ | ||||||
| * | abrt-debuginfo-install: expand doc | Denys Vlasenko | 2009-10-19 | 1 | -8/+15 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | abrt-debuginfo-install: add mini-doc | Denys Vlasenko | 2009-10-19 | 1 | -8/+50 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Initial implementation of crash report editor. Splitted CLI.cpp into ↵ | Karel Klic | 2009-10-20 | 8 | -220/+657 | |
| | | | | | | | | multiple files for clarity. | |||||
* | | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Karel Klic | 2009-10-19 | 6 | -8/+186 | |
|\| | ||||||
| * | wire up abrt-debuginfo-install to lib/Plugins/CCpp.cpp | Denys Vlasenko | 2009-10-19 | 1 | -11/+51 | |
| | | | | | | | | | | | | Tested. Seems to work better than what we had before. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | adding abrt-debuginfo-install script | Denys Vlasenko | 2009-10-16 | 3 | -2/+140 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | lib/Plugins/CCpp.cpp: fix a bug with detecting missing debuginfos | Denys Vlasenko | 2009-10-16 | 2 | -4/+4 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | made polkit policy to be more permissive | Jiri Moskovcak | 2009-10-15 | 1 | -2/+2 | |
| | | | | | | | | - debuginfo install only worked under root | |||||
* | | ABRTSocket renamed DisConnect to Disconnect, CLI added localization support ↵ | Karel Klic | 2009-10-19 | 4 | -62/+169 | |
| | | | | | | | | and commandline editor work in progress | |||||
* | | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Karel Klic | 2009-10-14 | 2 | -5/+5 | |
|\| | ||||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-10-13 | 1 | -1/+2 | |
| |\ | ||||||
| | * | lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD ↵ | Denys Vlasenko | 2009-10-13 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | instead Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |