mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-21 07:20:36 +01:00
simplewebservergui: comments
This commit is contained in:
parent
75c66ff51b
commit
b4ca7445ee
@ -4,8 +4,8 @@
|
|||||||
Working:
|
Working:
|
||||||
- Start/Stop compileserver
|
- Start/Stop compileserver
|
||||||
- server log
|
- server log
|
||||||
- on socketerror find conflicting process (Linux, Windows, macos)
|
- on socketerror find conflicting process (Linux, Windows, Macos)
|
||||||
- on socketerror find free port (Linux, Windows, macos)
|
- on socketerror find free port (Linux, Windows, Macos)
|
||||||
- option: port
|
- option: port
|
||||||
- option: interfaceaddress
|
- option: interfaceaddress
|
||||||
- change port
|
- change port
|
||||||
@ -33,7 +33,6 @@ ToDos:
|
|||||||
- log with time and port
|
- log with time and port
|
||||||
- ide macro SWSExe param: 'base', 'used' and ''
|
- ide macro SWSExe param: 'base', 'used' and ''
|
||||||
- Windows: add GetUDPTable2
|
- Windows: add GetUDPTable2
|
||||||
- resourcestrings
|
|
||||||
- SSL
|
- SSL
|
||||||
}
|
}
|
||||||
unit SimpleWebSrvController;
|
unit SimpleWebSrvController;
|
||||||
|
|||||||
@ -14,6 +14,7 @@ uses
|
|||||||
SimpleWebSrvStrConsts, SimpleWebSrvOptions, SimpleWebSrvController;
|
SimpleWebSrvStrConsts, SimpleWebSrvOptions, SimpleWebSrvController;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
{ TSimpleWebSrvOptsFrame }
|
{ TSimpleWebSrvOptsFrame }
|
||||||
|
|
||||||
TSimpleWebSrvOptsFrame = class(TAbstractIDEOptionsEditor)
|
TSimpleWebSrvOptsFrame = class(TAbstractIDEOptionsEditor)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user