| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Add FREEBSD-upgrade instructions
- Add FREEBSD-Xlist file
- Remove all unnecessary files which are not required for in-tree build
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D50472
Event: Oslo Hackathon 202508
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 2326db40a1d2dd98631d70aae200ca52575139fb)
|
| |
|
|
|
|
|
|
|
| |
This is a wrapper around ucl_object_tostring_forced.
Sponsored by: Chelsio Communications
Pull Request: https://github.com/freebsd/freebsd-src/pull/1794
(cherry picked from commit 47586ffc8bde236bab65da05ad3c0a660709ba96)
|
| |
|
|
| |
(cherry picked from commit a0409676120c1e558d0ade943019934e0f15118d)
|
| |
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=313953
|
| |
|
|
| |
Notes:
svn path=/head/; revision=306544
|
| |
|
|
| |
Notes:
svn path=/head/; revision=298166
|
| |
|
|
| |
Notes:
svn path=/head/; revision=290071
|
| |
|
|
| |
Notes:
svn path=/head/; revision=279549
|
| |
|
|
|
|
|
|
| |
While here correctly link libucl to libm and register the dependency on libm
for static building
Notes:
svn path=/head/; revision=275223
|
| |
|
|
|
|
|
| |
This update brings streamlined ucl emitter support
Notes:
svn path=/head/; revision=268831
|
| |
|
|
|
|
|
| |
this version brings xpath-like interface for ucl objects
Notes:
svn path=/head/; revision=266636
|
| |
|
|
|
|
|
| |
Adapt pkg(7) to the new libucl API
Notes:
svn path=/head/; revision=264789
|
| |
|
|
|
|
|
|
|
| |
This brings schema validation
MFC after: 1 week
Notes:
svn path=/head/; revision=263648
|
| |
|
|
| |
Notes:
svn path=/head/; revision=262975
|
|
|
UCL is heavily infused by nginx configuration as the example of a convenient
configuration system. However, UCL is fully compatible with JSON format and is
able to parse json files.
UCL is used by pkg(8) for its configuration file as well for the manifest format
in packages, it will be used in base for the pkg boostrap (signature checking
and configuration file parsing.)
libucl has been developped and is maintained by vsevolod@
Notes:
svn path=/head/; revision=262398
|