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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[util] Avoid compiler warning on gcc 4.6
Michael Brown
2012-07-03
1
-1
/
+1
*
[menu] Truncate menu title when necessary
Christian Hesse
2012-07-03
1
-2
/
+3
*
[arp] Prevent ARP cache entries from being deleted mid-transmission
Michael Brown
2012-07-01
1
-11
/
+38
*
[tcp] Avoid potential NULL pointer dereference
Michael Brown
2012-06-30
1
-1
/
+3
*
[tcp] Use a zero window size for RST packets
Michael Brown
2012-06-30
1
-1
/
+1
*
[iobuf] Relax alignment requirement for small I/O buffers
Michael Brown
2012-06-29
2
-16
/
+13
*
[tls] Request a maximum fragment length of 2048 bytes
Michael Brown
2012-06-29
2
-1
/
+19
*
[tcp] Add support for TCP window scaling
Michael Brown
2012-06-29
2
-3
/
+58
*
[undi] Align the received frame payload for faster processing
Michael Brown
2012-06-29
1
-8
/
+16
*
[monojob] Check for keypresses only once per timer tick
Michael Brown
2012-06-28
1
-11
/
+25
*
[tcpip] Add faster algorithm for calculating the TCP/IP checksum
Michael Brown
2012-06-28
2
-0
/
+174
*
[test] Add self-tests for TCP/IP checksum calculation
Michael Brown
2012-06-27
2
-0
/
+214
*
[tcpip] Allow for architecture-specific TCP/IP checksum routines
Michael Brown
2012-06-27
3
-4
/
+24
*
[libc] Simplify memcpy() implementation
Michael Brown
2012-06-27
1
-16
/
+10
*
[test] Add memcpy() self-tests
Michael Brown
2012-06-27
2
-34
/
+257
*
[cmdline] Increase resolution of "time" command
Michael Brown
2012-06-27
1
-3
/
+6
*
[realtek] Add missing cpu_to_le16()
Michael Brown
2012-06-27
1
-1
/
+1
*
[ui] Allow colours to be configured via config/colour.h
Christian Hesse
2012-06-27
4
-10
/
+45
*
[ui] Change "login" colours to match other UIs
Michael Brown
2012-06-27
1
-7
/
+7
*
[sky2] Fix invalid memory access
Valentine Barshak
2012-06-27
1
-1
/
+1
*
[syslog] Include hostname within syslog messages where possible
Michael Brown
2012-06-20
3
-8
/
+57
*
[settings] Move "domain" setting from dns.c to settings.c
Michael Brown
2012-06-20
3
-8
/
+9
*
[crypto] Allow an error margin on X.509 certificate validity periods
Michael Brown
2012-06-20
4
-12
/
+12
*
[dhcp] Request broadcast responses when we already have an IPv4 address
Michael Brown
2012-06-20
3
-1
/
+10
*
[romprefix] Treat 0xffffffff as an error return from PMM
Michael Brown
2012-06-19
1
-9
/
+13
*
[util] Update mergerom.pl to handle .mrom images
Michael Brown
2012-06-12
1
-3
/
+6
*
[romprefix] Allow .mrom image to be placed anywhere within the BAR
Michael Brown
2012-06-12
1
-0
/
+12
*
[romprefix] Add a dummy ROM header to cover the .mrom payload
Michael Brown
2012-06-12
5
-73
/
+197
*
[util] Rewrite catrom.pl to use Option::ROM library
Michael Brown
2012-06-12
1
-34
/
+15
*
[util] Allow Option::ROM to access multiple ROM images
Michael Brown
2012-06-12
3
-53
/
+129
*
[cmdline] Use "cpuid --ext" instead of "cpuid --amd"
Michael Brown
2012-06-12
1
-1
/
+4
*
[cmdline] Add "sync" command
Michael Brown
2012-06-09
3
-0
/
+86
*
[tls] Mark security negotiation as a pending operation
Michael Brown
2012-06-09
2
-7
/
+18
*
[tcp] Mark any unacknowledged transmission as a pending operation
Michael Brown
2012-06-09
1
-3
/
+33
*
[pending] Add concept of "pending operations"
Michael Brown
2012-06-09
3
-0
/
+114
*
[cmdline] Add "cpuid" command
Michael Brown
2012-06-07
9
-161
/
+310
*
[build] Merge i386 and x86_64 versions of errfile.h
Michael Brown
2012-06-06
2
-11
/
+0
*
[crypto] Fix unused-but-set variable warning
Michael Brown
2012-05-24
1
-2
/
+0
*
[http] Add support for Digest authentication
Michael Brown
2012-05-23
1
-0
/
+173
*
[http] Provide credentials only when requested by server
Michael Brown
2012-05-23
1
-16
/
+128
*
[http] Split construction of Authorization header out of http_step()
Michael Brown
2012-05-23
1
-57
/
+96
*
[http] Defer processing response code until after receiving all headers
Michael Brown
2012-05-22
1
-6
/
+10
*
[http] Reopen connections when server does not keep connection alive
Michael Brown
2012-05-22
1
-31
/
+118
*
[crypto] Rename KEY= to PRIVKEY= and "key" to "privkey"
Michael Brown
2012-05-22
2
-18
/
+21
*
[crypto] Require OCSP check if certificate provides an OCSP URI
Michael Brown
2012-05-22
1
-0
/
+12
*
[crypto] Automatically perform OCSP checks when applicable
Michael Brown
2012-05-22
1
-68
/
+195
*
[image] Allow "imgtrust" to automatically download cross-signed certificates
Michael Brown
2012-05-22
1
-0
/
+13
*
[monojob] Allow monojob to be completely silent
Michael Brown
2012-05-22
1
-7
/
+11
*
[crypto] Construct OCSP check URI
Michael Brown
2012-05-22
3
-83
/
+84
*
[crypto] Fix margin of error for OCSP checks
Michael Brown
2012-05-22
1
-2
/
+2
[next]