Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3461 4039 d 7 h hidnplayr /kernel/branches/net/network/ SOCKET_receive_stream returns 0 now when there is no data instead of -1.  
/kernel/branches/net/network/socket.inc
3459 4039 d 8 h hidnplayr /kernel/branches/net/network/ Experimental support for MSG_PEEK and MSG_DONTWAIT in SOCKET_receive_stream.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
3406 4056 d 5 h hidnplayr /kernel/branches/net/network/ Preparing to implement TCP reassembly queue.
Some cleanup of tcp_input and skip checksum recalculation for loopback segments.
 
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_subr.inc
3307 4077 d 23 h hidnplayr /kernel/branches/net/network/ Fixed SOCKET_process_end (broken in #3264), Use mutexes for ring buffer reading/writing.  
/kernel/branches/net/network/socket.inc
3267 4083 d 9 h hidnplayr /kernel/branches/net/network/ Unblock a blocked socket before closing it.  
/kernel/branches/net/network/socket.inc
3264 4084 d 2 h hidnplayr /kernel/branches/net/network/ separate thread and process ID's for sockets.  
/kernel/branches/net/network/socket.inc
3261 4084 d 10 h hidnplayr /kernel/branches/net/network/ PID fix for SOCKET_pair function.  
/kernel/branches/net/network/socket.inc
3259 4088 d 1 h hidnplayr /kernel/branches/net/network/ Re-applied some changes concerning local sockets. They were reverted by accident.  
/kernel/branches/net/network/socket.inc
3257 4088 d 2 h hidnplayr /kernel/branches/net/network/ Better blocking sockets, preparing for some API changes.  
/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
3253 4089 d 22 h hidnplayr /kernel/branches/net/network/ Fixed some bugs with non-blocking local sockets.  
/kernel/branches/net/network/socket.inc
3251 4090 d 1 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
3229 4102 d 1 h hidnplayr /kernel/branches/net/network/ Forgot to set the PID in previous revision.  
/kernel/branches/net/network/socket.inc
3228 4102 d 1 h hidnplayr /kernel/branches/net/network/ New function Socket_pair for UNIX (IPC) sockets.  
/kernel/branches/net/network/socket.inc
3147 4138 d 6 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 4138 d 22 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 4140 d 23 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 4196 d 2 h hidnplayr /kernel/branches/net/network/ Fixed blocking in SOCKET_receive_tcp  
/kernel/branches/net/network/socket.inc
2996 4197 d 23 h hidnplayr /kernel/branches/net/network/ Experimental blocking sockets  
/kernel/branches/net/network/socket.inc
2995 4198 d 6 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 4199 d 23 h hidnplayr /kernel/branches/net/network/ Getting ready for blocking sockets  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc

Show All