# # ChangeLog for uspace/app/netecho/comm.h in mainline # # Generated by Trac 1.6 # 2025-02-01T14:28:02Z Mon, 29 Feb 2016 19:19:19 GMT Jiri Svoboda [a62ceaf] * uspace/app/dnscfg/dnscfg.c (modified) * uspace/app/inet/inet.c (modified) * uspace/app/netecho/comm.c (modified) * uspace/app/netecho/comm.h (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/conn.h (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inet/host.c (added) * uspace/lib/c/generic/inet/hostname.c (added) * uspace/lib/c/generic/inet/hostport.c (added) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/dnsr.h (modified) * uspace/lib/c/include/inet/endpoint.h (modified) * uspace/lib/c/include/inet/host.h (added) * uspace/lib/c/include/inet/hostname.h (added) * uspace/lib/c/include/inet/hostport.h (added) * uspace/lib/c/include/types/inet/host.h (added) * uspace/lib/c/include/types/inet/hostport.h (added) * uspace/lib/http/src/http.c (modified) Need better interfaces for handling internet host and host:port ... Sun, 21 Feb 2016 23:48:18 GMT Jiri Svoboda [5147ff1] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/netecho/Makefile (added) * uspace/app/netecho/comm.c (added) * uspace/app/netecho/comm.h (added) * uspace/app/netecho/netecho.c (added) * uspace/app/netecho/netecho.h (added) * uspace/app/nterm/conn.h (modified) * uspace/app/nterm/nterm.h (modified) Bring back netecho for testing UDP.