Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10051 3 d 9 h ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
8026 1447 d 4 h hidnplayr /kernel/trunk/network/ More TCP advertised window size fixes, small updates regarding closing of TCP sockets.  
7974 1463 d 9 h hidnplayr /kernel/trunk/network/ TCP: Ack every other received full MSS segment, bugfixes.  
7680 1735 d 5 h hidnplayr /kernel/trunk/network/ small network code updates, annotations  
7098 2412 d 4 h ashmew2 /kernel/trunk/network/ Fix TCP window size in tcp_respond  
6913 2552 d 7 h ashmew2 /kernel/trunk/network/ TCP Fast ACK: Fix advertised window size  
6512 2819 d 8 h hidnplayr /kernel/trunk/network/ Fix TCP_RANGESET  
6476 2840 d 6 h hidnplayr /kernel/trunk/network/ More comments and stats in TCP code.  
6011 3072 d 9 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5976 3083 d 3 h hidnplayr /kernel/trunk/network/ Implemented TCP 2MSL (Timed-wait) timer.
Cleanup and various bugfixes in network code.
 
5842 3149 d 6 h hidnplayr / Improved RAW sockets. Added ability to set TTL thorugh setsockopt, Improved ping program.  
5584 3232 d 13 h hidnplayr /kernel/trunk/network/ Bugfixes to bind socket to device.  
5522 3357 d 2 h hidnplayr / New network buffers - phase I  
5363 3425 d 4 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5015 3584 d 11 h hidnplayr /kernel/trunk/network/ Cleanup/small refactor of some internal network functions.  
4850 3691 d 3 h mario79 /kernel/trunk/ Added the tag "Revision: XXXX" in some kernel files, to form the right number of revision at boot (blue boot screen).  
4366 3814 d 3 h hidnplayr /kernel/trunk/network/ TCP: correctly close connection.  
4365 3814 d 6 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_close for TCP  
3752 3979 d 11 h hidnplayr /kernel/trunk/network/ Corrected IP source address for TCP_respond_segment  
3737 3982 d 1 h hidnplayr / SOCKET_receive, return immediately when there is no data and SS_CANTRECVMORE is set.
Downloader: make better use of blocking sockets.
 

Show All