summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [util] Avoid compiler warning on gcc 4.6Michael Brown2012-07-031-1/+1
* [menu] Truncate menu title when necessaryChristian Hesse2012-07-031-2/+3
* [arp] Prevent ARP cache entries from being deleted mid-transmissionMichael Brown2012-07-011-11/+38
* [tcp] Avoid potential NULL pointer dereferenceMichael Brown2012-06-301-1/+3
* [tcp] Use a zero window size for RST packetsMichael Brown2012-06-301-1/+1
* [iobuf] Relax alignment requirement for small I/O buffersMichael Brown2012-06-292-16/+13Star
* [tls] Request a maximum fragment length of 2048 bytesMichael Brown2012-06-292-1/+19
* [tcp] Add support for TCP window scalingMichael Brown2012-06-292-3/+58
* [undi] Align the received frame payload for faster processingMichael Brown2012-06-291-8/+16
* [monojob] Check for keypresses only once per timer tickMichael Brown2012-06-281-11/+25
* [tcpip] Add faster algorithm for calculating the TCP/IP checksumMichael Brown2012-06-282-0/+174
* [test] Add self-tests for TCP/IP checksum calculationMichael Brown2012-06-272-0/+214
* [tcpip] Allow for architecture-specific TCP/IP checksum routinesMichael Brown2012-06-273-4/+24
* [libc] Simplify memcpy() implementationMichael Brown2012-06-271-16/+10Star
* [test] Add memcpy() self-testsMichael Brown2012-06-272-34/+257
* [cmdline] Increase resolution of "time" commandMichael Brown2012-06-271-3/+6
* [realtek] Add missing cpu_to_le16()Michael Brown2012-06-271-1/+1
* [ui] Allow colours to be configured via config/colour.hChristian Hesse2012-06-274-10/+45
* [ui] Change "login" colours to match other UIsMichael Brown2012-06-271-7/+7
* [sky2] Fix invalid memory accessValentine Barshak2012-06-271-1/+1
* [syslog] Include hostname within syslog messages where possibleMichael Brown2012-06-203-8/+57
* [settings] Move "domain" setting from dns.c to settings.cMichael Brown2012-06-203-8/+9
* [crypto] Allow an error margin on X.509 certificate validity periodsMichael Brown2012-06-204-12/+12
* [dhcp] Request broadcast responses when we already have an IPv4 addressMichael Brown2012-06-203-1/+10
* [romprefix] Treat 0xffffffff as an error return from PMMMichael Brown2012-06-191-9/+13
* [util] Update mergerom.pl to handle .mrom imagesMichael Brown2012-06-121-3/+6
* [romprefix] Allow .mrom image to be placed anywhere within the BARMichael Brown2012-06-121-0/+12
* [romprefix] Add a dummy ROM header to cover the .mrom payloadMichael Brown2012-06-125-73/+197
* [util] Rewrite catrom.pl to use Option::ROM libraryMichael Brown2012-06-121-34/+15Star
* [util] Allow Option::ROM to access multiple ROM imagesMichael Brown2012-06-123-53/+129
* [cmdline] Use "cpuid --ext" instead of "cpuid --amd"Michael Brown2012-06-121-1/+4
* [cmdline] Add "sync" commandMichael Brown2012-06-093-0/+86
* [tls] Mark security negotiation as a pending operationMichael Brown2012-06-092-7/+18
* [tcp] Mark any unacknowledged transmission as a pending operationMichael Brown2012-06-091-3/+33
* [pending] Add concept of "pending operations"Michael Brown2012-06-093-0/+114
* [cmdline] Add "cpuid" commandMichael Brown2012-06-079-161/+310
* [build] Merge i386 and x86_64 versions of errfile.hMichael Brown2012-06-062-11/+0Star
* [crypto] Fix unused-but-set variable warningMichael Brown2012-05-241-2/+0Star
* [http] Add support for Digest authenticationMichael Brown2012-05-231-0/+173
* [http] Provide credentials only when requested by serverMichael Brown2012-05-231-16/+128
* [http] Split construction of Authorization header out of http_step()Michael Brown2012-05-231-57/+96
* [http] Defer processing response code until after receiving all headersMichael Brown2012-05-221-6/+10
* [http] Reopen connections when server does not keep connection aliveMichael Brown2012-05-221-31/+118
* [crypto] Rename KEY= to PRIVKEY= and "key" to "privkey"Michael Brown2012-05-222-18/+21
* [crypto] Require OCSP check if certificate provides an OCSP URIMichael Brown2012-05-221-0/+12
* [crypto] Automatically perform OCSP checks when applicableMichael Brown2012-05-221-68/+195
* [image] Allow "imgtrust" to automatically download cross-signed certificatesMichael Brown2012-05-221-0/+13
* [monojob] Allow monojob to be completely silentMichael Brown2012-05-221-7/+11
* [crypto] Construct OCSP check URIMichael Brown2012-05-223-83/+84
* [crypto] Fix margin of error for OCSP checksMichael Brown2012-05-221-2/+2