Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/termux/termux-am-socket

Faster termux-am implementation that connects to a receiver in termux-app using a unix socket
https://github.com/termux/termux-am-socket

Changed: Bump to v1.5.0

1ac60a15c4fe52c47ed85090088525b8f317f503 authored over 2 years ago by agnostic-apollo <[email protected]>
Changed: Rename TERMUX_APP_AM_SOCKET_SERVER_ENABLED to TERMUX_APP__AM_SOCKET_SERVER_ENABLED as per termux/termux-app@afc06cfd

2c063d57d3c55ca0b249631eafa7ef3fcf9251c5 authored over 2 years ago by agnostic-apollo <[email protected]>
Changed: Change version variable name to TERMUX_AM_SOCKET_VERSION

6b36dc3ff3096a2cff75f66c892212ef07c2dd62 authored over 2 years ago by agnostic-apollo <[email protected]>
Changed: Change socket path as per termux/termux-app@c1c46dfc

937545cbf1c475b04dddc205886b1fe2e4a01e01 authored over 2 years ago by agnostic-apollo <[email protected]>
Changed: Bump to v1.4.0

1d44d083debd7a8f71757dd056fb1a03fd0d2d27 authored over 2 years ago by agnostic-apollo <[email protected]>
Changed: Bump to v1.3.0

c1ba409960af48b584a1316931d7374b38c2ea48 authored over 2 years ago by agnostic-apollo <[email protected]>
Fixed: Fix argument parsing and convert termux-am binary to termux-am-socket and introduce termux-am wrapper script

Arguments were being passed to server by surrounding them with double quotes, which obviously wo...

f04730233d75993ed93dc5369cca4e8758ebc02d authored over 2 years ago by agnostic-apollo <[email protected]>
Fixed: Fix exit code handling

strtol() returns 0 on conversion failure and errno is not set, which resulted in wrong exit code...

bd8e9f53332b36f836307f1c982d3e41f4b82d80 authored over 2 years ago by agnostic-apollo <[email protected]>
Fixed: Explicitly close socket on exit instead of relying on os to do it

Server may have to wait additionally to detect that client is gone and good practice to clean up...

f7f1cdde0f956067639e45e8699caaa96b08b6bc authored over 2 years ago by agnostic-apollo <[email protected]>
Changed: Convert termux-am to c++ from c

9df1bafed881ac1138268ef7f75962bac670dd75 authored over 2 years ago by agnostic-apollo <[email protected]>
Changed: Update am socket path as per TERMUX_APPS_DIR_PATH and TERMUX_AM_SOCKET_FILE_PATH values defined in TermuxConstants

a808de3e831e2aa4cb0cd9fe72986da67e7fa73d authored over 2 years ago by agnostic-apollo <[email protected]>
Changed: Update am socket path

Use /data/data/com.termux/files/app/termux-app/termux-am/am.sock
instead, to keep "app"-related ...

cdc8c3a9222483a3ac1465639617afae27c22fe3 authored over 2 years ago by Henrik Grimler <[email protected]>
Fixed: license is GPLv3-only, not GPLv3-or-later

GPLv3-only is the license used by termux-app as well, and the
intention was to license termux-am...

28a6369dce1b1291063c4bfdb25c1e1a73773676 authored over 2 years ago by Henrik Grimler <[email protected]>
Added: Add a short README

aab69a046a9ade8f7d140f13c0b71dc8ffcd46a4 authored almost 3 years ago by Henrik Grimler <[email protected]>
Fixed: Add copyright headers to source files

6b8cfe3439f27539dbc98ad552b0ddebab5e4b78 authored almost 3 years ago by Henrik Grimler <[email protected]>
Changed: Put socket in /data/data/com.termux/files/api/ instead

86bb778422af6c4930cf10a76edbbbab9e8c234f authored almost 3 years ago by Henrik Grimler <[email protected]>
Changed: Sort include lines alphabetically

176bb41d243c3227b8c0f8bffaf1c64d361a6e12 authored about 3 years ago by Henrik Grimler <[email protected]>
Fix: remove extra whitespace

7d64809459627d9dd5bacb6a02c2e15d1bb65e78 authored about 3 years ago by Henrik Grimler <[email protected]>
Changed: Set SOCKET_PATH in new file termux-am.h

Put the socket in $PREFIX/../sockets/,
i.e. /data/data/com.termux/files/sockets/ instead of $PRE...

5d0cfd7519f4b4312fc4f3027b5667db7e571eda authored about 3 years ago by Henrik Grimler <[email protected]>
Changed: Rename project to termux-am-socket

bfc49e293731a1f317c825e48f29ba0751d896f0 authored about 3 years ago by Henrik Grimler <[email protected]>
Changed: Moved the am socket to PREFIX/var/run/am-socket

d261936b719933f649af5c5e51b6ff1c78492968 authored about 3 years ago by tareksander <[email protected]>
Set license to GPLv3

20f10c7396a9a3951067b3786c5e11637ce53b80 authored about 3 years ago by tareksander <[email protected]>
Fixed passing the arguments

3e73fda6de1b0b9f75884a04eb8f5aa47947800e authored about 3 years ago by tareksander <[email protected]>
Make a wrapper for the new Termux am socket

c45ada0dc26c22a14eba80d36cda3a645e78d8b9 authored about 3 years ago by tareksander <[email protected]>
Make a wrapper for the new Termux am socket

d09c1658a6c4feb8046767914d99aee9da4f0db6 authored about 3 years ago by tareksander <[email protected]>