| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unused Error() methods and dbus signals. | Denys Vlasenko | 2009-09-08 | 1 | -2/+8 |
* | make Warning, Error and Update send unicast dbus messages | Denys Vlasenko | 2009-09-08 | 3 | -31/+48 |
* | remove unused CObserver::Debug method | Denys Vlasenko | 2009-08-28 | 1 | -1/+0 |
* | consolidate container typedefs in one file (we had a few dupes) | Denys Vlasenko | 2009-08-27 | 1 | -5/+6 |
* | don't encode the job id into message string, send it as an separate argument | Jiri Moskovcak | 2009-08-27 | 2 | -6/+4 |
* | add job ids (== thread ids) to warning/update DBus messages | Denys Vlasenko | 2009-08-26 | 2 | -16/+41 |
* | replace comm_layer_inner_debug() with log() everywhere | Denys Vlasenko | 2009-08-26 | 2 | -8/+8 |
* | resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned c... | Nikola Pajkovsky | 2009-08-26 | 2 | -4/+5 |
* | make some CrashWatcher member functions static; simplify CObserver class | Denys Vlasenko | 2009-08-26 | 1 | -19/+2 |
* | eliminate one-use class CDBusServer_adaptor | Denys Vlasenko | 2009-08-25 | 1 | -2/+2 |
* | remove CreateReport() method from server machinery; add comments about DBus | Denys Vlasenko | 2009-08-25 | 1 | -1/+0 |
* | pass map_crash_report_t by const reference, not by value | Denys Vlasenko | 2009-08-25 | 3 | -3/+3 |
* | move lib/CommLayer/DBusServerProxy.{h,cpp} to src/Daemon/. No code changes. | Denys Vlasenko | 2009-08-20 | 3 | -344/+0 |
* | move lib/CommLayer/CommLayerServer*.{h,cpp} to src/Daemon/, the sole user | Denys Vlasenko | 2009-08-19 | 7 | -554/+0 |
* | whitespace cleanup, no code changes | Denys Vlasenko | 2009-08-18 | 1 | -1/+1 |
* | GUI now show the status window after report to let user know how did it go. | Jiri Moskovcak | 2009-08-17 | 9 | -12/+22 |
* | DBUS: exposed method SetPluginSettings | Jiri Moskovcak | 2009-08-12 | 5 | -0/+23 |
* | for correct plugin's settings we need to know an user | Zdenek Prikryl | 2009-08-11 | 5 | -7/+9 |
* | DBUS: exposed methods Un/RegisterPlugin | Jiri Moskovcak | 2009-08-11 | 5 | -0/+44 |
* | DBUS: added new method to get plugin settings | Jiri Moskovcak | 2009-08-10 | 6 | -7/+32 |
* | style fixes, no code changes | Denys Vlasenko | 2009-08-09 | 1 | -7/+7 |
* | simplify logging by removing CCommLayerInner class | Denys Vlasenko | 2009-08-07 | 3 | -121/+18 |
* | preparatory cleanups | Denys Vlasenko | 2009-08-07 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-06 | 5 | -390/+539 |
|\ |
|
| * | move huge inlines out of DBusClientProxy.h to DBusClientProxy.cpp | Denys Vlasenko | 2009-08-06 | 5 | -190/+269 |
| * | deinline 2k+ big inlines in DBusServerProxy.h. No logic changes | Denys Vlasenko | 2009-08-06 | 3 | -179/+248 |
| * | trailing whitespace removal. no code changes | Denys Vlasenko | 2009-08-06 | 3 | -43/+42 |
* | | DBUS: added method GetPluginsInfo() | Jiri Moskovcak | 2009-08-06 | 5 | -3/+31 |
|/ |
|
* | made some functions static | Denys Vlasenko | 2009-08-04 | 1 | -1/+1 |
* | DBus: Many fixes to client -> cli works again, changed JobDone notification | Jiri Moskovcak | 2009-08-03 | 7 | -17/+64 |
* | CommLayer: Added DaemonWatcher to watch if daemon is running | Jiri Moskovcak | 2009-07-28 | 1 | -0/+88 |
* | CommLayer: added new signal "Warning" | Jiri Moskovcak | 2009-07-22 | 2 | -0/+9 |
* | Daemon: added threaded CreateReport -> breaks CLI! | Jiri Moskovcak | 2009-07-20 | 5 | -5/+79 |
* | Use CABRTException instead of throwing std::string | Jiri Moskovcak | 2009-07-07 | 1 | -1/+2 |
* | Added dbus client to commlayer | Jiri Moskovcak | 2009-07-07 | 6 | -9/+78 |
* | new default socket path | Zdenek Prikryl | 2009-06-17 | 3 | -5/+6 |
* | fixed socket creation | Zdenek Prikryl | 2009-06-11 | 1 | -4/+3 |
* | added support for reading conf file from ucer's home directory | Zdenek Prikryl | 2009-06-10 | 1 | -3/+3 |
* | abrt can take reporter's configuration file from reporting users's $HOME/.abr... | Zdenek Prikryl | 2009-06-10 | 6 | -35/+40 |
* | new simple command line client | Zdenek Prikryl | 2009-06-10 | 1 | -141/+0 |
* | types for socket communication | Zdenek Prikryl | 2009-05-26 | 1 | -0/+141 |
* | initial unix socket interface | Zdenek Prikryl | 2009-05-20 | 6 | -24/+280 |
* | rework commlayerinner usage | Zdenek Prikryl | 2009-04-29 | 2 | -1/+6 |
* | added object for commlayerinner | Zdenek Prikryl | 2009-04-29 | 1 | -0/+44 |
* | new commlayerinner interface | Zdenek Prikryl | 2009-04-28 | 3 | -49/+90 |
* | moved files to new inc directory | Zdenek Prikryl | 2009-04-28 | 2 | -64/+0 |
* | final touch on commlayer, minor fixes in exceptions (zprikryl) | Jiri Moskovcak | 2009-04-24 | 5 | -73/+104 |
* | Added intercomm layer so plugins can send various information to the daemon. | Jiri Moskovcak | 2009-04-23 | 11 | -82/+156 |
* | removed unneeded code | Jiri Moskovcak | 2009-04-09 | 3 | -36/+0 |
* | renamed MW library | Zdenek Prikryl | 2009-04-08 | 1 | -2/+2 |