Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for libpkg/private/pkg_jobs.h  ·  View all commits
88 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
7 days ago 920c183
B
rcscript: rewrite entirely to be safer
Baptiste Daroussin
9 days ago 2e3e34b
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
solver: prevent rdeps discovery explosion
Baptiste Daroussin
2 months ago 5d02e4b
B
Remove unneeded sys/cdefs.h
Baptiste Daroussin
3 months ago 4353a88
S
Merge commit '2d18505bf79a2eb87e2e72bbc3e30b0cf7f6b15c'
Shawn Webb
4 months ago eacbab2
M
libpkg: Remove an unused parameter from pkg_jobs_universe_add_pkg()
Mark Johnston
7 months ago f88fd01
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
7 months ago 7dccd36
I
scheduler: rename path_next to path_prev
Isaac Freund
8 months ago 24d66e6
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
11 months ago ba89bd1
B
tll: finish removing tll from libpkg
Baptiste Daroussin
11 months ago 0a5b324
B
schedule: convert to vector
Baptiste Daroussin
1 year ago fef3ef2
B
non pkgbase: convert system shlibs to vector of char *
Baptiste Daroussin
1 year ago b8cd71e
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 89d30c6
B
compat32: ignore on systems without lib32 set
Baptiste Daroussin
1 year ago e245b7a
B
solver: do not consider shlibs_required from base on system not running pkgbase
Baptiste Daroussin
1 year ago b6e3941
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 25ee7d0
I
libpkg: make shlib handling portable
Isaac Freund
1 year ago 6462d8a
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago c62eec6
B
db: allow passing multiple -r options
Baptiste Daroussin
1 year ago a9eccd9
I
libpkg: clarify documentation of pkg_solved->items
Isaac Freund
1 year ago b2d852c
I
libpkg: implement new job scheduler
Isaac Freund
1 year ago d71e177
I
libpkg: remove redundant pkg_jobs->count field
Isaac Freund
1 year ago 2e1ff21
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 76191f7
I
libpkg: make pkg_jobs->solved a boolean
Isaac Freund
1 year ago 41302b2
I
libpkg: delete dead function declaration
Isaac Freund
1 year ago 9fba676
I
jobs: document pkg_job_universe_item data structure
Isaac Freund
1 year ago afe80f1
I
jobs: drop pkg_jobs_universe_change_uid()
Isaac Freund
1 year ago 27b0e2b
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 9ce36fc
B
orphans: cache the status of a packages
Baptiste Daroussin
2 years ago 7a07756
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago fa6223f
M
libpkg: Try to merge config files across split upgrades
Mark Johnston
3 years ago 4ddb234
M
libpkg: Remove pkg_conflicts_register()
Mark Johnston
3 years ago c8b89b3
B
libpkg: convert the solver summary into a tllist
Baptiste Daroussin
3 years ago 7dcb9a6
B
deletion: respect provides/requires
Baptiste Daroussin
3 years ago 298301e
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago e294fea
B
triggers: rework the cleanup triggers
Baptiste Daroussin
3 years ago 399d7a2
B
triggers: make the various triggers a member of the jobs structure
Baptiste Daroussin
3 years ago 76cf123
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
M
libpkg: Fix some style bugs, simplify control flow, add comments
Mark Johnston
4 years ago c373cf9
M
libpkg: Eliminate an unneeded flag variable in struct pkg_solved
Mark Johnston
4 years ago 7db301e
B
eliminate last traces of uthash in pkg's direct sources
Baptiste Daroussin
4 years ago 1514759
B
last conversion from uthash to pkghash
Baptiste Daroussin
4 years ago 486a5b7
B
one more conversion to uthash
Baptiste Daroussin
4 years ago f8c80a5
B
pkghash: One more conversion from uthash
Baptiste Daroussin
4 years ago e2eeea2
B
convert from khash to pkghash
Baptiste Daroussin
4 years ago 438bcc6
B
Clean up output of messages for locked packages during `pkg delete'
Brad Davis
8 years ago 0adc3fb
B
patterns does not need to be a hash table
Baptiste Daroussin
9 years ago 720a74e
V
Add special flag for vulnerable pattern
Vsevolod Stakhov
9 years ago 241b847
B
Replace libsbuf with utstring.h to improve portability
Baptiste Daroussin
9 years ago f93c045
B
Disable pinning for pkg itself when and only when looking for a new version of pkg
Baptiste Daroussin
9 years ago 4835b27
V
Merge pull request #1446 from vstakhov/master
Vsevolod Stakhov
9 years ago 87cda8c
V
Try to implement reponame pinning in the solver
Vsevolod Stakhov
9 years ago 9c2a5df
B
Do not be conservative when upgrading pkg
Baptiste Daroussin
10 years ago 22101cb
B
Finish supporting multi version repo correctly
Baptiste Daroussin
10 years ago 89dc0cf
B
Convert pkg_jobs_seen to khash
Baptiste Daroussin
10 years ago c1d74d9
V
Implement assumptions setup in the solver.
Vsevolod Stakhov
10 years ago 0d3849d
V
Fix definitions.
Vsevolod Stakhov
10 years ago da0b49e
V
Merge pull request #1214 from vstakhov/master
Vsevolod Stakhov
11 years ago 9e14677
V
Check match for provide/require rules.
Vsevolod Stakhov
11 years ago 9c11c09
V
Fix memory leak for request items.
Vsevolod Stakhov
11 years ago 858928d
V
Fix universe processing logic to avoid loops.
Vsevolod Stakhov
11 years ago af8d1bd
V
Merge branch 'integrity-rework'
Vsevolod Stakhov
11 years ago 2064515
V
Fix compilation.
Vsevolod Stakhov
11 years ago 3b20eeb
V
Add hashing tree for files and dirs.
Vsevolod Stakhov
11 years ago d4a7009
V
Start rework.
Vsevolod Stakhov
11 years ago 8c595b2
V
Fix automatic flag in the request.
Vsevolod Stakhov
11 years ago 39f93ed
V
Fix issue with universe processing.
Vsevolod Stakhov
11 years ago f6a46a1
V
Merge branch 'request-rework'
Vsevolod Stakhov
11 years ago 79e26f7
V
Continue to rework adding requests.
Vsevolod Stakhov
11 years ago 451d0f8
V
Fix more places for new request.
Vsevolod Stakhov
11 years ago 99e32b9
V
Simplify request processing.
Vsevolod Stakhov
11 years ago f6b14c3
V
Rework add_request utility.
Vsevolod Stakhov
11 years ago 7068512
V
New structure to store job request.
Vsevolod Stakhov
11 years ago a8c6aa2
V
Fix upgrade chain processing heuristic.
Vsevolod Stakhov
11 years ago adec444
V
Merge pull request #908 from vstakhov/master
Vsevolod Stakhov
11 years ago 528f544
V
Merge branch 'universe-rework'
Vsevolod Stakhov
11 years ago eb80cd9
V
Refactor names.
Vsevolod Stakhov
11 years ago 1a2e310
V
Fixes for jobs code.
Vsevolod Stakhov
11 years ago f320df5
V
More rework.
Vsevolod Stakhov
11 years ago d41ab65
V
Rework conflicts.
Vsevolod Stakhov
11 years ago 7d35fc9
V
Rework candidates selection.
Vsevolod Stakhov
11 years ago b21c0c5
V
Add find utilities.
Vsevolod Stakhov
11 years ago 4d49c01
V
Fix jobs processing.
Vsevolod Stakhov
11 years ago e53c5ec
V
Split universe handling function.
Vsevolod Stakhov
11 years ago 408c6bd
V
Move more code.
Vsevolod Stakhov
11 years ago 85771c1
V
Move priorities management to pkg_universe.
Vsevolod Stakhov
11 years ago 5390b20
V
Move definitions to specific header.
Vsevolod Stakhov
11 years ago 07ea0f2