-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the FF_MakeNameCompliant behavior #63
Commits on Jan 31, 2024
-
Change the FF_MakeNameCompliant behavior
Invalid path characters cause now an error. (FF_ERR_FILE_INVALID_PATH if a file should be created and FF_ERR_DIR_INVALID_PATH for directories)
Configuration menu - View commit details
-
Copy full SHA for 065a9e4 - Browse repository at this point
Copy the full SHA 065a9e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61baf4e - Browse repository at this point
Copy the full SHA 61baf4eView commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4000979 - Browse repository at this point
Copy the full SHA 4000979View commit details -
Cleanup indentation and improve consistency
Fixed the indentation. And also removed the superfluous (== pdTrue) in the if condition.
Configuration menu - View commit details
-
Copy full SHA for a7e51c1 - Browse repository at this point
Copy the full SHA a7e51c1View commit details
Commits on Feb 6, 2024
-
The happy code path is now located in the else branch which improves locality of the error handling.
Configuration menu - View commit details
-
Copy full SHA for e0037f3 - Browse repository at this point
Copy the full SHA e0037f3View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 066d9e7 - Browse repository at this point
Copy the full SHA 066d9e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7e214 - Browse repository at this point
Copy the full SHA 4d7e214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b1673 - Browse repository at this point
Copy the full SHA 59b1673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65f1137 - Browse repository at this point
Copy the full SHA 65f1137View commit details
Commits on Feb 11, 2024
-
These changes were made by hitibosch. They move the name check upward in the call-hierarchy.
Configuration menu - View commit details
-
Copy full SHA for d065004 - Browse repository at this point
Copy the full SHA d065004View commit details -
Use the mkdir pcDirName for the filename check
The previously used pcPath contained slashes. This lead to an error, because slashes are invalid Dir/Filename characters.
Configuration menu - View commit details
-
Copy full SHA for 2d1229c - Browse repository at this point
Copy the full SHA 2d1229cView commit details
Commits on Feb 12, 2024
-
Rename function FF_MakeNameCompliant to FF_IsNameCompliant
The function does only perform checks now.
Configuration menu - View commit details
-
Copy full SHA for 01753aa - Browse repository at this point
Copy the full SHA 01753aaView commit details
Commits on Feb 13, 2024
-
Fix the IsNameCompliant check for FF_MOVE
This change was made by hitibosch. I added just a comment.
Configuration menu - View commit details
-
Copy full SHA for d44ee93 - Browse repository at this point
Copy the full SHA d44ee93View commit details
Commits on Feb 14, 2024
-
Fix the filename handling in ff_Move
The first character of the destination filename was omitted when a file in the root directory was supplied. This change was made by hitibosch.
Configuration menu - View commit details
-
Copy full SHA for 4268c23 - Browse repository at this point
Copy the full SHA 4268c23View commit details -
Fix missing initialization of xError in FF_Move
The error variable could get accessed before initialization.
Configuration menu - View commit details
-
Copy full SHA for 174fd46 - Browse repository at this point
Copy the full SHA 174fd46View commit details -
Using uncrustify v 0.67 And the uncrustify config from the FreeRTOS main project.
Configuration menu - View commit details
-
Copy full SHA for bebaaad - Browse repository at this point
Copy the full SHA bebaaadView commit details