index
:
ogClient
master
more_events
winlinux
OpenGnsys client
opengnsys@soleta.eu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ogRest.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Put state to IDLE after run/schedule
Roberto Hueso Gómez
2020-03-03
1
-0
/
+1
*
Send complete HTTP header when response has no body
Roberto Hueso Gómez
2020-03-02
1
-1
/
+2
*
Rename operation to method
OpenGnSys Support Team
2020-02-26
1
-4
/
+4
*
Modify way to close PID process
Alvaro Neira Ayuso
2020-02-24
1
-12
/
+17
*
Use state machine to avoid race condition problems
Alvaro Neira Ayuso
2020-02-23
1
-11
/
+63
*
pep-0008 cleanup
OpenGnSys Support Team
2020-02-21
1
-38
/
+38
*
Use 'with' keyword for file reading
Roberto Hueso Gómez
2020-02-05
1
-9
/
+4
*
Fix /image/restore execution and response
Roberto Hueso Gómez
2020-02-05
1
-0
/
+5
*
Fix /image/create execution and response
Roberto Hueso Gómez
2020-02-05
1
-5
/
+2
*
Fix /setup execution and response
Roberto Hueso Gómez
2020-02-03
1
-8
/
+2
*
Fix parseGetConf(...) configuration parsing
Roberto Hueso Gómez
2020-02-03
1
-5
/
+6
*
add space after Content-Length and Content-Type
OpenGnSys Support Team
2020-01-28
1
-2
/
+2
*
Change POST /refresh to GET /refresh
Roberto Hueso Gómez
2020-01-21
1
-2
/
+2
*
Fix /software command Linux operation
Roberto Hueso Gómez
2020-01-21
1
-3
/
+3
*
Fix /shell/run commands splitting
Roberto Hueso Gómez
2020-01-21
1
-1
/
+1
*
Fix /hardware command Linux operation
Roberto Hueso Gómez
2020-01-21
1
-2
/
+2
*
(Clean-Up) Rename all the functions in ogRest to new ones more clears
Alvaro Neira Ayuso
2020-01-19
1
-35
/
+25
*
(Clean-Up) Rename HTTPParser file to restRequest
Alvaro Neira Ayuso
2020-01-19
1
-1
/
+1
*
(Clean-Up) Modify restResponse to get the response using constructor and get ...
Alvaro Neira Ayuso
2020-01-19
1
-40
/
+81
*
(Clean-Up) Rename HTTPParser to restRequest
Alvaro Neira Ayuso
2020-01-19
1
-48
/
+48
*
(Clean-Up) Rename cmd function/variables to use "run" syntax
Alvaro Neira Ayuso
2020-01-19
1
-1
/
+1
*
Improve /image/create command response
Alvaro Neira Ayuso
2020-01-19
1
-0
/
+7
*
Add Refresh command
Alvaro Neira Ayuso
2020-01-19
1
-0
/
+19
*
Add image/create command for creating a new image
Alvaro Neira Ayuso
2020-01-19
1
-0
/
+20
*
(BUG) Include client parameter in restore command
Alvaro Neira Ayuso
2020-01-19
1
-1
/
+1
*
Include License header
Alvaro Neira Ayuso
2020-01-19
1
-0
/
+8
*
Add stop command
Alvaro Neira Ayuso
2020-01-19
1
-18
/
+45
*
Execute cmd command using thread
Alvaro Neira Ayuso
2020-01-19
1
-19
/
+18
*
Fix echo check for process_shellrun in ogRest
Roberto Hueso Gómez
2020-01-19
1
-1
/
+1
*
Change /probe from GET to POST in ogClient
Roberto Hueso Gómez
2020-01-19
1
-3
/
+3
*
Adapt client responses to the server's
Roberto Hueso Gómez
2020-01-19
1
-6
/
+9
*
Include echo option for returning shell output
Alvaro Neira Ayuso
2020-01-19
1
-17
/
+7
*
Send OPG (opengnsys) status when a probe command is received
Alvaro Neira Ayuso
2020-01-19
1
-1
/
+3
*
Improve setup command response
Alvaro Neira Ayuso
2020-01-19
1
-4
/
+9
*
Catch execution errors during restore image command
Alvaro Neira Ayuso
2020-01-19
1
-5
/
+9
*
Improve hardware command response behavior
Alvaro Neira Ayuso
2020-01-19
1
-5
/
+14
*
Improve software command response behavior
Alvaro Neira Ayuso
2020-01-19
1
-6
/
+19
*
Catch execution errors during init session command
Alvaro Neira Ayuso
2020-01-19
1
-40
/
+48
*
Modify methods to use less arguments
Alvaro Neira Ayuso
2020-01-19
1
-29
/
+26
*
Add restore/image command for restoring images on the machine
Alvaro Neira Ayuso
2020-01-19
1
-0
/
+14
*
Add setup command for configuring the machine
Alvaro Neira Ayuso
2020-01-19
1
-0
/
+10
*
Add schedule command
Alvaro Neira Ayuso
2020-01-19
1
-0
/
+5
*
Add hardware command to inventory the machine hardware
Alvaro Neira Ayuso
2020-01-19
1
-0
/
+12
*
Add software command to inventory the machine software
Alvaro Neira Ayuso
2020-01-19
1
-0
/
+12
*
Add session command to init the opengnsys session
Alvaro Neira Ayuso
2020-01-19
1
-2
/
+17
*
Create new object for creating dynamic json messages
Alvaro Neira Ayuso
2020-01-19
1
-12
/
+19
*
(BUG) Handling command error
Alvaro Neira Ayuso
2020-01-19
1
-1
/
+7
*
Modify Thread methods names
Alvaro Neira Ayuso
2020-01-19
1
-4
/
+4
*
Blocks the program execution until a command is processing
Alvaro Neira Ayuso
2020-01-19
1
-4
/
+5
*
Create ogThread class to move all thread functions
Alvaro Neira Ayuso
2020-01-19
1
-16
/
+17
[prev]
[next]