Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add copyright and license notice to regressions/test-noexec-stack.pl | Richard Jones | 2009-08-06 | 1 | -0/+15 |
| | |||||
* | Add a test for an executable stack in resultant binaries | Matthew Booth | 2009-08-05 | 2 | -3/+69 |
| | |||||
* | build: remove trailing blanks, enable syntax-check | Jim Meyering | 2009-08-04 | 1 | -1/+1 |
| | | | | | | | * regressions/test-cancellation-download-librarycancels.sh: * src/generator.ml: * cfg.mk (disable_temporarily): Remove sc_trailing_blank. * .x-sc_trailing_blank: New file. | ||||
* | RHEL 5 thinks squashfs is HFS+ filesystem, unless we specify the type ↵ | Richard Jones | 2009-07-23 | 1 | -1/+1 |
| | | | | explicitly. | ||||
* | Generator: Implement RBufferOut and "read-file" call. | Richard W.M. Jones | 2009-07-21 | 2 | -0/+35 |
| | | | | | | | | | This commit implements the RBufferOut type for returning arbitrary 8 bit data from calls. We also implement the guestfs_read_file call to read a whole file that can contain any 8 bit content, but up to a limit of ~ 2 MB. | ||||
* | Guestfish feature: remote control of guestfish over a pipe. | Richard Jones | 2009-07-14 | 2 | -0/+35 |
| | | | | | | | | | | | | | | | | | The use case is to have a long-running guestfish process in a shell script, and thus to avoid the overhead of starting guestfish each time. Do: eval `guestfish --listen` guestfish --remote somecmd guestfish --remote someothercmd guestfish --remote exit This patch also supports having multiple guestfish processes at the same time. The protocol is simple XDR messages over a Unix domain socket. | ||||
* | Regression test: Test reopening the handle in the same process. | Richard W.M. Jones | 2009-07-11 | 2 | -1/+43 |
| | |||||
* | RHEL 5: Mount squashfs with explicit type. | Richard Jones | 2009-07-07 | 1 | -1/+1 |
| | |||||
* | Test two (of four) cancellation paths. | Richard Jones | 2009-07-06 | 3 | -0/+85 |
| | |||||
* | Introduce regression tests for various qemu failures. | Richard Jones | 2009-07-06 | 8 | -13/+150 |
| | | | | | | | | | | | Test failure of qemu and recovery of the library: - mid-command - between commands - during launch [test not working yet] - explicitly killed by guestfs_kill_subprocess Also this patch cleans up the other tests in this directory and disables the long-winded test-bootbootboot test. | ||||
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+0 |
| | |||||
* | Fix RHBZ#503169 comment 13 (regression) and add a regression test. | Richard Jones | 2009-06-04 | 2 | -0/+45 |
| | |||||
* | Added regression test for RHBZ503169#c10 | Richard Jones | 2009-06-04 | 2 | -3/+52 |
| | |||||
* | Move pure regression tests to their own subdirectory. | Richard Jones | 2009-06-04 | 3 | -0/+103 |