index
:
ogServer
master
OpenGnsys server
opengnsys@soleta.eu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
#915 Revert filtering actions by id to "sesion" in og_dbi_queue_command
Jose M. Guisado
2021-06-10
1
-1
/
+1
*
constify json parse helper function
OpenGnSys Support Team
2021-06-10
2
-10
/
+10
*
move json function declarations to json.h
OpenGnSys Support Team
2021-06-10
2
-4
/
+4
*
#915 Add commands and procedures to procedure creation
Javier Sánchez Parra
2021-06-10
4
-4
/
+176
*
missing copyright header to new src/legacy.c file
OpenGnSys Support Team
2021-06-09
1
-0
/
+9
*
#915 Add schedule/command
Jose M. Guisado
2021-06-09
6
-10
/
+497
*
#941 Free dbi_inst when og_dbi_open fails to connect
Jose M. Guisado
2021-06-01
1
-0
/
+1
*
#942 Add POST /procedure/add method
Javier Sánchez Parra
2021-05-31
2
-0
/
+129
*
#1042 fix multiple definition of ogconfig
OpenGnSys Support Team
2021-05-27
1
-2
/
+0
*
#1037 Simplify database update v3 code
Javier Sánchez Parra
2021-05-27
1
-15
/
+8
*
#1037 Add disk type
Javier Sánchez Parra
2021-05-26
5
-8
/
+57
*
#1037 Make partition parameter validation permissive
Javier Sánchez Parra
2021-05-26
1
-1
/
+1
*
Add REST POST /room/delete method
Javier Sánchez Parra
2021-05-10
1
-0
/
+59
*
#942 Add REST POST /center/delete method
Javier Sánchez Parra
2021-05-10
1
-0
/
+59
*
#980 ignore unknown attributes
OpenGnSys Support Team
2021-05-04
1
-14
/
+0
*
#995 Add link speed parsing to client probe response
Jose M. Guisado
2021-05-04
3
-0
/
+8
*
ogServer is AGPLv3+
OpenGnSys Support Team
2021-05-04
11
-22
/
+33
*
#915 only API REST is supported
OpenGnSys Support Team
2021-05-04
2
-7
/
+3
*
#580 remove old keepalive code
OpenGnSys Support Team
2021-05-04
2
-24
/
+2
*
#1043 don't create wol entries when client is connected
Jose M. Guisado
2021-04-29
1
-0
/
+3
*
#1043 add WOL_SENT state
OpenGnSys Support Team
2021-04-29
4
-1
/
+138
*
#1043 add function to append client to json tree
OpenGnSys Support Team
2021-04-29
1
-18
/
+28
*
#1042 Add schema version 2
Jose M. Guisado
2021-04-28
1
-0
/
+70
*
#980 Broken TCP connection times out after 120 seconds through keepalive
OpenGnSys Support Team
2021-04-22
1
-0
/
+12
*
#915 Add /room/add POST method
Javier Sánchez Parra
2021-04-20
3
-0
/
+183
*
#1042 Update database schema automatically
Jose M. Guisado
2021-04-20
4
-0
/
+165
*
#915 Add large HTTP response test
Javier Sánchez Parra
2021-04-19
3
-1
/
+69
*
#915 Stop ogServer service in run-test.py
Javier Sánchez Parra
2021-04-19
1
-0
/
+3
*
#915 increase maximum API REST response size
Javier Sánchez Parra
2021-04-19
1
-1
/
+1
*
#915 fix "response too large" error path
Javier Sánchez Parra
2021-04-19
1
-12
/
+9
*
#915 validate response json size
Javier Sánchez Parra
2021-04-19
1
-15
/
+65
*
#971 Remove sql bottleneck when removing software profiles
Jose M. Guisado
2021-04-16
1
-13
/
+0
*
schedule: fix daylight saving problem with mktime()
Jose M. Guisado
2021-04-12
1
-0
/
+3
*
#915 Add /center/add POST method
Jose M. Guisado
2021-04-08
2
-0
/
+85
*
#915 Avoid duplicate db entries in /create/image
v1.2.0
Jose M. Guisado
2021-04-06
1
-0
/
+18
*
#915 Add GET /oglive/test REST API function
Javier Sánchez Parra
2021-04-05
2
-0
/
+50
*
#1004 Add GET /images test
Diego Crespo Quinta
2021-03-30
2
-1
/
+26
*
#990 fix crash in wol with malformed IP address
OpenGnSys Support Team
2021-03-30
1
-1
/
+4
*
Fix GET /hardware test url
Diego Crespo Quinta
2021-03-23
1
-2
/
+2
*
#1004 update size to 64-bits
OpenGnSys Support Team
2021-03-19
1
-1
/
+1
*
#971 check for NULL serial number
OpenGnSys Support Team
2021-03-19
1
-1
/
+1
*
#990 Use lab netmask to calculate broadcast address
Javier Sánchez Parra
2021-03-17
1
-6
/
+15
*
#990 incorrect inet_aton() error check
OpenGnSys Support Team
2021-03-17
1
-2
/
+2
*
#997 Fix og_tm_hours_mask
Jose M. Guisado
2021-03-15
1
-2
/
+2
*
#997 Use stale check flag in schedule/update
Jose M. Guisado
2021-03-15
1
-1
/
+19
*
#942 return error if API REST parser fails
OpenGnSys Support Team
2021-03-15
1
-38
/
+29
*
#997 Remove unnecessary strdup in og_dbi_queue_*
Jose M. Guisado
2021-03-11
1
-2
/
+2
*
#997 Set stale check flag when processing schedule/create
Jose M. Guisado
2021-03-11
3
-11
/
+78
*
#1004 Fix memleak in og_cmd_images
Jose M. Guisado
2021-02-24
1
-1
/
+1
*
#942 memleak in og_send_request()
OpenGnSys Support Team
2021-02-23
1
-0
/
+2
[next]