# # ChangeLog for uspace/app/download/Makefile in mainline # # Generated by Trac 1.6 # 2024-12-14T02:32:35Z 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 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