| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | make plugin descriptions more consistent in style | Denys Vlasenko | 2009-11-13 | 13 | -17/+15 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | added firefox plugin | danny | 2009-11-13 | 3 | -1/+1086 | |
| | | ||||||
| * | lib/Plugins/Mailx.cpp,TicketUploader.cpp: simplify (-7k) | Denys Vlasenko | 2009-11-12 | 3 | -125/+111 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | SOSreport.cpp: __gnu_cxx::stdio_filebuf<char> is +8k in code, thanks but no | Denys Vlasenko | 2009-11-12 | 1 | -18/+4 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Factored ParseArg | Nikola Pajkovsky | 2009-11-12 | 2 | -62/+3 | |
| | | ||||||
| * | KerneloopsSysLog: fix breakage in code which detects abrt marker | Denys Vlasenko | 2009-11-11 | 1 | -2/+2 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | remove getSettings from most plugins (inherited one is ok) | Denys Vlasenko | 2009-11-10 | 17 | -170/+149 | |
| | | | | | | | | | | Also move parse_release() to abrtlib, it's shared among Bugzilla and Catcut. Tested Bugzilla and Catcut, both work. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | make syslog detection more robust; add oops examples (fixes #533901) | Denys Vlasenko | 2009-11-10 | 1 | -52/+38 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | applied gavin's patch to Catcut. Refactored common xmlrpc code into lib/Utils. | Denys Vlasenko | 2009-11-09 | 3 | -275/+447 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | prevent gdb from i18izing its output | Denys Vlasenko | 2009-11-09 | 1 | -0/+12 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | fix and update rating | danny | 2009-11-09 | 1 | -7/+6 | |
| | | ||||||
| * | fix my thinko in rate code. run tested | Denys Vlasenko | 2009-11-09 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | lib/Plugins/CCpp: simpler rating code (do not painfully concatenate ↵ | Denys Vlasenko | 2009-11-09 | 1 | -22/+33 | |
| | | | | | | | byte-by-byte) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | reinstate code which returns rating 0 on empty backtraces | Denys Vlasenko | 2009-11-09 | 1 | -1/+5 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 22 | -111/+60 | |
| | | | | | | | This simplifies and unifies get/set settings ops Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | fix fallount from string types shuffling | Denys Vlasenko | 2009-11-06 | 1 | -3/+3 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | simplify logging a bit. warn_client() is gone, reuse error_msg() for it. | Denys Vlasenko | 2009-11-06 | 6 | -27/+21 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | make exception handling lighter | Denys Vlasenko | 2009-11-06 | 1 | -2/+2 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | lib/Plugins/FileTransfer: massive surgery | Denys Vlasenko | 2009-11-06 | 5 | -275/+159 | |
| | | | | | | | | | text data bss dec hex filename 50212 2144 16 52372 cc94 0/libTicketUploader.so 34693 1888 24 36605 8efd 1/libTicketUploader.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | lib/Plugins/FileTransfer.cpp: another s/string&/char*/ | Denys Vlasenko | 2009-11-06 | 2 | -32/+28 | |
| | | | | | | | | | text data bss dec hex filename 37324 2152 24 39500 9a4c libFileTransfer.so 33995 2112 24 36131 8d23 libFileTransfer.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | mass replace of const string& params by const char* | Denys Vlasenko | 2009-11-06 | 14 | -102/+70 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | removal of needlessly global functions | Denys Vlasenko | 2009-11-05 | 4 | -62/+56 | |
| | | | | | | | | | | | text data bss dec hex filename 10855 1304 16 12175 2f8f abrt.t0/abrt-0.0.11/lib/Plugins/.libs/libRunApp.so 10656 1288 16 11960 2eb8 abrt.t1/abrt-0.0.11/lib/Plugins/.libs/libRunApp.so 26855 1944 16 28815 708f abrt.t0/abrt-0.0.11/lib/Plugins/.libs/libSOSreport.so 24250 1904 24 26178 6642 abrt.t1/abrt-0.0.11/lib/Plugins/.libs/libSOSreport.so Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | const string& -> const char* conversion | Denys Vlasenko | 2009-11-05 | 2 | -2/+1 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. | Denys Vlasenko | 2009-11-05 | 9 | -52/+77 | |
| | | | | | 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 | -191/+232 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | fix more warnings (these were harmless, but still...) | Denys Vlasenko | 2009-11-03 | 1 | -1/+0 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | lib/Plugins/CCpp.cpp: fix "too few arguments for format" | Denys Vlasenko | 2009-11-03 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Kerneloopscanner: small fix to make it work on x86_64 | Jiri Moskovcak | 2009-11-03 | 1 | -1/+2 | |
| | | ||||||
| * | kerneloop has uid = -1 new | Nikola Pajkovsky | 2009-11-03 | 1 | -6/+6 | |
| | | ||||||
| * | lib/Plugins/CCpp: respect DebugInfoCacheMB setting | Denys Vlasenko | 2009-11-02 | 5 | -19/+82 | |
| | | | | | 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 | 12 | -15/+116 | |
| | | ||||||
| * | 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> | |||||
| * | implement abrtd -t TIMEOUT_IN_SEC | Denys Vlasenko | 2009-10-31 | 1 | -11/+10 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | lib/Plugins/Logger: much more sane dump format; fix misdetection of text files | Denys Vlasenko | 2009-10-30 | 1 | -0/+1 | |
| | | | | | 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 | 1 | -69/+10 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | lib/Plugins/Bugzilla: generate less sparse bug report comments | Denys Vlasenko | 2009-10-30 | 1 | -50/+2 | |
| | | | | | 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> | |||||
| * | 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> | |||||
| * | 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> | |||||
| * | Bugzilla: simplify; CCpp, DebugDump: don't add EOL to one-line data files | Denys Vlasenko | 2009-10-30 | 2 | -34/+31 | |
| | | | | | 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> | |||||
| * | Normal user can see kerneloops and report it | Nikola Pajkovsky | 2009-10-29 | 4 | -12/+46 | |
| | | | | | Bugzilla memory leaks fix | |||||
| * | dumpoops: add -s option to dump results to stdout | Denys Vlasenko | 2009-10-29 | 3 | -22/+29 | |
| | | | | | 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> | |||||
| * | 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 | 4 | -1/+409 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
