Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-10 | ribreq uses now a AID, use AID also on the parsing side and convert to | Claudio Jeker | |
AF when necessary. OK henning@ | |||
2010-01-10 | Switch rib_dump() to use AID instead of AFs. OK henning@ | Claudio Jeker | |
2010-01-09 | Fix fatalx message. | Claudio Jeker | |
2010-01-09 | build signature objects that we will be able to compare | Marc Espie | |
2010-01-09 | fix to_string | Marc Espie | |
2010-01-09 | oops | Marc Espie | |
2010-01-09 | zap unused | Marc Espie | |
2010-01-09 | streamline interface | Marc Espie | |
2010-01-09 | move signal catching up, so we can clean repos and temp files at once. | Marc Espie | |
Fix main program try/catch: signal message should use standard form so it gets caught. | |||
2010-01-09 | kill cache, we don't really need it | Marc Espie | |
2010-01-09 | slightly more complex repolist, to allow for: | Marc Espie | |
- caching locations - avoid readding known paths (done thx to unique repo objects) | |||
2010-01-09 | create unique object for each repo | Marc Espie | |
2010-01-09 | fixed version, somehow I forgot that I use parse to do weird things with | Marc Espie | |
PKG_PATH... | |||
2010-01-09 | temporary revert until I figure this out | Marc Espie | |
2010-01-09 | move the code that recognizes /var/db/pkg as inst: into Repo::Local | Marc Espie | |
2010-01-09 | tweak path parsing to handle inst:pkgname and such as well... | Marc Espie | |
2010-01-09 | move some url parsing into Installed, provide for pipe: | Marc Espie | |
2010-01-09 | kill more useless code | Marc Espie | |
2010-01-09 | simplify slightly | Marc Espie | |
2010-01-09 | move pipe handling into RepositoryList | Marc Espie | |
2010-01-09 | repositories no longer need match | Marc Espie | |
2010-01-08 | reflect recent changes | Marc Espie | |
2010-01-08 | remove very old -ikr | Marc Espie | |
2010-01-08 | Implement section A.1.6 of RFC 5036: "Recognize new FEC". | Michele Marchetto | |
When a new prefix is learnt, redistribute the local label associated with it to the other connected peers. ok claudio@ | |||
2010-01-08 | stat objects with more than value (store symlinks eventually) | Marc Espie | |
2010-01-08 | Don't leak the fds we open in cp() to copy one file from another. | Owain Ainsworth | |
from Igor Zinovik; thanks! ok millert@ | |||
2010-01-07 | make sure is_valid works for alternatives | Marc Espie | |
2010-01-06 | clean up this page a little; ok norby | Jason McIntyre | |
2010-01-05 | - properly spell "packet". | Jasper Lievisse Adriaanse | |
2010-01-05 | refuse invalid version specs. | Marc Espie | |
fix other error messages (missing \n) | |||
2010-01-05 | repair | Marc Espie | |
2010-01-05 | better spec handling: instead of dying, create badspec objects that never | Marc Espie | |
match anything. Add method is_valid (and propagators) to know whether a spec is valid (to be used in pkg_create in a systematic way). | |||
2010-01-05 | tracker and updater are also auto-cached | Marc Espie | |
2010-01-05 | avoid loop if conflict/replace end up finding kept handles. | Marc Espie | |
2010-01-05 | use Auto::cache | Marc Espie | |
2010-01-05 | tweak output | Marc Espie | |
2010-01-05 | common pattern, put it there since everything uses Error. | Marc Espie | |
2010-01-05 | auto-create giveup, so it's defined if we call tally without doing anything. | Marc Espie | |
2010-01-05 | Make sure that all important config variables are synced on a reload in | Claudio Jeker | |
the SE. This got more important since we use the reload all the time now. Found out the hard way and fix tested by Laurent CARON | |||
2010-01-04 | Stop installing many of the incredibly dated and un-authoritative share/doc | Theo de Raadt | |
files. If any information found in these documents is worthwhile and you miss it, please make the time to work it into the manual pages (which people actually do read). ok guenther | |||
2010-01-04 | -l no longer implies -z | Marc Espie | |
2010-01-04 | better | Marc Espie | |
2010-01-04 | There's no reason for -l to imply -z. | Marc Espie | |
Also, fix a nasty bug: when finding installed packages in a set, don't remove them silently, just tag them to be kept, and let tracker know about it (fixes loop1 regress) | |||
2010-01-03 | not a fatal error, keep going | Marc Espie | |
2010-01-03 | unused prototype | Theo de Raadt | |
2010-01-03 | Neither .Pp nor unqualified text are allowed at the top level of .Bl; | Ingo Schwarze | |
instead, .It is required. Thus, move .Pp and text before the .Bl, and remove the .Pp altogether where it is not needed. Syntax errors found by mandoc(1), also required to fix the mandoc build; feedback and ok jmc@, and sobrado@ also supports the direction. | |||
2010-01-03 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Charles Longeau | |
logging on runtime. Based on claudio@'s work on ripd, ospfd, ospf6d, dvmrpd, ldpd, bgpd. With help/ideas/testing from gilles@ jacekm@ todd@ ok jacekm@ | |||
2010-01-03 | below .Rs, unqualified text is not allowed, each line needs ".%?" markup; | Ingo Schwarze | |
among the options we have, maja@ says "book" fits better than "journal" even though "if you see the documents you wouldn't call them books :-)"; syntax error found by mandoc(1), also required to fix the mandoc build; ok maja@ jmc@ | |||
2010-01-03 | blank lines not allowed outside literal context; | Ingo Schwarze | |
syntax errors found by mandoc(1), also required to fix the mandoc build; ok jmc@ | |||
2010-01-03 | -F tally | Marc Espie | |