summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Generate task id as long random stringMichal Toman2010-10-192-20/+40
| | |
* | | Add retrace server to automake and autoconf configuration filesKarel Klic2010-12-029-2/+49
| | |
* | | Add simple installerMichal Toman2010-12-021-0/+121
| | |
* | | Add simple reposync scriptMichal Toman2010-12-021-0/+39
| | |
* | | Worker updateMichal Toman2010-12-023-57/+91
| | |
* | | Added retrace server design documentKarel Klic2010-12-022-0/+1566
| | |
* | | test uploader updateMichal Toman2010-12-021-2/+2
| | |
* | | update interfaceMichal Toman2010-12-022-4/+4
| | |
* | | update workerMichal Toman2010-12-023-25/+43
| | |
* | | update interfaceMichal Toman2010-12-024-18/+81
| | |
* | | rewrite test uploader in pythonMichal Toman2010-12-022-106/+178
| | |
* | | worker updateMichal Toman2010-12-023-100/+112
| | |
* | | add workerMichal Toman2010-12-022-0/+347
| | |
* | | add workerMichal Toman2010-12-022-194/+0
| | |
* | | add architecture and release to required filesMichal Toman2010-12-022-4/+8
| | |
* | | =Add test crash uploader.Michal Toman2010-12-023-6/+187
| | |
* | | config files and simple test installerMichal Toman2010-12-023-0/+104
| | |
* | | add status request, log request, backtrace requestMichal Toman2010-12-023-0/+89
| | |
* | | Generate task id as long random stringMichal Toman2010-12-022-20/+40
| |/ |/|
* | l10n: Updates to Polish (pl) translationraven2010-11-301-28/+26
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | l10n: Updates to Dutch (Flemish) (nl) translationwarrink2010-11-301-31/+26
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | updated po filesJiri Moskovcak2010-11-2942-6783/+11396
| |
* | new debuginfo install script rewritten in pythonJiri Moskovcak2010-11-296-426/+480
| | | | | | | | | | | | | | | | - using python alows us to use the yum API, so we can read the progress, file sizes, requires disk space, etc.. and seems to be faster the using yum --whatprovides + yumdownloader - it's easier to translate - we can drop dependency on yum-utils
* | fix locking kerneloops conf file when -d not specifiedNikola Pajkovsky2010-11-291-1/+0
| | | | | | | | | | | | | | when -c option is specified and -d option is not, keneloops locks his own confing file Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | add a new binary files into .gitignoreNikola Pajkovsky2010-11-291-0/+13
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | l10n: Updates to Russian (ru) translationshnurapet2010-11-261-416/+290
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | preparatory patch for future factoring out of headers for reportlibDenys Vlasenko2010-11-2625-43/+42
| | | | | | | | | | | | Some files and functions are renamed, no logic changes. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | abrt-action-rhtsupport: fix -c CONFFILE erroneously setting DUMPDIR tooDenys Vlasenko2010-11-261-1/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | correct a comment about libraries' usersDenys Vlasenko2010-11-261-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | reorganize librariesDenys Vlasenko2010-11-2624-268/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch does not change any code per se, it renames libABRTfoo -> libabrt_bar and moves a few functions around. After the patch, we are left with the following libs: libabrt - the stuff shared among most of abrt (like xmalloc, logging) libabrt_daemon - only daemon-related things are here (should probably be just moved into daemon - later) libabrt_dbus - daemon, cli and applet use this libabrt_web - abrt-action-foo where foo deals with network/web/ftp/... As a result, we have following reductions in dependent libs: /usr/libexec/abrt-hook-ccpp: linux-vdso.so.1 => () - libABRTUtils.so.0 => /usr/lib64/libABRTUtils.so.0 () + libabrt.so.0 => /usr/lib64/libabrt.so.0 () libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 () - libdbus-1.so.3 => /lib64/libdbus-1.so.3 () - libpthread.so.0 => /lib64/libpthread.so.0 () - librt.so.1 => /lib64/librt.so.1 () - libdl.so.2 => /lib64/libdl.so.2 () /usr/libexec/abrt-action-upload: linux-vdso.so.1 => () libtar.so.1 => /usr/lib64/libtar.so.1 () libcurl.so.4 => /usr/lib64/libcurl.so.4 () - libABRTdUtils.so.0 => /usr/lib64/libABRTdUtils.so.0 () - libABRTUtils.so.0 => /usr/lib64/libABRTUtils.so.0 () + libabrt.so.0 => /usr/lib64/libabrt.so.0 () libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 () - libdbus-1.so.3 => /lib64/libdbus-1.so.3 () Similar savings are in almost every abrt-action-foo. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | GUI: added a button to view a log when in verbose modeJiri Moskovcak2010-11-251-0/+30
| |
* | GUI: at least show warn when the rating is lowJiri Moskovcak2010-11-251-0/+8
| | | | | | | | | | | | - we lost the ability to query the reporters if they require rating during the plugins->separate process transition, so we can't disable the reporting, so at least show a warning about it...
* | fixed build against libnotify 0.7Jiri Moskovcak2010-11-251-0/+7
| |
* | abrtd: suppress spurious warning about missing coredump and inform_allDenys Vlasenko2010-11-253-9/+14
| | | | | | | | | | | | Also plugs two memory leaks Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | taint flag is decimal representation of a bitmaskNikola Pajkovsky2010-11-252-14/+76
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | abrt-action-install-debuginfo: removed generation of MISSING: stringDenys Vlasenko2010-11-241-5/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | abrt-cli: dont die if message element is missing in the dump dirDenys Vlasenko2010-11-241-2/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | l10n: Updates to Dutch (Flemish) (nl) translationwarrink2010-11-241-59/+55
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | l10n: Updates to Polish (pl) translationraven2010-11-231-54/+44
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | GUI: handle crashdir parameter in crash_cbJiri Moskovcak2010-11-231-1/+1
| | | | | | | | | | | | - crashdir in now in Crash signal, so we need to modify crash_cb to know about it, otherwise it ends up with exception and gui is not refreshed when crash happens while the gui is open
* | remove sqlite DBDenys Vlasenko2010-11-2344-1682/+369
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change removes sqlite database. Database was used to find dump dirs by [UID:]UUID. This patch uses more natural way: dump dirs are addressed by their directory names. DB was also used to produce a list of dump dirs. Now it is done by iterating over the /var/spool/abrt directory. And finally, DB was also used to find duplicate UUIDs. Now it is done by iterating over the /var/spool/abrt directory. Crash count, "inform all" and reporting result message are moved from DB field to a file in dump dir. "Reported" DB field is deleted - if message != "", then this dump was reported. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | l10n: Updates to Dutch (Flemish) (nl) translationwarrink2010-11-231-23/+29
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | l10n: Updates to Polish (pl) translationraven2010-11-231-114/+29
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | added po/notexist to .gitignoreJiri Moskovcak2010-11-221-0/+1
| |
* | updated po files and POTFILES.in rhbz#654618Jiri Moskovcak2010-11-2244-19974/+22864
| |
* | rhbz 623142Nikola Pajkovsky2010-11-223-0/+28
| | | | | | | | | | | | | | Save tainted flag from /proc/sys/kernel/tainted. When flag is set to 1 TAINED string is added to bugzilla summary. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | Merge branch 'remove-polkit'Nikola Pajkovsky2010-11-2214-336/+1
|\ \ | | | | | | | | | | | | | | | * remove-polkit: remove PLUGIN_DYNAMIC_LOAD_UNLOAD remove polkit
| * | remove PLUGIN_DYNAMIC_LOAD_UNLOADNikola Pajkovsky2010-11-195-129/+0
| | | | | | | | | | | | | | | | | | it contains polkit Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * | remove polkitNikola Pajkovsky2010-11-1910-207/+1
| | | | | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | | preraratory patch for database removalDenys Vlasenko2010-11-224-19/+28
| | | | | | | | | | | | | | | | | | | | | I splitted bits from a large "database removal" patch which are simple and non-contentiouns. They are in this change. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>