mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-02-01 04:10:48 +00:00
* include/wget/wget.h: Remove struct _wget_bar_ctx and wget_bat_ctx_t, amend prototypes of wget_bar functions, new function wget_bar_write_line() * libwget/bar.c: Bunch of cleanups and code rearrangements * src/wget_progress.h: Remove * src/Makefile.am: Remove src/wget_progress.h * src/bar.c: Remove mutex usage, (_error_write) call wget_bar_write_line * src/log.c: Remove redundant param checks * src/wget.c: Add struct _body_callback_context, always call bar_slot_begin() on begin of new download, use downloader->id as progress slot * src/wget_bar.h: Amend prototypes of bar_ functions