#include "GMem.h"
#include "GContainers.h"
#include "LgiNetInc.h"
#include "GStream.h"
#include "LgiInterfaces.h"
Go to the source code of this file.
Classes | |
class | GNetwork |
Singleton class to initialize access to the network. More... | |
class | GSocket |
Implementation of a network socket. More... | |
class | GUri |
Uri parser. More... | |
class | GProxyUri |
Proxy settings lookup. More... | |
Defines | |
#define | GSocket_Log "Log" |
Turn on/off logging. Used with GSocket::SetParameter. | |
#define | GSocket_Progress "Progress" |
Set the progress object. Used with GSocket::SetParameter. Value = (GProgress*)Prog. | |
#define | GSocket_TransferSize "TransferSize" |
Set the size of the transfer. Used with GSocket::SetParameter. Value = (int)Size. | |
#define | GSocket_Protocol "Protocol" |
Set the type of protocol. Used with GSocket::SetParameter. Value = (char*)Protocol. | |
Functions | |
LgiNetFunc void | MDStringToDigest (unsigned char digest[16], char *Str, int Len=-1) |
Make md5 hash. |
LgiNetFunc void MDStringToDigest | ( | unsigned char | digest[16], | |
char * | Str, | |||
int | Len = -1 | |||
) |
Make md5 hash.
digest | Buffer to receive md5 hash |
Str | Input string |
Len | Length of input string or -1 for null terminated |