aboutsummaryrefslogtreecommitdiff
path: root/trans/remap.c
Commit message (Collapse)AuthorAgeFilesLines
* Make RPC input array parameters constSamuel Thibault2022-01-161-1/+1
| | | | | This follows mig's cf4bcc3f1435 ("Also add const qualifiers on server side")
* remap translator: remap prefixes instead of complete file namesJoan Lledó2019-12-221-8/+17
| | | | | | | | | * trans/remap.c: * trivfs_S_dir_lookup(): * Match and replace prefixes instead of complete file names. This is needed to remap entire file systems, not only trivial ones. Message-Id: <20191220185911.6448-2-jlledom@mailfence.com>
* Avoid fatal error handling in option parsers.Justus Winter2016-10-051-1/+5
| | | | | | | * trans/crash.c (parse_opt): Avoid 'error' in favor of the appropriate argp error reporting mechanism. * trans/remap.c (parse_opt): Likewise. * utils/msgids.c (parse_opt): Likewise.
* typoSamuel Thibault2016-08-281-1/+1
|
* remap: Refuse non-absolute pathsSamuel Thibault2016-08-281-0/+3
| | | | * trans/remap.c (parse_opt): Error out if some path is not absolute.
* Add remap translatorSamuel Thibault2013-02-261-0/+152
* trans/remap.c: New file. * trans/Makefile (targets): Add remap. (SRCS): Add remap.c. (remap): Add rule. * utils/remap.sh: New script. * utils/Makefile (targets): Add remap. (special-targets): Add remap. (SRCS): Add remap.sh. * NEWS: Advertise new translator