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
2981 4239 d 9 h hidnplayr /kernel/branches/net/ Renaming exported function 'EthReceiver' to 'ETH_input'  
2980 4239 d 10 h hidnplayr /kernel/branches/net/network/ UDP output now only updates stats if send didnt fail.  
2979 4244 d 5 h Rock_maniak_forever /skins/ My skin "Russia_2", unlike any more to me.  
2978 4244 d 5 h Rock_maniak_forever /skins/Orange_aureole/ Small color fix in orange_aureole.DTP file (Orange_aureole skin).  
2977 4244 d 5 h Rock_maniak_forever /skins/Orange_aureole/ Deleted.  
2976 4245 d 9 h IgorA /programs/media/voxel_editor/trunk/ small fix pervious revision  
2975 4245 d 13 h IgorA /programs/ 1) 'vox_editor' update
2) 'buf2d.obj' add new function 'buf2d_rotate'
 
2974 4263 d 4 h IgorA /programs/media/voxel_editor/ 'vox_editor' update  
2973 4265 d 6 h turbanoff /kernel/trunk/fs/ disable read for non-file (symlink, device inode, etc)  
2972 4270 d 1 h art_zh /kernel/branches/Kolibri-A/trunk/gui/ nonscalable vector font01: just a template  
2971 4272 d 2 h Serge /kernel/branches/kolibri_pe/ kolibri_pe: the latest 32-bit version  
2970 4272 d 2 h Serge /data/rus/ remove atikms from autobuild, again  
2969 4272 d 2 h Serge /data/ remove atikms from autobuild  
2968 4272 d 2 h Serge /drivers/audio/a5536/ geode: disable debug output  
2967 4272 d 2 h Serge /drivers/include/ update ddk includes  
2966 4272 d 2 h Serge /drivers/ddk/ update ddk  
2965 4274 d 14 h hidnplayr /kernel/branches/net/applications/pppoe/ Added some more configuration protocols to the PPPoE program  
2964 4275 d 3 h hidnplayr /kernel/branches/net/network/ Send all PPPoE control packets to PPPoE app.  
2963 4276 d 13 h hidnplayr /kernel/branches/net/applications/pppoe/ Cleanup of PPPoE dialer  
2962 4276 d 13 h hidnplayr /kernel/branches/net/ Moved Link Control Protocol handler from kernel to application.  
2961 4277 d 3 h hidnplayr /kernel/branches/net/network/ Basic LCP implementation, starting with echo request->reply  
2960 4277 d 4 h hidnplayr /kernel/branches/net/ Fixed some bugs in PPPoE implementation. Discovery works, now we need PPP-LCP.  
2959 4277 d 8 h hidnplayr /kernel/branches/net/applications/pppoe/ Stub for simple PPPoE dialer  
2958 4277 d 16 h hidnplayr / Enabled Anonymous access to FTP daemon, RETR command now ignores first '/'.  
2957 4277 d 17 h hidnplayr /kernel/branches/net/network/ TCP_input: window is now stored as dword, data is now also received when header prediction failed.  
2956 4279 d 0 h art_zh /kernel/branches/Kolibri-A/trunk/ nonscalable vector font00: minor corrections  
2955 4279 d 3 h hidnplayr /kernel/branches/net/network/ implemented TCP_rangeset and TCP_set_persist  
2954 4279 d 4 h hidnplayr /kernel/branches/net/network/ rewrote TCP option parser, added SACK, moved connection accepter to run before option parser.  
2953 4279 d 4 h hidnplayr /kernel/branches/net/network/ Enabled Requesting scale and timestamp by default.  
2952 4279 d 4 h hidnplayr /kernel/branches/net/network/ Fixed scaling option in TCP_output  
2951 4279 d 5 h hidnplayr /kernel/branches/net/network/ Fixed timestamp option in TCP_output  
2950 4279 d 5 h hidnplayr /kernel/branches/net/network/ Fixed bugs in PPPoE discovery  
2949 4279 d 11 h hidnplayr /kernel/branches/net/applications/netcfg/ Fixed bug in netcfg when run with 'A' parameter  
2948 4279 d 14 h hidnplayr /kernel/branches/net/network/ Fixed bug in RTT measurement  
2947 4279 d 14 h hidnplayr /kernel/branches/net/network/ Added missing file  
2946 4279 d 14 h hidnplayr /kernel/branches/net/network/ Added Protection Against Wrapped Sequence numbers (PAWS)  
2945 4280 d 0 h hidnplayr / Added missing files, fixed ftpd.  
2944 4280 d 0 h hidnplayr /data/new-stack/ Fix makefile  
2943 4280 d 1 h hidnplayr /data/new-stack/ Added FTPd to new-stack autobuild  
2942 4280 d 1 h hidnplayr /kernel/branches/net/network/ Bugfixes for #2937 (receive window calculation).
Disabled interrupts while in TCP_input or TCP_output to prevent deadlock.