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
7680 1721 d 18 h hidnplayr /kernel/trunk/network/ small network code updates, annotations  
7679 1721 d 18 h hidnplayr /kernel/trunk/network/ network code cleanup  
7678 1721 d 18 h hidnplayr /kernel/trunk/network/ network code cleanup, fix some statistics  
6916 2537 d 19 h hidnplayr /kernel/trunk/network/ TCP: Use bitflag instead of dword for t_force.  
6908 2542 d 18 h ashmew2 /kernel/trunk/ Add a build script for Linux  
6907 2542 d 18 h ashmew2 /kernel/trunk/network/ Build script for linux  
6476 2826 d 19 h hidnplayr /kernel/trunk/network/ More comments and stats in TCP code.  
6413 2933 d 16 h hidnplayr /kernel/trunk/network/ More descriptive constant names, reduced socket buffer size.  
6011 3058 d 21 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5976 3069 d 15 h hidnplayr /kernel/trunk/network/ Implemented TCP 2MSL (Timed-wait) timer.
Cleanup and various bugfixes in network code.
 
5969 3070 d 15 h hidnplayr /kernel/trunk/network/ Improved error handling in sockets code.  
5842 3135 d 18 h hidnplayr / Improved RAW sockets. Added ability to set TTL thorugh setsockopt, Improved ping program.  
5584 3219 d 2 h hidnplayr /kernel/trunk/network/ Bugfixes to bind socket to device.  
5566 3267 d 15 h hidnplayr /kernel/trunk/network/ bugfix in SOCKET_ring_create (stack corruption)  
5522 3343 d 15 h hidnplayr / New network buffers - phase I  
5442 3367 d 22 h hidnplayr /kernel/trunk/network/ Collect some more TCP statistics.  
5364 3411 d 13 h hidnplayr /kernel/trunk/network/ SOCKET_receive: generate a new network event when we expect the caller to call back later.  
5363 3411 d 17 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5356 3413 d 22 h serge /kernel/trunk/ kernel: update PTE bits  
5155 3479 d 18 h hidnplayr /kernel/trunk/network/ Dont crash on socket_fork when out of memory.  
4850 3677 d 15 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).  
4574 3735 d 17 h hidnplayr /kernel/trunk/network/ Fixed stack corruption on SOCKET_num_to_ptr error.  
4535 3758 d 2 h hidnplayr /kernel/trunk/network/ Bugfix for SOCKET_alloc.  
4528 3760 d 0 h hidnplayr /kernel/trunk/network/ More bugfixes for SOCKET_notify.  
4527 3760 d 0 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_notify.  
4520 3761 d 22 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_block  
4436 3775 d 5 h hidnplayr /kernel/trunk/network/ Disabled socket cleanup after process ends (until deadlock is fixed..)  
4366 3800 d 15 h hidnplayr /kernel/trunk/network/ TCP: correctly close connection.  
4365 3800 d 18 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_close for TCP  
4347 3803 d 0 h hidnplayr /kernel/trunk/network/ TCP: advertise correct window, small updates and bugfixes  
4344 3804 d 1 h hidnplayr /kernel/trunk/network/ Bugfix in PAWS algorithm for TCP.  
4339 3805 d 16 h hidnplayr /kernel/trunk/network/ Bugfixes in TCP.  
4219 3833 d 17 h hidnplayr /kernel/trunk/network/ SOCKET_receive: bugfixes, return 0 when remote end closed connection.  
4056 3857 d 1 h hidnplayr /kernel/trunk/network/ SOCKET_process_end: exit immediately if there are no active sockets.  
4052 3857 d 21 h hidnplayr /kernel/trunk/network/ Some cleanup/refactoring of IPv4 code (preparing for routing)  
4030 3862 d 2 h hidnplayr /kernel/trunk/network/ refactored SOCKET_connect  
4025 3863 d 6 h hidnplayr /kernel/trunk/network/ SOCKET_connect: better error handling.  
4021 3863 d 15 h hidnplayr /kernel/trunk/network/ Cancel time-out timer if connection succeeded  
4020 3863 d 15 h hidnplayr / kernel: wait 3 seconds for TCP connection to be established, timeout after that.
telnet: print error message when socket could not be opened.
 
3884 3905 d 0 h hidnplayr /kernel/trunk/network/ Fixing deadlock in SOCKET_process_end