Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4759 5207 d 12 h mejdrech /branches/network/uspace/ Net: * documentation improvements, + related documentation pages  
4758 5207 d 12 h mejdrech /branches/network/contrib/conf/ Net: + Qemu-Windows script, * Qemu-Linux script  
4757 5224 d 4 h mejdrech /branches/network/uspace/doc/ Net: + nettest doxygroup  
4756 5224 d 4 h mejdrech /branches/network/uspace/srv/net/ Net: * documentation improvements  
4755 5229 d 8 h mejdrech /branches/network/uspace/srv/net/include/ Net: + socket.h includes in6.h  
4754 5229 d 8 h mejdrech /branches/network/uspace/srv/net/structures/packet/ Net: - packet server debug print, * global data definition more readable  
4753 5229 d 8 h mejdrech /branches/network/uspace/srv/net/il/ip/ Net: + ip_client_set_pseudo_header_date_length() EBADMEM check  
4752 5229 d 8 h mejdrech /branches/network/uspace/srv/net/net/ Net: * NE2000 MTU changed to 1492  
4751 5229 d 8 h mejdrech /branches/network/uspace/srv/net/nil/ Net: - nil modules unused global data definition  
4750 5229 d 8 h mejdrech /branches/network/uspace/srv/net/tl/ Net: * packet dimenstions extracted to tl_common  
4749 5229 d 8 h mejdrech /branches/network/ Net: + nettest2, * nettest1 cleanup  
4748 5236 d 13 h mejdrech /branches/network/uspace/srv/net/net/ Net: + missing net messages  
4747 5237 d 9 h mejdrech /branches/network/uspace/srv/net/socket/ Net: maximum received packets limit disabled  
4746 5237 d 9 h mejdrech /branches/network/uspace/srv/net/include/ Net: redundant constants removed  
4745 5237 d 9 h mejdrech /branches/network/ Net: time precision set to 1 ms (for nicer ping)  
4744 5237 d 9 h mejdrech /branches/network/contrib/conf/ Net: Qemu script update  
4743 5239 d 17 h mejdrech /branches/network/uspace/srv/net/ Net: + IEEE 802.3 + 802.3 (LSAP) eth mode, * code cleanup, * crc.[ch] renamed to checksum.[ch], * net_messages extracted, - debug prints removed, - unused messages and types removed  
4742 5239 d 17 h mejdrech /branches/network/uspace/srv/net/ Net: +tcp prototype (not fully functional)  
4741 5253 d 12 h mejdrech /branches/network/uspace/srv/net/app/echo/ Net: + backlog command line argument  
4740 5253 d 12 h mejdrech /branches/network/ Net: + nettest1  
4739 5253 d 12 h mejdrech /branches/network/uspace/srv/net/ Net: * error debug print in ERROR_OCCURRED  
4738 5253 d 12 h mejdrech /branches/network/uspace/srv/net/ Net: * socket ports refactores, * bound sockets properly released, * udp deadlock fix, * sockaddr port in network byte order  
4737 5253 d 12 h mejdrech /branches/network/uspace/srv/net/app/echo/ Net: * echo warning fix  
4736 5253 d 12 h mejdrech /branches/network/uspace/srv/net/ Net: * socket initialization fix, + address requeired error return value  
4735 5253 d 12 h mejdrech /branches/network/uspace/srv/net/il/ip/ Net: + IP send with the device specified uses the gateway route entry if appropriate, + IP truncates received packets if longer than stated  
4734 5253 d 12 h mejdrech /branches/network/uspace/srv/net/app/echo/ Net: + echo sock_stream support  
4733 5253 d 13 h mejdrech /branches/network/uspace/srv/net/structures/ Net: - removed obsolete function definition  
4732 5253 d 13 h mejdrech /branches/network/uspace/srv/net/app/ping/ Net: * ping argument count check  
4731 5268 d 12 h mejdrech /branches/network/uspace/srv/net/ Net: * data_reply sends as much data as possible and EOVERFLOW, * netif sends only in active mode, * tl_send_icmp_port_unreachable changed to tl_prepare_icmp_packet, + packet_get_copy, +pq_find, + icmp checksum error notification, * ping argv fix, * icmp echo parameters propagate fix, * pq_add fix, * ip_header->fragment_offset fix, * some improvements  
4730 5269 d 20 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  
4729 5270 d 21 h mejdrech /branches/network/uspace/srv/net/socket/ Net: * socketclose lock fix  
4728 5270 d 21 h mejdrech /branches/network/uspace/srv/net/ Net: structure fields renamed  
4727 5274 d 8 h mejdrech /branches/network/uspace/srv/net/tl/tcp/ Net: +tcp header  
4726 5274 d 8 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  
4725 5274 d 8 h mejdrech /branches/network/uspace/srv/net/include/ Net: documentation improvements  
4724 5274 d 8 h mejdrech /branches/network/uspace/srv/net/il/ip/ Net: ip local delivery via loopback  
4723 5275 d 20 h mejdrech /branches/network/uspace/srv/net/ Net: doc improvements  
4722 5281 d 11 h mejdrech /branches/network/uspace/srv/net/ Net: * udp socket read and write data functions extracted, * ip checksum function split, * icmp id fix, * nil mtu fixes, * configuration default values, + ip pseudo header, + udp checksum  
4721 5288 d 20 h mejdrech /branches/network/uspace/srv/net/ Net: + ICMP free identifiers pool, * ip_client_header_length returns size_t  
4720 5289 d 10 h mejdrech /branches/network/uspace/ Net: * INET addressing in packets, * ICMP timeout fibril, + ICMP configuration, * ICMP error message type swap, * ICMP generic message processing extracted for all connections, * Makefiles source files sorted, * ICMP timeout in miliseconds, * ICMP and IP deadlock fixes, * net loopback NIL configuration fix, * net configuration and initialization extracted, * IP delivery via loopback, - IP no automatic resend on ARP ENOENT