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
2996 4194 d 11 h hidnplayr /kernel/branches/net/network/ Experimental blocking sockets  
/kernel/branches/net/network/socket.inc
2995 4194 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
2994 4196 d 11 h hidnplayr /kernel/branches/net/network/ Getting ready for blocking sockets  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
2993 4196 d 13 h hidnplayr /kernel/branches/net/network/ Bugfix in SOCKET_ring_read  
/kernel/branches/net/network/socket.inc
2983 4219 d 16 h hidnplayr /kernel/branches/net/drivers/ fixed build for i8255x stub  
/kernel/branches/net/drivers/i8255x.asm
2982 4219 d 16 h hidnplayr /kernel/branches/net/core/ Fixing build for new stack  
/kernel/branches/net/core/exports.inc
2981 4219 d 16 h hidnplayr /kernel/branches/net/ Renaming exported function 'EthReceiver' to 'ETH_input'  
/kernel/branches/net/core/exports.inc
/kernel/branches/net/drivers/3c59x.asm
/kernel/branches/net/drivers/R6040.asm
/kernel/branches/net/drivers/RTL8029.asm
/kernel/branches/net/drivers/RTL8139.asm
/kernel/branches/net/drivers/RTL8169.asm
/kernel/branches/net/drivers/dec21x4x.asm
/kernel/branches/net/drivers/i8254x.asm
/kernel/branches/net/drivers/i8255x.asm
/kernel/branches/net/drivers/imports.inc
/kernel/branches/net/drivers/mtd80x.asm
/kernel/branches/net/drivers/pcnet32.asm
/kernel/branches/net/drivers/sis900.asm
2980 4219 d 17 h hidnplayr /kernel/branches/net/network/ UDP output now only updates stats if send didnt fail.  
/kernel/branches/net/network/udp.inc
2965 4254 d 21 h hidnplayr /kernel/branches/net/applications/pppoe/ Added some more configuration protocols to the PPPoE program  
/kernel/branches/net/applications/pppoe/pppoe.asm
2964 4255 d 10 h hidnplayr /kernel/branches/net/network/ Send all PPPoE control packets to PPPoE app.  
/kernel/branches/net/network/PPPoE.inc
/kernel/branches/net/network/stack.inc
2963 4256 d 20 h hidnplayr /kernel/branches/net/applications/pppoe/ Cleanup of PPPoE dialer  
/kernel/branches/net/applications/pppoe/pppoe.asm
2962 4256 d 20 h hidnplayr /kernel/branches/net/ Moved Link Control Protocol handler from kernel to application.  
/kernel/branches/net/applications/pppoe/pppoe.asm
/kernel/branches/net/network/PPPoE.inc
2961 4257 d 10 h hidnplayr /kernel/branches/net/network/ Basic LCP implementation, starting with echo request->reply  
/kernel/branches/net/network/PPPoE.inc
/kernel/branches/net/network/stack.inc
2960 4257 d 11 h hidnplayr /kernel/branches/net/ Fixed some bugs in PPPoE implementation. Discovery works, now we need PPP-LCP.  
/kernel/branches/net/applications/pppoe/pppoe.asm
/kernel/branches/net/network/PPPoE.inc
/kernel/branches/net/network/stack.inc
2959 4257 d 14 h hidnplayr /kernel/branches/net/applications/pppoe/ Stub for simple PPPoE dialer  
/kernel/branches/net/applications/pppoe
/kernel/branches/net/applications/pppoe/pppoe.asm
2958 4257 d 23 h hidnplayr / Enabled Anonymous access to FTP daemon, RETR command now ignores first '/'.  
/data/new-stack/network/users.ini
/kernel/branches/net/applications/ftpd/commands.inc
/kernel/branches/net/applications/ftpd/users.ini
2957 4258 d 0 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 4259 d 10 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 4259 d 11 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
2953 4259 d 11 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

Show All