Skip to content

Releases: termux/libandroid-shmem

v0.7

Choose a tag to compare

@fornwall fornwall released this 12 Jan 23:00
  • Use ASharedMemory if targeting API level 26 or later (#19).

v0.6

Choose a tag to compare

@fornwall fornwall released this 12 Jan 21:26
  • Fixes for QEMU support (#18).
  • Allow PRoot to directly access FDs (#17).

v0.5: Include <string.h> in shmem.c for strncpy()

Choose a tag to compare

@fornwall fornwall released this 14 May 08:57

Fixes building with current NDK/clang: 2fb093b

Fix conflicts with libc shmem symbols

Choose a tag to compare

@Grimler91 Grimler91 released this 27 Mar 16:18
447caef

Thanks to @xtkoba: 447caef

Update Makefile to respect DESTDIR

Choose a tag to compare

@Grimler91 Grimler91 released this 13 May 14:21
v0.31

Makefile: respect $(DESTDIR)

v0.3

Choose a tag to compare

@Grimler91 Grimler91 released this 27 Mar 08:46
729bb8c

Prevent attempts to lock mutex multiple times in shmget (#9).
Thanks to @dead10ck.

v0.2.1

Choose a tag to compare

released this 21 Jul 17:37
  • Added support for building static library.

v0.2

Choose a tag to compare

@fornwall fornwall released this 27 Jun 13:13
  • Fix building with unified headers.

v0.1.2

Choose a tag to compare

@fornwall fornwall released this 05 Mar 13:51
  • Do not report errors for non-local removals.

v0.1.1

Choose a tag to compare

@fornwall fornwall released this 04 Mar 21:47
  • Use the install command when installing.