index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[settings] Add "base64" setting type
Michael Brown
2015-04-24
1
-0
/
+41
*
[base64] Add buffer size parameter to base64_encode() and base64_decode()
Michael Brown
2015-04-24
1
-54
/
+46
*
[base16] Add buffer size parameter to base16_encode() and base16_decode()
Michael Brown
2015-04-24
2
-89
/
+30
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-05
4
-4
/
+20
*
[malloc] Rewrite unrelicensable portions of malloc.c
Michael Brown
2015-03-03
1
-22
/
+41
*
[settings] Rewrite unrelicensable portions of settings.c
Michael Brown
2015-03-03
1
-6
/
+13
*
[settings] Use list_first_entry() when unregistering child settings
Michael Brown
2015-03-03
1
-2
/
+2
*
[libc] Rewrite unrelicensable portions of ctype.h
Michael Brown
2015-03-02
1
-3
/
+4
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
11
-11
/
+51
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
3
-3
/
+15
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
52
-52
/
+244
*
[libc] Rewrite strtoul()
Michael Brown
2015-02-19
4
-126
/
+134
*
[ipv4] Rewrite inet_aton()
Michael Brown
2015-02-19
1
-23
/
+0
*
[libc] Rewrite string functions
Michael Brown
2015-02-16
1
-258
/
+273
*
[libc] Remove unused string functions
Michael Brown
2015-02-16
1
-188
/
+0
*
[build] Allow command help text URI to be customised via config/branding.h
Michael Brown
2015-02-11
1
-1
/
+2
*
[build] Move branding information to config/branding.h
Michael Brown
2015-02-11
1
-0
/
+1
*
[uri] Allow tftp_uri() to construct a URI with a custom port
Michael Brown
2015-02-06
1
-1
/
+8
*
[iobuf] Add iob_split() to split an I/O buffer into portions
Michael Brown
2014-12-18
1
-0
/
+30
*
[malloc] Report caller address as soon as memory corruption is detected
Michael Brown
2014-12-15
1
-1
/
+21
*
[malloc] Check integrity of free list
Michael Brown
2014-12-15
1
-1
/
+59
*
[malloc] Sanity check parameters to alloc_memblock() and free_memblock()
Michael Brown
2014-12-15
1
-0
/
+6
*
[malloc] Tidy up debug output
Michael Brown
2014-12-15
1
-19
/
+23
*
[ping] Allow "ping" command output to be inhibited
Michael Brown
2014-10-23
1
-3
/
+5
*
[ping] Allow termination after a specified number of packets
Michael Brown
2014-10-23
1
-2
/
+37
*
[ping] Report timed-out pings via the callback function
Michael Brown
2014-10-23
1
-1
/
+12
*
[build] Expose build timestamp, build name, and product names
Michael Brown
2014-06-24
2
-3
/
+51
*
[debug] Allow debug message colours to be customised via DBGCOL=...
Michael Brown
2014-06-16
1
-3
/
+14
*
[libc] Prevent strndup() from reading beyond the end of the string
Michael Brown
2014-05-18
1
-3
/
+1
*
[profile] Allow interrupts to be excluded from profiling results
Michael Brown
2014-05-04
1
-0
/
+3
*
[librm] Allow interrupts in protected mode
Michael Brown
2014-04-29
1
-0
/
+1
*
[downloader] Profile receive datapath
Michael Brown
2014-04-28
1
-0
/
+15
*
[profile] Add generic profiling infrastructure
Michael Brown
2014-04-27
1
-0
/
+269
*
[libc] Add isqrt() function to find integer square roots
Michael Brown
2014-04-26
1
-0
/
+52
*
[libc] Add inline assembly implementation of flsl() using BSR instruction
Michael Brown
2014-04-24
1
-13
/
+0
*
[serial] Enable UART FIFOs
Peter Pickford
2014-04-22
1
-2
/
+2
*
[console] Fix display of characters with top bit set
Michael Brown
2014-03-13
1
-1
/
+1
*
[monojob] Reset timeout when progress is made
Michael Brown
2014-03-10
1
-11
/
+18
*
[image] Ensure every image has a fully resolved URI
Michael Brown
2014-02-27
1
-12
/
+4
*
[uri] Refactor URI parsing and formatting
Michael Brown
2014-02-27
1
-180
/
+330
*
[params] Use reference counters for form parameter lists
Michael Brown
2014-02-26
2
-45
/
+33
*
[settings] Remove "uristring" setting type
Michael Brown
2014-02-26
1
-49
/
+5
*
[fbcon] Allow ANSI CUP with missing arguments
Michael Brown
2014-01-22
1
-2
/
+2
*
[fbcon] Allow for an arbitrary margin around the text area
Michael Brown
2014-01-22
1
-12
/
+27
*
[fbcon] Centre background picture on console
Michael Brown
2014-01-22
1
-243
/
+116
*
[libc] Add isprint()
Michael Brown
2014-01-06
1
-3
/
+2
*
[console] Add concept of a "magic" colour
Michael Brown
2013-12-09
1
-4
/
+34
*
[console] Add centralised concept of colours and colour pairs
Michael Brown
2013-12-09
2
-0
/
+283
*
[fbcon] Always draw cursor using current foreground and background colours
Michael Brown
2013-12-09
1
-5
/
+3
*
[fbcon] Update the console width and height after changing mode
Michael Brown
2013-12-06
1
-0
/
+4
[next]