2007-08-02 |
Michael Brown | uri_get(NULL) and uri_put(NULL) are explicitly allowed. |
tree | commitdiff |
2007-08-02 |
Michael Brown | Allow images to hold references to the originating... |
tree | commitdiff |
2007-08-02 |
Michael Brown | Allowed zero-cost enforced ordering of features in... |
tree | commitdiff |
2007-08-02 |
Michael Brown | Use otherwise-useless byte in DHCP feature option as... |
tree | commitdiff |
2007-08-02 |
Michael Brown | Add FEATURE() macro, plus code to display features... |
tree | commitdiff |
2007-08-01 |
Michael Brown | Add code for constructing single-file cpio archives... |
tree | commitdiff |
2007-07-31 |
Michael Brown | Added support for draft version of the AoE Boot Firmwar... |
tree | commitdiff |
2007-07-31 |
Michael Brown | Add identifier for the network device into the DHCP... |
tree | commitdiff |
2007-07-31 |
Michael Brown | Centralise construction of the DHCP request and respons... |
tree | commitdiff |
2007-07-30 |
Michael Brown | Allowed HTTPS to be a separately configurable feature. |
tree | commitdiff |
2007-07-30 |
Michael Brown | Added missing #include |
tree | commitdiff |
2007-07-30 |
Michael Brown | TLS now working again. |
tree | commitdiff |
2007-07-29 |
Michael Brown | Preparation for adding tls.c |
tree | commitdiff |
2007-07-29 |
Michael Brown | Added a simple pass-through filter layer for data trans... |
tree | commitdiff |
2007-07-29 |
Michael Brown | Added HMAC code from TLS project |
tree | commitdiff |
2007-07-29 |
Michael Brown | Quick hack to get AoE back in to the tree, on a par... |
tree | commitdiff |
2007-07-28 |
Michael Brown | Applied a modified version of holger's regparm patches. |
tree | commitdiff |
2007-07-28 |
Michael Brown | Merge branch 'symcheck2' |
tree | commitdiff |
2007-07-28 |
Michael Brown | Make has_key() a static inline, rather than omitting... |
tree | commitdiff |
2007-07-26 |
Michael Brown | Prepare for iBFT merge when possible. iscsiboot.c... |
tree | commitdiff |
2007-07-24 |
Michael Brown | Add per-file error identifiers |
tree | commitdiff |
2007-07-24 |
Michael Brown | Include errno.h in the few drivers which use it, rather... |
tree | commitdiff |
2007-07-17 |
Michael Brown | nameserver should be static |
tree | commitdiff |
2007-07-17 |
Michael Brown | Obsolete code removal |
tree | commitdiff |
2007-07-17 |
Michael Brown | Added missing extern |
tree | commitdiff |
2007-07-14 |
Michael Brown | Remove more obsolete files |
tree | commitdiff |
2007-07-14 |
Michael Brown | Reduced etherboot.h dependencies to avoid unnecessary... |
tree | commitdiff |
2007-07-14 |
Michael Brown | Dead code removal. |
tree | commitdiff |
2007-07-13 |
Michael Brown | Add support for TCP timestamps |
tree | commitdiff |
2007-07-09 |
Michael Brown | Remove some obsolete stream-API files |
tree | commitdiff |
2007-07-09 |
Michael Brown | Fix up iscsiboot missing prototype warnings |
tree | commitdiff |
2007-07-08 |
Michael Brown | Merge branch 'master' into iscsi-update |
tree | commitdiff |
2007-07-08 |
Michael Brown | Add strcspn() and strndup() |
tree | commitdiff |
2007-07-08 |
Michael Brown | Make ref_get() return the reference, for cleaner code. |
tree | commitdiff |
2007-07-08 |
Michael Brown | Ready to start testing |
tree | commitdiff |
2007-07-08 |
Michael Brown | Code in place to use a hypothetical SCSI interface. |
tree | commitdiff |
2007-07-08 |
Michael Brown | Everything except the SCSI interface should now be... |
tree | commitdiff |
2007-07-08 |
Michael Brown | iSCSI updated to use data-xfer interface on the socket... |
tree | commitdiff |
2007-07-08 |
Michael Brown | Limit xmit window to one MTU. (Path MTU discovery... |
tree | commitdiff |
2007-07-08 |
Michael Brown | Fix typo that was preventing any DHCP option applicator... |
tree | commitdiff |
2007-07-08 |
Michael Brown | Separate the "is data ready" function of xfer_seek... |
tree | commitdiff |
2007-07-08 |
Michael Brown | Kill off unused request() method in data-xfer interface. |
tree | commitdiff |
2007-07-07 |
Michael Brown | Use net_device_operations structure and netdev_nullify... |
tree | commitdiff |
2007-07-06 |
Michael Brown | Apply global DHCP options when register_dhcp_options... |
tree | commitdiff |
2007-07-05 |
Michael Brown | Remap EBADF to PXENV_STATUS_TFTP_FILE_NOT_FOUND; the... |
tree | commitdiff |
2007-07-05 |
Michael Brown | Add concept of DHCP option applicators. |
tree | commitdiff |
2007-07-05 |
Michael Brown | Allow recording of TX and RX errors to aid in end-user... |
tree | commitdiff |
2007-07-05 |
Michael Brown | Make masking constants unsigned, to avoid a gcc3-only... |
tree | commitdiff |
2007-07-04 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/gpxe |
tree | commitdiff |
2007-07-04 |
Marty Connor | Merge branch 'master' of /pub/scm/gpxe |
tree | commitdiff |
2007-07-04 |
Marty Connor | Remove deprecation of pci_bar_size() |
tree | commitdiff |
2007-07-03 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/gpxe |
tree | commitdiff |
2007-07-03 |
Michael Brown | Separated out initialisation functions from startup... |
tree | commitdiff |
2007-07-03 |
Michael Brown | Added missing "extern" |
tree | commitdiff |
2007-07-03 |
Michael Brown | Merge branch 'master' of rom.etherboot.org:/gpxe |
tree | commitdiff |
2007-07-03 |
Marty Connor | Merge branch 'master' of /pub/scm/gpxe |
tree | commitdiff |
2007-07-03 |
Marty Connor | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk... |
tree | commitdiff |
2007-07-03 |
Michael Brown | We don't actually use the reset functions anywhere... |
tree | commitdiff |
2007-07-03 |
Michael Brown | Use a linker-table based system to automatically mark... |
tree | commitdiff |
2007-07-03 |
Marty Connor | Merge branch 'master' of /pub/scm/gpxe |
tree | commitdiff |
2007-07-03 |
Marty Connor | Warnings purge: src/{crypto,hci,net} |
tree | commitdiff |
2007-07-03 |
Michael Brown | Implemented (untested) PXENV_START_UNDI. |
tree | commitdiff |
2007-07-02 |
Michael Brown | Add trivial net device statistics (TX and RX packet... |
tree | commitdiff |
2007-07-02 |
Marty Connor | Merge branch 'master' of ssh://rom.etherboot.org/gpxe |
tree | commitdiff |
2007-07-02 |
Marty Connor | Warnings purge |
tree | commitdiff |
2007-07-02 |
Michael Brown | Add untested support for UNDI transmit and receive. |
tree | commitdiff |
2007-07-02 |
Michael Brown | pxe_netdev now holds a reference to the network device. |
tree | commitdiff |
2007-07-01 |
Michael Brown | Removing obsolete files. |
tree | commitdiff |
2007-07-01 |
Michael Brown | Support cards such as natsemi which treat the data... |
tree | commitdiff |
2007-06-30 |
Michael Brown | Add gdbsym.c object to help with running gdb-to-qemu |
tree | commitdiff |
2007-06-30 |
Michael Brown | Implement the two UNDI API calls used by RIS. |
tree | commitdiff |
2007-06-30 |
Michael Brown | Don't build option-overloaded packets; they just confus... |
tree | commitdiff |
2007-06-28 |
Michael Brown | Obsoleted by downloader.c |
tree | commitdiff |
2007-06-28 |
Michael Brown | Mildly ugly hack to force correct linkage. |
tree | commitdiff |
2007-06-28 |
Michael Brown | Quick hack to get image booting working again |
tree | commitdiff |
2007-06-28 |
Michael Brown | Add dhcp_configure_netdev() |
tree | commitdiff |
2007-06-28 |
Michael Brown | Added monojob controller in lieu of a full working... |
tree | commitdiff |
2007-06-28 |
Michael Brown | Kill off job::start() (it was only ever added as part... |
tree | commitdiff |
2007-06-27 |
Michael Brown | Update DHCP to use data-xfer interface (not yet tested). |
tree | commitdiff |
2007-06-27 |
Michael Brown | Kill off hotplug.h and just make net devices normal... |
tree | commitdiff |
2007-06-20 |
Michael Brown | Partial migration of UDP to data-xfer interface. ... |
tree | commitdiff |
2007-06-20 |
Michael Brown | Add iob_ensure_headroom() placeholder. |
tree | commitdiff |
2007-06-11 |
Michael Brown | Add concept of "current working URI". |
tree | commitdiff |
2007-06-11 |
Michael Brown | Remove unused headers. |
tree | commitdiff |
2007-06-11 |
Michael Brown | Updated DNS to use not-yet-implemented UDP data-xfer... |
tree | commitdiff |
2007-06-11 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer |
tree | commitdiff |
2007-06-11 |
Michael Brown | Renamed _calloc() to zalloc(), ready to be used as... |
tree | commitdiff |
2007-06-11 |
Michael Brown | Updated TFTP and PXE UDP API code to use not-yet-implem... |
tree | commitdiff |
2007-06-11 |
Michael Brown | Add concept of transfer metadata, to be used by UDP... |
tree | commitdiff |
2007-06-10 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer |
tree | commitdiff |
2007-06-09 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer |
tree | commitdiff |
2007-06-09 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer |
tree | commitdiff |
2007-06-09 |
Michael Brown | Rename .cvsignore files to .gitignore |
tree | commitdiff |
2007-06-09 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer |
tree | commitdiff |
2007-06-09 |
Michael Brown | Allow xfer_open() to take a struct uri as well as a... |
tree | commitdiff |
2007-06-09 |
Michael Brown | Use standard xfer_open() argument list for downloader... |
tree | commitdiff |
2007-06-08 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer |
tree | commitdiff |
2007-06-08 |
Michael Brown | Merge branch 'master' into mcb-tcp-xfer origin/mcb-tcp-xfer |
tree | commitdiff |
2007-06-03 |
Michael Brown | Add facility for resolving base+relative URIs (and... |
tree | commitdiff |
2007-06-03 |
Michael Brown | Added dirname() |
tree | commitdiff |
next |