summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libdwfl: Add new function dwfl_frame_regupstream/users/dichen/try-dwfl-frame-regDi Chen2022-07-297-29/+44
* dwfl_get_debuginfod_client: add dummy parameter for --disable-libdebuginfodShahab Vahedi2022-07-182-1/+6
* Move dwfl_get_debuginfod_client to ELFUTILS_0.188Mark Wielaard2022-07-136-3/+22
* Introduce public dwfl_get_debuginfod_client APIMilian Wolff2022-07-136-9/+40
* doc/debuginfod.8: tiny obvious typo fixFrank Ch. Eigler2022-06-081-1/+1
* Arm Ehdr flag printingUlrich Drepper2022-06-0612-8/+225
* NEWS & ChangeLog: add debuginfod blurbsFrank Ch. Eigler2022-06-033-0/+13
* debuginfod: add --disable-source-scan optionMichael Trapp2022-06-032-1/+14
* PR28577: Make run-debuginfod-fd-prefetch-caches.sh test somethingNoah Sanci2022-06-032-72/+55
* Added debuginfod.service.8 manual page.Noah Sanci2022-06-022-1/+31
* tests: Disable run-debuginfod-federation-metrics.sh for old libmicrohttpdMark Wielaard2022-06-024-1/+17
* libdwfl: Update docs and nonnull attributes for dwfl_module_addrinfoMark Wielaard2022-05-272-16/+21
* debuginfod: update mtime of interval_path as early as possibleMark Wielaard2022-05-152-2/+10
* 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