aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "move --simulate to global options"Timo Teräs2018-11-151-2/+5
* fix orphan package handling for certain provides casesTimo Teräs2018-11-121-15/+17
* prefer selecting packages by their primary nameTimo Teräs2018-11-123-8/+25
* fix package preference based on it's conflicts in --latest modeTimo Teräs2018-11-121-4/+5
* fix short option string to be nil terminatedTimo Teräs2018-11-021-0/+1
* fix error reporting for virtual package additionTimo Teräs2018-11-021-1/+1
* don't report virtual packages as maskedTimo Teräs2018-11-021-1/+1
* inhibit printing same 'required by' dependency multiple timesTimo Teräs2018-11-021-0/+5
* print: don't print spurious newlinesTimo Teräs2018-11-021-3/+3
* fix xattr hash to be sha1Timo Teräs2018-10-301-1/+1
* add support for openssl 1.1Timo Teräs2018-10-268-54/+90
* apk: fix all_options array size off-by-oneTimo Teräs2018-10-051-1/+1
* cache: support --latest and --upgrade to affect download policyTimo Teräs2018-09-251-3/+41
* move --simulate to global optionsTimo Teräs2018-09-251-5/+2
* add: add --latest flag to help analyze why upgrade failsTimo Teräs2018-09-111-0/+6
* rework unpacking of packages and harden package file format requirementsTimo Teräs2018-09-106-105/+142
* apk: sanitize return valueTimo Teräs2018-09-051-0/+2
* prevent automatic repository index update with --no-networkNatanael Copa2018-08-211-1/+2
* archive: enable FIFO extractionJesse Young2018-08-141-2/+4
* prevent automatic repository index update for 'apk del'Timo Teräs2018-07-183-4/+7
* Invalidate id cache after script executionJussi Kukkonen2018-07-021-0/+4
* list: fix segmentation fault with virtual packagesSören Tempel2018-07-021-3/+9
* fetch: ignore conflicts when solving --recursive fetchesTimo Teräs2018-06-143-9/+25
* fetch: include install_if dependencies with --recursiveNatanael Copa2018-06-141-26/+23
* url: return relevant error value from apk_istream_fetchEdan Bedrik2018-05-081-3/+10
* db: fix refreshing index if time is zeroTimo Teräs2018-04-051-3/+5
* solver: allow names with only one provider to be autoselected regardless of p...William Pitcock2018-02-211-2/+3
* add: child dependencies can never take a pinning, give a useful errorWilliam Pitcock2018-02-201-3/+4
* apk: in test mode, always exit 0 (so the test harness doesn't stop running te...William Pitcock2018-02-201-0/+5
* list: use `apk list --providers` to search virtual providers instead of enabl...William Pitcock2018-01-291-6/+8
* search: remove from APK_COMMAND_GROUP_QUERYWilliam Pitcock2018-01-291-1/+0
* list: add option to match against real names only instead of providersWilliam Pitcock2018-01-291-1/+7
* list: add --depends option for searching based on rdependsWilliam Pitcock2018-01-291-3/+27
* list: refactor package dumping vs package filteringWilliam Pitcock2018-01-291-20/+20
* list: new appletWilliam Pitcock2018-01-282-1/+236
* apk: make --help --verbose actually work.William Pitcock2018-01-091-1/+10
* apk: properly error out if an unknown command is requestedWilliam Pitcock2018-01-091-1/+5
* apk: commit options help text: fix typo concerning diskless bootWilliam Pitcock2018-01-091-1/+1
* apk: usage: cleanup help text when no applet is selectedWilliam Pitcock2018-01-0916-13/+52
* fix --update-cache help to reflect realityTimo Teräs2018-01-091-1/+1
* auto-update index only when database is opened for writingTimo Teräs2018-01-082-1/+3
* increase libfetch connection pool limits slightlyTimo Teräs2018-01-041-1/+1
* enable automatic update of indexes controlled by --cache-max-ageTimo Teräs2018-01-049-36/+53
* url: add "Cache-Control: no-cache" header with --force-refreshTimo Teräs2018-01-031-1/+1
* split --force to several --force-[type] optionsTimo Teräs2018-01-039-24/+60
* add new umbrella flag --initramfs-diskless-bootHenrik Riomar2018-01-031-0/+6
* add new flag --no-commit-hooksHenrik Riomar2018-01-033-0/+9
* db: fix triggers to report deleted directoriesTimo Teräs2018-01-032-16/+20
* apk, del: fix few memory leaksTimo Teräs2018-01-032-1/+5
* commit: properly analyze packages with provides="$pkgname"Timo Teräs2018-01-021-1/+2