Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2022-09-30 | Merge branch 'md/mtx-4656/custom_apps' into 'master' HEAD0.10master | Jeff Hatch | 2 | |
Introduce System::executeEnv and System::executeBackgroundEnv See merge request !4 | ||||
2022-09-30 | Introduce System::executeEnv and System::executeBackgroundEnv | Mykyta Dorokhin | 2 | |
2021-02-04 | Merge branch 'ms/MTX-3785_file_type_restrictions' into 'master' 0.9 | Jeff Hatch | 2 | |
[MTX-3785] mPower R.5.4: GP-971 - Device shall implement file type restrictions for all “upload” sections on the UI See merge request !3 | ||||
2021-02-04 | [MTX-3785] mPower R.5.4: GP-971 - Device shall implement file type ↵ | mykola.salomatin | 1 | |
restrictions for all “upload” sections on the UI | ||||
2021-01-19 | [MTX-3785] mPower R.5.4: GP-971 - Device shall implement file type ↵ | mykola.salomatin | 2 | |
restrictions for all “upload” sections on the UI LoRaWAN components: LoraLicense (.lic), LoraFotaFile (.bin), LoraMulticast (.bin for Binary, .txt for Hexadecimal and Base64), LoraGroup (.json) validated by file extension. | ||||
2020-11-10 | Merge branch 'ms/MTX-3669_alertservice_shall_print_messages_to_stderr' into ↵0.8 | Jeff Hatch | 2 | |
'master' [MTX-3669] mPower Release 5.4: alertservice and libmts shall print log messages to stderr See merge request !2 | ||||
2020-11-10 | [MTX-3669] mPower Release 5.4: alertservice and libmts shall print log ↵ | mykola.salomatin | 2 | |
messages to stderr | ||||
2020-10-20 | [MTX-3669] mPower Release 5.4: alertservice and libmts shall print log ↵ | mykola.salomatin | 2 | |
messages to stderr | ||||
2020-04-13 | Merge branch 'sk/cmd-no-shell' into 'master' 0.7 | Jeff Hatch | 2 | |
[MTX-3311] Execute system commands without invoking system shell See merge request !1 | ||||
2020-04-09 | Execute system commands without invoking system shell | Serhii Kostiuk | 1 | |
Added a missed ```child``` parameter to the list of ```executeBackground``` params in docs | ||||
2020-04-09 | Execute system commands without invoking system shell | Serhii Kostiuk | 2 | |
Changes after a code review: - fixed documentation for the closeBackground function - renamed ```app``` parameter to ```cmd``` | ||||
2020-04-07 | Execute system commands without invoking system shell | Serhii Kostiuk | 2 | |
Added several new methods to the MTS::System class: - ```executeBackground``` - popen alternative, creates a pipe with the specified mode and spawns a new process with specified arguments; - ```closeBackground``` - pclose alternative, closes parent side of the pipe and waits for the child process to finish its execution; - ```execute``` - MTS::System::cmd alternative that allows to spawn child processes directly without invoking system shell. | ||||
2018-02-01 | Add monoTimeMicros() function0.6 | Jeff Hatch | 2 | |
2017-04-18 | Fix crash caused by SharedPtr constructor not initializing m_eType0.5 | Jeff Hatch | 1 | |
2015-12-14 | fix: add LDFLAGS to Makefile for shared lib build pre-gcc/++ 4.5 compiler (MTR)0.4 | Brandon Bayer | 1 | |
2015-04-21 | Makefile: add -lpthread for shared lib link0.3 | Jesse Gilles | 1 | |
2015-04-20 | add .gitignore | Jesse Gilles | 1 | |
2015-04-20 | initial commit | Jesse Gilles | 48 | |