# # ChangeLog for uspace/app/download/main.c in mainline # # Generated by Trac 1.6 # 2024-12-19T04:37:10Z Mon, 11 Sep 2017 16:34:43 GMT Jiri Svoboda [9713b0b] * uspace/app/download/main.c (modified) Fix downloader null pointer dereference when writing to stdout. Wed, 06 Sep 2017 22:16:31 GMT Jiri Svoboda [fc3d4fd5] * uspace/app/download/main.c (modified) * uspace/lib/http/src/http.c (modified) Downloader should properly clean up HTTP connection. Thu, 24 Aug 2017 16:43:24 GMT Jiri Svoboda [9621c7d] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/download/main.c (modified) * uspace/app/pkg/Makefile (added) * uspace/app/pkg/pkg.c (added) Add simple coastline package installer. Add downloader option to save ... Wed, 08 Apr 2015 21:25:30 GMT Jiri Svoboda [fab2746] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/download/main.c (modified) * uspace/app/netecho/Makefile (deleted) * uspace/app/netecho/netecho.c (deleted) * uspace/app/netecho/print_error.c (deleted) * uspace/app/netecho/print_error.h (deleted) * uspace/app/netspeed/Makefile (deleted) * uspace/app/netspeed/netspeed.c (deleted) * uspace/app/nettest1/Makefile (deleted) * uspace/app/nettest1/nettest.c (deleted) * uspace/app/nettest1/nettest.h (deleted) * uspace/app/nettest1/nettest1.c (deleted) * uspace/app/nettest1/print_error.c (deleted) * uspace/app/nettest1/print_error.h (deleted) * uspace/app/nettest2/Makefile (deleted) * uspace/app/nettest2/nettest.c (deleted) * uspace/app/nettest2/nettest.h (deleted) * uspace/app/nettest2/nettest2.c (deleted) * uspace/app/nettest2/print_error.c (deleted) * uspace/app/nettest2/print_error.h (deleted) * uspace/app/nettest3/Makefile (deleted) * uspace/app/nettest3/nettest3.c (deleted) * uspace/app/nterm/conn.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/char_map.c (deleted) * uspace/lib/c/generic/adt/dynamic_fifo.c (deleted) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inet/endpoint.c (moved) * uspace/lib/c/generic/inet/tcp.c (moved) * uspace/lib/c/generic/inet/udp.c (added) * uspace/lib/c/generic/net/inet.c (deleted) * uspace/lib/c/generic/net/socket_client.c (deleted) * uspace/lib/c/generic/net/socket_parse.c (deleted) * uspace/lib/c/include/adt/dynamic_fifo.h (deleted) * uspace/lib/c/include/adt/generic_char_map.h (deleted) * uspace/lib/c/include/adt/generic_field.h (deleted) * uspace/lib/c/include/adt/int_map.h (deleted) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/endpoint.h (moved) * uspace/lib/c/include/inet/tcp.h (moved) * uspace/lib/c/include/inet/udp.h (moved) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/socket.h (deleted) * uspace/lib/c/include/ipc/tcp.h (added) * uspace/lib/c/include/ipc/udp.h (moved) * uspace/lib/c/include/net/in.h (deleted) * uspace/lib/c/include/net/in6.h (deleted) * uspace/lib/c/include/net/inet.h (deleted) * uspace/lib/http/include/http/http.h (modified) * uspace/lib/http/src/http.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/net/Makefile (deleted) * uspace/lib/net/include/socket_core.h (deleted) * uspace/lib/net/tl/socket_core.c (deleted) * uspace/lib/posix/include/posix/errno.h (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/remcons.h (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/rfb/main.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/hid/rfb/rfb.h (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/transport.c (modified) * uspace/srv/net/dhcp/transport.h (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/tcp/sock.c (deleted) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/udp/Makefile (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/service.c (added) * uspace/srv/net/udp/service.h (moved) * uspace/srv/net/udp/sock.c (deleted) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_type.h (modified) New transport layer API. Only UDP implemented. Sat, 05 Oct 2013 20:49:27 GMT Martin Sucha [cbfc8b7] * uspace/app/download/main.c (modified) * uspace/lib/http/include/http/http.h (modified) * uspace/lib/http/src/headers.c (modified) * uspace/lib/http/src/response.c (modified) libhttp: Allow to specify limits when receiving HTTP response Thu, 26 Sep 2013 23:31:50 GMT Martin Sucha [408424e] * uspace/app/download/main.c (modified) * uspace/lib/http/include/http/http.h (modified) * uspace/lib/http/include/http/receive-buffer.h (modified) * uspace/lib/http/src/receive-buffer.c (modified) * uspace/lib/http/src/response.c (modified) libhttp: reimplement receiving status Thu, 26 Sep 2013 20:50:52 GMT Martin Sucha [4d4f656] * uspace/app/download/main.c (modified) * uspace/lib/http/include/http/errno.h (added) * uspace/lib/http/include/http/http.h (modified) * uspace/lib/http/src/headers.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/http/src/response.c (modified) libhttp: Add higher-level API for working with headers Thu, 26 Sep 2013 09:24:46 GMT Martin Sucha [b623b68] * uspace/app/download/Makefile (modified) * uspace/app/download/main.c (modified) * uspace/lib/http/Makefile (modified) * uspace/lib/http/include/http/ctype.h (moved) * uspace/lib/http/include/http/http.h (moved) * uspace/lib/http/include/http/receive-buffer.h (moved) * uspace/lib/http/src/headers.c (moved) * uspace/lib/http/src/http.c (moved) * uspace/lib/http/src/receive-buffer.c (moved) * uspace/lib/http/src/request.c (moved) * uspace/lib/http/src/response.c (moved) Split libhttp into include and src directories Thu, 26 Sep 2013 09:00:55 GMT Martin Sucha [c17469e] * uspace/app/download/main.c (modified) download: Fix double free Sat, 14 Sep 2013 15:41:36 GMT Martin Sucha [d7b7f5e] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/download/Makefile (added) * uspace/app/download/main.c (added) * uspace/lib/http/Makefile (added) * uspace/lib/http/http.c (added) * uspace/lib/http/http.h (added) * uspace/lib/uri/Makefile (added) * uspace/lib/uri/ctype.h (added) * uspace/lib/uri/uri.c (added) * uspace/lib/uri/uri.h (added) Add a basic HTTP download tool