fed7c4406a
- Fix memory leak cause by getaddrinfo - Fix crash when last block actual size < m_output_size - Add -dm to disable small memory for debug purpose - Fix a dead lock when reset stream - Stop http download when error happen - Add error check for all request_data - Fix linux build warning - Add gzip stream support - Rework buffer management to support small memory version - Fix support of empty environment variables in Windows OS - Fix crash when environment variable is last word in script - Fix update libusb path - Update libusb submodule - Drop vs2017 support. - Use $(DefaultPlatformToolset) - Try remove PlatformToolset and set WindowsTargetPlatformVersion to 10.0 Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
.. | ||
Config.in.host | ||
readme.txt | ||
uuu.hash | ||
uuu.mk |
uuu Howto ========= Running uuu without root privileges ----------------------------------- Accessing USB devices on Linux requires root privileges by default. To be able to run uuu without root priviles, execute the following steps: sudo sh -c "uuu -udev >> /etc/udev/rules.d/70-uuu.rules" sudo udevadm control --reload