Age | Commit message (Expand) | Author |
2018-06-27 | Just put the aspath and the peer directly into the prefix struct. | Claudio Jeker |
2018-06-27 | Move rde_test_prefix() to a place where it makes more sense. No functional | Claudio Jeker |
2018-06-26 | tags are cutting their first teeth, but it can be a normal debug flag | Marc Espie |
2018-06-26 | Wrong function name in error message. | Claudio Jeker |
2018-06-26 | space between macro args and punctuation; | Jason McIntyre |
2018-06-26 | Add "socket owner" to allow changing the owner of the vmd control socket. | Reyk Floeter |
2018-06-26 | kill the solve_tags part of pkg_create for now, as it doesn't work at all | Marc Espie |
2018-06-26 | make it possible to remove old packages with erroneous tags... | Marc Espie |
2018-06-25 | Add IMSG_IFADDRADD to ospfe and the master process. | remi |
2018-06-25 | fix ::lookup interface return, oops | Marc Espie |
2018-06-25 | so tags need some love to print out correctly | Marc Espie |
2018-06-25 | Properly start reference counting struct nexthop. This removes the need for | Claudio Jeker |
2018-06-25 | OO version of atend | Marc Espie |
2018-06-25 | special case: @tag found in self may have NO parameters and just be used | Marc Espie |
2018-06-24 | tags should work more like other errors. In particular, avoid infinite | Marc Espie |
2018-06-24 | document that %D is localbase in define-tag | Marc Espie |
2018-06-24 | get ready to reuse verify_tag | Marc Espie |
2018-06-24 | implement tag checking during normal solving | Marc Espie |
2018-06-24 | fix need_params | Marc Espie |
2018-06-24 | fw_update not fwupdate, from weerd@ | Stuart Henderson |
2018-06-24 | Add support for parsing XSDT tables. Add support for arm64. | Mark Kettenis |
2018-06-24 | style | Marc Espie |
2018-06-23 | define-tag can't use normal destate, because it migrates before any cwd | Marc Espie |
2018-06-23 | solve_tags not yet functional, I'll reactivate the checks during creation | Marc Espie |
2018-06-23 | well, when we read the plist from the ports tree, we need to register | Marc Espie |
2018-06-23 | prelink only also needs define-tag, unbreaks pkg_create with run-depends | Marc Espie |
2018-06-23 | PkgCreate has no business knowing details of define-tag | Marc Espie |
2018-06-23 | do some more basic checking of tags vs define-tag so that parameter usage | Marc Espie |
2018-06-23 | document @define-tag and @tag. | Marc Espie |
2018-06-23 | have a default tag value of empty, because. | Marc Espie |
2018-06-22 | move the tag base code into SolverBase, and use it in PkgCreate, so that | Marc Espie |
2018-06-22 | as discussed with aja@, some commands must be run once for every distinct | Marc Espie |
2018-06-22 | activate tag solver (won't do anything if plists don't have actual tags) | Marc Espie |
2018-06-22 | in the presence of multiple tags, tag definition must be "unique" | Marc Espie |
2018-06-22 | hook atend tag running | Marc Espie |
2018-06-22 | special case for a tag in self, which should be run appropriately during | Marc Espie |
2018-06-22 | let the tag logic migrate into state for running atend, | Marc Espie |
2018-06-21 | - various tweaks to try to make DESCRIPTION read better | Jason McIntyre |
2018-06-21 | Use correct function name in fatalx() | Claudio Jeker |
2018-06-21 | Nothing is using the active and prefix count in struct rde_aspath. | Claudio Jeker |
2018-06-21 | Sync aldap from ldap(1). | Reyk Floeter |
2018-06-21 | split the common half of dependencies handling into SolverBase, as PkgCreate | Marc Espie |
2018-06-20 | Add support for simple one-off internal rewrites. | Reyk Floeter |
2018-06-20 | make it possible to do @tag sthg in the same package that does | Marc Espie |
2018-06-20 | so tags will need to match OLD tag definitions as well as new ones. | Marc Espie |
2018-06-20 | tags from changed_handles will be relevant, from nowhere else... | Marc Espie |
2018-06-20 | use delete_handle here as well | Marc Espie |
2018-06-20 | modernize pkg_delete code, we have DeleteSets, which means handle | Marc Espie |
2018-06-20 | move the solver autoloader into UpdateSet so that pkg_delete will be | Marc Espie |
2018-06-20 | Add bsws and arcaTrust PENs | Reyk Floeter |