summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-1925-251/+381
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-181-1/+1
| |\
| | * GUI: added cancel to send dialog rhbz#537238Jiri Moskovcak2009-11-183-8/+12
| * | GUI: added cancel to send dialog rhbz#537238Jiri Moskovcak2009-11-183-8/+12
| |/
| * include abrt version in bug descriptionsDenys Vlasenko2009-11-181-7/+6
| * ccpp hook: implemented ReadonlyLocalDebugInfoDirs directiveDenys Vlasenko2009-11-181-25/+45
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-188-30/+56
| |\
| | * whitespace cleanupsDenys Vlasenko2009-11-186-11/+10
| | * add support for \" escaping in config fileDenys Vlasenko2009-11-183-22/+49
| * | GUI: added window icon rhbz#537240Jiri Moskovcak2009-11-181-0/+1
| |/
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-168-141/+137
| |\
| | * continuing s/std::string&/char*/gDenys Vlasenko2009-11-166-123/+117
| | * add experimental saving of /var/log/Xorg*.log for X crashesDenys Vlasenko2009-11-164-28/+30
| * | APPLET: fixes based on review from DenysJiri Moskovcak2009-11-162-33/+44
| |/
| * APPLET: changed icon from default gtk-warning to abrt specific, add animationJiri Moskovcak2009-11-163-3/+83
| * don't show icon on abrtd start/stop rhbz#537630Jiri Moskovcak2009-11-153-9/+8
| * removed the rest of python abrtutils wrapperJiri Moskovcak2009-11-151-3/+0
| * made desktop file translatableJiri Moskovcak2009-11-152-2/+5
| * disable lib/Python, we don't use it anymore (run tested)Denys Vlasenko2009-11-133-14/+15
| * build fixesJiri Moskovcak2009-11-121-1/+0
| * src/Hooks/CCpp.cpp: clarify error messageDenys Vlasenko2009-11-121-7/+5
| * disable compilation of the rest of socket codeDenys Vlasenko2009-11-121-8/+4
* | Backtrace print tree wipKarel Klic2009-11-121-0/+10
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-1212-195/+279
|\|
| * src/Hooks/CCpp.cpp: detect write errors (close() return value); more loggingDenys Vlasenko2009-11-121-5/+5
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-121-3/+3
| |\
| | * abrt-debuginfo-install: fix misinterpreted 2>&1, add forgotten "rm"Denys Vlasenko2009-11-121-3/+3
| * | Daemon properly checks /var/cache/abrt attributesKarel Klic2009-11-121-17/+19
| * | Size of uid depends on sizeof(int)Karel Klic2009-11-121-2/+2
| * | abrt user group; used by abrt-pyhook-helperKarel Klic2009-11-121-4/+0
| |/
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-1119-400/+584
| |\
| | * abrt-debuginfo-install: use yum -C, use yum w/o -C only if necessaryDenys Vlasenko2009-11-101-107/+142
| | * remove getSettings from most plugins (inherited one is ok)Denys Vlasenko2009-11-102-6/+7
| | * GUI: shouldn't yell to userJiri Moskovcak2009-11-091-1/+1
| | * GUI: make "How to reproduce" field more visibleJiri Moskovcak2009-11-092-2/+70
| | * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-093-43/+28
| | |\
| | | * remove unused version of SaveDebugDump()Denys Vlasenko2009-11-092-15/+0
| | | * make "InformAllUsers" crashes be recorded with UID=-1 in dbDenys Vlasenko2009-11-093-37/+37
| | * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-091-26/+26
| | |\|
| | * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-097-44/+37
| | |\ \
| | * | | GUI: renamed "Crash rate" to "Crash count"Jiri Moskovcak2009-11-061-1/+1
| * | | | pyhook-helper: uid taken from system instead of command lineKarel Klic2009-11-112-9/+6
* | | | | CommentKarel Klic2009-11-111-2/+3
* | | | | Backtrace tool WORK-IN-PROGRESSKarel Klic2009-11-1111-1/+1047
* | | | | mergeKarel Klic2009-11-0940-780/+1063
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | continuing s/string&/char*/ bit-by-bitDenys Vlasenko2009-11-091-26/+26
| | |_|/ | |/| |
| * | | simplify logging a bit. warn_client() is gone, reuse error_msg() for it.Denys Vlasenko2009-11-065-34/+30
| * | | make exception handling lighterDenys Vlasenko2009-11-065-21/+18
| | |/ | |/|
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-11-0612-196/+207
| |\ \
| | * | mass replace of const string& params by const char*Denys Vlasenko2009-11-068-143/+148