summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* debuginfod: Remove debuginfod_init_cacheMark Wielaard2022-05-152-52/+15
* debuginfod: Make sure debuginfod_config_cache always returns valid statMark Wielaard2022-05-152-7/+20
* debuginfod: Always request servname from getnameinfo for conninfo.Mark Wielaard2022-05-152-5/+14
* strip: Add more NULL checkMark Wielaard2022-05-142-2/+15
* libdw: Add sanity check to store_implicit_valueMark Wielaard2022-05-142-1/+8
* debuginfod: Check all curl_easy_setopt callsMark Wielaard2022-05-142-22/+44
* debuginfod: Check result of curl_easy_getinfo in debuginfod_write_callbackMark Wielaard2022-05-142-2/+8
* elfcompress: Add sanity checks to make sure to not override variableMark Wielaard2022-05-142-0/+29
* PR28577: run-debuginfod-fd-prefetch-caches.sh now tests somethingNoah Sanci2022-05-131-21/+126
* debuginfod: Use MHD_USE_EPOLL for libmicrohttpd version 0.9.51 or higherMark Wielaard2022-05-122-5/+16
* debuginfod: Try without MHD_USE_DUAL_STACK if MHD_start_daemon failsMark Wielaard2022-05-122-23/+58
* debuginfod.8: Tweak wording of fdcache operation & parameters.Frank Ch. Eigler2022-05-092-17/+23
* PR29098: debuginfod - set default prefetch cache size to >0Noah Sanci2022-05-092-0/+11
* PR29117: fix fd leak in debuginfod client for cache-miss filesFrank Ch. Eigler2022-05-043-8/+35
* config: Move the 2>/dev/null inside the sh -c '' quotes for profile.csh.Mark Wielaard2022-05-032-1/+5
* configure: Don't use valgrind and sanitize-undefined for make distcheckMark Wielaard2022-05-032-1/+5
* Prepare for 0.187elfutils-0.187Mark Wielaard2022-04-2513-2839/+2823
* debuginfod: ensure X-DEBUGINFOD-SIZE contains file sizeAaron Merey2022-04-252-1/+9
* debuginfod: Use the debuginfod-size response headerAaron Merey2022-04-251-40/+43
* debuginfod, libdwfl: Initialize libcurl and dlopen debuginfod-client lazilyMark Wielaard2022-04-255-20/+44
* AUTHORS: Use generator script & git mailmapFrank Ch. Eigler2022-04-244-3/+145
* libelf: Check for mremap, elf_update needs it for ELF_C_RDWR_MMAPMark Wielaard2022-04-244-1/+14
* elfclassify: Fix --no-stdin flagMark Wielaard2022-04-242-1/+5
* debuginfod: Use MHD_USE_ITC in MHD_start_daemon flagsMark Wielaard2022-04-244-1/+14
* tests: Lower parallel lookups in run-debuginfod-webapi-concurrency.shMark Wielaard2022-04-232-3/+8
* config: simplify profile.*sh.inнаб via Elfutils-devel2022-04-233-12/+14
* readelf: Define dyn_mem outside the while loop.Mark Wielaard2022-04-192-1/+5
* readelf: Don't consider padding DT_NULL as dynamic section entryDi Chen2022-04-196-15/+43
* libdw: Remove unused atomics.h include from libdwP.hMark Wielaard2022-04-172-1/+4
* tests: Don't try to corrupt sqlite database during test.Mark Wielaard2022-04-142-8/+14
* PR29022: 000-permissions files cause problems for backupsAaron Merey2022-04-139-47/+90
* libdw: Add DWARF5 package file section identifiers, DW_SECT_*Mark Wielaard2022-04-132-0/+18
* config: Add versioned requires on libs/libelf for debuginfod-clientMark Wielaard2022-04-122-0/+8
* debuginfod: Include "IPv4 IPv6" in server startup messageAaron Merey2022-04-061-1/+1
* libelf: Return already gotten Elf_Data from elf_getdata_rawchunkMark Wielaard2022-04-053-0/+24
* debuginfod: use single ipv4+ipv6 microhttpd daemon configurationFrank Ch. Eigler2022-04-043-39/+53
* PR28708: debuginfod: use MHD_USE_EPOLL for microhttpd threadsFrank Ch. Eigler2022-04-032-0/+11
* libelf: Also copy/convert partial datastructures in xlate functionsMark Wielaard2022-03-302-2/+13
* Introduce error_exit as a noreturn variant of error (EXIT_FAILURE, ...)Mark Wielaard2022-03-3014-288/+264
* elflint: Recognize NT_FDO_PACKAGING_METADATAMark Wielaard2022-03-252-0/+11
* libebl: recognize FDO Packaging Metadata ELF noteLuca Boccassi2022-03-243-0/+12
* libelf: Sync elf.h from glibc.Mark Wielaard2022-03-244-24/+94
* configure: Don't check whether -m64 works for 32bit host biarch checkMark Wielaard2022-03-244-3/+10
* tests: Check addsections test binary is 64bit for run-large-elf-file.shMark Wielaard2022-03-242-0/+15
* libelf: Correct alignment of ELF_T_GNUHASH data for ELFCLASS64Mark Wielaard2022-03-232-6/+15
* libelf: Don't overflow offsets in elf_cvt_Verneed and elf_cvt_VerdefMark Wielaard2022-03-202-8/+55
* libdwfl: Use memcpy to assign image header field valuesMark Wielaard2022-03-182-6/+23
* libdwfl: Close ar members when they cannot be processed.Mark Wielaard2022-03-182-2/+11
* libelf: Check alignment of Verdef, Verdaux, Verneed and Vernaux offsetsMark Wielaard2022-03-182-4/+19
* libelf: Make sure ar_size starts with a digit before calling atol.Mark Wielaard2022-03-182-0/+9