2015-02-19 22:21:14 +01:00
|
|
|
minadbd is now mostly built from libadbd. The fuse features are unique to
|
|
|
|
minadbd, and services.c has been modified as follows:
|
2012-01-10 00:16:13 +01:00
|
|
|
|
2015-02-19 22:21:14 +01:00
|
|
|
- all services removed
|
2012-01-10 00:16:13 +01:00
|
|
|
- all host mode support removed
|
2017-01-09 23:28:42 +01:00
|
|
|
- `sideload_service()` added; this is the only service supported. It
|
2012-01-10 00:16:13 +01:00
|
|
|
receives a single blob of data, writes it to a fixed filename, and
|
|
|
|
makes the process exit.
|