Download project files

How do I verify a download?


2130 of 49 releases

0.8 release from the trunk series released

Release information
Release notes:

New features:
- Add new method umockdev_testbed_load_evemu_events() to replay an evemu events
  file into an emulated evdev device. These are platform independent and thus
  more portable than a script record.
- Add -e/--evemu-events=devname=eventsfilename option to umockdev-run, to load
  an evemu .events file. (Issue #5)
- Add -e/--evemu-events=devname=eventsfilename option to umockdev-record, to
  record reads from an evdev device into an evemu .events file. (Issue #5)
- Add umockdev_in_mock_environment(). This function returns whether
  or not the current process is running in a umockdev testbed
  environment. Thanks Chris Halse Rogers!

Bug fixes:
- Only send a "add" uevent from add_device if running in a umockdev
  testbed environment. Fixes error messages when loading devices fro...

File Description Downloads
download icon umockdev-0.8.tar.xz (md5, sig) release tarball 18
last downloaded 45 weeks ago
Total downloads: 18

0.7 release from the trunk series released

Release information
Release notes:

- Set PTYs into raw mode to get more accurate read() semantics,
  specifically how many bytes each read() slurps.
- umockdev-record --script=/dev/device now also stores the name of the
  device node recorded in the script.
  umockdev_testbed_load_script(testbed, NULL, "device.script")
  now automatically associates the script with the original device node.

File Description Downloads
download icon umockdev-0.7.tar.xz (md5, sig) release tarball 21
last downloaded 44 weeks ago
Total downloads: 21

0.6 release from the trunk series released

Release information
Release notes:

- Also send DEVNAME in uevent when available. Thanks Chris Halse Rogers!
- Send an "add" uevent when adding a device
- umockdev-record --ioctl now stores the name of the device node recorded
  in the trace. umockdev_testbed_load_ioctl(testbed, NULL, "device.ioctl")
  now automatically associates the ioctl trace with the original device
  node. (issue #33)

File Description Downloads
download icon umockdev-0.6.tar.xz (md5, sig) release tarball 21
last downloaded 51 weeks ago
Total downloads: 21

0.5.1 release from the trunk series released

Release information
Release notes:

- Update devices/cameras/canon-powershot-sx200.ioctl with ioctls from
  libgphoto2 2.5.3, to make the /umockdev-run/integration/gphoto-* tests work
  with that version.

File Description Downloads
download icon umockdev-0.5.1.tar.xz (md5, sig) release tarball 21
last downloaded 44 weeks ago
Total downloads: 21

0.5 release from the trunk series released

Release information
Release notes:

- Add generic support for variable length structs without pointers to
  substructs. Definitions of such ioctls must provide a get_data_size()
  function which returns the number of bytes based on the ioctl number and the
  data pointer.
- Declare libc ioctl type correctly using varargs. On some architectures (e.g.
  ppc64el) the calling convention for varargs is sufficiently different that
  the previous declaration caused stack corruption. Thanks Colin Watson!

File Description Downloads
download icon umockdev-0.5.tar.xz (md5, sig) release tarball 18
last downloaded 44 weeks ago
Total downloads: 18

0.4.7 release from the trunk series released

Release information
Release notes:

- Skip umockdev-record loop device test if /sys exists, but there is no loop
  device.
- Slightly relax timings in /umockdev-testbed/script_replay_simple test to
  avoid failure on slow machines.
- preload: Wrap chmod() and inotify_add_watch().
- Fix assertion on umockdev_testbed_uevent() if there are no listeners.
  (issue #29)

File Description Downloads
download icon umockdev-0.4.7.tar.xz (md5, sig) release tarball 25
last downloaded 44 weeks ago
Total downloads: 25

0.4.6 release from the trunk series released

Release information
Release notes:

- Fix wrong select() call timeout which caused a failure on arm64.
- Skip umockdev-record tests which need /sys if there is no real /sys.
  (Debian #724203)

File Description Downloads
download icon umockdev-0.4.6.tar.xz (md5, sig) release tarball 19
last downloaded 45 weeks ago
Total downloads: 19

0.4.5 release from the trunk series released

Release information
Release notes:

- Make various test cases more robust.

File Description Downloads
download icon umockdev-0.4.5.tar.xz (md5, sig) release tarball 18
last downloaded 45 weeks ago
Total downloads: 18

0.4.4 release from the trunk series released

Release information
Release notes:

- testsuite: Write "skip" messages to stdout instead of stderr.
- README.rst: Add information about building, testing, running, and
  contributing.
- Add code coverage reporting with gcov and lcov, using the gnome-common
  macros. autogen.sh will enable this automatically if lcov is installed.
- Support comments in scripts and ioctl records, lines starting with '#' get
  ignored.

File Description Downloads
download icon umockdev-0.4.4.tar.xz (md5, sig) release tarball 15
last downloaded 48 weeks ago
Total downloads: 15

0.4.3 release from the trunk series released

Release information
Release notes:

- preload: Don't call overridden readlink() in helper function. Fixes building
  with gcc 4.6 and older. (issue #27)
- Support USBDEVFS_GET_CAPABILITIES ioctl.
- preload: Repair recording if device gets opened multiple times (got broken in
  0.3)
- ioctl recording: Never consider input URBs equal even if they have exactly
  the same data, as that might give a mismatch between identical SUBMITs and
  different REAPs.

File Description Downloads
download icon umockdev-0.4.3.tar.xz (md5, sig) release tarball 16
last downloaded 44 weeks ago
Total downloads: 16

2130 of 49 releases