1
0
mirror of https://github.com/minio/minio.git synced 2025-04-03 11:20:30 -04:00

5 Commits

Author SHA1 Message Date
Harshavardhana
a8296445ad
Safely use unsafe.Pointer to avoid crashes on ARM ()
Refactor the Dirent parsing code such that when we
calculate offsets are correct based on the platform
This PR fixes a silent potential crash on ARM
architecture.
2019-08-09 08:54:11 -07:00
Harshavardhana
e6d8e272ce
Use const slashSeparator instead of "/" everywhere () 2019-08-06 12:08:58 -07:00
Harshavardhana
f767a2538a
Optimize listing with leaf check offloaded to posix ()
Other listing optimizations include

- remove double sorting while filtering object entries
- improve error message when upload-id is not in quorum
- use jsoniter for full unmarshal json, instead of gjson
- remove unused code
2019-04-23 14:54:28 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Harshavardhana
64f2c61813 Implement memory efficient readdir for windows ()
Fixes 
2018-08-09 14:52:29 -07:00