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
3147 4156 d 13 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 4157 d 5 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
3143 4159 d 6 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 4214 d 9 h hidnplayr /kernel/branches/net/network/ Fixed blocking in SOCKET_receive_tcp  
/kernel/branches/net/network/socket.inc
2996 4216 d 6 h hidnplayr /kernel/branches/net/network/ Experimental blocking sockets  
/kernel/branches/net/network/socket.inc
2995 4216 d 13 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
2994 4218 d 6 h hidnplayr /kernel/branches/net/network/ Getting ready for blocking sockets  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
2993 4218 d 8 h hidnplayr /kernel/branches/net/network/ Bugfix in SOCKET_ring_read  
/kernel/branches/net/network/socket.inc
2957 4279 d 19 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 5 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
2953 4281 d 6 h hidnplayr /kernel/branches/net/network/ Enabled Requesting scale and timestamp by default.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_subr.inc
2939 4282 d 7 h hidnplayr /kernel/branches/net/network/ Fixed bug in socket_connect for TCP  
/kernel/branches/net/network/socket.inc
2937 4282 d 12 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
2931 4290 d 7 h hidnplayr /kernel/branches/net/network/ Rewrote PPPoE from scratch.
TODO: link IPv4_output to PPPoE_session_output
 
/kernel/branches/net/network/PPPoE.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
2924 4294 d 9 h hidnplayr /kernel/branches/net/network/ Some markup changes in network stack.  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/udp.inc
2894 4313 d 3 h hidnplayr /kernel/branches/net/network/ Fixed debug output for previous revision  
/kernel/branches/net/network/socket.inc
2893 4313 d 4 h hidnplayr /kernel/branches/net/network/ TCP_send now sends correct data under all conditions  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_output.inc
2891 4314 d 2 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 11 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 5 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

Show All