Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-11 | NETWORKING: Fix warning | Eugene Sandulenko | |
2017-08-11 | NETWORKING: Fix data type cast in comparison. char is usually signed | Eugene Sandulenko | |
2017-08-06 | JANITORIAL: Silence some more GCC 7 fall through warnings | Torbjörn Andersson | |
I think these are the last one that were already flagged as being deliberate. | |||
2017-07-17 | NETWORKING: fix missing SIOCGIFCONF for Haiku (#973) | Schrijvers Luc | |
2017-07-10 | Revert "COMMON: Change way the Singleton instances are instantiated" | Eugene Sandulenko | |
This reverts commit eefa72afa1978a9dea10f5b1833fcc8f58a3468e. With this patch ConfigManager is broken. | |||
2017-07-10 | COMMON: Change way the Singleton instances are instantiated | Thierry Crozat | |
This fixes tons of warnings with clang from a recent xcode version on macOS (and possibly other systems) complaining that an instantiation of _singleton is required but no definition is available. | |||
2017-03-04 | CLOUD: Fix whitespace | Willem Jan Palenstijn | |
2017-03-04 | BACKENDS: NETWORKING: Fix warning | Eugene Sandulenko | |
2017-03-04 | CLOUD: Fix LocalWebserver::resolveAddress() on Android | Alexander | |
No <ifaddrs.h> available on Android, thus fixed similarly to https://github.com/zlargon/lssdp/commit/9b4568 | |||
2017-01-17 | CLOUD: Fix Unsigned vs. Signed Comparison Compiler Warning. | D G Turner | |
2017-01-16 | CLOUD: Fix Possible Uninitialized Variable Compiler Warning. | D G Turner | |
2017-01-16 | CLOUD: Fix Further Variable Shadowing Compiler Warnings. | D G Turner | |
2017-01-16 | CLOUD: Fix Compilation Failure. | D G Turner | |
Cut and Paste Typo. | |||
2017-01-16 | CLOUD: Fix Various Variable Shadowing Compiler Warnings. | D G Turner | |
2017-01-16 | CLOUD: Fix Various Compiler Warnings By Adding Casts. | D G Turner | |
2016-09-05 | CLOUD: Fix looking for the wwwroot.zip archive | Thierry Crozat | |
If the themepath was defined but the wwwroot.zip file was not in that path, looking for it failed as it never reached the part of the code using SearchMan to look for it. | |||
2016-09-03 | BUILD: Tie the SDL_net version to the SDL version | Thierry Crozat | |
This means that when using SDL 1.2 we use SDL_net 1.2, but when using SDL 2 we now use SLD_net 2 as well. Both versions work properly and there is not code change needed in ScummVM. This change is because SDL_net depends on SDL, and using SDL_net 1.2 with SDL 2 means we can end up needing to link with both the SDL and SDL2 libraries. | |||
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-09-03 | BACKENDS: Remove extra line returns in warnings | Bastien Bouclet | |
2016-08-30 | CLOUD: Fix Webserver's usage of DefaultSaveFileManager | Alexander Tkachev | |
concatWithSavesPath() is only defined when curl is used, but was used in Webserver even when curl is unavailable. | |||
2016-08-24 | CLOUD: Update LocalWebserver | Alexander Tkachev | |
Reader now reads headers into stream, and some checks are added there and in UploadFileClientHandler, so if headers are too long, they are treated as bad request. | |||
2016-08-24 | CLOUD: Use forbidden combinations | Alexander Tkachev | |
I accidentally tried "folder../" instead "folder/../" and understood that I made "folder../" forbidden too, though it's a valid folder name. | |||
2016-08-24 | CLOUD: Update handlers | Alexander Tkachev | |
Now if there is no "rootpath" specified, it's not even listed by FilesPageHandler and ListAjaxHandler. And, of course, not available to use anywhere else. | |||
2016-08-24 | CLOUD: Handle paths in marked places | Alexander Tkachev | |
Paths containing '../' are forbidden to use in Files Manager. There is also a special inner black list of paths which are not used and a check that specified path is under "savepath" or "rootpath" (from "cloud" domain). | |||
2016-08-24 | CLOUD: Mark places where path handling is needed | Alexander Tkachev | |
2016-08-24 | CLOUD: Add "minimal mode" in LocalWebserver | Alexander Tkachev | |
StorageWizardDialog now runs LocalWebserver in "minimal mode" for security reasons. In this mode server uses only those handlers which state to support it. There are two handlers which support minimal mode: IndexPageHandler (which handles `code` requests needed by StorageWizardDialog) and ResourceHandler (which provides inner resources like `style.css` or `logo.png` from `wwwroot.zip` archive). | |||
2016-08-24 | CLOUD: Use overriden handle() instead of ClientHandlerCallback in page handlers | Peter Bozsó | |
Using a dedicated callback object for this was an unnecessary overhead. | |||
2016-08-24 | CLOUD: Fix UploadFileClientHandler | Alexander Tkachev | |
It now redirects user on success not only when file was the last field in the content, but also when it was uploaded already and Handler worked further to search for more files. | |||
2016-08-24 | CLOUD: Move determineMimeType to ResourceHandler | Peter Bozsó | |
2016-08-24 | CLOUD: Remove unused removePathHandler(), make addPathHandler() private | Peter Bozsó | |
2016-08-24 | CLOUD: Fix UploadFileClientHandler | Alexander Tkachev | |
A few possible memory leaks about `_contentStream` there. | |||
2016-08-24 | ALL: Fix debug, warning and error usage | Alexander Tkachev | |
Added prefixes, used debug(9). | |||
2016-08-24 | CLOUD: JANITORIAL: Fix code formatting | Eugene Sandulenko | |
2016-08-24 | CLOUD: Fix IndexPageHandler warning | Alexander Tkachev | |
2016-08-24 | CLOUD: Fix code formatting | Peter Bozsó | |
2016-08-24 | JANITORIAL: Remove spaces at the end of the line | Alexander Tkachev | |
I knew there were some, but I wanted to fix them once, instead of doing it all the time. | |||
2016-08-24 | CLOUD: Do some refactoring/cleanup in Networking | Alexander Tkachev | |
2016-08-24 | CLOUD: Update StorageWizardDialog | Alexander Tkachev | |
It now hides code fields not just when built with SDL_Net, but also when LocalWebserver's using default port. So that's why NETWORKING_LOCALWEBSERVER_ENABLE_PORT_OVERRIDE is defined in localwebserver.h now. | |||
2016-08-24 | CLOUD: Add port override for LocalWebserver | Alexander Tkachev | |
It's enabled only when NETWORKING_LOCALWEBSERVER_ENABLE_PORT_OVERRIDE is defined. It's not defined, because override means we have to reconfigure our redirect links somehow to use the override port. | |||
2016-08-24 | CLOUD: Add OSD warning when can't start LocalWebserver | Alexander Tkachev | |
2016-08-24 | CLOUD: Make "/create" support AJAX | Alexander Tkachev | |
Now creating directories doesn't refresh the "/filesAJAX" page. | |||
2016-08-24 | CLOUD: Add "ajax" parameter for "/create" and "/upload" | Alexander Tkachev | |
If it's set, these redirect to "/filesAJAX" instead of "/files". | |||
2016-08-24 | CLOUD: Add messages in "/filesAJAX" | Alexander Tkachev | |
2016-08-24 | CLOUD: Add "/filesAJAX" sketch | Alexander Tkachev | |
It works already, but still requires some polishing. | |||
2016-08-24 | CLOUD: Add ListAjaxHandler | Alexander Tkachev | |
"/list" now returns JSON with directory information. Would be used in AJAX-based Files Manager. | |||
2016-08-24 | CLOUD: Add "Index of" label in server's "/files" | Alexander Tkachev | |
2016-08-24 | CLOUD: Add icons in "/files" list | Alexander Tkachev | |
2016-08-24 | CLOUD: Redirect to "/files" from "/" | Alexander Tkachev | |
"/" is used to receive "?code", but when there is no such parameter passed, it's safe to redirect user to the "/files". | |||
2016-08-24 | CLOUD: Add LocalWebserver::resolveAddress() | Alexander Tkachev | |
Works on Linux too. And, well, I'm bad in adding backends, so it's just #ifdefed there. | |||
2016-08-24 | CLOUD: Add "directory" form for webserver "/upload" | Alexander Tkachev | |
The attribute is Chrome-only. |