mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-23 01:08:54 +00:00
42b74c9d2e
1) Changed codes about memory leak For memory leak, below codes are changed. * calls malloc_trim function * calls initializing NSS function, and adds configure option "--enable-nss-init". If libcurl is with NSS, s3fs initializes NSS manually. This initializing NSS is enabled by "--enable-nss-init" option at configure. if this option is specified, you need "nss-devel" package. * calls initializing libxml2(xmlInitParser). * BIO functions have memory leak, calls CRYPTO_free_ex_data. * changes cache structure. * changes cache out logic to LRU. * sets alignment for allcated memory in body data structure. * adds ssl session into share handle. and adds nosscache option. * deletes unused allocated memory.(bug) * changes defaule parallel count of head request in readdir (500->20) * fixes some bugs. git-svn-id: http://s3fs.googlecode.com/svn/trunk@482 df820570-a93a-0410-bd06-b72b767a4274 |
||
---|---|---|
.. | ||
s3fs.1 |