Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3252 4114 d 17 h hidnplayr /kernel/branches/net/network/ Better TCP timestamp, fixed stack corruption if PAWS fails.  
/kernel/branches/net/network/tcp_input.inc
3251 4114 d 18 h hidnplayr /kernel/branches/net/network/ Changed some debug output messages (and their levels) in new stack.
Implemented a queue for incoming TCP segments.
 
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/IPv6.inc
/kernel/branches/net/network/loopback.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
3249 4114 d 20 h hidnplayr /kernel/branches/net/network/ Removed non-working debug level specific for network stack.  
/kernel/branches/net/network/stack.inc
3229 4126 d 19 h hidnplayr /kernel/branches/net/network/ Forgot to set the PID in previous revision.  
/kernel/branches/net/network/socket.inc
3228 4126 d 19 h hidnplayr /kernel/branches/net/network/ New function Socket_pair for UNIX (IPC) sockets.  
/kernel/branches/net/network/socket.inc
3203 4134 d 23 h hidnplayr /kernel/branches/net/network/ ARP will now wait for reply/timeout if it needed to send an ARP request packet.  
/kernel/branches/net/network/ARP.inc
3200 4135 d 16 h hidnplayr /kernel/branches/net/ Updated API so applications can easily send ARP announcements, keep track of ARP conflicts.
Zeroconfig now supports padding option and sends ARP announcements if needed. Also some refactoring/cleanup.
 
/kernel/branches/net/applications/netstat/netstat.asm
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/network/ARP.inc
3185 4144 d 22 h hidnplayr /kernel/branches/net/network/ Added some experimental IPv6 code to net branch.  
/kernel/branches/net/network/IPv6.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/stack.inc
3162 4151 d 22 h hidnplayr /kernel/branches/net/network/ Fixed previous mistake.  
/kernel/branches/net/network/tcp_subr.inc
3161 4151 d 22 h hidnplayr /kernel/branches/net/network/ Actually release the TCP socket once it's closed.  
/kernel/branches/net/network/tcp_subr.inc
3160 4151 d 23 h hidnplayr /kernel/branches/net/network/ Refactored recent ARP code a bit.  
/kernel/branches/net/network/ARP.inc
3159 4152 d 1 h hidnplayr /kernel/branches/net/network/ Kernel now automatically sends one gratuitous ARP once IP address has been set.
Also, fixed ARP stats.
 
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
3148 4162 d 22 h hidnplayr /kernel/branches/net/network/ Further fixing of ARP_add_entry. Now entries can be re-added if they were removed once before.  
/kernel/branches/net/network/ARP.inc
3147 4162 d 23 h hidnplayr /kernel/branches/net/network/ Fixed and simplified ARP_add_entry. (Previous versions worked only for one entry)  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/socket.inc
3146 4163 d 16 h hidnplayr /kernel/branches/net/ Added simple socket debugging tool.
Moved some TCP code to tcp_usreq.inc.
 
/kernel/branches/net/applications/socketdbg
/kernel/branches/net/applications/socketdbg/socket.inc
/kernel/branches/net/applications/socketdbg/socketdbg.asm
/kernel/branches/net/network/tcp_usreq.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
3144 4164 d 14 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 4165 d 16 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
2998 4220 d 20 h hidnplayr /kernel/branches/net/network/ Fixed blocking in SOCKET_receive_tcp  
/kernel/branches/net/network/socket.inc
2996 4222 d 17 h hidnplayr /kernel/branches/net/network/ Experimental blocking sockets  
/kernel/branches/net/network/socket.inc
2995 4223 d 0 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

Show All