107 Комити (196751ce95fa6b6566a5b336193681fad3581fd1)

Аутор SHA1 Порука Датум
  Michael Brown 469bd11f39 [tcp] Allow sufficient headroom for TCP headers пре 12 година
  Michael Brown c68bf14559 [tcp] Send xfer_window_changed() when window opens пре 13 година
  Michael Brown c4369eb6c2 [tcp] Update ts_recent whenever window is advanced пре 13 година
  Michael Brown 3f442d3f60 [tcp] Record ts_recent on first received packet пре 13 година
  Michael Brown d012f87018 [tcp] Use MAX_LL_NET_HEADER_LEN instead of defining our own MAX_HDR_LEN пре 13 година
  Michael Brown 67dc832d15 [tcp] Set PSH flag only on packets containing data пре 13 година
  Michael Brown ea631f6fb8 [list] Add list_first_entry() пре 13 година
  Michael Brown 28934eef81 [retry] Hold reference while timer is running and during expiry callback пре 14 година
  Piotr Jaroszyński 02e6092cd5 [tcp] Fix a 64bit compile time error пре 14 година
  Michael Brown 1d3b6619e5 [tcp] Allow out-of-order receive queue to be discarded пре 14 година
  Michael Brown 68613047f0 [tcp] Handle out-of-order received packets пре 14 година
  Michael Brown f033694356 [tcp] Treat ACKs as sent only when successfully transmitted пре 14 година
  Michael Brown 75505942ac [tcp] Merge boolean flags into a single "flags" field пре 14 година
  Michael Brown c57e26381c [tcp] Use a dedicated timer for the TIME_WAIT state пре 14 година
  Guo-Fu Tseng 1e7e4c9a61 [tcp] Randomise local TCP port пре 14 година
  Michael Brown 73e3672468 [tcp] Fix typos by changing ntohl() to htonl() where appropriate пре 14 година
  Michael Brown 43450342a9 [tcp] Store local port in host byte order пре 14 година
  Michael Brown 68c2f07f15 [tcp] Fix potential use-after-free when accessing timestamp option пре 14 година
  Michael Brown 4327d5d39f [interface] Convert all data-xfer interfaces to generic interfaces пре 14 година
  Michael Brown 5fa6775b61 [retry] Use start_timer_fixed() instead of direct timeout manipulation пре 14 година
  Michael Brown c760ac3022 [retry] Add timer_init() wrapper function пре 14 година
  Michael Brown 4bfd5b52c1 [refcnt] Add ref_init() wrapper function пре 14 година
  Michael Brown 9ff8229693 [tcp] Update received sequence number before delivering received data пре 14 година
  Michael Brown 8406115834 [build] Rename gPXE to iPXE пре 14 година
  Michael Brown 5552a1b202 [tcp] Avoid printf format warnings on some compilers пре 15 година
  Michael Brown 58f60df66c [tcp] Avoid rewinding sequence numbers on receiving old duplicate ACKs пре 15 година
  Michael Brown 99e64f5806 [tcp] Attempt to catch all possible error cases with debug messages пре 15 година
  Michael Brown f4605970f4 [tcp] Include current sequence numbers in "timer expired" messages пре 15 година
  Michael Brown a2f753ba64 [tcp] Move high-frequency debug messages to DBGLVL_EXTRA пре 15 година
  Michael Brown 558c1a45fe [tcp] Improve robustness in the presence of duplicated received packets пре 15 година
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations пре 15 година
  Michael Brown 3ed468e0c5 [tcp] Avoid setting PSH flag when SYN flag is set пре 15 година
  Michael Brown 8ae1cac050 [xfer] Make consistent assumptions that xfer metadata can never be NULL пре 15 година
  Michael Brown cf53998901 [tcp] Always set PUSH flag on TCP transmissions пре 15 година
  Michael Brown d230b53df2 [tcpip] Allow for transmission to multicast IPv4 addresses пре 15 година
  Michael Brown 0ebbbb95fa [x86_64] Fix assorted 64-bit compilation errors and warnings пре 15 година
  Michael Brown b59e0cc56e [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long пре 15 година
  Michael Brown 1a68d3fef3 [TCP] Avoid shrinking TCP window пре 16 година
  Alexey Zaytsev a1572e0ab0 Modify gPXE core and drivers to work with the new timer subsystem пре 16 година
  Michael Brown f6a8158eed Make seek information part of the xfer metadata, rather than an entirely пре 16 година
  Michael Brown df868476e7 Various warnings fixups for OpenBSD with gcc-3.3.5. пре 16 година
  Michael Brown 2ff1b1245b Use start_timer_nodelay() in protocols which rely on the retry timer пре 17 година
  Michael Brown 9aa61ad5a2 Add per-file error identifiers пре 17 година
  Michael Brown 096fa94f0c Add support for TCP timestamps пре 17 година
  Michael Brown eb530845d4 Adjust received length to take into account any already-received data пре 17 година
  Michael Brown d5735c631c Avoid reusing auto-allocated ports after connection close. пре 17 година
  Michael Brown edded7546e Limit xmit window to one MTU. (Path MTU discovery not yet пре 17 година
  Michael Brown 35afb379af TCP limits advertised TCP window to size of application window пре 17 година
  Michael Brown b34d4d0449 Separate the "is data ready" function of xfer_seek() into an пре 17 година
  Michael Brown ca4c6f9eee Kill off unused request() method in data-xfer interface. пре 17 година