28 #include "../common/http.h"
bool CL_CheckOrDownloadFile(const char *filename)
void CL_SetHTTPServer(const char *URL)
A new server is specified, so we nuke all our state.
void CL_RunHTTPDownloads(void)
This calls curl_multi_perform do actually do stuff. Called every frame while connecting to minimise l...
void CL_CancelHTTPDownloads(bool permKill)
Cancel all downloads and nuke the queue.
bool CL_PendingHTTPDownloads(void)
See if we're still busy with some downloads. Called by precacher just before it loads the map since w...
void CL_HTTP_Cleanup(void)
UFO is exiting or we're changing servers. Clean up.
bool CL_QueueHTTPDownload(const char *ufoPath)
Called from the precache check to queue a download.
void HTTP_InitStartup(void)
void CL_RequestNextDownload(void)