summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* remove useless duplicate statementDenys Vlasenko2010-06-091-2/+0
* Logger reporter: do not store useless infoDenys Vlasenko2010-06-081-4/+14
* whitespace fixDenys Vlasenko2010-06-071-1/+1
* ccpp hook: add SaveBinaryImage option which saves of the crashed binaryDenys Vlasenko2010-06-071-0/+4
* new fuctions and realloc replaced by xreallocNikola Pajkovsky2010-06-041-6/+20
* CCpp analyzer: add 60 sec cap on gdb run time.Denys Vlasenko2010-06-031-3/+28
* add new file *hostname* into debugdump directoryNikola Pajkovsky2010-06-011-0/+1
* fix whitespaceDenys Vlasenko2010-05-316-7/+7
* rhticket: upload real tarball, not a bogus fileDenys Vlasenko2010-05-283-32/+125
* rhticket: actually do create ticket, using Gavin's lib codeDenys Vlasenko2010-05-283-76/+265
* take file upload POST code from gavin's lib. Adapt rhfastcheck to use changed...Denys Vlasenko2010-05-284-126/+308
* rename a few remaining /var/cache/abrt -> /var/spool/abrtDenys Vlasenko2010-05-261-1/+1
* trivial: mailx uses settings from guiNikola Pajkovsky2010-05-261-0/+1
* trivial: add xsete[gu]id to abrtlibDenys Vlasenko2010-05-262-3/+15
* sosreport: do not assume .bz2 suffix, it can be .gz, .xz etcDenys Vlasenko2010-05-251-33/+39
* KerneloopsSysLog.cpp: do not stop on "--- [ cut here ] ---" lineDenys Vlasenko2010-05-251-2/+4
* More fixes for /var/cache/abrt -> /var/spool/abrt conversion1.1.3Denys Vlasenko2010-05-211-1/+1
* typo fixDenys Vlasenko2010-05-191-1/+1
* putenv("TERM=dumb") was causing a SEGV for Nikola, removing itDenys Vlasenko2010-05-191-1/+3
* trivial fix: fork_execv_on_steroids was closing wrong descriptorDenys Vlasenko2010-05-191-1/+1
* Fix 582378: Report "INFO: possible recursive locking detectedDenys Vlasenko2010-05-171-4/+3
* remove std::string from parse_release()Nikola Pajkovsky2010-05-173-35/+48
* strbuf_free_nobuf() returns allocated bufferNikola Pajkovsky2010-05-172-2/+4
* improve kerneloops hashDenys Vlasenko2010-05-141-2/+20
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-05-141-1/+1
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-05-134-3/+147
| |\
| * | forgot to rename the daemon pid file in UtilsJiri Moskovcak2010-05-131-1/+1
* | | Revert "Move hooklib from src/Hooks to lib/Utils"Nikola Pajkovsky2010-05-143-145/+1
| |/ |/|
* | bugzilla: better summary and decription messagesNikola Pajkovsky2010-05-121-2/+2
* | Move hooklib from src/Hooks to lib/UtilsKarel Klic2010-05-123-1/+145
|/
* fix bug 588945 - sparse core files performance hitDenys Vlasenko2010-05-121-9/+32
* commentsKarel Klic2010-05-051-2/+2
* fork_execv_on_steroids: close other end of the pipe in the childDenys Vlasenko2010-05-042-1/+3
* Added code comments.Karel Klic2010-05-041-4/+7
* get_home_dir returns const char* instead of std::stringKarel Klic2010-04-292-3/+7
* Marked most functions as extern C; added extern keyword to function declarationsKarel Klic2010-04-291-52/+40
* Source code formatting only.Karel Klic2010-04-291-161/+164
* Code formatting changes only - no change in functionalityKarel Klic2010-04-212-140/+144
* Bugzilla login/password emptiness check uses 'or' instead of 'and'Karel Klic2010-04-211-2/+2
* Crash function is now detected even for threads without an abort frame.Karel Klic2010-04-152-6/+5
* comment can be privateNikola Pajkovsky2010-04-141-7/+12
* Emacs project-wide code-style settingsKarel Klic2010-04-123-3/+3
* kerneloop is more informative when failedNikola Pajkovsky2010-04-121-6/+9
* add function name into summary(if it's found)Nikola Pajkovsky2010-04-071-0/+7
* Change kerneloops message when it failedNikola Pajkovsky2010-04-071-1/+1
* whitespace cleanup, no code changesDenys Vlasenko2010-04-013-4/+4
* fixed some compilation problems on F13Jiri Moskovcak2010-03-311-3/+4
* Do not use now-removed concat_str_vectorKarel Klic2010-03-311-1/+1
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-03-313-16/+5
|\
| * minor fix to sosreport to make it work with latest sos rhbz#576861Jiri Moskovcak2010-03-311-1/+1