This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/client/http
Tamás Bálint Misius fe87203eb4
Add HTTP API for Lua
Also fix a bug with Requests where any connection that took
longer to finish than 15 seconds would be killed. Should have
used CURLOPT_CONNECTTIMEOUT instead of CURLOPT_TIMEOUT when
specifying the timeout, oops.
2020-01-16 20:05:31 +01:00
..
APIRequest.cpp Fix thumbnails sometimes not being resized in the save browser 2019-03-18 23:50:38 -04:00
APIRequest.h Rename Download* to Request* and move HTTP stuff inside src/client/http 2019-03-07 22:56:08 -05:00
AvatarRequest.cpp Flatten include trees 2019-04-20 15:36:11 +02:00
AvatarRequest.h Flatten include trees 2019-04-20 15:36:11 +02:00
GetUserInfoRequest.cpp Flatten include trees 2019-04-20 15:36:11 +02:00
GetUserInfoRequest.h Flatten include trees 2019-04-20 15:36:11 +02:00
ImageRequest.cpp Fix thumbnails sometimes not being resized in the save browser 2019-03-18 23:50:38 -04:00
ImageRequest.h Flatten include trees 2019-04-20 15:36:11 +02:00
Request.cpp Add HTTP API for Lua 2020-01-16 20:05:31 +01:00
Request.h Add somewhat ugly --nohttp option 2019-08-29 23:33:45 -04:00
RequestManager.cpp Add somewhat ugly --nohttp option 2019-08-29 23:33:45 -04:00
RequestManager.h Add somewhat ugly --nohttp option 2019-08-29 23:33:45 -04:00
RequestMonitor.h Rename Download* to Request* and move HTTP stuff inside src/client/http 2019-03-07 22:56:08 -05:00
SaveUserInfoRequest.cpp Flatten include trees 2019-04-20 15:36:11 +02:00
SaveUserInfoRequest.h Flatten include trees 2019-04-20 15:36:11 +02:00
ThumbnailRequest.cpp Flatten include trees 2019-04-20 15:36:11 +02:00
ThumbnailRequest.h Flatten include trees 2019-04-20 15:36:11 +02:00