Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-20 | 1 | -5/+5 |
| | |||||
* | Webadmin: Added default ports to auto-generated ini file. | Mattes D | 2014-09-07 | 1 | -2/+6 |
| | | | | Fixes #1382. | ||||
* | [WebAdmin] Code improvements. | Howaner | 2014-09-02 | 1 | -59/+91 |
| | |||||
* | WebAdmin: Stop webadmin if template can't load. | Howaner | 2014-08-31 | 1 | -1/+3 |
| | |||||
* | WebAdmin: Added "files" folder and load the login template from login_template.html | Howaner | 2014-08-31 | 1 | -10/+96 |
| | |||||
* | Fixed shadowing variable | Tycho | 2014-08-13 | 1 | -5/+5 |
| | |||||
* | Removed unused method | Tycho | 2014-08-13 | 1 | -22/+0 |
| | |||||
* | WebAdmin: Added GetURLEncodedString(). | madmaxoft | 2014-08-09 | 1 | -0/+32 |
| | |||||
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -3/+3 |
| | |||||
* | Style: Normalized spaces after if, for and while. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | Fixed spaces around single-line comments. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | | | | There should be at least two spaces in front and one space after //-style comments. | ||||
* | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+1 |
| | |||||
* | If webadmin.ini doesn't exist, example one is written immediately. | madmaxoft | 2014-04-30 | 1 | -0/+1 |
| | |||||
* | Removed old unused code | Tycho | 2014-04-27 | 1 | -5/+0 |
| | |||||
* | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 1 | -3/+3 |
| | |||||
* | Rewritten HTTPServer to use size_t for data lengths. | madmaxoft | 2014-04-01 | 1 | -2/+2 |
| | |||||
* | Moved Lua API registering into a separate function. | madmaxoft | 2014-03-12 | 1 | -0/+1 |
| | | | | This will allow us to use Lua as lite-config files as well, should we want to. | ||||
* | WebAdmin is stopped properly on server shutdown / restart. | madmaxoft | 2014-02-07 | 1 | -11/+27 |
| | | | | Fixes #272. | ||||
* | fixed warnings in webadmin.cpp | Tycho Bickerstaff | 2013-12-31 | 1 | -0/+3 |
| | |||||
* | Fixed getting configure button going to port 0. | STRWarrior | 2013-12-24 | 1 | -3/+3 |
| | |||||
* | Moved bindings-related to a Bindings subfolder. | madmaxoft | 2013-12-08 | 1 | -3/+3 |
| | | | | Ref.: #407 | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+527 |