summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2008-08-30libs/cbi: Add a check whether a section was recently createdSteven Barth
2008-08-30libs/web: Return more verbose error messages when template execution failsSteven Barth
2008-08-30libs/cbi: Simplified _uvl_validate_sectionSteven Barth
2008-08-30libs/cbi: Use :is instead of .code == for UVL error testsSteven Barth
2008-08-30* luci/libs: uvl: added qos and network schemes, fixes in uvl error handlingJo-Philipp Wich
2008-08-30libs/cbi: Disable strict mode for nowSteven Barth
2008-08-30Optimized UVL validation handlingSteven Barth
2008-08-30libs/cbi: Create section after validation to avoid validation errors with ↵Steven Barth
empty fields
2008-08-30libs/cbi: Temporarily allow invalid configuration values to be savedSteven Barth
2008-08-30* luci/libs: uvl: first round of uci schemesJo-Philipp Wich
2008-08-30Wifi updates part #1Steven Barth
2008-08-29libs/ipkg: Fixed a transition issueSteven Barth
2008-08-29General optimizations, simplifications and improvementsSteven Barth
2008-08-29Speed up generation of dispatching treeSteven Barth
2008-08-29Pass $LDFLAGS while linkingSteven Barth
2008-08-29lib/sys: Fixed inline documentationSteven Barth
2008-08-29Fixed RPC-APISteven Barth
2008-08-29modules/rpc: Check for existence of external librariesSteven Barth
libs/sys: Small fix for API-Documentation
2008-08-29Publish luci.model.ipkg via JSON-RPCSteven Barth
2008-08-29Cleanup and documentationSteven Barth
2008-08-29Optimized encoding of arrays containing nil valuesSteven Barth
Optimized inline documentation
2008-08-29Completed first version of JSON-RPC APISteven Barth
2008-08-28* luci/libs: uvl: invalid wrong "option not found in config" errorsJo-Philipp Wich
2008-08-28libs/cbi: Make sure options in ListValues are uniqueSteven Barth
2008-08-28mini: Force network interface to not be removableSteven Barth
2008-08-28CBI-UVL Validation Integration part #1Steven Barth
2008-08-28libs/uvl: Set an own savedir to avoid UCI problemsSteven Barth
2008-08-28Fixed luci.util.dumptable againSteven Barth
2008-08-28Added maxdepth to luci.util.dumptableSteven Barth
2008-08-28* luci/libs: util: little bugfix in serialize_data()Jo-Philipp Wich
2008-08-28* luci/libs: util: further enhancements to table serialisationJo-Philipp Wich
2008-08-28* luci/libs: util: improve table handling and support mixed tables in ↵Jo-Philipp Wich
serialize_data()
2008-08-28Fixed luci.util.dumptableSteven Barth
2008-08-28libs/core: Add recursion detection to dumptable, serialize_dataSteven Barth
Dumptable now writes to stderr
2008-08-28libs/uci: Updated API-DocsSteven Barth
2008-08-28Shortend the new descriptionsSteven Barth
2008-08-28Changed descriptions for Essentials and AdministrationSteven Barth
2008-08-28mini/wifi: Make WPA(2)-Radius only avaiable in Master-Mode, Remove double ↵Steven Barth
XML-escape for ESSID
2008-08-28Fixed enum dependenciesSteven Barth
2008-08-28* luci/libs: uvl: add uci error mechanism to uvl error handlingJo-Philipp Wich
2008-08-27Fixed incompatible APIs in CBISteven Barth
2008-08-27Switch back to mainline UCISteven Barth
2008-08-27* luci/applications: luci-fw: implement combined tcp+udp protocol optionJo-Philipp Wich
2008-08-27* luci/libs: uvl: fix crash when trying to validate malformed or ↵Jo-Philipp Wich
not-existing configuration, more verbose error message for uci load failure
2008-08-27* luci/libs: uvl: allow optional uci config as argument in validate_*()Jo-Philipp Wich
2008-08-27Rewrote the API-documentation for luci.jsonSteven Barth
2008-08-27Fix some Luadoc glitchesSteven Barth
2008-08-27Fix some synchronization issuesSteven Barth
2008-08-27* luci/libs: uvl: actually create error constants in luci.uvl.errorJo-Philipp Wich
2008-08-27* luci/libs: uvl: Major rewrite of internal element handling, reworked error ↵Jo-Philipp Wich
model, dropped loghelper and get_dependencies(), introduced luci.uvl.errors api