Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | made ABRTPlugin more verbose | Jiri Moskovcak | 2009-09-09 | 1 | -1/+1 | |
|/ | ||||||
* | minor build fixes | Jiri Moskovcak | 2009-09-09 | 1 | -1/+1 | |
| | ||||||
* | abrtd: check, and change if necessary, mode and owner on the dump dir | Denys Vlasenko | 2009-09-09 | 1 | -3/+20 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt | Denys Vlasenko | 2009-09-09 | 1 | -0/+3 | |
|\ | ||||||
| * | inclusion of the policy file in the rpm package | dnovotny | 2009-09-09 | 1 | -0/+3 | |
| | | ||||||
* | | styple fixes to polkit code, no code changes | Denys Vlasenko | 2009-09-09 | 3 | -37/+37 | |
|/ | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | added polkit security check in SetSettings | dnovotny | 2009-09-09 | 4 | -3/+20 | |
| | ||||||
* | add polkit to compilation | danny | 2009-09-08 | 3 | -5/+6 | |
| | ||||||
* | Small fix in logging | Denys Vlasenko | 2009-09-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | whitespace fix | Denys Vlasenko | 2009-09-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | remove unused Error() methods and dbus signals. | Denys Vlasenko | 2009-09-08 | 6 | -22/+3 | |
| | | | | | | I guess it turned out Warning() works just fine. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | make Warning, Error and Update send unicast dbus messages | Denys Vlasenko | 2009-09-08 | 7 | -60/+53 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | style fixes, trivial code changes only | Denys Vlasenko | 2009-09-08 | 1 | -3/+7 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | typo corrected | Denys Vlasenko | 2009-09-08 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Daemon.cpp: improve dbus API doc in comments. no code changes | Denys Vlasenko | 2009-09-08 | 1 | -3/+19 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :) | Denys Vlasenko | 2009-09-08 | 9 | -104/+112 | |
| | | | | | | | | | | -6k: text data bss dec hexfilename 194741 2656 2384 199781 30c65abrt.t1/abrt-0.0.8.5/src/Daemon/.libs/abrtd 188316 2648 2320 193284 2f304abrt.t2/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrtd: remove unused AnalyzeComplete dbus signal | Denys Vlasenko | 2009-09-08 | 5 | -19/+0 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | preparatory work for proper (i.e. unicast) server->client dbus communication | Denys Vlasenko | 2009-09-07 | 4 | -11/+30 | |
| | | | | | | | | + /* send unicast dbus signal */ + if (!dbus_message_set_destination(msg, pDest)) + die_out_of_memory(); Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | correct g_pending_jobs' type; eliminate redundant string passing | Denys Vlasenko | 2009-09-07 | 8 | -42/+41 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | use CRPM class only in MiddleWare.cpp | Denys Vlasenko | 2009-09-07 | 4 | -16/+15 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | PluginManager.cpp: small optimization: don't search twice in containers | Denys Vlasenko | 2009-09-07 | 1 | -30/+43 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | add comment about VERBn macros | Denys Vlasenko | 2009-09-07 | 1 | -0/+4 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrtd: make it verbose only on -v[vvvv] | Denys Vlasenko | 2009-09-04 | 1 | -39/+45 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | typedef cleanup. no code changes | Denys Vlasenko | 2009-09-04 | 6 | -38/+37 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrtd: move FindNewDumps() out of init section | Denys Vlasenko | 2009-09-04 | 1 | -16/+19 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrtd: much more extensive logging at start. to be hidden under -v later | Denys Vlasenko | 2009-09-04 | 3 | -46/+86 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrtd: additional logging on initialization failure | Denys Vlasenko | 2009-09-04 | 1 | -2/+10 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Settings.cpp: small fix in .conf saving error reporting; whitespace fixes | Denys Vlasenko | 2009-09-03 | 1 | -48/+50 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | abrtd: simplify .conf file saving | Denys Vlasenko | 2009-09-03 | 1 | -80/+69 | |
| | | | | | | | | | -2k: text data bss dec hex filename 197276 2624 2352 202252 3160c abrt.t4/abrt-0.0.8/src/Daemon/.libs/abrtd 195513 2656 2352 200521 30f49 abrt.t6/abrt-0.0.8/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt | Denys Vlasenko | 2009-09-03 | 1 | -4/+4 | |
|\ | ||||||
| * | renamed abrt to abrtd, few minor spec file fixes | Jiri Moskovcak | 2009-09-03 | 1 | -4/+4 | |
| | | | | | | | | | | abrtd is less confusing for users as it stands for abrt daemon added some obsoletes to make the installation smooth and remove bbuddy | |||||
* | | CommLayerServerDBus: wire up {Get,Set}Settings as dbus methods | Denys Vlasenko | 2009-09-03 | 1 | -13/+53 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Settings: add comments, do some trivial simplifications | Denys Vlasenko | 2009-09-03 | 3 | -63/+94 | |
|/ | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt | Denys Vlasenko | 2009-09-03 | 2 | -0/+101 | |
|\ | ||||||
| * | fix polkit | Daniel Novotny | 2009-09-03 | 2 | -3/+3 | |
| | | ||||||
| * | added Polkit files | Daniel Novotny | 2009-09-03 | 2 | -0/+101 | |
| | | ||||||
* | | CommLayerServerDBus: make it resilient (again) against malformed dbus calls | Denys Vlasenko | 2009-09-02 | 1 | -124/+231 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt | Denys Vlasenko | 2009-09-02 | 1 | -0/+24 | |
|\| | ||||||
| * | adding PolicyKit policy | Daniel Novotny | 2009-09-02 | 1 | -0/+24 | |
| | | ||||||
* | | fix my mixup of int64/uint64 in dbus | Denys Vlasenko | 2009-09-02 | 1 | -8/+7 | |
|/ | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | add gettext support for all plugins | Nikola Pajkovsky | 2009-09-02 | 2 | -0/+25 | |
| | ||||||
* | fix map_string_string_t typedef name to map_string_t; silly optimizations | Denys Vlasenko | 2009-09-02 | 6 | -49/+65 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | optimize type signature string generation for dbus | Denys Vlasenko | 2009-09-01 | 1 | -12/+19 | |
| | | | | | | | | | | -1.5k: text data bss dec hex filename 194731 2584 2320 199635 30bd3 abrt.z7/abrt-0.0.8/src/Daemon/.libs/abrt 193117 2592 2320 198029 3058d abrt.z8/abrt-0.0.8/src/Daemon/.libs/abrt Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | move die_out_of_memory() to abrtlib | Denys Vlasenko | 2009-09-01 | 1 | -6/+0 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | whitespace fixes | Denys Vlasenko | 2009-09-01 | 1 | -5/+5 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | CommLayerServerDBus: rewrote to use dbus, not dbus-c++ | Denys Vlasenko | 2009-09-01 | 5 | -221/+785 | |
| | | | | | | | | | | | | | | | Expect some rough edges. On the plus side: (1) -15 kb in our own code: text data bss dec hex filename 209057 2664 2640 214361 34559 abrt.z5/abrt-0.0.8/src/Daemon/.libs/abrt 194958 2576 2320 199854 30cae abrt.z6/abrt-0.0.8/src/Daemon/.libs/abrt (2) this will allow us to stop using libdbus-c++-1.so.0 in the future (-200kb of code) (3) a lot of logging added (most on -vvv verbosity level) to help with debug Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | DBUS: return proper ErrorMessage if report fails | Jiri Moskovcak | 2009-09-01 | 2 | -1/+12 | |
| | ||||||
* | Fixed report check to really do the checking | Jiri Moskovcak | 2009-09-01 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-31 | 3 | -2/+3 | |
|\ | ||||||
| * | Changed JobStarted to pure virtual method | Jiri Moskovcak | 2009-08-31 | 3 | -2/+3 | |
| | |