index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
networking
/
curl
/
networkreadstream.cpp
Age
Commit message (
Expand
)
Author
2019-10-13
SWITCH: Fix cloud integration
rsn8887
2019-08-25
CLOUD: Handle HTTP response headers case-insensitively
Alexander Tkachev
2018-12-17
WIN32: Fix libcurl redefining ARRAYSIZE
SupSuper
2017-09-24
NETWORKING: Fix mismatched curl callback declaration and definition
Bastien Bouclet
2017-09-22
NETWORKING: Changed NetworkReadStream not to subclass MemoryReadWriteStream
Bastien Bouclet
2017-04-29
CLOUD: Fix compilation with old curl vesions
Thierry Crozat
2017-01-10
CLOUD: Fix Two Variable Shadowing Compiler Warnings.
D G Turner
2016-09-03
JANITORIAL: Make GPL headers uniform
Eugene Sandulenko
2016-08-24
CLOUD: Remove unused includes
Peter Bozsó
2016-08-24
CLOUD: Add custom User-Agent
Alexander Tkachev
2016-08-24
CLOUD: Update NetworkReadStream
Alexander Tkachev
2016-08-24
ALL: Fix debug, warning and error usage
Alexander Tkachev
2016-08-24
CLOUD: JANITORIAL: Fix code formatting
Eugene Sandulenko
2016-08-24
CLOUD: Fix code formatting
Peter Bozsó
2016-08-24
JANITORIAL: Remove spaces at the end of the line
Alexander Tkachev
2016-08-24
CLOUD: Upgrade FolderDownloadRequest::getProgress()
Alexander Tkachev
2016-08-24
CLOUD: Update NetworkReadStream and CurlRequest
Alexander Tkachev
2016-08-24
CLOUD: Fix "-Wcast-qual"
Alexander Tkachev
2016-08-24
CLOUD: Fix initialization of NetworkReadStream
Peter Bozsó
2016-08-24
CLOUD: Add GoogleDriveUploadRequest
Alexander Tkachev
2016-08-24
CLOUD: Add OneDriveUploadRequest
Alexander Tkachev
2016-08-24
CLOUD: Add DropboxUploadRequest
Alexander Tkachev
2016-08-24
Fix comment formatting
Peter Bozsó
2016-08-24
CLOUD: Add access to CurlRequest's Stream
Alexander Tkachev
2016-08-24
CLOUD: Add OneDriveStorage::download()
Alexander Tkachev
2016-08-24
CLOUD: Add OneDrive refresh_token support
Alexander Tkachev
2016-08-24
CLOUD: Add DownloadRequest stub
Alexander Tkachev
2016-08-24
CLOUD: Make ConnectionManager singleton
Alexander Tkachev
2016-08-24
CLOUD: Add Dropbox into CloudManager's configs
Alexander Tkachev
2016-08-24
CLOUD: Fix CurlJsonRequest
Alexander Tkachev
2016-08-24
CLOUD: Rewrite NetworkReadStream
Alexander Tkachev