index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pixbuf] Enable PNG format by default
Michael Brown
2016-07-29
2
-24
/
+32
*
[crypto] Enable both DER and PEM formats by default
Michael Brown
2016-07-29
1
-35
/
+0
*
[image] Add image_asn1() to extract ASN.1 objects from image
Michael Brown
2016-07-29
1
-0
/
+35
*
[settings] Allow settings blocks to specify a sibling ordering
Michael Brown
2016-07-19
1
-0
/
+2
*
[settings] Correctly mortalise autovivified child settings blocks
Michael Brown
2016-07-19
1
-0
/
+1
*
[ipv6] Rename ipv6_scope to dhcpv6_scope
Michael Brown
2016-07-16
1
-1
/
+1
*
[acpi] Add support for ACPI power off
Michael Brown
2016-07-11
1
-0
/
+274
*
[downloader] Treat redirection failures as fatal
Michael Brown
2016-07-04
1
-2
/
+6
*
[xfer] Send intf_close() if redirection fails
Michael Brown
2016-07-04
1
-0
/
+5
*
[time] Allow system clock to be adjusted at runtime
Michael Brown
2016-06-13
1
-0
/
+3
*
[pci] Support systems with multiple PCI root bridges
Michael Brown
2016-06-09
1
-2
/
+11
*
[libc] Always use a non-zero seed for the (non-crypto) RNG
Michael Brown
2016-06-09
1
-0
/
+2
*
[efi] Work around broken UEFI keyboard drivers
Michael Brown
2016-05-26
1
-2
/
+7
*
[settings] Extend numerical setting tags to "unsigned long"
Michael Brown
2016-05-20
2
-3
/
+3
*
[libc] Avoid implicit assumptions about potentially-optimised memcpy()
Michael Brown
2016-05-09
1
-1
/
+1
*
[image] Skip misleading "format not recognised" error message
Michael Brown
2016-04-28
1
-1
/
+1
*
[libc] Print "<NULL>" for wide-character NULL strings
Michael Brown
2016-04-12
1
-2
/
+4
*
[libc] Make sleep() interruptible
Michael Brown
2016-03-22
2
-17
/
+21
*
[gdb] Add support for x86_64
Michael Brown
2016-03-22
1
-4
/
+7
*
[uri] Support "file:" URIs describing relative paths
Michael Brown
2016-03-14
1
-1
/
+1
*
[uri] Support URIs containing only scheme and path components
Michael Brown
2016-03-13
1
-3
/
+2
*
[serial] Add missing #include <string.h>
Michael Brown
2016-03-12
1
-0
/
+1
*
[pixbuf] Check for unsigned integer overflow on multiplication
Michael Brown
2016-03-12
1
-0
/
+5
*
[pcbios] Restrict external memory allocations to the low 4GB
Michael Brown
2016-03-08
1
-85
/
+0
*
[ioapi] Split ioremap() out to a separate IOMAP API
Michael Brown
2016-02-26
1
-0
/
+36
*
[iobuf] Improve robustness of I/O buffer allocation
Michael Brown
2016-02-11
1
-9
/
+34
*
[malloc] Guard against unsigned integer overflow
Michael Brown
2016-02-06
1
-2
/
+13
*
[uri] Apply URI decoding for all parsed URIs
Michael Brown
2016-01-26
1
-1
/
+1
*
[tftp] Mangle initial slash on TFTP URIs
Michael Brown
2016-01-21
1
-21
/
+51
*
[uri] Avoid potentially large stack allocation
Michael Brown
2016-01-21
1
-9
/
+12
*
[debug] Allow debug colourisation to be disabled
Michael Brown
2016-01-12
1
-3
/
+9
*
[downloader] Update image URI in response to a redirection
Michael Brown
2016-01-09
1
-6
/
+41
*
[image] Provide image_set_uri() to modify an image's URI
Michael Brown
2016-01-09
1
-10
/
+28
*
[fbcon] Move margin calculations to fbcon.c
Michael Brown
2015-10-14
1
-14
/
+36
*
[fbcon] Allow character height to be selected at runtime
Michael Brown
2015-10-14
1
-10
/
+9
*
[malloc] Avoid integer overflow for excessively large memory allocations
Michael Brown
2015-09-29
1
-48
/
+49
*
[uri] Generalise tftp_uri() to pxe_uri()
Michael Brown
2015-09-02
1
-16
/
+37
*
[settings] Re-add "uristring" setting type
Michael Brown
2015-08-25
2
-27
/
+104
*
[image] Detect image type when image is first registered
Michael Brown
2015-08-21
1
-41
/
+42
*
[test] Allow self-tests to report exit status when running under Linux
Michael Brown
2015-08-21
1
-3
/
+6
*
[block] Add generic block device translator
Michael Brown
2015-08-16
1
-0
/
+261
*
[serial] Check for UART existence in uart_select()
Michael Brown
2015-07-31
1
-7
/
+25
*
[linebuf] Support buffering of multiple lines
Michael Brown
2015-07-28
1
-13
/
+40
*
[pool] Add a generic concept of a pooled connection
Michael Brown
2015-07-28
1
-0
/
+114
*
[build] Fix compiler warnings on some gcc versions
Michael Brown
2015-07-27
1
-1
/
+1
*
[downloader] Provide direct access to the underlying data transfer buffer
Michael Brown
2015-07-22
1
-0
/
+14
*
[downloader] Use generic data-transfer buffer mechanism
Michael Brown
2015-07-22
1
-74
/
+18
*
[xferbuf] Add xfer_buffer() to provide direct access to underlying buffer
Michael Brown
2015-07-22
1
-0
/
+39
*
[xferbuf] Generalise to handle umalloc()-based buffers
Michael Brown
2015-07-22
1
-22
/
+195
*
[xfer] Add xfer_check_order() utility function
Michael Brown
2015-07-22
1
-0
/
+31
[next]