summaryrefslogtreecommitdiffstats
path: root/src/core/interface.c
Commit message (Expand)AuthorAgeFilesLines
* [interface] Provide the ability to shut down multiple interfacesMichael Brown2017-02-021-0/+69
* [interface] Unplug interface before calling intf_close() in intf_shutdown()Michael Brown2017-01-251-4/+9
* [interface] Remove misleading commentMichael Brown2017-01-251-3/+0Star
* [interface] Avoid unnecessary reference counting in intf_unplug()Michael Brown2017-01-251-1/+4
* [interface] Provide intf_reinit() to reinitialise nullified interfacesMichael Brown2016-11-161-2/+1Star
* [interface] Add intf_poke() helperMichael Brown2015-07-221-0/+25
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [interface] Default to calling intf_restart() in response to intf_close()Michael Brown2013-11-011-2/+19
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [interface] Allow for non-pass-through interface methodsMichael Brown2010-06-221-9/+30
* [interface] Expand object interface to allow for polymorphic interfacesMichael Brown2010-06-221-14/+222
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* Add debuggingMichael Brown2007-05-181-0/+2
* Clarify behaviour of plug() by using intf_put() and intf_get().Michael Brown2007-05-011-3/+2Star
* D'ohMichael Brown2007-04-301-2/+2
* Added plug_plug()Michael Brown2007-04-301-0/+15
* Add (and use) generic reference counter, to improve signal:noise ratioMichael Brown2007-04-301-40/+3Star
* Initial sketch for the generic data-transfer interface.Michael Brown2007-04-271-0/+81