summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* change strncasecmp() == 0 to STRCASENEQLEN()Jim Meyering2009-11-091-1/+1
* use STREQ, not strcmp: part 2Jim Meyering2009-11-095-13/+13
* use STREQ, not strcmp: part 1Jim Meyering2009-11-0919-59/+59
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-0913-21/+21
* change strncmp(...) != 0 to STRNEQLEN(...)Jim Meyering2009-11-094-4/+4
* convert strcasecmp(...) != 0 to STRCASENEQ(...)Jim Meyering2009-11-091-5/+5
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-098-54/+54
* define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.Jim Meyering2009-11-093-0/+30
* indent with spaces, not TABsJim Meyering2009-11-098-72/+72
* fix doc typoJim Meyering2009-11-091-1/+1
* placate 'make syntax-check'Jim Meyering2009-11-091-1/+0
* avoid syntax-check warning about isdigit use in example programJim Meyering2009-11-091-0/+1
* appliance: Enhance mkfs to support many more filesystem types.Richard Jones2009-11-092-17/+81
* Fix prototype of commandv to match prototype of commandrv.Richard Jones2009-11-095-7/+8
* daemon: Always reflect command stderr to stderr when debugging.Richard W.M. Jones2009-11-091-9/+16
* daemon: Add flags argument to command*() functions.Richard W.M. Jones2009-11-092-18/+51
* haskell: Disambiguate truncate symbol.Richard Jones2009-11-091-0/+6
* ocaml: Update dependencies file.Richard Jones2009-11-091-4/+4
* ocaml: Sort the dependencies so they are stable between machines.Richard W.M. Jones2009-11-062-4/+4
* ocaml: General improvements to generated code.Richard W.M. Jones2009-11-063-8/+42
* Fixes for compiling on 32 bit.Richard W.M. Jones2009-11-062-8/+8
* Don't update appliance after running generator.Richard Jones2009-11-051-4/+0
* appliance: Add xfsprogs to list of packagesRichard Jones2009-11-051-0/+1
* fish: Allow <nn>P and <nn>E for petabyte and exabyte allocations.Richard Jones2009-11-043-0/+22
* fish: Allow <nn>T for terabyte allocations.Richard Jones2009-11-043-3/+14
* fish: New command 'sparse', like 'alloc' but to generate sparse files.Richard Jones2009-11-044-0/+120
* daemon: Build daemon with AC_SYS_LARGEFILE.Richard Jones2009-11-041-0/+3
* Debian: Use /bin/bash as the shell for regression test scripts.Richard Jones2009-11-0414-14/+14
* daemon: When running external commands, open stdin as /dev/nullRichard Jones2009-11-041-0/+1
* Debian: Include ISOFS driver in the kernel.Richard Jones2009-11-041-0/+3
* Debian: Ignore Debian appliance root when looking for translatable files.Richard Jones2009-11-041-0/+1
* debian: Ignore some generated debirf files.Richard Jones2009-11-041-0/+5
* configure: Fix summary messages.Richard Jones2009-11-041-3/+3
* hivex: fail upon integer overflowJim Meyering2009-11-041-0/+3
* hivex: Check unchecked calloc (Jim Meyering).Richard Jones2009-11-041-0/+2
* Update PO files.1.0.77Richard Jones2009-11-032-729/+921
* Fix EXTRA_DIST line in fuse/Makefile.am.Richard Jones2009-11-031-1/+1
* Add make.sh.in to EXTRA_DIST.Richard Jones2009-11-031-1/+2
* Comment out code which provokes strange gcc optimization error.Richard Jones2009-11-031-0/+5
* Prepare for 1.0.77.Richard Jones2009-11-031-1/+1
* FUSE filesystem support.Richard Jones2009-11-0314-27/+1920
* Allow callers to disable the recovery process.Richard Jones2009-11-032-26/+71
* New API call: preadRichard Jones2009-11-023-1/+64
* New API calls: lstatlist, lxattrlist, readlinklist.Richard Jones2009-11-025-1/+398
* New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown.Richard Jones2009-11-0211-28/+347
* examples/to-xml.c: Don't depend on Gnulib function.Richard Jones2009-11-021-2/+2
* appliance: Don't rebuild the appliance every time configure runs.Richard Jones2009-11-022-2/+9
* guestfish: Fix a third indentation problem.Richard Jones2009-11-021-1/+1
* guestfish: Another indentation fix.Richard Jones2009-11-021-1/+1
* guestfish: Fix printing of buffers in structs.Richard Jones2009-11-021-2/+2