Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4740 5284 d 22 h mejdrech /branches/network/ Net: + nettest1  
4739 5284 d 22 h mejdrech /branches/network/uspace/srv/net/ Net: * error debug print in ERROR_OCCURRED  
4738 5284 d 22 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 5284 d 22 h mejdrech /branches/network/uspace/srv/net/app/echo/ Net: * echo warning fix  
4736 5284 d 22 h mejdrech /branches/network/uspace/srv/net/ Net: * socket initialization fix, + address requeired error return value  
4735 5284 d 22 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 5284 d 23 h mejdrech /branches/network/uspace/srv/net/app/echo/ Net: + echo sock_stream support  
4733 5284 d 23 h mejdrech /branches/network/uspace/srv/net/structures/ Net: - removed obsolete function definition  
4732 5284 d 23 h mejdrech /branches/network/uspace/srv/net/app/ping/ Net: * ping argument count check  
4731 5299 d 22 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 5301 d 6 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 5302 d 7 h mejdrech /branches/network/uspace/srv/net/socket/ Net: * socketclose lock fix  
4728 5302 d 7 h mejdrech /branches/network/uspace/srv/net/ Net: structure fields renamed  
4727 5305 d 18 h mejdrech /branches/network/uspace/srv/net/tl/tcp/ Net: +tcp header  
4726 5305 d 18 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 5305 d 18 h mejdrech /branches/network/uspace/srv/net/include/ Net: documentation improvements  
4724 5305 d 18 h mejdrech /branches/network/uspace/srv/net/il/ip/ Net: ip local delivery via loopback  
4723 5307 d 6 h mejdrech /branches/network/uspace/srv/net/ Net: doc improvements  
4722 5312 d 21 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 5320 d 6 h mejdrech /branches/network/uspace/srv/net/ Net: + ICMP free identifiers pool, * ip_client_header_length returns size_t  
4720 5320 d 20 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  
4719 5326 d 20 h mejdrech /branches/network/ Net: * icmp moved to tl, * Makefile sources sorted, - il/rarp dir removed  
4718 5327 d 3 h mejdrech /branches/network/ Net: merge with trunk head (0.4.1)  
4717 5327 d 3 h mejdrech /branches/network/uspace/srv/net/ Net: * ping fprintf fix, * ip arp address fix  
4716 5327 d 6 h mejdrech /branches/network/ Net: + ping  
4715 5327 d 6 h mejdrech /branches/network/uspace/srv/net/ Net: * icmp interface changed to internal, * icmp checksum fix, + icmp client connections isolated  
4714 5327 d 22 h mejdrech /branches/network/uspace/srv/net/ Net: client_connection refactored, applied previous changes  
4713 5327 d 22 h mejdrech /branches/network/uspace/srv/net/tl/udp/ Net: static functions removed  
4712 5327 d 22 h mejdrech /branches/network/uspace/srv/net/ Net: socket interface and definitions split  
4711 5327 d 22 h mejdrech /branches/network/uspace/srv/net/ Net: ip checksum extracted into crc  
4710 5327 d 22 h mejdrech /branches/network/uspace/srv/net/include/ ip client interface and definitions split  
4709 5327 d 22 h mejdrech /branches/network/uspace/srv/net/app/ Net: cli argument parsing functions extracted, echo help reorganized  
4708 5332 d 22 h mejdrech /branches/network/uspace/srv/net/ Net: warning fixes  
4707 5334 d 0 h mejdrech /branches/network/ Net: + basic ICMP (without echo), + ip_client_header_length, + received packet error notifications  
4706 5334 d 0 h mejdrech /branches/network/uspace/srv/net/structures/packet/ Net: default packet prefix and suffix increased  
4705 5334 d 0 h mejdrech /branches/network/uspace/srv/net/ Net: documentation fix  
4704 5343 d 18 h mejdrech /branches/network/uspace/ Net: documentation  
4703 5343 d 18 h mejdrech /branches/network/uspace/srv/net/ netif stats message inrterface implemented, netif auto probe message removed, documentation  
4702 5343 d 18 h mejdrech /branches/network/uspace/srv/net/il/ Net: message processing functions names unified, documentation  
4701 5343 d 18 h mejdrech /branches/network/uspace/srv/net/ Net: socket destroy fix, UDP socket isolation fix, code cleanup, documentation