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
4710 5351 d 11 h mejdrech /branches/network/uspace/srv/net/include/ ip client interface and definitions split  
4709 5351 d 12 h mejdrech /branches/network/uspace/srv/net/app/ Net: cli argument parsing functions extracted, echo help reorganized  
4708 5356 d 11 h mejdrech /branches/network/uspace/srv/net/ Net: warning fixes  
4707 5357 d 13 h mejdrech /branches/network/ Net: + basic ICMP (without echo), + ip_client_header_length, + received packet error notifications  
4706 5357 d 13 h mejdrech /branches/network/uspace/srv/net/structures/packet/ Net: default packet prefix and suffix increased  
4705 5357 d 13 h mejdrech /branches/network/uspace/srv/net/ Net: documentation fix  
4704 5367 d 8 h mejdrech /branches/network/uspace/ Net: documentation  
4703 5367 d 8 h mejdrech /branches/network/uspace/srv/net/ netif stats message inrterface implemented, netif auto probe message removed, documentation  
4702 5367 d 8 h mejdrech /branches/network/uspace/srv/net/il/ Net: message processing functions names unified, documentation  
4701 5367 d 8 h mejdrech /branches/network/uspace/srv/net/ Net: socket destroy fix, UDP socket isolation fix, code cleanup, documentation  
4700 5368 d 9 h mejdrech /branches/network/uspace/srv/net/ Net: udp socket autobind on send without bind or bind without positive port  
4699 5370 d 8 h mejdrech /branches/network/uspace/ Net: documentation fixes  
4698 5370 d 10 h mejdrech /branches/network/uspace/srv/net/netif/ Net: obsolete nil message handlers removed  
4697 5370 d 10 h mejdrech /branches/network/uspace/srv/net/ Net: documentation and style fixes  
4696 5370 d 10 h mejdrech /branches/network/ Net: dummy nil module  
4695 5370 d 10 h mejdrech /branches/network/uspace/srv/net/ Net: arp clear address message, mtu changed message, net_bundle include fix  
4694 5370 d 10 h mejdrech /branches/network/uspace/srv/net/ Net: Makefile fixes  
4693 5370 d 10 h mejdrech /branches/network/uspace/srv/net/ Net: documentation fixes  
4603 5439 d 13 h mejdrech /branches/network/ Net: + basic echo application, only SOCK_DGRAM  
4589 5442 d 7 h mejdrech /branches/network/uspace/srv/net/ Net: SOCK_DGRAM implementation  
4588 5442 d 7 h mejdrech /branches/network/uspace/srv/net/ Net: + dynamic fifo queue  
4582 5443 d 9 h mejdrech /branches/network/uspace/srv/net/ Net: * merge fix, * fibril synchronization  
4581 5443 d 11 h mejdrech /branches/network/ Net: synchronized with trunk rev.4580  
4580 5443 d 12 h mejdrech /branches/network/uspace/srv/net/tl/udp/ Net: * udp build fix  
4579 5443 d 12 h mejdrech /branches/network/uspace/srv/net/tl/udp/ Net: + udp(sock_dgram) socket, sendto and closesocket implemented  
4578 5443 d 12 h mejdrech /branches/network/uspace/srv/net/ Net: + libsocket prototype  
4577 5443 d 15 h mejdrech /branches/network/uspace/srv/net/ Net: * answer clearing fixed  
4576 5443 d 15 h mejdrech /branches/network/uspace/srv/net/structures/ Net: + used include added  
4575 5443 d 15 h mejdrech /branches/network/uspace/srv/net/ Net: * inet header inclusion fixed, * ip destination address fixed  
4574 5443 d 15 h mejdrech /branches/network/uspace/srv/net/net/ Net: - unused module and message handling code removed  
4560 5448 d 16 h mejdrech /branches/network/uspace/srv/net/ Net: - removed old sockaddr  
4559 5448 d 16 h mejdrech /branches/network/uspace/srv/net/ Net: * sockaddr divided into in.h, in6.h and inet.h  
4558 5448 d 16 h mejdrech /branches/network/uspace/srv/net/ Net: + ip locks, - some gcc extended warnings  
4506 5464 d 23 h mejdrech /branches/network/uspace/srv/net/il/ip/ Net: - do not bother Atlas during IP start, * uninitialized route warning fixed  
4505 5465 d 7 h mejdrech /branches/network/ Net: + The new IP! + informative TCP and UDP, + packet->pq_insert_after, + checksum for internetwork and transport layers, * bug fixes in packet and ip_header, * usage of size_t in net where appropriate  
4503 5465 d 18 h mejdrech /branches/network/uspace/srv/net/include/ Net: + forgotten arp interface definition (completes rev 4501)  
4502 5465 d 18 h mejdrech /branches/network/uspace/srv/net/ Net: + forgotten tl messages definition (completes rev 4499)  
4501 5465 d 19 h mejdrech /branches/network/uspace/srv/net/il/arp/ Net: * arp task_id_t and pq_detach consolidation  
4500 5465 d 19 h mejdrech /branches/network/uspace/srv/net/nil/eth/ Net: * eth packet queue send with errors fixed, * eth->net_nil_packet_space suffix parameter fixed  
4499 5465 d 19 h mejdrech /branches/network/uspace/srv/net/ Net: + transport layer tcp and udp prototypes (do not function with the current ip)