.. |
cliutil.js
|
Limit VNC size by default.
|
2015-09-15 04:25:21 +09:00 |
datautil.js
|
Add support for Screen size (in inches).
|
2014-09-12 19:32:45 +09:00 |
devutil.js
|
Update to new device DB.
|
2014-06-18 22:52:02 +09:00 |
download.js
|
Implement APK uploads using the new storage system. Installation from URL still does not work, and dropping the file on the screen may not work either.
|
2014-05-22 13:33:38 +09:00 |
failcounter.js
|
EventEmitter constructor was not being called in many places. It did work due to the EventEmitter3 constructor being empty, but we can't rely on that.
|
2015-06-02 13:26:43 +09:00 |
fakedevice.js
|
Fix stf generate-fake-device .
|
2015-06-29 19:25:16 +09:00 |
grouputil.js
|
Fix JSHint errors.
|
2014-05-13 14:54:56 +09:00 |
jwtutil.js
|
Update jws to 3.0.0.
|
2015-07-01 17:32:30 +09:00 |
keyutil.js
|
Fix some JSHint warnings.
|
2014-07-21 15:12:17 +09:00 |
ldaputil.js
|
Add UI to LDAP login.
|
2014-01-31 21:39:07 +09:00 |
lifecycle.js
|
Auto-end shared lifecycles on exit.
|
2014-04-07 17:05:12 +09:00 |
logger.js
|
Add a new log priority: important. Should make it easier to display interesting non-error messages.
|
2014-06-02 12:19:52 +09:00 |
pathutil.js
|
Nexus 9 support. Home button doesn't work, presumably due to auto-unlocking.
|
2014-11-10 11:42:59 +09:00 |
procutil.js
|
Log forks.
|
2014-04-12 15:26:49 +09:00 |
promiseutil.js
|
Fix promiseutil.periodicNotify to actually resolve with correct values.
|
2014-02-17 19:15:56 +09:00 |
refresh.js
|
Add a Node.js code watcher. It's not a separate process, so it can check require.cache for files it should watch. Currently unused due to missing SIGHUP handlers.
|
2014-05-14 11:04:40 +09:00 |
requtil.js
|
Add rate limiting to the image processor.
|
2014-05-21 14:32:21 +09:00 |
riskystream.js
|
Hopefully get rid of FrameProducer._stop() timeouts. Doesn't reproduce locally.
|
2015-07-15 14:15:05 +09:00 |
srv.js
|
Make all zmq endpoints use srv records.
|
2014-12-17 21:01:20 +09:00 |
statequeue.js
|
Move some screen utilities to the global util directory so that they can be used for other things too.
|
2015-04-30 13:41:32 +09:00 |
storage.js
|
Add an app for resizing images. Still needs rate limiting, and still trying to decide how to pass the correct URL to the app.
|
2014-05-20 19:00:53 +09:00 |
streamutil.js
|
Refactor stream log output to a utility.
|
2014-04-01 21:55:50 +09:00 |
ttlset.js
|
Reaper decides if a device is present or not. Allows devices to "come back to life" if they start beating again.
|
2015-06-03 18:49:42 +09:00 |
urlutil.js
|
Make app work with login.
|
2014-01-27 15:38:40 +09:00 |
zmqutil.js
|
Set TCP_KEEPALIVE socket option to fix tcp_connection problem in
|
2015-10-09 16:32:02 +09:00 |