Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |||||
| * | | 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> | |||||
| * | Added Catcut.GTKBuilder | Jiri Moskovcak | 2009-10-29 | 2 | -2/+187 | |
| | | ||||||
| * | CCpp: added missing Close() | Jiri Moskovcak | 2009-10-29 | 1 | -0/+1 | |
| | | ||||||
| * | Enable new debuginfo downloading code | Denys Vlasenko | 2009-10-29 | 2 | -54/+50 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-10-29 | 2 | -14/+54 | |
| |\ | ||||||
| | * | DebugDump: change directory locking code to use symlinks. | Denys Vlasenko | 2009-10-29 | 2 | -14/+54 | |
| | | | | | | | | | | | | | | | | | | | | | closes race window, see https://bugzilla.redhat.com/show_bug.cgi?id=531347 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 | 8 | -18/+81 | |
| | | | | | | | | Bugzilla memory leaks fix | |||||
| * | Sending translation for Portuguese | ruigo | 2009-10-29 | 1 | -50/+65 | |
| | | ||||||
| * | dumpoops: add -s option to dump results to stdout | Denys Vlasenko | 2009-10-29 | 4 | -33/+72 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Kerneloops: remove two classes, vector_string_t works as good | Denys Vlasenko | 2009-10-29 | 5 | -74/+26 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | KerneloopsScanner: do not use global variables needlessly | Denys Vlasenko | 2009-10-28 | 4 | -110/+90 | |
| | | | | | | | | | | | | | | | | text data bss dec hex filename 27341 1688 48 29077 7195 old/libKerneloopsScanner.so 26466 1672 24 28162 6e02 new/libKerneloopsScanner.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | removed kerneloops from abrt-desktop rhbz#528395 | Jiri Moskovcak | 2009-10-28 | 1 | -1/+3 | |
| | | ||||||
| * | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-10-28 | 12 | -77/+546 | |
| |\ | ||||||
| | * | lib/Plugins/Catcut.cpp: fix two instances of use-after-free | Denys Vlasenko | 2009-10-27 | 1 | -37/+37 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | adding experimental Catcut plugin. Run-tested | Denys Vlasenko | 2009-10-27 | 5 | -1/+424 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | typo fix | Denys Vlasenko | 2009-10-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | trivial simplifications by removing redundant initializations | Denys Vlasenko | 2009-10-27 | 1 | -11/+9 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | remove redundant return after throw | Denys Vlasenko | 2009-10-27 | 1 | -1/+0 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | simplify messags handling | Denys Vlasenko | 2009-10-27 | 2 | -6/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | text data bss dec hex filename 38598 1840 288 40726 9f16 old/libBugzilla.so 38474 1840 288 40602 9e9a new/libBugzilla.so 37433 2144 24 39601 9ab1 old/libFileTransfer.so 37382 2144 24 39550 9a7e new/libFileTransfer.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | simplify base64 conversion | Denys Vlasenko | 2009-10-27 | 5 | -33/+94 | |
| | | | | | | | | | | | | | | | | | | | | | | | | text data bss dec hexfilename 39575 2016 288 41879 old/libBugzilla.so 38598 1840 288 40726 new/libBugzilla.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | Bugzilla: simplifications: remove dead member m_bLoggedIn, use statics | Denys Vlasenko | 2009-10-26 | 2 | -32/+22 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |