Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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> | |||||
* | | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-10-26 | 17 | -467/+1676 | |
|\| | ||||||
| * | 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 | 6 | -0/+573 | |
| | | | | | | | | | | | | 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 | 22 | -361/+1214 | |
| |\ | ||||||
| | * | Sending translation for Danish | kristho | 2009-10-26 | 1 | -34/+38 | |
| | | | ||||||
| | * | Sending translation for po/ast.po | astur | 2009-10-25 | 1 | -0/+551 | |
| | | | ||||||
| | * | Sending translation for Spanish | elsupergomez | 2009-10-24 | 1 | -3/+3 | |
| | | | ||||||
| | * | Sending translation for Spanish | elsupergomez | 2009-10-24 | 1 | -16/+24 | |
| | | | ||||||
| | * | Sending translation for Brazilian Portuguese | diegobz | 2009-10-24 | 1 | -54/+79 | |
| | | | ||||||
| | * | Sending translation for Dutch | warrink | 2009-10-23 | 1 | -33/+35 | |
| | | | ||||||
| | * | updates to abrt-debuginfo-install (but it is still ifdef'ed out) | Denys Vlasenko | 2009-10-23 | 2 | -56/+67 | |
| | | | | | | | | | | | | 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> | |||||
| * | | Merge branch 'master' into experimental | Nikola Pajkovsky | 2009-10-22 | 5 | -146/+169 | |
| |\ \ | ||||||
| * | | | rewritten check_uuid, login, check_cc_and_reporter and add_plus_one_cc | Nikola Pajkovsky | 2009-10-22 | 3 | -211/+118 | |
| | | | | ||||||
| * | | | Merge branch 'master' into experimental | Nikola Pajkovsky | 2009-10-21 | 26 | -320/+1359 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into experimental | Nikola Pajkovsky | 2009-10-17 | 16 | -538/+882 | |
| |\ \ \ \ | ||||||
| * | | | | | start rewriting login and check uuid from xmlrpc++ to xmlrpc | Nikola Pajkovsky | 2009-10-09 | 4 | -48/+181 | |
| | | | | | | ||||||
* | | | | | | GUI: fixed exception when enabling plugin rhbz#530495 | Jiri Moskovcak | 2009-10-23 | 1 | -1/+3 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Sending translation for Brazilian Portuguese | igor | 2009-10-22 | 1 | -34/+39 | |
| | | | | | ||||||
* | | | | | Sending translation for Spanish | beckerde | 2009-10-22 | 1 | -36/+39 | |
| | | | | | ||||||
* | | | | | Sending translation for Polish | raven | 2009-10-22 | 1 | -34/+47 | |
| | | | | | ||||||
* | | | | | backtrace rating saved with crash data | dnovotny | 2009-10-13 | 2 | -0/+5 | |
| | | | | | ||||||
* | | | | | 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 |