Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
4635f4daaa
Added the new mallocWithFallback function which tries to allocate the specified size and falls back to a smaller size when fails
d9dfc15f21
Added the IP address of the device when in AP mode in the task_sys_info task
6130e8cd71
Reworked the way the main send buffer buffer is allocated. This is not done on the stack anymore because it led to a nasty stackoverflow. Changed some debug statements, finished the sendDirectoryListing method which is now working fine. Txt files are now sent as text/plain data.
16cae233bb
Changed attribute type from uint64_t to size_t
057c058ca3
Renamed FtpMsgCode to FTPMsgCode, Added new state in the FileTransferStatus enum : MALLOC_ERROR, reworked the way the send and receive buffer is allocated, this is not done on the stack anymore which led to a silent stack overflow :-(. Changed the way the IP address is retrieved to open the passive connection