aboutsummaryrefslogtreecommitdiff
path: root/trans
Commit message (Expand)AuthorAgeFilesLines
* libtrivfs: improve the mig mutator functionsJustus Winter2014-02-251-1/+1
* New RPCs, fix buildJustus Winter2014-02-251-1/+1
* trans/mtab: do not map unknown source strings to "none"Justus Winter2014-02-251-1/+1
* trans/mtab: ignore translators that do not implement file_get_sourceJustus Winter2014-02-251-13/+6
* hurd: fix the get-children and get-source proceduresJustus Winter2014-02-252-18/+3
* trans/fakeroot: fix cached node retrieval on lookupRichard Braun2014-02-071-1/+10
* trans/fakeroot: fix netfs_S_dir_lookupRichard Braun2014-02-061-1/+1
* trans/fakeroot: rework node cachingRichard Braun2014-02-051-62/+63
* trans/fakeroot: fix chmodRichard Braun2014-02-051-10/+4
* Revert "trans: fix locking issue in fakeroot"Richard Braun2014-02-051-1/+1
* trans/fakeroot: fix right leakRichard Braun2014-02-051-0/+2
* trans: fix the receiver lookup in passwordJustus Winter2014-01-202-13/+23
* trans/mtab: do not include non-filesystem translators by defaultJustus Winter2014-01-121-0/+40
* trans/mtab: make the translator multithreadedJustus Winter2014-01-121-3/+7
* trans/mtab: properly lock mtab objectsJustus Winter2014-01-121-12/+32
* trans/mtab: remove the loop detection logicJustus Winter2014-01-121-32/+11
* trans/mtab: populate mtab objects on demandJustus Winter2014-01-121-2/+47
* trans/fakeroot: shutdown the translator if the last client is goneJustus Winter2013-12-191-1/+19
* trans/fakeroot: remove dead codeJustus Winter2013-12-101-4/+2
* trans/fakeroot: remove dead codeJustus Winter2013-12-101-38/+29
* trans/fakeroot: drop elseJustus Winter2013-12-101-39/+37
* trans/fakeroot: fix ownership of newly created filesJustus Winter2013-12-101-0/+2
* trans: unlock nodes with faked attributes in fakerootJustus Winter2013-12-091-0/+3
* trans: improve the error handling in fakeauthJustus Winter2013-12-091-17/+20
* trans: fix reference counting bug in fakerootJustus Winter2013-12-091-4/+1
* trans: fix locking in fakeroot's netfs_S_dir_lookupJustus Winter2013-12-091-17/+28
* trans: fix reference counting and destruction of fake nodesJustus Winter2013-12-091-21/+50
* trans: return nodes locked when creating fake nodes in fakerootJustus Winter2013-12-091-3/+13
* trans: fix locking issue in fakerootJustus Winter2013-12-091-1/+1
* trans: handle invalid responses to dir_lookup requests in fakerootJustus Winter2013-12-091-2/+9
* trans: improve the performance of dir_lookup in fakerootJustus Winter2013-12-091-4/+8
* trans: fix the use of the hash table in fakeroot.cJustus Winter2013-12-091-4/+8
* trans: make the fakeroot environment more transparentJustus Winter2013-12-041-10/+22
* trans: fix transparent reauthentication in fakerootJustus Winter2013-12-041-4/+7
* trans: fix the creation of files in fakerootJustus Winter2013-12-041-0/+4
* trans: improve the netfs_demuxer function in fakeroot.cJustus Winter2013-12-041-10/+16
* trans: remove unused declaration from fakeroot.cJustus Winter2013-12-041-1/+0
* Make sure created netfs nodes have stat validatedSamuel Thibault2013-11-191-1/+5
* trans: rename a global variableJustus Winter2013-10-081-8/+8
* Check for negative sizes in file_set_sizeRichard Braun2013-10-022-0/+4
* Use fsys_get_children from libcSamuel Thibault2013-09-161-1/+1
* trans: add mtab translatorJustus Winter2013-09-152-3/+805
* trans/symlink.c: add fsys_get_sourceJustus Winter2013-09-151-0/+7
* trans/symlink.c: add fsys_get_childrenJustus Winter2013-09-151-0/+8
* trans: register symlink translators as importantJustus Winter2013-08-291-0/+13
* trans: drop privileges in the null translatorJustus Winter2013-08-281-0/+5
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurdSamuel Thibault2013-02-281-1/+1
|\
| * hello-mt: fix pthread porting issuePino Toscano2013-02-271-1/+1
* | Add io_select_timeout to the io interfaceRichard Braun2013-02-285-16/+92
|/
* Add remap translatorSamuel Thibault2013-02-262-2/+155