Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2995 4205 d 11 h hidnplayr /kernel/branches/net/ Port numbers for TCP and UDP must be given in Big endian order now.  
2860 4317 d 1 h hidnplayr /kernel/branches/net/applications/telnet/ Telnet for net branch: better UI, all threads now automatically exit when console window is closed, application now accepts parameters.  
2853 4320 d 11 h hidnplayr /kernel/branches/net/applications/ Updated network programs to use new network function numbers from network.inc  
2543 4418 d 6 h hidnplayr /kernel/branches/net/applications/telnet/ Bugfix in telnet when connection cannot be made (net branch)  
2541 4418 d 7 h hidnplayr /kernel/branches/net/ Bugfix for Telnet and tcp socket close in net branch  
2539 4418 d 11 h hidnplayr /kernel/branches/net/applications/telnet/ Fixed Telnet for net branch.
Not the most elegant sollution but at least it works now!
 
2314 4559 d 8 h hidnplayr /kernel/branches/net/ -Fixed build.bat for NET branch
-Removed some unrelated files
-updates in telnet
 
1542 5029 d 12 h hidnplayr /kernel/branches/net/ Correct use of TYPE and PROTOCOL parameters in socket function  
1541 5030 d 2 h hidnplayr /kernel/branches/net/ fix in ARPcfg application
added pci ids of dec21x4x cards to netcfg
bugfixes in dex21x4x driver, pcnet32 driver, rtl8139 driver and sis900 driver
new network program (ICMP) to ping computers, uses new RAW socket code (experimental)
 
1514 5049 d 0 h hidnplayr /kernel/branches/net/ - globalisation of network driver functions
(Replaced EthRegDev with NetRegDev)
- rewrite/cleanup of socket.inc
- started rewrite of tcp.inc
- port numbers in application are not byte-swapped anymore
- many more fixes and changes

- TCP does not work but UDP/IP/ICMP/ARP (partly) work.. (as before)
 
1318 5259 d 9 h hidnplayr /kernel/branches/net/ More TCP code updates for net branch, code is still very unstable  
1282 5280 d 6 h hidnplayr /kernel/branches/net/applications/telnet/ Changes in Net Branch: Proof of concept 'Telnet Client'