summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* More fixes for /var/cache/abrt -> /var/spool/abrt conversion1.1.3Denys Vlasenko2010-05-211-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typo fixDenys Vlasenko2010-05-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* putenv("TERM=dumb") was causing a SEGV for Nikola, removing itDenys Vlasenko2010-05-191-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial fix: fork_execv_on_steroids was closing wrong descriptorDenys Vlasenko2010-05-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Fix 582378: Report "INFO: possible recursive locking detectedDenys Vlasenko2010-05-171-4/+3
| | | | | | | | | | While at it, remove special-cased "appears to be on the same physical disk": it won't be selected anymore since now we search for "WARNING: at", not "Warning", and: WARNING: %s appears to be on the same physical disk as %s will not be erroneously caught. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove std::string from parse_release()Nikola Pajkovsky2010-05-173-35/+48
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* strbuf_free_nobuf() returns allocated bufferNikola Pajkovsky2010-05-172-2/+4
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* improve kerneloops hashDenys Vlasenko2010-05-141-2/+20
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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
| |/ |/| | | | | This reverts commit 94a67f5d3edd6ac842cc3d7feea9e1954ee58a37.
* | bugzilla: better summary and decription messagesNikola Pajkovsky2010-05-121-2/+2
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | 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
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* commentsKarel Klic2010-05-051-2/+2
|
* fork_execv_on_steroids: close other end of the pipe in the childDenys Vlasenko2010-05-042-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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
| | | | Added new option --crash-frame to abrt-backtrace and updated its manual page.
* comment can be privateNikola Pajkovsky2010-04-141-7/+12
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Emacs project-wide code-style settingsKarel Klic2010-04-123-3/+3
|
* kerneloop is more informative when failedNikola Pajkovsky2010-04-121-6/+9
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* add function name into summary(if it's found)Nikola Pajkovsky2010-04-071-0/+7
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Change kerneloops message when it failedNikola Pajkovsky2010-04-071-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* whitespace cleanup, no code changesDenys Vlasenko2010-04-013-4/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fixed some compilation problems on F13Jiri Moskovcak2010-03-311-3/+4
| | | | | - see http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking for the details
* 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
| | | | | | | | - requires sos-1.9-1
| * minor gui fixesJiri Moskovcak2010-03-311-3/+4
| |
| * remove unused static functionDenys Vlasenko2010-03-311-12/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GetGlobalUUID compatibility with crashes created by older ABRT versionsKarel Klic2010-03-311-3/+115
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-03-312-2/+15
|\
| * trivial: better HTTP/curl error reportingDenys Vlasenko2010-03-302-2/+15
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Removed trailing whitespaces.Karel Klic2010-03-315-235/+235
| |
* | Use backtrace parser from abrtutils, new backtrace rating algorithm, store ↵Karel Klic2010-03-261-286/+151
| | | | | | | | crash function if it's known, compute Global UUID in CreateReport
* | Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-268-6/+1975
|/ | | | | | | | | | | | | | | Move abrt-backtrace app from src/Backtrace/main.c to src/utils/abrt-backtrace. Move backtrace preprocessign code from abrt-backtrace to the parser. Implemented new backtrace rating algorithm. Added old bt rating algorithm to backtrace.c Move strbuf to lib/Utils, and updated it to use xfuncs. Created separate header for xfuncs. Some functions in xfuncs marked as extern "c", so they can be used in C code. Merged backtrace fallback (independent_backtrace) "parser" into backtrace.{h/c}. Added option --rate to abrt-backtrace, to be able to use the new backtrace rating algorithm in scripts.
* add one-liner which somehow fell off last commitDenys Vlasenko2010-03-251-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhfastcheck: a new reporter plugin based on Gavin's workDenys Vlasenko2010-03-258-4/+485
| | | | | | Plugin quickly checks RH support DB for known solutions. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: factor out HTTP POST code into abrt_curl.{h,cpp}Denys Vlasenko2010-03-2510-150/+254
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: xml-escape stringsDenys Vlasenko2010-03-231-178/+240
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove Firefox plugin, it had no development and was disabled for some timeDenys Vlasenko2010-03-233-1076/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove socket code, it is deadDenys Vlasenko2010-03-232-184/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: new reporter pluginDenys Vlasenko2010-03-193-0/+321
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Move dbus code to libABRTUtils. It makes libABRTUtils depend on four more libs,Denys Vlasenko2010-03-191-4/+7
| | | | | | | but allows abrt-applet to not depend on libABRTdUtils, thus going down from 78 to 48 dep libs Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>