Rev |
Age |
Author |
Path |
Log message |
Diff |
Changes |
4739 |
5475 d 2 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: * error debug print in ERROR_OCCURRED |
|
/branches/network/uspace/srv/net/err.h
|
4738 |
5475 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 |
|
/branches/network/uspace/srv/net/socket/socket_core.c /branches/network/uspace/srv/net/socket/socket_core.h /branches/network/uspace/srv/net/tl/tcp/Makefile /branches/network/uspace/srv/net/tl/tl_common.c /branches/network/uspace/srv/net/tl/udp/Makefile /branches/network/uspace/srv/net/tl/udp/udp.c
|
4737 |
5475 d 2 h |
mejdrech |
/branches/network/uspace/srv/net/app/echo/ |
Net: * echo warning fix |
|
/branches/network/uspace/srv/net/app/echo/echo.c
|
4736 |
5475 d 2 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: * socket initialization fix, + address requeired error return value |
|
/branches/network/uspace/srv/net/app/print_error.c /branches/network/uspace/srv/net/include/socket_errno.h /branches/network/uspace/srv/net/socket/socket_client.c
|
4735 |
5475 d 2 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 |
|
/branches/network/uspace/srv/net/il/ip/ip.c
|
4734 |
5475 d 2 h |
mejdrech |
/branches/network/uspace/srv/net/app/echo/ |
Net: + echo sock_stream support |
|
/branches/network/uspace/srv/net/app/echo/echo.c
|
4733 |
5475 d 2 h |
mejdrech |
/branches/network/uspace/srv/net/structures/ |
Net: - removed obsolete function definition |
|
/branches/network/uspace/srv/net/structures/generic_char_map.h
|
4732 |
5475 d 2 h |
mejdrech |
/branches/network/uspace/srv/net/app/ping/ |
Net: * ping argument count check |
|
/branches/network/uspace/srv/net/app/ping/ping.c
|
4731 |
5490 d 2 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 |
|
/branches/network/uspace/srv/net/app/echo/echo.c /branches/network/uspace/srv/net/app/ping/ping.c /branches/network/uspace/srv/net/il/ip/ip.c /branches/network/uspace/srv/net/il/ip/ip_header.h /branches/network/uspace/srv/net/include/ip_interface.h /branches/network/uspace/srv/net/include/tl_interface.h /branches/network/uspace/srv/net/modules.c /branches/network/uspace/srv/net/modules.h /branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c /branches/network/uspace/srv/net/netif/lo/lo.c /branches/network/uspace/srv/net/netif/netif_module.h /branches/network/uspace/srv/net/nil/eth/eth.c /branches/network/uspace/srv/net/structures/packet/packet.c /branches/network/uspace/srv/net/structures/packet/packet.h /branches/network/uspace/srv/net/structures/packet/packet_client.c /branches/network/uspace/srv/net/structures/packet/packet_client.h /branches/network/uspace/srv/net/structures/packet/packet_header.h /branches/network/uspace/srv/net/structures/packet/packet_server.c /branches/network/uspace/srv/net/tl/icmp/icmp.c /branches/network/uspace/srv/net/tl/tl_common.c /branches/network/uspace/srv/net/tl/tl_common.h /branches/network/uspace/srv/net/tl/udp/udp.c
|
4730 |
5491 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 |
|
/branches/network/uspace/srv/net/include/socket_errno.h /branches/network/uspace/srv/net/net/Makefile /branches/network/uspace/srv/net/net/net.c /branches/network/uspace/srv/net/socket/socket_core.c /branches/network/uspace/srv/net/tl/icmp/icmp.c /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h
|
4729 |
5492 d 11 h |
mejdrech |
/branches/network/uspace/srv/net/socket/ |
Net: * socketclose lock fix |
|
/branches/network/uspace/srv/net/socket/socket_client.c
|
4728 |
5492 d 11 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: structure fields renamed |
|
/branches/network/uspace/srv/net/il/arp/arp_header.h /branches/network/uspace/srv/net/il/arp/arp_oc.h /branches/network/uspace/srv/net/il/ip/ip.c /branches/network/uspace/srv/net/il/ip/ip_client.c /branches/network/uspace/srv/net/il/ip/ip_header.h /branches/network/uspace/srv/net/include/device.h /branches/network/uspace/srv/net/include/ethernet_protocols.h /branches/network/uspace/srv/net/include/hardware.h /branches/network/uspace/srv/net/include/icmp_codes.h /branches/network/uspace/srv/net/include/ip_protocols.h /branches/network/uspace/srv/net/include/socket.h /branches/network/uspace/srv/net/include/socket_codes.h /branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c /branches/network/uspace/srv/net/netif/lo/lo.c /branches/network/uspace/srv/net/nil/eth/eth.c /branches/network/uspace/srv/net/nil/eth/eth_header.h /branches/network/uspace/srv/net/tl/icmp/icmp.c /branches/network/uspace/srv/net/tl/icmp/icmp_header.h /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp_header.h
|
4727 |
5495 d 22 h |
mejdrech |
/branches/network/uspace/srv/net/tl/tcp/ |
Net: +tcp header |
|
/branches/network/uspace/srv/net/tl/tcp/tcp_header.h
|
4726 |
5495 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 |
|
/branches/network/uspace/srv/net/tl/tl_common.c /branches/network/uspace/srv/net/tl/tl_common.h
/branches/network/uspace/srv/net/app/print_error.c /branches/network/uspace/srv/net/include/socket.h /branches/network/uspace/srv/net/include/socket_errno.h /branches/network/uspace/srv/net/socket/socket_client.c /branches/network/uspace/srv/net/socket/socket_core.c /branches/network/uspace/srv/net/socket/socket_core.h /branches/network/uspace/srv/net/socket/socket_messages.h /branches/network/uspace/srv/net/tl/tcp/Makefile /branches/network/uspace/srv/net/tl/udp/Makefile /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h
|
4725 |
5495 d 22 h |
mejdrech |
/branches/network/uspace/srv/net/include/ |
Net: documentation improvements |
|
/branches/network/uspace/srv/net/include/device.h
|
4724 |
5495 d 22 h |
mejdrech |
/branches/network/uspace/srv/net/il/ip/ |
Net: ip local delivery via loopback |
|
/branches/network/uspace/srv/net/il/ip/ip.c
|
4723 |
5497 d 10 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: doc improvements |
|
/branches/network/uspace/srv/net/app/parse.h /branches/network/uspace/srv/net/il/arp/arp.c /branches/network/uspace/srv/net/il/il_messages.h /branches/network/uspace/srv/net/include/arp_interface.h /branches/network/uspace/srv/net/include/net_interface.h /branches/network/uspace/srv/net/netif/dp8390/dp8390.c /branches/network/uspace/srv/net/netif/dp8390/dp8390.h /branches/network/uspace/srv/net/netif/dp8390/dp8390_drv.h /branches/network/uspace/srv/net/netif/dp8390/dp8390_module.c /branches/network/uspace/srv/net/netif/dp8390/dp8390_port.h /branches/network/uspace/srv/net/netif/dp8390/ne2000.c /branches/network/uspace/srv/net/netif/dp8390/ne2000.h
|
4722 |
5503 d 1 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 |
|
/branches/network/uspace/srv/net/crc.c /branches/network/uspace/srv/net/il/ip/ip.c /branches/network/uspace/srv/net/il/ip/ip_client.c /branches/network/uspace/srv/net/il/ip/ip_header.h /branches/network/uspace/srv/net/il/ip/ip_messages.h /branches/network/uspace/srv/net/il/ip/ip_remote.c /branches/network/uspace/srv/net/include/crc.h /branches/network/uspace/srv/net/include/ip_client.h /branches/network/uspace/srv/net/include/ip_interface.h /branches/network/uspace/srv/net/messages.h /branches/network/uspace/srv/net/modules.c /branches/network/uspace/srv/net/modules.h /branches/network/uspace/srv/net/net/net.c /branches/network/uspace/srv/net/netif/lo/lo.c /branches/network/uspace/srv/net/nil/eth/eth.c /branches/network/uspace/srv/net/nil/nildummy/nildummy.c /branches/network/uspace/srv/net/tl/icmp/icmp.c /branches/network/uspace/srv/net/tl/udp/Makefile /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h
|
4721 |
5510 d 10 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: + ICMP free identifiers pool, * ip_client_header_length returns size_t |
|
/branches/network/uspace/srv/net/il/ip/ip_client.c /branches/network/uspace/srv/net/include/icmp_client.h /branches/network/uspace/srv/net/include/ip_client.h /branches/network/uspace/srv/net/tl/icmp/icmp.c /branches/network/uspace/srv/net/tl/icmp/icmp.h /branches/network/uspace/srv/net/tl/icmp/icmp_client.c
|
4720 |
5511 d 0 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 |
|
/branches/network/uspace/srv/net/app/print_error.c /branches/network/uspace/srv/net/app/print_error.h
/branches/network/uspace/doc/doxygroups.h /branches/network/uspace/srv/net/app/echo/Makefile /branches/network/uspace/srv/net/app/echo/echo.c /branches/network/uspace/srv/net/app/ping/Makefile /branches/network/uspace/srv/net/app/ping/ping.c /branches/network/uspace/srv/net/il/ip/Makefile /branches/network/uspace/srv/net/il/ip/ip.c /branches/network/uspace/srv/net/include/icmp_api.h /branches/network/uspace/srv/net/include/icmp_client.h /branches/network/uspace/srv/net/include/icmp_codes.h /branches/network/uspace/srv/net/include/icmp_common.h /branches/network/uspace/srv/net/include/icmp_interface.h /branches/network/uspace/srv/net/include/ip_interface.h /branches/network/uspace/srv/net/include/socket.h /branches/network/uspace/srv/net/net/net.c /branches/network/uspace/srv/net/net/net.h /branches/network/uspace/srv/net/net/net_bundle.c /branches/network/uspace/srv/net/net/net_standalone.c /branches/network/uspace/srv/net/nil/eth/Makefile /branches/network/uspace/srv/net/nil/nildummy/Makefile /branches/network/uspace/srv/net/tl/icmp/Makefile /branches/network/uspace/srv/net/tl/icmp/icmp.c /branches/network/uspace/srv/net/tl/icmp/icmp.h /branches/network/uspace/srv/net/tl/icmp/icmp_api.c /branches/network/uspace/srv/net/tl/icmp/icmp_common.c /branches/network/uspace/srv/net/tl/icmp/icmp_messages.h /branches/network/uspace/srv/net/tl/udp/Makefile /branches/network/uspace/srv/net/tl/udp/udp.c
|