Commit Graph

1069 Commits

Author SHA1 Message Date
Karoly Balogh
679f2f75b3 human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
Michaël Van Canneyt
e78a4d3899 * Use class instead of classname 2023-11-25 10:41:33 +01:00
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
48385fce80 * Forgot to add 2023-10-24 16:43:05 +02:00
Michaël Van Canneyt
55d33aa6a7 * Fix compilation using namespaces & unicode rtl 2023-10-24 15:27:35 +02:00
Michaël Van Canneyt
6fda6f79d8 * License header 2023-10-23 23:33:34 +02:00
Michaël Van Canneyt
a0878c9565 * Debug capture separated out 2023-10-23 23:31:33 +02:00
Michaël Van Canneyt
237e2686f1 * Patch from Dokkie8844 to ease implementation of certificate verification. Fixes issue #40480 2023-10-21 22:24:23 +02:00
Michaël Van Canneyt
b6b3cc88f8 * Correctly initialize some variables to avoid AV 2023-09-10 09:37:23 +02:00
Michaël Van Canneyt
0c3f7bb664 * Allow event handlers to modify input 2023-09-09 17:07:39 +02:00
Michaël Van Canneyt
9392e62935 * Trigger OnHeaders after responsestatuscode is set. Fixes issue #40419 2023-08-29 19:30:30 +02:00
Michaël Van Canneyt
81a1447b54 * Support for content-disposition: attachment 2023-08-27 16:09:43 +02:00
Michaël Van Canneyt
73acc39363 * Fix hints/warnings 2023-08-10 22:40:41 +02:00
Michaël Van Canneyt
dbb0b013d6 * Add possibility to return empty dataset instead of 404, add event to refine WHERE Clause in code 2023-08-06 11:14:20 +02:00
Michael VAN CANNEYT
e1ca68479f * Dotted filenames for package fcl-base 2023-07-27 19:04:21 +02:00
Michaël Van Canneyt
3f78ba87a3 * Dotted filenames for package fcl-web 2023-07-27 19:04:16 +02:00
Michael VAN CANNEYT
bd4e9676fa * Add namespaces.lst 2023-07-27 19:04:09 +02:00
Michaël Van Canneyt
2289c1f6a2 * Remove redundant Makefile.fpc 2023-07-25 13:01:55 +02:00
Michaël Van Canneyt
bb1b1bc705 * Regenerate makefiles with subtarget support 2023-07-24 16:32:02 +02:00
Michaël Van Canneyt
65f9c53759 * Some fixes for compilation with unicodertl (new methods after merge) 2023-07-24 16:30:18 +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
6b5a4dbf6e * use cthreads in correct location 2023-07-19 14:27:28 +02:00
Michaël Van Canneyt
ce37431a3f * Make sure it compiles with FPC 3.2.2 for pas2js... 2023-07-18 16:17:22 +02:00
Michael VAN CANNEYT
b65efe2756 * PChar -> PAnsiChar 2023-07-15 18:22:42 +02:00
Michael VAN CANNEYT
4c3fae270f * Fix compilation with unicode rtl 2023-07-15 18:22:42 +02:00
Michaël Van Canneyt
1f74ca0d1d * Fixes in PChar -> PansiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
885a265edb * Fix compilation after rebase 2023-07-15 18:22:41 +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
mattias
168b158514 fcl-web: less hints 2023-07-07 23:01:33 +02:00
mattias
1df255cddf fcl-web: TWSThreadedConnectionHandler.TWSConnectionThread.Execute: fixed handling exception 2023-07-07 23:01:33 +02:00
mattias
3a80807433 fcl-net: fixed memleak in TFPThreadedConnectionHandler 2023-07-07 23:01:33 +02:00
Michaël Van Canneyt
b5cc48bf91 * .compiled files should not be checked in 2023-07-07 11:23:13 +02:00
mattias
74e24a3864 fcl-web: TWSFramePayload.ReadData: check for endless loop and wait for new data 2023-06-22 12:30:40 +02:00
mattias
977d123b32 fcl-web: less hints 2023-06-22 12:14:44 +02:00
mattias
dea9aa56a7 fcl-web: added TCustomWebsocketUpgrader.OnConnect 2023-06-22 12:14:28 +02:00
mattias
add67ca0e3 fcl-web: fixed compile 2023-06-06 15:43:52 +02:00
mattias
7056ec1a87 fcl-web: made TFPCustomHTTPServer.CreateUpgradeHandlerList virtual 2023-06-06 15:09:32 +02:00
Ondrej Pokorny
262904b8c1 httpserver: make sure that socket is freed even if StartServerSocket raised an exception 2023-04-29 13:11:53 +00:00
Michaël Van Canneyt
ce44efdae3 * Use const string where possible. Fix issue #40047 2023-04-26 12:06:31 +02:00
mattias
c0f9878e2f fcl-web: fixed av on logging TFPHTTPConnection.DoHandleRequest 2023-04-03 11:46:26 +02:00
mattias
8bb8e5716e fcl-web: comment 2023-04-03 10:52:18 +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
Michael Van Canneyt
3d08253192 * JSON-RPC 2.0 allows params to be optional 2023-03-31 20:33:32 +02:00
Michael Van Canneyt
f2696ef1c8 * Add HTTP logging mechanism 2023-03-31 19:14:05 +02:00
Michael Van Canneyt
652f54fe31 * Some changes suggested by Edgar Fernando 2023-03-31 19:13:45 +02:00
Dmytro Bogatskyy
327aac7f24 Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00