4408 Commits (de1fafd2f80dc9b08304cf5b66d281ef6771b1f9)
 

Autor SHA1 Mensagem Data
  Michael Brown a5d16a91af [tcp] Truncate TCP window to prevent future packet discards 12 anos atrás
  Michael Brown 024247317d [arp] Try to avoid discarding ARP cache entries 12 anos atrás
  Michael Brown 8d95e1d6ff [malloc] Discard cached items less aggressively 12 anos atrás
  Michael Brown 4a8a7bd91a [iobuf] Allocate I/O buffer descriptor separately to conserve aligned memory 12 anos atrás
  Michael Brown b0e236a9ee [netdevice] Process all received packets in net_poll() 12 anos atrás
  Michael Brown f3d197a529 [cmdline] Do not ignore empty initial arguments in concat_args() 12 anos atrás
  Michael Brown bc93e8ab41 [util] Avoid compiler warning on gcc 4.6 12 anos atrás
  Christian Hesse b3adabd07b [menu] Truncate menu title when necessary 12 anos atrás
  Michael Brown 19859d8ead [arp] Prevent ARP cache entries from being deleted mid-transmission 12 anos atrás
  Michael Brown 55f52bb77a [tcp] Avoid potential NULL pointer dereference 12 anos atrás
  Michael Brown 49ac629821 [tcp] Use a zero window size for RST packets 12 anos atrás
  Michael Brown a5c016d93e [iobuf] Relax alignment requirement for small I/O buffers 12 anos atrás
  Michael Brown 9a8c6b00d4 [tls] Request a maximum fragment length of 2048 bytes 12 anos atrás
  Michael Brown ea61075c60 [tcp] Add support for TCP window scaling 12 anos atrás
  Michael Brown 76d9c1a001 [undi] Align the received frame payload for faster processing 12 anos atrás
  Michael Brown 85917ba8dd [monojob] Check for keypresses only once per timer tick 12 anos atrás
  Michael Brown ec22e08db1 [tcpip] Add faster algorithm for calculating the TCP/IP checksum 12 anos atrás
  Michael Brown bb9961fb54 [test] Add self-tests for TCP/IP checksum calculation 12 anos atrás
  Michael Brown 1d77d03216 [tcpip] Allow for architecture-specific TCP/IP checksum routines 12 anos atrás
  Michael Brown 6a4ff519c8 [libc] Simplify memcpy() implementation 12 anos atrás
  Michael Brown 80cdf6acc7 [test] Add memcpy() self-tests 12 anos atrás
  Michael Brown ba480730dc [cmdline] Increase resolution of "time" command 12 anos atrás
  Michael Brown cc3e9f068b [realtek] Add missing cpu_to_le16() 12 anos atrás
  Christian Hesse 512ed2b921 [ui] Allow colours to be configured via config/colour.h 12 anos atrás
  Michael Brown 567b9bf9e7 [ui] Change "login" colours to match other UIs 12 anos atrás
  Valentine Barshak edcca8e91b [sky2] Fix invalid memory access 12 anos atrás
  Michael Brown cbc54bf559 [syslog] Include hostname within syslog messages where possible 12 anos atrás
  Michael Brown 7ea6764031 [settings] Move "domain" setting from dns.c to settings.c 12 anos atrás
  Michael Brown 4010890a39 [crypto] Allow an error margin on X.509 certificate validity periods 12 anos atrás
  Michael Brown c0942408b7 [dhcp] Request broadcast responses when we already have an IPv4 address 12 anos atrás
  Michael Brown b9ef880c8d [romprefix] Treat 0xffffffff as an error return from PMM 12 anos atrás
  Michael Brown a3cba84bab [util] Update mergerom.pl to handle .mrom images 12 anos atrás
  Michael Brown b58374fe91 [romprefix] Allow .mrom image to be placed anywhere within the BAR 12 anos atrás
  Michael Brown 9e8d431a0d [romprefix] Add a dummy ROM header to cover the .mrom payload 12 anos atrás
  Michael Brown 12be8bc544 [util] Rewrite catrom.pl to use Option::ROM library 12 anos atrás
  Michael Brown f2e5f8813e [util] Allow Option::ROM to access multiple ROM images 12 anos atrás
  Michael Brown cdee7866f5 [cmdline] Use "cpuid --ext" instead of "cpuid --amd" 12 anos atrás
  Michael Brown addf699c86 [cmdline] Add "sync" command 12 anos atrás
  Michael Brown af47789ef2 [tls] Mark security negotiation as a pending operation 12 anos atrás
  Michael Brown 5482b0abb6 [tcp] Mark any unacknowledged transmission as a pending operation 12 anos atrás
  Michael Brown 021d7b21b7 [pending] Add concept of "pending operations" 12 anos atrás
  Michael Brown 591541af66 [cmdline] Add "cpuid" command 12 anos atrás
  Michael Brown 1050135159 [contrib] Update bochsrc.txt to latest version of bochs 12 anos atrás
  Michael Brown 734de43585 [build] Merge i386 and x86_64 versions of errfile.h 12 anos atrás
  Michael Brown 5af9ad51c8 [crypto] Fix unused-but-set variable warning 12 anos atrás
  Michael Brown 658c25aa82 [http] Add support for Digest authentication 12 anos atrás
  Michael Brown 5f2226aa36 [http] Provide credentials only when requested by server 12 anos atrás
  Michael Brown 8f5d44b5c6 [http] Split construction of Authorization header out of http_step() 12 anos atrás
  Michael Brown 46df5c92a8 [http] Defer processing response code until after receiving all headers 12 anos atrás
  Michael Brown 8a5ba6733d [http] Reopen connections when server does not keep connection alive 12 anos atrás