-
Notifications
You must be signed in to change notification settings - Fork 159
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
Directory traversal support #830
Commits on Aug 3, 2021
-
mem_acquire no longer allows returning NULL, initial prototype of fil…
…e-system traversal with posix implementation.
Configuration menu - View commit details
-
Copy full SHA for 9cb4f41 - Browse repository at this point
Copy the full SHA 9cb4f41View commit details
Commits on Aug 12, 2021
-
Reworked api. File system ops are now just done on strings free form.…
… The directory traversal is now a depth-first post-order traversal.
Configuration menu - View commit details
-
Copy full SHA for 1dc5cd4 - Browse repository at this point
Copy the full SHA 1dc5cd4View commit details
Commits on Aug 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b59cbcf - Browse repository at this point
Copy the full SHA b59cbcfView commit details -
Cleaned up allocator api, added some documentation on the NULL return…
… change. Fixed affected tests or deleted them.
Configuration menu - View commit details
-
Copy full SHA for 2b732b4 - Browse repository at this point
Copy the full SHA 2b732b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 121f474 - Browse repository at this point
Copy the full SHA 121f474View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3806724 - Browse repository at this point
Copy the full SHA 3806724View commit details -
Configuration menu - View commit details
-
Copy full SHA for e35a908 - Browse repository at this point
Copy the full SHA e35a908View commit details
Commits on Aug 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 21dbc82 - Browse repository at this point
Copy the full SHA 21dbc82View commit details -
cleaned up wchar conversion apis, moved them to aws_string. Deprecate…
…d the missed const char * mess from aws_fopen().
Configuration menu - View commit details
-
Copy full SHA for 24614b0 - Browse repository at this point
Copy the full SHA 24614b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e40d40f - Browse repository at this point
Copy the full SHA e40d40fView commit details
Commits on Aug 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b0a6206 - Browse repository at this point
Copy the full SHA b0a6206View commit details
Commits on Aug 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0eb96a9 - Browse repository at this point
Copy the full SHA 0eb96a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aad3e5 - Browse repository at this point
Copy the full SHA 5aad3e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 869d85d - Browse repository at this point
Copy the full SHA 869d85dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1b88e7 - Browse repository at this point
Copy the full SHA d1b88e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab2bebe - Browse repository at this point
Copy the full SHA ab2bebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1e6bca - Browse repository at this point
Copy the full SHA f1e6bcaView commit details
Commits on Aug 26, 2021
-
Okay tests pass now on windows. Still need to do a format run from a …
…different machine though.
Configuration menu - View commit details
-
Copy full SHA for 713c7d5 - Browse repository at this point
Copy the full SHA 713c7d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 101ffe6 - Browse repository at this point
Copy the full SHA 101ffe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72f48a8 - Browse repository at this point
Copy the full SHA 72f48a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cf1b2e - Browse repository at this point
Copy the full SHA 7cf1b2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19f1b3a - Browse repository at this point
Copy the full SHA 19f1b3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9abb90a - Browse repository at this point
Copy the full SHA 9abb90aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23eb6c1 - Browse repository at this point
Copy the full SHA 23eb6c1View commit details
Commits on Aug 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b79a295 - Browse repository at this point
Copy the full SHA b79a295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce6b55 - Browse repository at this point
Copy the full SHA 8ce6b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b7bd0b - Browse repository at this point
Copy the full SHA 9b7bd0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53a0107 - Browse repository at this point
Copy the full SHA 53a0107View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc39a5b - Browse repository at this point
Copy the full SHA dc39a5bView commit details
Commits on Aug 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d5983d6 - Browse repository at this point
Copy the full SHA d5983d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for baba607 - Browse repository at this point
Copy the full SHA baba607View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d6ee8 - Browse repository at this point
Copy the full SHA 45d6ee8View commit details
Commits on Oct 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for efdc2cd - Browse repository at this point
Copy the full SHA efdc2cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd6922 - Browse repository at this point
Copy the full SHA 7dd6922View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5165a1 - Browse repository at this point
Copy the full SHA c5165a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0346a2 - Browse repository at this point
Copy the full SHA c0346a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a82516 - Browse repository at this point
Copy the full SHA 6a82516View commit details -
Merge branch 'directory_support' of github.com:awslabs/aws-c-common i…
…nto directory_support
Configuration menu - View commit details
-
Copy full SHA for 0f39b46 - Browse repository at this point
Copy the full SHA 0f39b46View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ad6cc - Browse repository at this point
Copy the full SHA d1ad6ccView commit details
Commits on Oct 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e6757bc - Browse repository at this point
Copy the full SHA e6757bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f3a30a - Browse repository at this point
Copy the full SHA 6f3a30aView commit details
Commits on Oct 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 711da9c - Browse repository at this point
Copy the full SHA 711da9cView commit details