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