Commit Graph

14 Commits

Author SHA1 Message Date
188989e067 Update copyright year 2024-01-07 12:41:02 +01:00
15ba1db248 Update copyrights 2023-08-31 12:57:30 +02:00
3dc7f71098 Update copyright year 2022-02-25 17:46:43 +01:00
22162f82b2 Update copyright year 2021-01-22 21:58:38 +01:00
59d9ecd9c0 * Update copyright year to 2020 2020-01-10 00:33:02 +01:00
a44a42b347 * libwget/bitmap.c: Fix clang sanitizer's false positive (buffer overflow) 2020-01-06 13:10:56 +01:00
4b9edbad2d Update Copyright statements to be compatible with update-copyright module 2019-09-10 23:41:56 +02:00
21601c9078 Fix more docs [skip ci] 2019-08-17 23:00:50 +02:00
d2ea5dcd93 Fix docs for wget_bitmap_init() [skip ci] 2019-08-17 20:10:25 +02:00
b94b2af9ad * libwget/bitmap.c: Small cleanup 2019-08-17 18:42:42 +02:00
21bfb4f88a Rename wget_bitmap_t -> wget_bitmap
* include/wget/wget.h: Likewise
* libwget/bitmap.c: Likewise
* unit-tests/test.c: Likewise
2019-07-18 12:30:06 +02:00
963e144f88 Cleanup bitmap API
* wget.h: Add WGET_E_MEMORY = -2,
  amend function interface of wget_bitmap_allocate,
  rename wget_bitmap_allocate -> wget_bitmap_init
* libwget/bitmap.c: Likewise
* unit-tests/test.c: Amend bitmap tests appropriate
2019-06-19 16:06:35 +02:00
cdb3600791 Update copyrigght to 2019 2019-01-02 12:42:53 +01:00
3c831226fc Add wget_bitmap_t
* include/wget/wget.h: Add bitmap prototypes
* libwget/Makefile.am: Add libwget/bitmap.c
* libwget/bitmap.c: New file for bitmap implementation
* docs/Makefile.am: Add man pages for bitmap functions
* unit-tests/test.c: Add tests for bitmap functions

First version was written by Aniketh Girish
2018-07-05 12:26:31 +02:00