• Home
  • Raw
  • Download

Lines Matching refs:cxx

4 	* debuginfod.cxx (fdcache_mintmp): New parameter, with cmd-line option.
18 * debuginfod.cxx (dbq): New read-only database connection for queries
37 * debuginfod.cxx: Likewise.
62 * debuginfod.cxx (step_ok_done): Correct typo in prom metric label.
66 * debuginfod.cxx (tmp_ms_metric): Switch from gettimeofday to
72 * debuginfod.cxx (tmp_ms_metric): New class for RAII timing metrics.
99 * debuginfod.cxx (handle_root): New function.
109 * debuginfod.cxx (tmp_inc_metric): New class.
119 * debuginfod.cxx: include libintl.h.
129 * debuginfod.cxx (scan_source_file, scan_archive_file): Add new scanned_bytes_total,
138 * debuginfod.cxx (thread_main_scanner): Ensure control doesn't
149 * debuginfod.cxx (forced_*_count): Make these global.
160 * debuginfod.cxx (handle_buildid_*_match): Throw exceptions for
173 * debuginfod.cxx (*_exception): Add counters for error occurrences.
180 * debuginfod.cxx (handle_buildid*): Add a parameter for detecting
185 * debuginfod.cxx (scan_source_file, archive_classify): Store only
221 * debuginfod.cxx: Remove curl.h include.
258 * debuginfod.cxx (parse_opt): Check port is not zero.
262 * debuginfod.cxx (handle_buildid_r_match): During archive
281 * debuginfod.cxx (handle_buildid): Add conn pointer. Use it to relay
286 * debuginfod.cxx (handler_cb): Export two families of metrics for
291 * debuginfod.cxx (parse_opt): For -U, prefer dpkg-deb
296 * debuginfod.cxx (parse_opt): Associate a bsdtar subshell with
308 * debuginfod.cxx (canon_pathname): Implement RFC3986
317 * debuginfod.cxx (handle_buildid): In case of federated fallback
369 * debuginfod.cxx (parse_opt): Treat -R as if -Z.rpm .
373 * debuginfod.cxx (fdcache_prefetch): New parameter.
391 * debuginfod.cxx (argp options): Add -Z option.
397 * debuginfod.cxx (dwarf_extract_source_paths): Don't print
402 * debuginfod.cxx (scanq): Rework to let groomer/fts threads
413 * debuginfod.cxx (thread_main_scanner): Handle empty source_paths[].
417 * debuginfod.cxx (libarchive_fdcache): New class/facility to own a
429 * debuginfod.cxx (conninfo): Print User-Agent and X-Forwarded-For
435 * debuginfod.cxx: Rework threading model.
451 * debuginfod.cxx (default_connect_timeout): Removed.
465 * debuginfod.cxx (*_rpm_*): Rename to *_archive_* throughout.
497 * debuginfod.cxx (groom): Add a sqlite3_db_release_memory()
502 * debuginfod.cxx (test_webapi_sleep): Removed.
508 * debuginfod.cxx (add_metric): New function.
516 * debuginfod.cxx: Add /metrics endpoint. Add numerous
527 * debuginfod.cxx: Add new -L (symlink-following) mode.
542 * debuginfod.cxx: Add $DEBUGINFOD_TEST_WEBAPI_SLEEP env var
547 * debuginfod.cxx: New file: debuginfod server.