2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-07-19 15:16:07 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libfilezilla: update to 0.44.0.
0.44.0 (2023-06-28)
+ Exportable hash accumulator state
+ Add for RSA key support for JWS
+ JWT creation
+ Conversion functions from X.509 private keys to JWK
- Added logging when certificate is untrusted by system trust store
0.43.0 (2023-05-26)
+ Added fz::tls_layer::generate_cert_from_csr
- fz::event_loop performance improvements when timers are in use
|
2023-04-30 06:43:39 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libfilezilla: update to 0.42.2.
0.42.2 (2023-04-25)
- Further HTTP client fixes
0.42.1 (2023-04-21)
- Small HTTP client improvements to force IPv4/IPv6 for new connections, add a \
header count limit, and to make abuffer pool optional
0.42.0 (2023-04-12)
+ Added an HTTP client
- Sources are now distributed in a .tar.xz
- buffer_writer now clears the buffer when opened
- Fixes and performance improvements for fz::xml::parser
- *nix: fz::file::size() now returns -1 on character devices
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-03-13 12:06:49 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libfilezilla: update to 0.41.1.
Bugfixes and minor changes:
Fixed a crash signalling aio waiters
Added listen_socket::from_descriptor
|
2023-01-03 13:51:11 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libfilezilla: update to 0.40.0.
0.40.0 (2022-12-12)
+ Added fz::unicode_codepoint_to_utf8_append
+ Added fz::strtokenizer
+ Added fz::check_certificate_status
0.39.2 (2022-10-11)
- Fixed removing aio_waiters/event_handlers from aio_waitable
- Fixed start offset in view_reader
- Fix buffer_writer not releasing added buffers
0.39.1 (2022-09-12)
- MSW: Fixed a possible hang in fz::process:kill
0.39.0 (2022-09-05)
+ Added readwrite mode to fz::file.
+ MSW: Added fz::dll and fz::shdlls glue
+ Added fz::ascii_layer
- *nix: Fixed mmap error handling in fz::aio_buffer_pool
- Fixed a potential deadlock in the aio code
- Fixed an issue with calling conventions on 32bit Windows
- MSW: fz::datetime::get_tm now works for dates past Y2K38 on toolchains with \
32bit time_t
- MSW: Fixed an error reading from fz::process
|
2022-10-26 12:32:08 by Thomas Klausner | Files touched by this commit (687) |
Log message:
*: bump PKGREVISION for libunistring shlib major bump
|
2022-08-07 18:01:50 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
libfilezilla: remove probably unnecessary comment
|
2022-08-06 02:40:08 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
libfilezilla: use atomic64.mk
Simplify, no need for one block in Makefile and a hacks.mk to cover
fewer architectures than atomic64.mk does.
|
2022-08-05 16:34:12 by Havard Eidnes | Files touched by this commit (1) |
Log message:
net/libfilezilla: add -latomic on powerpc, so that this builds.
|