summaryrefslogtreecommitdiff
path: root/libdwfl/open.c
Commit message (Expand)AuthorAgeFilesLines
* libdwfl: add check for elf_memory return valueAleksei Vetrov2023-01-261-0/+4
* Fix typos from codespellSam James2023-01-131-1/+1
* libdwfl: Don't undef _Mark Wielaard2022-12-221-1/+0
* Do not use relative include paths in library files.Mark Wielaard2022-12-201-1/+1
* lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.hYonggang Luo2022-10-281-2/+0
* libdwfl: add dwfl_report_offline_memoryAleksei Vetrov2022-10-161-4/+26
* libdwfl: Add ZSTD support.Mark Wielaard2020-09-211-0/+6
* libdwelf: Make dwelf_elf_begin return NULL only when there is an error.Mark Wielaard2019-08-131-3/+7
* libdwelf: New function dwelf_elf_begin.Mark Wielaard2018-11-091-8/+22
* Avoid double-including config.hUlf Hermann2017-05-021-0/+4
* Simplify code and build now that zlib support is no longer optional.Mark Wielaard2016-01-081-8/+2
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-091-2/+2
* libdwfl: Try opening files all installed compression libraries.Mark Wielaard2013-02-221-3/+3
* Update name, license and contributor policy.Mark Wielaard2012-06-051-40/+19
* Rewrite kernel image support: use calculation instead of brute force, support...Roland McGrath2009-08-271-20/+65
* libdwfl: Support automatic decompression of files in XZ format.Roland McGrath2009-08-261-1/+7
* Fix crash in libdw with empty input files.Ulrich Drepper2009-02-101-0/+2
* Fix build when missing -lz and -lbz2.Roland McGrath2009-01-221-8/+15
* libdwfl automagic decompression supportRoland McGrath2009-01-051-0/+143