Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | abrt-backtrace included to the RPM | Karel Klic | 2009-11-12 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Comment | Karel Klic | 2009-11-11 | 1 | -2/+3 | |
| | | | | | | ||||||
* | | | | | | Ignore backtrace parser intermediate files | Karel Klic | 2009-11-11 | 1 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | Configuration changes for backtrace tool | Karel Klic | 2009-11-11 | 1 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | Backtrace tool WORK-IN-PROGRESS | Karel Klic | 2009-11-11 | 11 | -1/+1047 | |
| | | | | | | ||||||
* | | | | | | Ignore ylwrap autotools helper. | Karel Klic | 2009-11-11 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Ignore abrt-backtrace bin file. | Karel Klic | 2009-11-11 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | merge | Karel Klic | 2009-11-09 | 114 | -3441/+6630 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | continuing s/string&/char*/ bit-by-bit | Denys Vlasenko | 2009-11-09 | 2 | -34/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | | | | 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> | |||||
| * | | | | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt | Denys Vlasenko | 2009-11-09 | 1 | -64/+86 | |
| |\ \ \ \ | ||||||
| | * | | | | Sending translation for Portuguese | ruigo | 2009-11-09 | 1 | -64/+86 | |
| | | |_|/ | | |/| | | ||||||
| * / | | | 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> | |||||
| * | | | Sending translation for Finnish | vpv | 2009-11-08 | 1 | -14/+23 | |
| | | | | ||||||
| * | | | Sending translation for Greek | pkst | 2009-11-08 | 1 | -52/+78 | |
| | | | | ||||||
| * | | | Sending translation for Dutch | warrink | 2009-11-07 | 1 | -64/+95 | |
| | | | | ||||||
| * | | | Sending translation for Punjabi | aalam | 2009-11-07 | 1 | -229/+265 | |
| | | | | ||||||
| * | | | Sending translation for Spanish | beckerde | 2009-11-07 | 1 | -120/+89 | |
| | | | | ||||||
| * | | | Sending translation for Polish | raven | 2009-11-07 | 1 | -63/+88 | |
| | | | | ||||||
| * | | | Sending translation for Finnish | vpv | 2009-11-06 | 1 | -83/+108 | |
| | | | | ||||||
| * | | | Sending translation for Brazilian Portuguese | igor | 2009-11-06 | 1 | -120/+107 | |
| | | | | ||||||
| * | | | give Plugin class a map_plugin_settings_t member | Denys Vlasenko | 2009-11-06 | 24 | -114/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 15 | -129/+138 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | | make exception handling lighter | Denys Vlasenko | 2009-11-06 | 8 | -39/+43 | |
| | |/ | |/| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-11-06 | 42 | -835/+679 | |
| |\ \ | ||||||
| | * | | lib/Plugins/FileTransfer: massive surgery | Denys Vlasenko | 2009-11-06 | 7 | -275/+183 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 28 | -371/+275 | |
| | | | | | | | | | | | | | | | | 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 | 18 | -107/+153 | |
| | | | | | | | | | | | | | | | | 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 | 4 | -194/+246 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | fix more warnings (these were harmless, but still...) | Denys Vlasenko | 2009-11-03 | 2 | -2/+1 | |
| | | | | | | | | 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> | |||||
| * | Sending translation for Greek | pkst | 2009-11-03 | 1 | -107/+127 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | fixed spec changelog | Jiri Moskovcak | 2009-11-03 | 1 | -0/+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 | |
| | | ||||||
| * | Kerneloopscanner: small fix to make it work on x86_64 | Jiri Moskovcak | 2009-11-03 | 1 | -1/+2 | |
| | | ||||||
| * | make the CheckReport() to ignore kerneloopses | Jiri Moskovcak | 2009-11-03 | 1 | -0/+5 | |
| | | ||||||
| * | uint64_t changed to int64_t | Nikola Pajkovsky | 2009-11-03 | 2 | -2/+2 | |
| | | ||||||
| * | kerneloop has uid = -1 new | Nikola Pajkovsky | 2009-11-03 | 5 | -17/+16 | |
| | | ||||||
| * | re-enabled kerneloops as we don't have a replacement in F12 | Jiri Moskovcak | 2009-11-03 | 2 | -3/+2 | |
| | | ||||||
| * | New version 0.0.110.0.11 | Jiri Moskovcak | 2009-11-02 | 2 | -3/+26 | |
| | |