| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
To reuse this function to the REST API.
|
|
|
|
| |
No need for an extra type, socket descriptors are always integer.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OgAdmServer leaves a connection in keepalive more (similar to HTTP
keepalive feature), the existing handling is not correct. The tbsocket
table is never cleaned up and properly.
Use the new og_client object that represents connections from the
clients in tbsocket[] instead.
The keepalive field now stores the index in the tbsocket table, so there
is no need to consult mysql to fetch the slot that this client is using.
This patch also extends syslog() support to include port number when
reporting connections from clients.
|
|
|
|
|
|
|
| |
Modern server side using libev library, includes timeouts for clients.
After this patch, your system requires the libev-dev and libev4 packages
to compile ogAdmServer.
|
|
|
|
| |
Remove unnecessary function declaration in header files
|
|
|
|
| |
Save us from unnecessary initialization given this is in the .bss area.
|
|
|
|
| |
C99 includes boolean definition in stdbool.h, use them.
|
|
|
|
| |
Socket file descriptors are always an integer, no need for typedef.
|
|
|
|
| |
Removes 70 LoCs.
|
|
|
|
|
|
| |
en el perfil de software
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4901 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
nuevos datos de creación de imagen (PC modelo, disco, partición y fecha).
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4431 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
errata para registrar la imagen desplegada indicando nº de disco y de partición.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4426 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3446 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
ejecución duplicada de comandos, incluyendo código del ogAdmServer con soporte para el ticket:565 (imágenes incrementales).
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3407 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2931 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
a21b9725-9963-47de-94b9-378ad31fedc9
|