Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2995 4196 d 4 h hidnplayr /kernel/branches/net/ Port numbers for TCP and UDP must be given in Big endian order now.  
2860 4307 d 18 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 4311 d 4 h hidnplayr /kernel/branches/net/applications/ Updated network programs to use new network function numbers from network.inc  
2543 4409 d 0 h hidnplayr /kernel/branches/net/applications/telnet/ Bugfix in telnet when connection cannot be made (net branch)  
2541 4409 d 1 h hidnplayr /kernel/branches/net/ Bugfix for Telnet and tcp socket close in net branch  
2539 4409 d 5 h hidnplayr /kernel/branches/net/applications/telnet/ Fixed Telnet for net branch.
Not the most elegant sollution but at least it works now!
 
2314 4550 d 2 h hidnplayr /kernel/branches/net/ -Fixed build.bat for NET branch
-Removed some unrelated files
-updates in telnet
 
1542 5020 d 6 h hidnplayr /kernel/branches/net/ Correct use of TYPE and PROTOCOL parameters in socket function  
1541 5020 d 19 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 5039 d 18 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 5250 d 2 h hidnplayr /kernel/branches/net/ More TCP code updates for net branch, code is still very unstable  
1282 5270 d 23 h hidnplayr /kernel/branches/net/applications/telnet/ Changes in Net Branch: Proof of concept 'Telnet Client'