summaryrefslogtreecommitdiff
path: root/netfs/Jamfile.jam
Commit message (Collapse)AuthorAge
* Remove unrequired link to boost_randomDan 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.
* Upgrade to Ice-3.7Dan Goodliffe2018-04-05
|
* Don't link directly to libxmlppnetfs-1.2.0.3Dan Goodliffe2017-04-26
|
* Broken down install rulesDan Goodliffe2016-01-04
|
* Use libadhocutilnetfs-1.1.4Dan Goodliffe2015-09-02
|
* Add the start of some test framework, complete with hacky initialisationsDan Goodliffe2015-05-06
|
* Refactor to make more testableDan Goodliffe2015-05-06
|
* Centralize slicer lib defsDan Goodliffe2015-05-06
|
* Match the new Slicer interfacerandomdan2014-09-11
|
* Correct targets for installrandomdan2014-03-20
|
* Modularized interfaces for netfsrandomdan2014-03-20
|
* Fix linking in debugrandomdan2013-08-19
| | | | Reconnect without locking on session loss
* Compat fixesrandomdan2013-06-03
|
* Fix compilation against various versions of fuse libraryrandomdan2012-07-27
| | | | | Usage C++0x to remove lots of code duplication in wrappers Move code for FuseAppBase into it's own folder
* Migrate all stuff to stricter compilations/links and C++0x buildsrandomdan2012-07-10
|
* Add precompiled headersrandomdan2011-09-14
|
* Minor tidy up to address extra picky GCC warningsrandomdan2011-02-23
| | | | Explicit early unlocking of session after variables have been copied out so that the session isn't locked during IO
* Fix to link against static libmiscrandomdan2011-02-19
|
* Centralise the ICE splicerrandomdan2011-01-24
|
* Tidy up jam stuffrandomdan2010-11-23
|
* Add missing Boost threads library to daemon libraryrandomdan2010-11-12
|
* Add locking for safe multi-threaded use in clientrandomdan2010-11-12
| | | | | Fix bug with symlink name Fix bug with stating symlinks
* Merge all FS operations into one interfacerandomdan2010-10-27
| | | | | | | | | | | | Add missing utimens support Change effective user when performing (most) operations Refactor FUSE client to get remaining base code into base file Transmit user and group names, not numbers Load a cache of users and groups Custom error handling in derived FUSE class Reconnect and retry on AuthError Define 64bit offset on client and server to support huge files Fix a few instances where the export path wasn't prefixed to the request path
* Commit WTD basic FS worksrandomdan2010-10-20
|
* Loosely tested code cull and tidy uprandomdan2010-10-08
|
* Commit more work to daterandomdan2010-10-06
|
* Ahhhh so bjam IS all knowingrandomdan2010-10-06
|
* Commit work-to-date of port to using Ice for comms and Boost for pathsrandomdan2010-10-06
|
* Jamrandomdan2010-08-30