Commit Graph

116 Commits

Author SHA1 Message Date
Michaël Van Canneyt
c2d76841df * Add .lpi files 2023-11-25 10:32:27 +01:00
Michaël Van Canneyt
6f02e648cc * classname -> class 2023-11-25 10:32:05 +01:00
Michaël Van Canneyt
a0878c9565 * Debug capture separated out 2023-10-23 23:31:33 +02:00
Michael VAN CANNEYT
5cfaac64d5 * Adapt fcl-web (and examples) to unicode rtl: Need widestringmanager, use echo as path, make runnable. 2023-07-24 15:38:09 +02:00
Michaël Van Canneyt
196ab9e12f * PChar -> PAnsiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
f0dd99c65c * Undo wrongly added file 2023-07-12 09:30:40 +02:00
Massimo Magnano
bc15500999 fcl-image : Resolution support on Reader/Writer 2023-07-11 10:56:05 +02:00
Michaël Van Canneyt
b5cc48bf91 * .compiled files should not be checked in 2023-07-07 11:23:13 +02:00
mattias
c0f9878e2f fcl-web: fixed av on logging TFPHTTPConnection.DoHandleRequest 2023-04-03 11:46:26 +02:00
Michael Van Canneyt
5ec1ab2164 * Convert to HTTP app 2023-04-01 15:16:02 +02:00
Michael Van Canneyt
acdde37429 * Logging demo 2023-04-01 15:16:02 +02:00
mattias
2780b5f830 fcl-web: updated lpi 2023-02-14 22:40:51 +01:00
mattias
b292e19862 fcl-web: simpleserver: fixed parsing config file 2023-02-14 22:40:24 +01:00
mattias
21897ff46c fcl-web: gitignore for linux 2023-02-14 22:39:05 +01:00
Michaël Van Canneyt
5469199726 * Sample program from Andrew Haines to test echo servers 2022-12-27 09:33:09 +01:00
Michaël Van Canneyt
ef4a1c74cb * Obey -p/--port command-line option 2022-12-26 14:00:19 +01:00
Michaël Van Canneyt
9cbcd399b1 * Accept I option 2022-11-23 21:50:31 +01:00
Michaël Van Canneyt
d338206814 * Version number for compatibility with lazarus webserver 2022-11-23 09:02:17 +01:00
Michaël Van Canneyt
71f8893366 * Allow to specify DB connection params on command-line 2022-11-13 23:46:59 +01:00
Michaël Van Canneyt
850685844b * Fix handling of options file 2022-10-19 22:57:11 +02:00
Michael VAN CANNEYT
fb7787b11e * Added debugcapture route 2022-10-19 20:33:06 +02:00
Michaël Van Canneyt
0e8d87bc26 * Add Cross-Origin Isolation headers 2022-07-20 08:58:09 +02:00
Michaël Van Canneyt
a0f69557cc * Actually write error message if there is one 2022-06-19 17:22:12 +02:00
Michaël Van Canneyt
7335f0c1d6 * Print help message 2022-06-19 17:22:12 +02:00
Michaël Van Canneyt
efe414f128 * Example for RSA signing 2022-05-06 10:47:19 +02:00
Michaël Van Canneyt
ddfe51415b * Ignore output programs 2022-05-01 16:22:55 +02:00
Michaël Van Canneyt
d1af2c7007 * Set listening port 2022-04-04 14:47:16 +02:00
Michaël Van Canneyt
85860f126f * New laz version 2022-04-04 14:47:16 +02:00
Yuri Silver
bb91dadb00 Added missing units for websocket client example 2022-01-13 15:49:31 +03:00
Michaël Van Canneyt
a18e75eaff * Some cleanup, add file headers 2021-12-28 16:12:47 +01:00
Michaël Van Canneyt
c944484e66 * Some clarifying comments 2021-12-28 16:12:47 +01:00
Michaël Van Canneyt
fa7d3d845b * Some clarifying comments 2021-12-28 16:12:47 +01:00
Michaël Van Canneyt
12616f6579 * JSON-RPC using Invoke 2021-12-28 16:12:47 +01:00
Michaël Van Canneyt
711e659f5c * Allow to specify IP address 2021-09-15 11:18:50 +02:00
Michaël Van Canneyt
06ab6d7fa7 * Enable location management API 2021-09-04 13:15:56 +02:00
Michaël Van Canneyt
cb73bb939b * Use FPC server by default 2021-09-03 17:41:18 +02:00
mattias
84c2a0d89e fcl-web: example missing semicolon and gitignore linux bin 2021-09-02 15:13:08 +02:00
Michaël Van Canneyt
955e495c21 * Websockets & examples 2021-09-01 09:13:50 +02:00
Ondrej Pokorny
4697de9379 Keep-Alive fixes 2021-08-19 10:45:13 +00:00
Michaël Van Canneyt
bb9a1af248 * Add interceptor (middleware) functionality to router + Demo 2021-08-18 22:25:28 +02:00
Michaël Van Canneyt
a68a6415f2 * Request ID and connection ID for logging purposes 2021-08-18 16:37:09 +02:00
Michaël Van Canneyt
4ac009846c * Smaller idle timeout 2021-08-18 16:36:29 +02:00
Michaël Van Canneyt
db0d1501e0 * Correct property name 2021-08-18 14:39:30 +02:00
Michaël Van Canneyt
f7265bf79e * Some command-line options 2021-08-18 14:32:24 +02:00
Michaël Van Canneyt
f6c476ae79 * Start of thread pool. 2021-08-18 14:32:24 +02:00
Ondrej Pokorny
8fc1bc276f Info about active connections 2021-08-18 14:30:31 +02:00
Ondrej Pokorny
da10b8141c Remove the KeepAlive* properties from TFPCustomHttpServer, rename KeepAliveEnabled to EnableKeepAlive 2021-08-18 14:29:37 +02:00
Ondrej Pokorny
bf2e3bf51a add threadedhttpserver demo 2021-08-18 14:28:26 +02:00
Ondrej Pokorny
7ccdcd3d14 Info about active connections 2021-08-18 14:20:45 +02:00
Ondrej Pokorny
6a2f596b8e Remove the KeepAlive* properties from TFPCustomHttpServer, rename KeepAliveEnabled to EnableKeepAlive 2021-08-18 14:20:45 +02:00