Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2996 4194 d 11 h hidnplayr /kernel/branches/net/network/ Experimental blocking sockets  
2995 4194 d 18 h hidnplayr /kernel/branches/net/ Port numbers for TCP and UDP must be given in Big endian order now.  
2994 4196 d 11 h hidnplayr /kernel/branches/net/network/ Getting ready for blocking sockets  
2993 4196 d 12 h hidnplayr /kernel/branches/net/network/ Bugfix in SOCKET_ring_read  
2983 4219 d 16 h hidnplayr /kernel/branches/net/drivers/ fixed build for i8255x stub  
2982 4219 d 16 h hidnplayr /kernel/branches/net/core/ Fixing build for new stack  
2981 4219 d 16 h hidnplayr /kernel/branches/net/ Renaming exported function 'EthReceiver' to 'ETH_input'  
2980 4219 d 17 h hidnplayr /kernel/branches/net/network/ UDP output now only updates stats if send didnt fail.  
2965 4254 d 20 h hidnplayr /kernel/branches/net/applications/pppoe/ Added some more configuration protocols to the PPPoE program  
2964 4255 d 10 h hidnplayr /kernel/branches/net/network/ Send all PPPoE control packets to PPPoE app.  
2963 4256 d 20 h hidnplayr /kernel/branches/net/applications/pppoe/ Cleanup of PPPoE dialer  
2962 4256 d 20 h hidnplayr /kernel/branches/net/ Moved Link Control Protocol handler from kernel to application.  
2961 4257 d 10 h hidnplayr /kernel/branches/net/network/ Basic LCP implementation, starting with echo request->reply  
2960 4257 d 10 h hidnplayr /kernel/branches/net/ Fixed some bugs in PPPoE implementation. Discovery works, now we need PPP-LCP.  
2959 4257 d 14 h hidnplayr /kernel/branches/net/applications/pppoe/ Stub for simple PPPoE dialer  
2958 4257 d 23 h hidnplayr / Enabled Anonymous access to FTP daemon, RETR command now ignores first '/'.  
2957 4257 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.  
2955 4259 d 10 h hidnplayr /kernel/branches/net/network/ implemented TCP_rangeset and TCP_set_persist  
2954 4259 d 10 h hidnplayr /kernel/branches/net/network/ rewrote TCP option parser, added SACK, moved connection accepter to run before option parser.  
2953 4259 d 11 h hidnplayr /kernel/branches/net/network/ Enabled Requesting scale and timestamp by default.  
2952 4259 d 11 h hidnplayr /kernel/branches/net/network/ Fixed scaling option in TCP_output  
2951 4259 d 11 h hidnplayr /kernel/branches/net/network/ Fixed timestamp option in TCP_output  
2950 4259 d 12 h hidnplayr /kernel/branches/net/network/ Fixed bugs in PPPoE discovery  
2949 4259 d 18 h hidnplayr /kernel/branches/net/applications/netcfg/ Fixed bug in netcfg when run with 'A' parameter  
2948 4259 d 20 h hidnplayr /kernel/branches/net/network/ Fixed bug in RTT measurement  
2947 4259 d 21 h hidnplayr /kernel/branches/net/network/ Added missing file  
2946 4259 d 21 h hidnplayr /kernel/branches/net/network/ Added Protection Against Wrapped Sequence numbers (PAWS)  
2945 4260 d 7 h hidnplayr / Added missing files, fixed ftpd.  
2942 4260 d 8 h hidnplayr /kernel/branches/net/network/ Bugfixes for #2937 (receive window calculation).
Disabled interrupts while in TCP_input or TCP_output to prevent deadlock.
 
2941 4260 d 10 h hidnplayr /kernel/branches/net/ When a process ends by function -1, kill all it's sockets.  
2940 4260 d 11 h hidnplayr /kernel/branches/net/network/ Fixed some cases of terrible deadlock in TCP.  
2939 4260 d 11 h hidnplayr /kernel/branches/net/network/ Fixed bug in socket_connect for TCP  
2938 4260 d 12 h hidnplayr /kernel/branches/net/network/ Fixed a bug in the last commit  
2937 4260 d 16 h hidnplayr /kernel/branches/net/network/ Beginning implementation of timestamps and Round Trip Time in TCP.  
2936 4261 d 20 h hidnplayr /kernel/branches/net/network/ Fixed kernel crash when keepalive timer expires.  
2935 4262 d 12 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in network drivers irq handler.
Updated netdrv.inc and pci.inc
 
2934 4262 d 14 h hidnplayr /kernel/branches/net/drivers/ Fixed bug wich caused i8254x driver to be able to load multiple times on the same device.  
2932 4267 d 14 h hidnplayr /kernel/branches/net/network/ Removed useless cli before calling mutex  
2931 4268 d 11 h hidnplayr /kernel/branches/net/network/ Rewrote PPPoE from scratch.
TODO: link IPv4_output to PPPoE_session_output
 
2930 4268 d 19 h hidnplayr /kernel/branches/net/network/ Some updates for TCP