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
2629 4394 d 10 h hidnplayr /kernel/branches/net/network/ ARP_IP_to_MAC no longer blocks. Updated SOCKET_process_end (altough kernel does not call it yet). Updated TCP_output to time a retransmit on ARP error.  
2627 4394 d 12 h hidnplayr /kernel/branches/net/applications/ftpd/ Bugfix in FTPd for r2624  
2625 4395 d 4 h mario79 /kernel/trunk/ Function 9 - returning is really 11 char is now, for: +10 = +0xA: 11 bytes: name of the process (name of the started file - executable file without extension).  
2624 4395 d 6 h hidnplayr /kernel/branches/net/applications/ftpd/ FTPd: closing of threads when client disconnects, main program now also exits when console is closed, + some other bugfixes  
2623 4395 d 7 h hidnplayr /kernel/branches/net/network/ Socket_send_tcp now no longer returns an error when sending 0 bytes.  
2622 4395 d 7 h hidnplayr /kernel/branches/net/network/ SOCKET_bind now checks if the localport is not already in use.
SOCKET_check_port now works correctly if the computer has multiple IP addresses
 
2621 4395 d 7 h hidnplayr /kernel/branches/net/network/ -Bugfix for 2614 (had forgotten read_ip subfunction)
-Bugfix in socket_send_tcp
-IPv4 now simply ignores options, but does not drop the packet
-refactored sys_network api code
 
2620 4395 d 9 h mario79 /kernel/trunk/ The procedure minimize_window does not calculatescreen and redrawscreen, if window width and/or height is equal zero is now  
2614 4398 d 5 h hidnplayr /kernel/branches/net/network/ Cleanup in Net Branch + stub for PPPoE I wrote some months ago  
2613 4398 d 7 h hidnplayr /kernel/branches/net/applications/vncc/ Added old VNC client, converted to work with net branch.  
2612 4398 d 8 h hidnplayr /kernel/branches/net/network/ Proper initialization for TCP socket (net branch)  
2611 4399 d 4 h mario79 /kernel/trunk/hid/ Fix for r.92 (you see the correct revision number - sometimes you have to dig out the mammoth)  
2610 4399 d 10 h hidnplayr /kernel/branches/net/applications/ftpd/ More updates and bugfixes for FTPd (net branch)  
2609 4400 d 2 h hidnplayr /kernel/branches/net/applications/ftpd/ Updates and bugfixes for FTPd (net branch)  
2608 4400 d 3 h hidnplayr /kernel/branches/net/applications/tftpc/ More bugfixes for TFTPc (net branch)  
2607 4400 d 3 h hidnplayr /kernel/branches/net/network/ Bugfixes for ethernet and IPv4 (net branch)  
2606 4400 d 3 h hidnplayr /kernel/branches/net/applications/tftpc/ Bugfixes in TFTPc (net branch)  
2604 4400 d 11 h hidnplayr /kernel/branches/net/applications/ fixed bug in dll.inc (net branch)  
2602 4400 d 16 h hidnplayr /kernel/branches/net/applications/ftpd/ Bugfixes and refactoring of FTPd (net branch)  
2601 4401 d 7 h clevermouse /kernel/trunk/ API for external keyboards  
2600 4401 d 13 h hidnplayr /kernel/branches/net/network/ Fixed bug in TCP.
Error occured when receiving a TCP segment wich has no local socket. (netbranch)
 
2598 4402 d 6 h hidnplayr /kernel/branches/net/applications/ftpd/ Updates and bugfixes for FTPd (net branch)  
2595 4403 d 11 h Serge /kernel/trunk/core/ new_mem_resize hotfix  
2594 4403 d 13 h Serge /kernel/trunk/core/ rewritten new_mem_resize  
2586 4405 d 6 h mario79 /kernel/trunk/core/ Fix for r.2497  
2585 4405 d 7 h hidnplayr /kernel/branches/net/applications/ftpd/ Some cosmetic changes in FTPd (net branch)  
2581 4405 d 14 h hidnplayr /kernel/branches/net/applications/ftpd/ Fixed PORT command (active mode) for FTPd (net branch)  
2580 4406 d 6 h mario79 /kernel/trunk/ Fix for r. 2524  
2578 4406 d 7 h hidnplayr /kernel/branches/net/applications/ftpd/ Added multithread-capabilities to FTPd (net branch)  
2577 4406 d 7 h clevermouse /kernel/trunk/network/eth_drv/drivers/ r781 didn't fix all artefacts of r465  
2576 4406 d 8 h mario79 /kernel/trunk/video/ Fix for r. 1316  
2575 4407 d 1 h mario79 /kernel/trunk/ Fix for r. 2435  
2573 4407 d 9 h hidnplayr /kernel/branches/net/network/ Changes in net branch:
Fixed bug in socket_ring_write concerning very big numbers.
Socket_send now returns number of sent bytes.
 
2572 4407 d 12 h hidnplayr /kernel/branches/net/network/ Changed SOCKET_accept to bind the new socket to the active thread. (net branch)  
2571 4407 d 13 h hidnplayr /kernel/branches/net/applications/ftpd/ Added RETR command to FTP daemon (net branch)
Also fixed some bugs and added CDUP (untested)
 
2563 4408 d 9 h hidnplayr /kernel/branches/net/applications/ Added CWD command to FTP daemon (net branch)  
2562 4408 d 13 h hidnplayr /kernel/branches/net/applications/ftpd/ Implemented Passive mode and LIST command in new FTP daemon (net branch)  
2561 4408 d 14 h mario79 /kernel/trunk/ Rollback for SVN r.2468 - change_task not needed.  
2560 4408 d 16 h hidnplayr /kernel/branches/net/applications/ftpd/ Added some more commands to the new FTP Daemon (net branch)  
2557 4409 d 5 h hidnplayr /kernel/branches/net/applications/ftpd/ Further development of the new FTP daemon (net branch)