lix/tests/unit
eldritch horrors 5d02800e57 libstore: do not retry FileTransfer uploads
this only ever worked for empty uploads, and there it worked only by
complete accident: curl was asked to send more data than the wrapper
would provide, which curl would not like and report as an error. the
error would cause a retry with even less data to send, until finally
failing by running into the retry limit. let's just forbid all this.

Change-Id: I229a94b3b8b33e2c6cdb8ea19edd57cd6740e6c6
2024-11-09 20:08:48 +00:00
..
libcmd util.hh: Delete remaining file and clean up headers 2024-05-29 12:38:51 +02:00
libexpr libexpr: Deprecate URL literals 2024-08-17 20:31:57 +02:00
libexpr-support/tests libexpr: Introduce Deprecated features 2024-08-17 19:47:51 +02:00
libmain main: log stack traces for std::terminate 2024-09-25 14:03:45 -07:00
libstore libstore: do not retry FileTransfer uploads 2024-11-09 20:08:48 +00:00
libstore-support/tests Test including relative paths in configuration 2024-09-01 15:52:48 -07:00
libutil treewide: consistently mark overridden settings as such 2024-10-15 19:55:50 +02:00
libutil-support/tests Test including relative paths in configuration 2024-09-01 15:52:48 -07:00
meson.build Merge "Remove static initializers for RegisterLegacyCommand" into main 2024-10-09 20:37:58 +00:00