Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mass replace of const string& params by const char* | Denys Vlasenko | 2009-11-06 | 20 | -228/+127 | |
| | | | | 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 | 3 | -16/+12 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. | Denys Vlasenko | 2009-11-05 | 10 | -52/+90 | |
| | | | | 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 | |
| | ||||||
* | uint64_t changed to int64_t | Nikola Pajkovsky | 2009-11-03 | 2 | -2/+2 | |
| | ||||||
* | kerneloop has uid = -1 new | Nikola Pajkovsky | 2009-11-03 | 3 | -9/+10 | |
| | ||||||
* | 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> | |||||
* | s/CC_DBUS_/ABRTD_DBUS_/g | Denys Vlasenko | 2009-11-02 | 1 | -3/+3 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | lib/Plugins/CCpp: respect DebugInfoCacheMB setting | Denys Vlasenko | 2009-11-02 | 7 | -30/+116 | |
| | | | | 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 | 13 | -15/+117 | |
| | ||||||
* | 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 | 2 | -12/+14 | |
| | | | | 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 | 4 | -58/+51 | |
| | | | | 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> | |||||
* | 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 | 3 | -34/+34 | |
| | | | | 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> | |||||
* | 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> | |||||
* | 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> | |||||
* | 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 | 4 | -33/+90 | |
| | | | | | | | | 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> | |||||
* | small corrections to nicola's new xmlrpc code | Denys Vlasenko | 2009-10-26 | 1 | -14/+10 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | add bits of infrastructure needed for xmlprc code. | Denys Vlasenko | 2009-10-26 | 5 | -0/+522 | |
| | | | | | | This does not affect existing code in any way. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | New insides in bugzilla.{cpp/h}. Hole xmlrpc protocol was rewritten into C. | Nikola Pajkovsky | 2009-10-26 | 2 | -114/+114 | |
| | ||||||
* | Merge branch 'master' into experimental | Nikola Pajkovsky | 2009-10-26 | 2 | -9/+94 | |
|\ | ||||||
| * | updates to abrt-debuginfo-install (but it is still ifdef'ed out) | Denys Vlasenko | 2009-10-23 | 1 | -8/+6 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | removing forgotted debugging printout | Denys Vlasenko | 2009-10-23 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | backtrace rating saved with crash data | dnovotny | 2009-10-13 | 2 | -0/+5 | |
| | | ||||||
| * | parameters passed as const string & | dnovotny | 2009-10-13 | 1 | -2/+2 | |
| | | ||||||
| * | a little change | dnovotny | 2009-10-13 | 1 | -1/+0 | |
| | | ||||||
| * | added backtrace rating | dnovotny | 2009-10-13 | 1 | -0/+84 | |
| | | ||||||
* | | rewritten check_uuid, login, check_cc_and_reporter and add_plus_one_cc | Nikola Pajkovsky | 2009-10-22 | 2 | -209/+118 | |
| | |