summaryrefslogtreecommitdiffstats
path: root/src/core/nvo.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-2/+2
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-011-2/+4
* [nvo] Expose nvo_applies()Michael Brown2012-10-151-2/+2
* [nvo] Expose non-volatile options block nameMichael Brown2012-10-151-1/+2
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-221-0/+14
* [nvo] Allow resizing of non-volatile stored option blocksMichael Brown2011-01-191-49/+103
* [nvo] Remove the non-volatile options fragment listMichael Brown2011-01-111-49/+24Star
* [dhcp] Allow use of custom reallocation functions for DHCP option blocksMichael Brown2011-01-111-1/+2
* [settings] Apply settings block name in register_settings()Michael Brown2010-12-011-3/+2Star
* [nvo] Allow fragment list to be omittedMichael Brown2010-11-251-6/+20
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-3/+3
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-301-1/+1
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-6/+7
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-211-87/+129
* Changed #warning to FIXME for nvo hack warning.Marty Connor2007-07-231-1/+1
* Update DHCP to use data-xfer interface (not yet tested).Michael Brown2007-06-281-2/+2
* Add missing includeMichael Brown2007-01-151-0/+1
* Added more debug messagesMichael Brown2006-12-051-2/+8
* Added quick and dirty commands for testing the new NVO code.Michael Brown2006-12-051-1/+8
* Added nvo_save()Michael Brown2006-12-041-30/+58
* Add the concept of a fragment list for non-volatile stored options.Michael Brown2006-12-041-31/+98
* Abstracted out part of the concept of an SPI device to a generalised NVSMichael Brown2006-12-041-0/+109