Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4756 6066 d 17 h mejdrech /branches/network/uspace/srv/net/ Net: * documentation improvements  
4738 6096 d 2 h mejdrech /branches/network/uspace/srv/net/ Net: * socket ports refactores, * bound sockets properly released, * udp deadlock fix, * sockaddr port in network byte order  
4730 6112 d 10 h mejdrech /branches/network/uspace/srv/net/ Net: + udp autobinding on send optional, * udp receive message locking fix, * module build fix, * icmp echo improvements and fix  
4726 6116 d 22 h mejdrech /branches/network/uspace/srv/net/ Net: * thread safe socket client, + closesocket may return EINPROGRESS, + socket_core protocol specific data, * socket data fragment size unified, * udp support functions extracted  
4712 6139 d 2 h mejdrech /branches/network/uspace/srv/net/ Net: socket interface and definitions split  
4708 6144 d 2 h mejdrech /branches/network/uspace/srv/net/ Net: warning fixes  
4704 6154 d 22 h mejdrech /branches/network/uspace/ Net: documentation  
4700 6156 d 0 h mejdrech /branches/network/uspace/srv/net/ Net: udp socket autobind on send without bind or bind without positive port  
4603 6227 d 3 h mejdrech /branches/network/ Net: + basic echo application, only SOCK_DGRAM  
4589 6229 d 21 h mejdrech /branches/network/uspace/srv/net/ Net: SOCK_DGRAM implementation  
4578 6231 d 2 h mejdrech /branches/network/uspace/srv/net/ Net: + libsocket prototype