summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GUI: set the right parent for progress bar rhbz#625241Jiri Moskovcak2010-08-251-10/+24
* l10n: Updates to Czech (cs) translationppisar2010-08-241-307/+335
* l10n: Updates to Spanish (Castilian) (es) translationelsupergomez2010-08-241-468/+425
* l10n: Updates to Finnish (fi) translationvpv2010-08-241-299/+324
* fix 305 redirect problemDenys Vlasenko2010-08-242-1/+9
* concat_path_file: make it a C function, not C++Denys Vlasenko2010-08-2414-97/+200
* removed 'extern' keyword from function declarationsKarel Klic2010-08-241-36/+38
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-08-243-5/+13
|\
| * make abrtlib.h include'able from .c files, not only .cppDenys Vlasenko2010-08-243-5/+13
* | removed 'extern' from function declarations and added a documentationKarel Klic2010-08-241-11/+63
* | strbuf_free(NULL) should not crashKarel Klic2010-08-241-0/+3
|/
* l10n: Updates to Japanese (ja) translationkhasida2010-08-241-326/+332
* l10n: Updates to German (de) translationttrinks2010-08-241-321/+329
* l10n: Updates to Ukrainian (uk) translationyurchor2010-08-241-314/+335
* l10n: Updates to Persian (fa) translationlashar2010-08-231-339/+371
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-08-231-310/+327
|\
| * l10n: Updates to Polish (pl) translationraven2010-08-231-310/+327
* | rpm.c: fix some memleaksNikola Pajkovsky2010-08-231-0/+1
|/
* get rid of std::string& as parameterNikola Pajkovsky2010-08-231-48/+79
* l10n: Updates to Hebrew (he) translationelad2010-08-231-298/+234
* l10n: Updates to Dutch (Flemish) (nl) translationwarrink2010-08-231-299/+323
* doxygen config for abrtNikola Pajkovsky2010-08-201-0/+932
* GUI: added accelerator key "Delete" to the delete button rrakus@redhat.comJiri Moskovcak2010-08-201-0/+1
* l10n: Updates to Ukrainian (uk) translationyurchor2010-08-201-257/+320
* Python.cpp: fix indentationNikola Pajkovsky2010-08-191-50/+52
* abrt-cli --info: Make coredump and rating fields optionalKarel Klic2010-08-191-5/+12
* fixed a typo: kenel -> kernelKarel Klic2010-08-191-1/+1
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-08-196-501/+538
|\
| * fix indentation and bracket position inNikola Pajkovsky2010-08-196-501/+538
* | Fix an ugly misaligmnent of dirent struct between C and C++ code,Karel Klic2010-08-191-0/+2
* | VERB3 log the process of load_crash_data_from_debug_dump.Karel Klic2010-08-191-1/+3
* | DebugDump: add a method returning the directory nameKarel Klic2010-08-191-0/+2
|/
* enrich an exception with the dump directory path; it's useful for debuggingKarel Klic2010-08-191-1/+9
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-08-1926-352/+461
|\
| * daemon: make text detection fail on any file >64kDenys Vlasenko2010-08-181-0/+13
| * add lib/utils/abrt_curl.cpp to POTFILES.inDenys Vlasenko2010-08-181-0/+1
| * abrt_curl: make HTTP uploads emit updatesDenys Vlasenko2010-08-181-2/+54
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtMichal Toman2010-08-182-4/+4
| |\
| | * assignment segfaults if right hand is a NULL pointerNikola Pajkovsky2010-08-182-4/+4
| * | get rid of exceptions in CDebugDump classMichal Toman2010-08-1812-255/+338
| |/
| * abrt_curl: better error msg if curl_formadd failsDenys Vlasenko2010-08-171-1/+1
| * RHTSupport: add a status message to reduce user confusionDenys Vlasenko2010-08-171-0/+3
| * *: move NLS include and #define _ to abrtlib.hDenys Vlasenko2010-08-1712-90/+47
* | rpm.c needs logging.h -> include itKarel Klic2010-08-191-0/+1
* | include headers as neededKarel Klic2010-08-191-13/+19
* | removed unneeded includesKarel Klic2010-08-191-7/+1
* | logging.c needs read_write.h and xfuncs.h -> including themKarel Klic2010-08-191-81/+86
* | logging.h does not need read_write.h and xfuncs.h -> removing the includesKarel Klic2010-08-191-16/+11
* | needs logging.h -> include itKarel Klic2010-08-191-70/+78
* | read_write.h does not need logging.h -> removing the includeKarel Klic2010-08-191-2/+0