summaryrefslogtreecommitdiff
path: root/netfs/lib
Commit message (Collapse)AuthorAge
* Enable hicpp tidy checksDan Goodliffe2019-04-01
|
* First round of clang tidy changesDan Goodliffe2019-03-31
|
* Specialised comparator in EntCacheDan Goodliffe2019-02-03
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
|
* C++17Dan Goodliffe2018-04-09
| | | | | Replace boost shared_mutex with std::mutex to work with new lock helpers.
* C++17Dan Goodliffe2018-04-09
| | | | | Replace boost shared_mutex with std::mutex to work with new lock helpers.
* Upgrade to Ice-3.7Dan Goodliffe2018-04-05
|
* Use std::shared_ptr and variadic calls to make_shared in shared componentsDan Goodliffe2017-12-16
|
* Rename libraries cos I never liked the original naming, more in keeping with ↵Dan Goodliffe2017-05-18
| | | | other projects now
* Tidy up the mess that was type conversionDan Goodliffe2016-04-09
|
* Partially tested global visibility hidden in all projectsnetfs-1.1.6Dan Goodliffe2016-01-24
|
* Scrap the precompiled headersDan Goodliffe2016-01-04
|
* Remove flto cos I'm sick of it randomly breaking stuffDan Goodliffe2015-12-18
|
* Slash the amount of inclusion in pre-compiled headersDan Goodliffe2015-10-02
|
* Use libadhocutilnetfs-1.1.4Dan Goodliffe2015-09-02
|
* Visibility hiddennetfs-1.1.3Dan Goodliffe2015-07-26
|
* No more static entcache hackDan Goodliffe2015-07-26
|
* Add explicit instaniation of template members functions tooDan Goodliffe2015-06-13
|
* Refactor to avoid possible destructed string copyDan Goodliffe2015-05-06
|
* Actually use precompiled headersDan Goodliffe2015-05-06
|
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-04
|
* Static entry cachesrandomdan2014-06-05
| | | | Improved checking of user/group memberships
* Use slicer for configuration reading, revise sample configs accordinglyrandomdan2014-06-02
|
* Centralise some better lock helpersrandomdan2014-05-19
|
* Use IceUtil::Shared/Handle, which is already thread safe, instead of ↵randomdan2014-05-01
| | | | boost::intrusive_ptr and IntrusivePtrBase, which isn't, to undo the mess introduced in 937 to enforce thread safety
* Remove guidmap, not used anymorerandomdan2014-03-21
|
* Modularized interfaces for netfsrandomdan2014-03-20