summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* utils: add hw_inventory.pyJose M. Guisado2023-04-181-0/+309
* utils: rename inventory.py to sw_inventory.pyJose M. Guisado2023-04-182-1/+1
* live: rewrite software inventoryv1.2.7Jose M. Guisado2023-03-272-19/+134
* live: fix ogChangeRepo invocationJose M. Guisado2023-03-271-1/+1
* live: fix unicast cache error log messageJose M. Guisado2023-03-271-1/+1
* live: add linux swap parttypeJose M. Guisado2023-03-231-10/+12
* ogRest: improve error logging when executing operationsv1.2.6Jose M. Guisado2023-03-101-32/+23
* ogRest: remove root logger constantJose M. Guisado2023-03-101-7/+6
* legacy: improve readability of ogGetImageInfo helper functionsJose M. Guisado2023-03-101-14/+13
* legacy: rewrite ogGetImageInfoJose M. Guisado2023-03-022-18/+108
* legacy: rewrite ogChangeRepoJose M. Guisado2023-03-022-7/+53
* legacy: improve readability of cambiar_accessoJose M. Guisado2023-03-021-10/+10
* live: rewrite setup operationv1.2.5Jose M. Guisado2023-02-091-16/+44
* utils: add init_cache functionJose M. Guisado2023-02-081-0/+12
* utils: add fs.pyJose M. Guisado2023-02-081-1/+66
* live: add parttypes.pyJose M. Guisado2023-02-081-0/+55
* live: clear ogbrowser log before image_createv1.2.4Jose M. Guisado2022-12-051-0/+1
* log: add file handler for ogLive "real time log"Jose M. Guisado2022-12-051-0/+9
* live: clear ogbrowser logs before image_restoreJose M. Guisado2022-12-011-1/+7
* live: improve error pathsv1.2.3Jose M. Guisado2022-11-172-5/+22
* log: declare samba handler only in live modeJavier Sánchez Parra2022-11-021-9/+20
* log: import fcntl only on linuxJavier Sánchez Parra2022-11-021-67/+73
* live: support native unicast cache image restoreJose M. Guisado2022-11-021-3/+32
* tiptorrent: improve raised exceptions for tip_client_getJose M. Guisado2022-09-291-4/+2
* live: don't use python open() when reading imageJose M. Guisado2022-09-231-5/+3
* live: rewrite image_restoreJose M. Guisado2022-09-143-21/+99
* utils: add tiptorrent.pyJose M. Guisado2022-09-141-0/+90
* utils: add get_partition_deviceJose M. Guisado2022-09-141-0/+17
* image_restore: fix ogCopyEfiBootLoaderJose M. Guisado2022-09-142-4/+5
* utils: minor fix for ogReduceFs and ogExtendFsJose M. Guisado2022-09-142-12/+11
* image_create: add legacy ogCopyEfiBootloaderJose M. Guisado2022-09-142-0/+11
* image_create: partial integration into pythonv1.2.2Jose M. Guisado2022-08-243-26/+162
* refresh: use '0' if disk has no labelJose M. Guisado2022-08-221-1/+4
* live: enable details for libfdisk context objectv1.2.1Jose M. Guisado2022-06-081-1/+1
* live: remove unused parseGetConf functionJose M. Guisado2022-06-081-27/+0
* src: improve loggingJose M. Guisado2022-06-089-27/+93
* live: replace getConfiguration with refreshJose M. Guisado2022-06-011-10/+4
* live: assume VFAT is always FAT32Javier Sánchez Parra2022-06-011-0/+3
* utils: mount_mkdir success if target is a mountpointJose M. Guisado2022-06-011-0/+6
* live: generate cache.txt file in refreshJose M. Guisado2022-06-012-0/+71
* probe: detect 64 bit operating systemsJose M. Guisado2022-05-092-2/+56
* Add link speed to refresh responseJavier Sánchez Parra2022-05-091-1/+4
* utils: fix winreghives path stringJose M. Guisado2022-04-281-1/+1
* live: detect cache partitions in new refreshJose M. Guisado2022-04-282-3/+23
* live: get partition number using partno attributeJose M. Guisado2022-04-271-6/+7
* utils: decode probing subprocess stdoutJose M. Guisado2022-04-271-2/+2
* live: use utils.py and fdisk in refresh operationJose M. Guisado2022-04-211-12/+71
* live: use utils.py for probe operationJose M. Guisado2022-04-211-22/+4
* Add partcodes.py to src/liveJose M. Guisado2022-04-211-0/+25
* Add utils modulesJose M. Guisado2022-04-215-0/+273