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
3523 4015 d 16 h hidnplayr /kernel/branches/net/network/ Removed code trap (shouldnt have been comitted in the first place).  
3518 4016 d 14 h hidnplayr /kernel/branches/net/ Fixed Network2 event (low level network event)  
3515 4016 d 16 h hidnplayr /kernel/branches/net/network/ Renamed IPv4_dest_to_dev to IPv4_route  
3514 4016 d 16 h hidnplayr /kernel/branches/net/network/ SOCKET_is_disconnected now clears TCP and UDP ports.  
3461 4054 d 15 h hidnplayr /kernel/branches/net/network/ SOCKET_receive_stream returns 0 now when there is no data instead of -1.  
3459 4054 d 16 h hidnplayr /kernel/branches/net/network/ Experimental support for MSG_PEEK and MSG_DONTWAIT in SOCKET_receive_stream.  
3407 4071 d 10 h hidnplayr /kernel/branches/net/network/ Fixed wait_event call for tcp_input.  
3406 4071 d 13 h hidnplayr /kernel/branches/net/network/ Preparing to implement TCP reassembly queue.
Some cleanup of tcp_input and skip checksum recalculation for loopback segments.
 
3389 4076 d 6 h hidnplayr /kernel/branches/net/network/ Run TCP input code in a separate thread.  
3388 4076 d 7 h hidnplayr /kernel/branches/net/network/ Re-enabled network2 events.  
3386 4076 d 11 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK logic was reversed  
3360 4083 d 10 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK now lets you choose if ARP_IP_to_MAC should block or not.  
3359 4084 d 15 h hidnplayr /kernel/branches/net/ Synced net branch with trunk (#3358)  
3354 4086 d 13 h hidnplayr /kernel/branches/net/network/ Fixed typo in ARP_IP_to_MAC (debug output displayed wrong IP)  
3348 4087 d 16 h hidnplayr /kernel/branches/net/ Netstat: redraw window on network subsystem event.
Kernel: send event when IP configuration changed.
 
3346 4087 d 18 h hidnplayr /kernel/branches/net/ Introduced new application event for network subsystem changes (link changed, ip changed, ...)
Removed get_mac and set_mac procedures from device structure, kernel does not need them.
Added link state detection capabilities for kernel and some drivers.
 
3340 4088 d 16 h hidnplayr /kernel/branches/net/ Now Zeroconfig waits for driver to be initialised.  
3307 4093 d 8 h hidnplayr /kernel/branches/net/network/ Fixed SOCKET_process_end (broken in #3264), Use mutexes for ring buffer reading/writing.  
3293 4094 d 15 h hidnplayr /kernel/branches/net/network/ Fixed stack corruption in TCP_input when TCP queue is full  
3289 4095 d 0 h hidnplayr /kernel/branches/net/network/ Fixed unlocking of mutex in TCP_output.  

Show All