| Commit message (Expand) | Author | Age | Files | Lines |
* | factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cpp | Denys Vlasenko | 2009-09-17 | 3 | -0/+214 |
* | new polkit action for installing debuginfo, default "yes" | dnovotny | 2009-09-16 | 1 | -1/+1 |
* | Move lib/Utils/DBusClientProxy.* to src/Applet/; do not link rpm to libABRTUtils | Denys Vlasenko | 2009-09-17 | 3 | -358/+8 |
* | Added cleaning of attachment variable, so there should not be mixed attachmet... | Zdenek Prikryl | 2009-09-17 | 1 | -0/+1 |
* | fixed closing of debug dump in case of existing backtrace | Zdenek Prikryl | 2009-09-17 | 1 | -1/+2 |
* | remove C++ dbus glue in src/CLI; fix a bug in --report | Denys Vlasenko | 2009-09-17 | 3 | -0/+339 |
* | backtrace declared twice | dnovotny | 2009-09-16 | 1 | -1/+0 |
* | merge correction | dnovotny | 2009-09-16 | 2 | -12/+6 |
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | dnovotny | 2009-09-16 | 2 | -174/+233 |
|\ |
|
| * | moved g_type_init() to right place | Jiri Moskovcak | 2009-09-16 | 1 | -1/+2 |
| * | add forgotten } | Denys Vlasenko | 2009-09-15 | 1 | -0/+1 |
| * | reuse code, do not cut-n-paste | Denys Vlasenko | 2009-09-15 | 1 | -43/+13 |
| * | small correction to previous commit (forgot .debug suffix) | Denys Vlasenko | 2009-09-15 | 1 | -1/+1 |
| * | initial code for better debuginfo installation. | Denys Vlasenko | 2009-09-15 | 1 | -178/+221 |
* | | added timeout to Polkit, added authorization check for debuginfo-install | dnovotny | 2009-09-16 | 2 | -45/+72 |
|/ |
|
* | added another form of checking Polkit rights: from PID | dnovotny | 2009-09-15 | 2 | -1/+42 |
* | trailing whitespace removal | Denys Vlasenko | 2009-09-15 | 1 | -8/+8 |
* | trailing whitespace removed | Denys Vlasenko | 2009-09-15 | 1 | -17/+17 |
* | unify CommLayer, MiddleWare and Utils into Utils | Denys Vlasenko | 2009-09-15 | 18 | -91/+48 |
* | moake one sfunction static; style fixes | Denys Vlasenko | 2009-09-14 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | dnovotny | 2009-09-14 | 3 | -32/+0 |
|\ |
|
| * | move lib/CommLayer/CommLayerClientDBus.{h,cpp) -> src/CLI | Denys Vlasenko | 2009-09-14 | 3 | -32/+0 |
* | | Polkit moved to Utils (can be used both in daemon and plugins) | dnovotny | 2009-09-14 | 3 | -3/+112 |
|/ |
|
* | fix the bug where lock file was not removed | Denys Vlasenko | 2009-09-09 | 7 | -18/+22 |
* | GetAndSetLock: simplify. old code was racy | Denys Vlasenko | 2009-09-09 | 1 | -29/+39 |
* | remove unnecessary variable from last commit | Denys Vlasenko | 2009-09-09 | 1 | -2/+1 |
* | eliminate CDebugDump::m_bUnlock, m_nLockfileFD can be used instead | Denys Vlasenko | 2009-09-09 | 3 | -41/+42 |
* | make GetNextFile close directory fd when the search is over | Denys Vlasenko | 2009-09-09 | 2 | -22/+23 |
* | four more more string& -> char* conversions. -2k | Denys Vlasenko | 2009-09-09 | 3 | -10/+10 |
* | replace one const string& parameter with const char*. almost -1k of code (!) | Denys Vlasenko | 2009-09-09 | 2 | -2/+2 |
* | minor fix to TicketUploader | Jiri Moskovcak | 2009-09-09 | 1 | -1/+2 |
* | man page for ticket uploader | Zdenek Prikryl | 2009-09-08 | 1 | -0/+55 |
* | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-09-08 | 1 | -2/+8 |
|\ |
|
| * | remove unused Error() methods and dbus signals. | Denys Vlasenko | 2009-09-08 | 1 | -2/+8 |
* | | added ticket uploader plugin (gavin@redhat.com) | Zdenek Prikryl | 2009-09-08 | 5 | -3/+820 |
* | | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-09-08 | 7 | -87/+107 |
|\| |
|
| * | make Warning, Error and Update send unicast dbus messages | Denys Vlasenko | 2009-09-08 | 3 | -31/+48 |
| * | style fixes, trivial code changes only | Denys Vlasenko | 2009-09-08 | 3 | -43/+41 |
| * | preparatory work for proper (i.e. unicast) server->client dbus communication | Denys Vlasenko | 2009-09-07 | 1 | -13/+18 |
* | | Some simple changes to SOSreport plugin. (gavin@redhat.com) | Zdenek Prikryl | 2009-09-07 | 2 | -5/+60 |
|/ |
|
* | Add checker if bugzilla login and password are filled in. | Nikola Pajkovsky | 2009-09-07 | 1 | -19/+24 |
* | Add new config option InstallDebuginfo into CCpp.conf | Nikola Pajkovsky | 2009-09-07 | 3 | -3/+23 |
* | typedef cleanup. no code changes | Denys Vlasenko | 2009-09-04 | 2 | -4/+3 |
* | Change report logic. | Nikola Pajkovsky | 2009-09-03 | 1 | -22/+25 |
* | if login fails, then bugzilla tries to find a bug without login | Zdenek Prikryl | 2009-09-03 | 2 | -3/+30 |
* | add gettext support for all plugins | Nikola Pajkovsky | 2009-09-02 | 11 | -31/+47 |
* | fix map_string_string_t typedef name to map_string_t; silly optimizations | Denys Vlasenko | 2009-09-02 | 1 | -1/+1 |
* | move die_out_of_memory() to abrtlib | Denys Vlasenko | 2009-09-01 | 2 | -16/+11 |
* | Build fixes | Jiri Moskovcak | 2009-08-31 | 1 | -1/+1 |
* | remove unused CObserver::Debug method | Denys Vlasenko | 2009-08-28 | 1 | -1/+0 |