96 İşlemeler (f033694356117936fa733aad798a92fa09d0387c)

Yazar SHA1 Mesaj Tarih
  Michael Brown f033694356 [tcp] Treat ACKs as sent only when successfully transmitted 15 yıl önce
  Michael Brown 75505942ac [tcp] Merge boolean flags into a single "flags" field 15 yıl önce
  Michael Brown c57e26381c [tcp] Use a dedicated timer for the TIME_WAIT state 15 yıl önce
  Guo-Fu Tseng 1e7e4c9a61 [tcp] Randomise local TCP port 15 yıl önce
  Michael Brown 73e3672468 [tcp] Fix typos by changing ntohl() to htonl() where appropriate 15 yıl önce
  Michael Brown 43450342a9 [tcp] Store local port in host byte order 15 yıl önce
  Michael Brown 68c2f07f15 [tcp] Fix potential use-after-free when accessing timestamp option 15 yıl önce
  Michael Brown 4327d5d39f [interface] Convert all data-xfer interfaces to generic interfaces 15 yıl önce
  Michael Brown 5fa6775b61 [retry] Use start_timer_fixed() instead of direct timeout manipulation 15 yıl önce
  Michael Brown c760ac3022 [retry] Add timer_init() wrapper function 15 yıl önce
  Michael Brown 4bfd5b52c1 [refcnt] Add ref_init() wrapper function 15 yıl önce
  Michael Brown 9ff8229693 [tcp] Update received sequence number before delivering received data 15 yıl önce
  Michael Brown 8406115834 [build] Rename gPXE to iPXE 15 yıl önce
  Michael Brown 5552a1b202 [tcp] Avoid printf format warnings on some compilers 16 yıl önce
  Michael Brown 58f60df66c [tcp] Avoid rewinding sequence numbers on receiving old duplicate ACKs 16 yıl önce
  Michael Brown 99e64f5806 [tcp] Attempt to catch all possible error cases with debug messages 16 yıl önce
  Michael Brown f4605970f4 [tcp] Include current sequence numbers in "timer expired" messages 16 yıl önce
  Michael Brown a2f753ba64 [tcp] Move high-frequency debug messages to DBGLVL_EXTRA 16 yıl önce
  Michael Brown 558c1a45fe [tcp] Improve robustness in the presence of duplicated received packets 16 yıl önce
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations 16 yıl önce
  Michael Brown 3ed468e0c5 [tcp] Avoid setting PSH flag when SYN flag is set 16 yıl önce
  Michael Brown 8ae1cac050 [xfer] Make consistent assumptions that xfer metadata can never be NULL 16 yıl önce
  Michael Brown cf53998901 [tcp] Always set PUSH flag on TCP transmissions 16 yıl önce
  Michael Brown d230b53df2 [tcpip] Allow for transmission to multicast IPv4 addresses 16 yıl önce
  Michael Brown 0ebbbb95fa [x86_64] Fix assorted 64-bit compilation errors and warnings 16 yıl önce
  Michael Brown b59e0cc56e [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long 16 yıl önce
  Michael Brown 1a68d3fef3 [TCP] Avoid shrinking TCP window 17 yıl önce
  Alexey Zaytsev a1572e0ab0 Modify gPXE core and drivers to work with the new timer subsystem 17 yıl önce
  Michael Brown f6a8158eed Make seek information part of the xfer metadata, rather than an entirely 17 yıl önce
  Michael Brown df868476e7 Various warnings fixups for OpenBSD with gcc-3.3.5. 17 yıl önce
  Michael Brown 2ff1b1245b Use start_timer_nodelay() in protocols which rely on the retry timer 18 yıl önce
  Michael Brown 9aa61ad5a2 Add per-file error identifiers 18 yıl önce
  Michael Brown 096fa94f0c Add support for TCP timestamps 18 yıl önce
  Michael Brown eb530845d4 Adjust received length to take into account any already-received data 18 yıl önce
  Michael Brown d5735c631c Avoid reusing auto-allocated ports after connection close. 18 yıl önce
  Michael Brown edded7546e Limit xmit window to one MTU. (Path MTU discovery not yet 18 yıl önce
  Michael Brown 35afb379af TCP limits advertised TCP window to size of application window 18 yıl önce
  Michael Brown b34d4d0449 Separate the "is data ready" function of xfer_seek() into an 18 yıl önce
  Michael Brown ca4c6f9eee Kill off unused request() method in data-xfer interface. 18 yıl önce
  Holger Lubitz dc6c1c294d convert to zalloc 18 yıl önce
  Michael Brown 5de837cc67 Mildly ugly hack to force correct linkage. 18 yıl önce
  Michael Brown 95adce0ce1 Add concept of transfer metadata, to be used by UDP in order to 18 yıl önce
  Michael Brown 3acd51597a Add sanity check and extra debug message 18 yıl önce
  Michael Brown 1311b4194c Eliminate PF_INET; just use the AF_INET from the struct sockaddr instead. 18 yıl önce
  Michael Brown b8618d76db Modify data-xfer semantics: it is no longer necessary to call one of 18 yıl önce
  Michael Brown 1136c19fa4 Updated tcp.c to provide a standardised data transfer interface. 18 yıl önce
  Michael Brown 3e2c6b6736 pkbuff->iobuf changeover 18 yıl önce
  Michael Brown 3fd10074d8 SSL needs quite a lot of spare memory 18 yıl önce
  Michael Brown 6d32f0e6e2 Changed to use the generic stream API. 18 yıl önce
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h 18 yıl önce