Commit Graph

8 Commits

Author SHA1 Message Date
Nicolás A. Ortega Froysa
02834b10b8 docs: Reformat CTL API docs
Signed-off-by: Nicolás A. Ortega Froysa <nicolas.ortega@zevenet.com>
2023-05-09 08:31:20 +02:00
Nicolás A. Ortega Froysa
c712a66fc3 ctl: Add full session sync command
Signed-off-by: Nicolás A. Ortega Froysa <nicolas.ortega@zevenet.com>
2023-05-09 08:26:35 +02:00
Nicolás A. Ortega Froysa
cd2f14d186 ctl: Add multi-listener CTL request
This allows for the listeners to be queried with one CTL GET request to
/listeners.

Signed-off-by: Nicolás A. Ortega Froysa <nicolas.ortega@zevenet.com>
2023-05-08 10:51:11 +02:00
Nicolás A. Ortega Froysa
3025cc4396 docs: Document CTL responses.
Signed-off-by: Nicolás A. Ortega Froysa <nicolas.ortega@zevenet.com>
2023-04-17 14:17:20 +02:00
Nicolás A. Ortega Froysa
b9bf031ca1 ctl: add session synchronization API call
This API call helps to simplify the task of the ssyncd program in synchronizing
the sessions between a master & slave Zproxy instance.

Signed-off-by: Nicolás A. Ortega Froysa <nicolas.ortega@zevenet.com>
2023-04-14 08:37:05 +02:00
zproxy development team
589c4ef241 src: remove least pending scheduler
this is very similar to least connection, remove it.
2023-03-06 15:43:14 +01:00
Nicolás A. Ortega Froysa
4a551d2a8f json: Rename session-type to cookie_key and document it
The previous name was rather misleading, and the variable had not been
documented in the CTL README file.

Signed-off-by: Nicolás A. Ortega Froysa <nicolas.ortega@zevenet.com>
2023-03-06 10:59:32 +01:00
Nicolás A. Ortega Froysa
dbd8bf952f Update to new proxy.
Signed-off-by: Nicolás A. Ortega Froysa <nicolas.ortega@zevenet.com>
2023-02-24 09:43:33 +01:00