Commit Graph

  • a2c7f5fc29 bin/xbps-query: simplify search result printing (with truncation) Duncan Overbruck 2020-04-18 16:47:30 +0200
  • df5f2a9378
    README.md: add coverity.com badge Duncan Overbruck 2020-04-18 16:13:57 +0200
  • 8d3063b5d2
    .github/workflows/coverity-scan.yml: do scheduled coverity scan Duncan Overbruck 2020-04-18 15:45:33 +0200
  • c9837b9a9e
    .github/workflows/coverity-scan.yml: fix tar Duncan Overbruck 2020-04-18 15:39:00 +0200
  • bed16c48db
    .github/workflows/coverity-scan.yml: ignore lock files Duncan Overbruck 2020-04-18 15:29:17 +0200
  • a1f54ea4b6
    .github/workflows/coverity-scan.yml: enable tests Duncan Overbruck 2020-04-18 15:23:46 +0200
  • 2bc25a3369
    .github/workflows/coverity-scan.yml: simplify Duncan Overbruck 2020-04-18 15:17:10 +0200
  • ef4937ecb7
    .github/workflows/coverity-scan.yml: fix syntax Duncan Overbruck 2020-04-18 15:10:20 +0200
  • cf59b4a3b1
    .github/workflows/coverity-scan.yml: use voidlinux/voidlinux docker container to build Duncan Overbruck 2020-04-18 15:08:38 +0200
  • 65cd539f2d
    .github/workflows/coverity-scan.yml: once again I'm asking you to do a coverity scan Duncan Overbruck 2020-04-18 14:55:15 +0200
  • 13babcb5c0
    .github/workflows/coverity-scan.yml: fix url again Duncan Overbruck 2020-04-18 14:49:27 +0200
  • 6ff38bc320
    .github/workflows/coverity-scan.yml: fix coverity scan tool urls Duncan Overbruck 2020-04-18 14:47:38 +0200
  • 2bb6fae5d3
    .github/workflows/coverity-scan.yml: fix openssl dependency Duncan Overbruck 2020-04-18 14:44:28 +0200
  • 284f41c16c
    .github/workflows/coverity-scan.yml: do it on push for now Duncan Overbruck 2020-04-18 14:42:16 +0200
  • 537ef657d2
    add github action for coverity scan Duncan Overbruck 2020-04-18 14:36:14 +0200
  • db1766986c
    configure: accept any openssl version. Juan RP 2020-04-16 14:57:18 +0200
  • 3164e9c7ce
    README.md: openssl >= 1.1 has been tested. Juan RP 2020-04-16 14:46:30 +0200
  • 4990a2dd91 lib/Makefile: bump LIBXBPS_MICRO. Juan RP 2020-04-14 20:11:39 +0200
  • 70efe5c63a repo: introduce xbps_repo_release(), misc changes. Juan RP 2020-04-14 20:08:06 +0200
  • b9fb5e1cc8 xbps-uchroot: support read-only bind mounts, misc improvements. Juan RP 2020-04-14 19:48:50 +0200
  • ae87662547 xbps-fbulk.1: sync with reality. Juan RP 2020-04-14 14:58:49 +0200
  • da2c104d16 xbps-fbulk: calloc -> malloc. Juan RP 2020-04-14 14:30:16 +0200
  • 5d81aec07f xbps-fbulk: create log files with txt extension. Juan RP 2020-04-13 01:35:07 +0200
  • 4f8e07aa64 xbps-fbulk: parallel working implementation. Juan RP 2020-04-13 01:18:06 +0200
  • a3a103a194 travis: build on bionic Anthony Iliopoulos 2020-04-01 21:12:16 +0200
  • bfad1afff3
    Prepare for 0.59.1. Juan RP 2020-04-01 11:32:37 +0200
  • bd707acfee
    repo: fix a double free with invalid repodata. Juan RP 2020-03-31 18:36:04 +0200
  • 743e76938f
    xbps-install: fix regression in stats. Juan RP 2020-03-31 17:26:38 +0200
  • 8b0d54c736 _xbps_src: update archs, add 'sort-dependencies' Piraty 2020-03-31 11:38:45 +0200
  • 0113b676ba
    tests: rename transaction_check_revdeps to make .gitignore effective. Juan RP 2020-03-31 12:32:31 +0200
  • 0524b12f74
    Revert "travis: needs coreutils for stat(1) (used in tests)." Juan RP 2020-03-31 11:53:10 +0200
  • 58baccc6fb
    travis: needs coreutils for stat(1) (used in tests). Juan RP 2020-03-31 11:48:49 +0200
  • ffa5bea178
    tests: add expected failure test case for cc alternatives removal Duncan Overbruck 2020-03-24 20:54:00 +0100
  • 8aef141772 _xbps_src: correct spelling for -q Piraty 2020-03-10 11:46:27 +0100
  • a46e179716 zsh-completion: xbps-src: complete -q Đoàn Trần Công Danh 2020-03-08 11:01:43 +0700
  • 7b933a87a8 Testcase for xbps_transaction_check_revdeps regression #245 Piotr Wójcik 2020-03-05 21:44:33 +0100
  • b0904b32d2
    bin/xbps-fetch: fix output when not using shasum mode Duncan Overbruck 2020-03-05 12:53:48 +0100
  • 044f75450b
    lib/transaction_check_revdeps.c: fix previous fix Duncan Overbruck 2020-03-05 00:39:21 +0100
  • aed9402d62
    lib/transaction_check_revdeps.c: fix regression in revdeps check Duncan Overbruck 2020-03-04 23:39:27 +0100
  • 4d40179a8a
    bin/xbps-install: fix regression in small transaction stats Duncan Overbruck 2020-03-04 12:46:44 +0100
  • 40e14203f7
    NEWS: release time! Juan RP 2020-03-03 08:56:17 +0100
  • 7f0a5b5c38
    xbps-fetch.1: bump date Juan RP 2020-03-03 08:27:11 +0100
  • 57bf913d6c
    xbps-install.1: document TIMEOUT_CONNECTION. Juan RP 2020-03-03 08:26:29 +0100
  • 593f0b5f28
    NEWS: update for latest change Juan RP 2020-03-03 08:19:04 +0100
  • 5737d9a941 xbps-fetch: TIMEOUT_CONNECTION to customize time waiting for response Piotr Wójcik 2020-02-07 21:47:23 +0100
  • df9b637ee5
    NEWS: mention soname bump. Juan RP 2020-03-02 14:34:21 +0100
  • 9dcc7b1066
    NEWS: better grammar Juan RP 2020-03-02 13:32:13 +0100
  • a7f8dee509
    NEWS: update for 0.59. Juan RP 2020-03-02 13:26:20 +0100
  • f477465803 xbps-install: -R/--repository usage string format Roman Neuhauser 2020-02-20 11:10:56 +0100
  • d282016c3e xbps-install.1: fix docs for -R Roman Neuhauser 2020-02-20 11:07:38 +0100
  • 24bbfffba1
    xbps_transaction_prepare: fix stats for removals. Juan RP 2020-02-25 08:43:52 +0100
  • 77c72f9c2c
    lib/plist_find.c: fix false positive detecting vpkgs. Juan RP 2020-02-24 10:22:52 +0100
  • cc601e1e91
    xbps_repo_get_{virtual,}pkg: add debug on match. Juan RP 2020-02-24 10:22:15 +0100
  • 58158f28c3 includes/uthash.h: fix -Wcast-qual error Duncan Overbruck 2020-02-23 14:42:57 +0100
  • b8e611a149 bin/xbps-fbulk: port to uthash Duncan Overbruck 2020-02-22 15:51:07 +0100
  • c3830670f8 lib/transaction_files.c: cleanup memory Duncan Overbruck 2020-02-22 15:26:25 +0100
  • 64f96ec940 transaction_files.c: port to uthash Duncan Overbruck 2020-02-22 15:15:11 +0100
  • 657a717855 xbps_get_pkg_fulldeptree: switch to uthash. Juan RP 2020-02-12 09:14:25 +0100
  • 6236d7ae41 xbps-query/search.c: use unsigned int and remove wrong cast. Juan RP 2020-02-22 14:18:35 +0100
  • 68747a12e4
    xbps-query: make -S (show mode) print all properties. Juan RP 2020-02-22 11:39:29 +0100
  • bc9fab5ee8
    bin: use unsigned int rather than size_t. Juan RP 2020-02-22 11:29:18 +0100
  • c031ee6945 bin: use size_t where applicable. Juan RP 2020-02-22 11:09:21 +0100
  • 5a6709b560
    xbps-install/transaction: fix for all_pkgs_on_hold. Juan RP 2020-02-22 10:51:27 +0100
  • 33f26c4332
    Makefile: get rid of useless info. Juan RP 2020-02-22 09:54:11 +0100
  • 5270bc1209 README.md: mention zstd by default. Juan RP 2020-02-21 23:38:01 +0100
  • 0788cd1f42 xbps-{create,rindex}: use zstd by default. Juan RP 2020-02-21 22:56:22 +0100
  • 0005b3ecc0
    tests: new test case for #234. Juan RP 2020-02-22 08:42:58 +0100
  • c8d676f10e xbps_find_pkg_orphans: fix for #234 Juan RP 2020-02-21 23:51:28 +0100
  • a16e695de7
    configure: enable -Woverlength-strings, do not disable it! Juan RP 2020-02-21 10:55:17 +0100
  • f9ccd9b627 xbps_transaction_prepare: set transd stats correctly. Juan RP 2020-02-21 10:39:38 +0100
  • 06c9891ae3 xbps_transaction_*: multiple performance improvements (v2). Juan RP 2020-02-21 09:08:22 +0100
  • 701132071d xbps-install: show overall download progress sineemore 2020-02-16 22:52:17 +0300
  • 4d6d328c62
    xbps_transaction_prepare: fix for XBPS_FLAG_DOWNLOAD_ONLY. Juan RP 2020-02-18 09:07:03 +0100
  • 1b9dc3cc4d
    xbps_transaction_prepare: set "total-download-size" correctly. Juan RP 2020-02-18 08:34:41 +0100
  • 3ad575178e lib/initend.c: use new xbps_path_* functions Duncan Overbruck 2020-02-14 13:21:35 +0100
  • 0f61a1a5a2 lib/util_path.c: add some util functions to work with paths Duncan Overbruck 2020-02-14 13:21:12 +0100
  • fba65ad9da xbps_transaction_store: ensure no multiple versions. Juan RP 2020-02-14 08:19:55 +0100
  • 28154f488c xbps-uchroot: fix indentation Juan RP 2020-02-13 08:59:15 +0100
  • 6ccee8fd5e xbps-uchroot: overlayfs fixes v2. Juan RP 2020-02-13 08:49:58 +0100
  • fbba38b006 lib/util_hash.c: add conditions to avoid misuse without asserts Duncan Overbruck 2020-02-10 14:09:42 +0100
  • d99aae586a lib/download.c: fix digestlen assert and add if condition to avoid misuse Duncan Overbruck 2020-02-10 14:08:39 +0100
  • 2ef79bcc09
    lib/util_hash.c: change asserts to allow at least X buffer length Duncan Overbruck 2020-02-10 13:18:47 +0100
  • dd4eabe253
    include/xbps.h.in: update descriptions for *_sha256* functions and defines Duncan Overbruck 2020-02-10 13:12:48 +0100
  • 9efa72f5c8
    lib/package_config_files.c: use _get_cstring_nocopy for sha256_orig Duncan Overbruck 2020-02-10 13:11:47 +0100
  • 0d90534236
    libxbps: ABI/API break due to hash function changes Duncan Overbruck 2020-02-10 01:54:52 +0100
  • aa4d726dca
    lib/package_register.c: make sure to error out if copy fails Duncan Overbruck 2020-02-10 00:29:45 +0100
  • dca2223cb7
    lib/transaction_store.c: store a copy in transaction packages array Duncan Overbruck 2020-02-10 00:20:13 +0100
  • 3eed9bca59
    xbps_array_foreach_cb_multi: use PTHREAD_MUTEX_INITIALIZER. Juan RP 2020-02-10 09:14:50 +0100
  • c460df6011
    xbps_array_foreach_cb_multi: switch to a mutex. Juan RP 2020-02-10 09:08:33 +0100
  • 8c930a47dd
    travis: disable tcc from build matrix. Juan RP 2020-02-10 09:07:33 +0100
  • 835834ff73
    xbps_repo_open: fix memleak in error paths. Juan RP 2020-02-10 09:07:00 +0100
  • 02c9cb11c4 configuration: add keepconf option Andreas Kempe 2020-01-24 23:09:12 +0100
  • 71a594f681
    Revert "xbps-uchroot: make sure to cleanup tempdir with overlayfs." Juan RP 2020-02-08 20:43:23 +0100
  • c4019aa923
    xbps_transaction_files: fixed another memleak. Juan RP 2020-02-08 20:22:42 +0100
  • 2d7e3d7b1a
    xbps_transaction_remove_pkg: fix a memleak. Juan RP 2020-02-08 20:12:11 +0100
  • 58217d412d
    xbps_transaction_files: fix a memleak. Juan RP 2020-02-08 20:08:03 +0100
  • 460515bf41
    lib/util.c: add assertions everywhere. Juan RP 2020-02-08 20:00:56 +0100
  • 6010a24de6 libxbps: ABI/API break due to xbps_pkg{,pattern}_name changes. Juan RP 2020-02-08 19:31:29 +0100
  • 1cda3017c3
    README.md: sort badges Juan RP 2020-02-08 13:43:47 +0100
  • b23bff86d8
    README.md: add repology xbps versions. Juan RP 2020-02-08 13:42:39 +0100