Subversion Repositories Kolibri OS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3144 4158 d 8 h hidnplayr /kernel/branches/net/ Added TCP_mss (max segment size) stub.
Bugfix in FTPD concerning data ports.
 
/kernel/branches/net/applications/ftpd/commands.inc
/kernel/branches/net/applications/ftpd/ftpd.asm
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_subr.inc
3143 4159 d 10 h hidnplayr /kernel/branches/net/network/ Fixed TCP keepalive  
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/tcp_timer.inc
2995 4216 d 18 h hidnplayr /kernel/branches/net/ Port numbers for TCP and UDP must be given in Big endian order now.  
/kernel/branches/net/applications/ftpd/commands.inc
/kernel/branches/net/applications/ftpd/ftpd.asm
/kernel/branches/net/applications/libraries/network/network.asm
/kernel/branches/net/applications/synergyc/synergyc.asm
/kernel/branches/net/applications/tcpserv/tcpserv.asm
/kernel/branches/net/applications/telnet/telnet.asm
/kernel/branches/net/applications/tftpc/tftpc.asm
/kernel/branches/net/applications/vncc/vncc.asm
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/udp.inc
2957 4279 d 23 h hidnplayr /kernel/branches/net/network/ TCP_input: window is now stored as dword, data is now also received when header prediction failed.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
2955 4281 d 9 h hidnplayr /kernel/branches/net/network/ implemented TCP_rangeset and TCP_set_persist  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/tcp_timer.inc
2954 4281 d 10 h hidnplayr /kernel/branches/net/network/ rewrote TCP option parser, added SACK, moved connection accepter to run before option parser.  
/kernel/branches/net/network/tcp_input.inc
2948 4281 d 20 h hidnplayr /kernel/branches/net/network/ Fixed bug in RTT measurement  
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_subr.inc
2947 4281 d 21 h hidnplayr /kernel/branches/net/network/ Added missing file  
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
2946 4281 d 21 h hidnplayr /kernel/branches/net/network/ Added Protection Against Wrapped Sequence numbers (PAWS)  
/kernel/branches/net/network/tcp_input.inc
2942 4282 d 7 h hidnplayr /kernel/branches/net/network/ Bugfixes for #2937 (receive window calculation).
Disabled interrupts while in TCP_input or TCP_output to prevent deadlock.
 
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
2937 4282 d 16 h hidnplayr /kernel/branches/net/network/ Beginning implementation of timestamps and Round Trip Time in TCP.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
2932 4289 d 14 h hidnplayr /kernel/branches/net/network/ Removed useless cli before calling mutex  
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
2930 4290 d 19 h hidnplayr /kernel/branches/net/network/ Some updates for TCP  
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_subr.inc
2914 4301 d 17 h hidnplayr /kernel/branches/net/network/ Added crude loopback device.  
/kernel/branches/net/network/loopback.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp_input.inc
2891 4314 d 7 h hidnplayr /kernel/branches/net/network/ Better debug info for network, lots of improvements in TCP code  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/udp.inc
2890 4314 d 15 h hidnplayr /kernel/branches/net/network/ Bugfixes & further development of TCP_output  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/udp.inc
2888 4316 d 10 h hidnplayr /kernel/branches/net/network/ network code cleanup, implemented TCP_sendalot  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
2882 4321 d 17 h hidnplayr /kernel/branches/net/network/ Fixed bug with TCP_close  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_subr.inc
2866 4327 d 17 h hidnplayr /kernel/branches/net/ Added CMOVcc replacements to kernel macros (for eBox)  
/kernel/branches/net/macros.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
2621 4414 d 11 h hidnplayr /kernel/branches/net/network/ -Bugfix for 2614 (had forgotten read_ip subfunction)
-Bugfix in socket_send_tcp
-IPv4 now simply ignores options, but does not drop the packet
-refactored sys_network api code
 
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp_input.inc

Show All