C Makefile
C Makefile.fpc
--- Recording mergeinfo for merge of r49045 into '.':
U .
Summary of conflicts:
Text conflicts: 2
# revisions: 49045
r49045 | jonas | 2021-03-24 15:33:09 +0100 (Wed, 24 Mar 2021) | 1 line
Changed paths:
M /trunk/Makefile
M /trunk/Makefile.fpc
* support building with FPC 3.2.2
git-svn-id: branches/fixes_3_2@49384 -
------------------------------------------------------------------------
r49276 | michael | 2021-04-27 13:16:58 +0200 (Tue, 27 Apr 2021) | 1 line
* Make some properties public
------------------------------------------------------------------------
r49277 | michael | 2021-04-27 13:30:53 +0200 (Tue, 27 Apr 2021) | 1 line
* Forgot to include sslbase
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@49300 -
------------------------------------------------------------------------
r48898 | michael | 2021-03-07 19:58:23 +0100 (Sun, 07 Mar 2021) | 1 line
* Fix bug ID #0038580: Empty text for startsstr
------------------------------------------------------------------------
r48899 | michael | 2021-03-07 20:00:26 +0100 (Sun, 07 Mar 2021) | 1 line
* Fix bug #38330: reset line number on execute
------------------------------------------------------------------------
r48900 | michael | 2021-03-07 20:02:54 +0100 (Sun, 07 Mar 2021) | 1 line
* Fix bug #38330: reset line number on execute (1-based)
------------------------------------------------------------------------
r48901 | michael | 2021-03-07 20:04:55 +0100 (Sun, 07 Mar 2021) | 1 line
* Wrong delimiter used for samesite cookie value
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@48933 -
------------------------------------------------------------------------
r45723 | ondrej | 2020-07-03 19:27:17 +0200 (Fri, 03 Jul 2020) | 1 line
fphttpserver: gracefully close open connections at server destroy
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@46591 -
------------------------------------------------------------------------
r45722 | ondrej | 2020-07-03 15:14:38 +0200 (Fri, 03 Jul 2020) | 1 line
fphttpserver: fix endless loop in case of open connections
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@46590 -
------------------------------------------------------------------------
r45446 | michael | 2020-05-20 11:34:44 +0200 (Wed, 20 May 2020) | 1 line
* Add support for SameSite attribute of cookie (bug ID 0037115)
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@46588 -
------------------------------------------------------------------------
r45421 | michael | 2020-05-18 17:07:13 +0200 (Mon, 18 May 2020) | 1 line
* Patch from Fabio Girardi to support ifNoneChanged header using enumerated
------------------------------------------------------------------------
r45422 | michael | 2020-05-18 17:08:49 +0200 (Mon, 18 May 2020) | 1 line
* Support generating API
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@46584 -
------------------------------------------------------------------------
r44304 | michael | 2020-03-16 20:38:57 +0100 (Mon, 16 Mar 2020) | 1 line
* Common CORS handling
------------------------------------------------------------------------
r44305 | michael | 2020-03-16 20:41:05 +0100 (Mon, 16 Mar 2020) | 1 line
* Enable CORS
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@46581 -
------------------------------------------------------------------------
r44303 | michael | 2020-03-15 20:30:34 +0100 (Sun, 15 Mar 2020) | 1 line
* Fixes in CORS handling
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@46580 -
------------------------------------------------------------------------
r44142 | michael | 2020-02-09 18:51:06 +0100 (Sun, 09 Feb 2020) | 1 line
* Patch from Simon Ameis to actually implement parameter checking
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@44159 -
(TStrings&TEncoding encoding fixes)
r43838
classes: fix TMBCSEncoding.IsSingleByte. Issue #36504
---------------------
r43839
classes: fix TStrings.SaveToStream overloads (Delphi-compatibility + introduce IgnoreEncoding-overload for legacy FPC code like for LoadFromStream)
---------------------
r43840
sysutils: fix TMBCSEncoding.GetPreamble
---------------------
r43841
classes: add TStrings.Options (Delphi-compatibility)
---------------------
r43842
sysutils: change TEncoding.Default from ANSI to SystemEncoding. (It is Delphi-compatible indeed because default SystemEncoding is ANSI.)
---------------------
r43844
fpmkunit: fix compilation after r43841
---------------------
r43845
classes: introduce TRawByteStringStream
---------------------
r43846
sysutils: TEncoding.IsStandardEncoding: FSystemEncodings are standard encodings (they must not be destroyed in user code)
---------------------
r43848
classes: add TStringsOption.soPreserveBOM
---------------------
r43942
TStrings: old SaveToFile(string) and SaveToStream(TStream) should ignore Encoding and stay backwards compatible within FPC. Use the other overloads for Encoding-aware SaveTo* methods
---------------------
r43945
TStrings: add missing SaveToFile overload with IgnoreEncoding parameter
---------------------
r43946
Revert r43942: TStrings: old SaveToFile(string) and SaveToStream(TStream) should ignore Encoding and stay backwards compatible within FPC. Use the other overloads for Encoding-aware SaveTo* methods
---------------------
r43947
TStrings: default options: * remove soWriteBOM for FPC backwards compatibility * add soPreserveBOM so that a loaded file is correctly resaved
---------------------
r43948
TStrings.SaveToStream(TStream): use FEncoding as the default for IgnoreEncoding=False so that loaded files are correctly resaved
---------------------
git-svn-id: branches/fixes_3_2@44067 -
------------------------------------------------------------------------
r43993 | michael | 2020-01-19 17:46:30 +0100 (Sun, 19 Jan 2020) | 1 line
* More verbose error for array with non-supported element type
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@43994 -
------------------------------------------------------------------------
r43435 | michael | 2019-11-10 11:12:05 +0100 (Sun, 10 Nov 2019) | 1 line
* Fix compilation for windows
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@43746 -
------------------------------------------------------------------------
r43605 | michael | 2019-11-28 17:19:30 +0100 (Thu, 28 Nov 2019) | 1 line
* Less errors when connection is broken (bug ID 36373)
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@43726 -
------------------------------------------------------------------------
r43584 | michael | 2019-11-25 15:14:19 +0100 (Mon, 25 Nov 2019) | 1 line
* Simple, read-only example, no authentication
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@43724 -
------------------------------------------------------------------------
r42875 | michael | 2019-08-30 08:57:53 +0200 (Fri, 30 Aug 2019) | 1 line
* Fix bug ID #35306: use rawbytestring for stringcontent
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@43250 -
U packages/fcl-web/fpmake.pp
--- Recording mergeinfo for merge of r42858 into '.':
U .
------------------------------------------------------------------------
r42858 | pierre | 2019-08-27 13:51:22 +0000 (Tue, 27 Aug 2019) | 1 line
Explicitly add fpc-registry dependency for AllWindowsOSes (because fpmimetypes unit uses registry unit)
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42861 -
------------------------------------------------------------------------
r42794 | michael | 2019-08-24 11:56:27 +0200 (Sat, 24 Aug 2019) | 1 line
* Add module to units part of project
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42855 -
------------------------------------------------------------------------
r42820 | michael | 2019-08-26 08:36:01 +0200 (Mon, 26 Aug 2019) | 1 line
* Add LoadKnownTypes to load default set from OS (including registry on windows)
------------------------------------------------------------------------
r42821 | michael | 2019-08-26 08:44:10 +0200 (Mon, 26 Aug 2019) | 1 line
* Add mime.types for benefit of windows users, call new LoadKnownTypes
------------------------------------------------------------------------
r42822 | michael | 2019-08-26 08:52:21 +0200 (Mon, 26 Aug 2019) | 1 line
* Some additional help
------------------------------------------------------------------------
r42823 | michael | 2019-08-26 08:53:12 +0200 (Mon, 26 Aug 2019) | 1 line
* Remove units no longer needed
------------------------------------------------------------------------
r42825 | michael | 2019-08-26 10:30:06 +0200 (Mon, 26 Aug 2019) | 1 line
* Moved fpmimetypes unit to fcl-web
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42849 -
------------------------------------------------------------------------
r42789 | michael | 2019-08-24 11:53:00 +0200 (Sat, 24 Aug 2019) | 1 line
* Write version option in help
------------------------------------------------------------------------
r42790 | michael | 2019-08-24 11:53:23 +0200 (Sat, 24 Aug 2019) | 1 line
* V2 is default
------------------------------------------------------------------------
r42791 | michael | 2019-08-24 11:53:43 +0200 (Sat, 24 Aug 2019) | 1 line
* Add src to path
------------------------------------------------------------------------
r42792 | michael | 2019-08-24 11:54:52 +0200 (Sat, 24 Aug 2019) | 1 line
* TSQLConnector GetNextValueSQL must call proxy implementation
------------------------------------------------------------------------
r42793 | michael | 2019-08-24 11:55:28 +0200 (Sat, 24 Aug 2019) | 1 line
* Dependencies no longer needed
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42846 -
------------------------------------------------------------------------
r42783 | michael | 2019-08-24 11:34:41 +0200 (Sat, 24 Aug 2019) | 1 line
CreateJSON2ErrorResponse now clones ID parameter instead of consuming it (bug ID 35999)
------------------------------------------------------------------------
r42784 | michael | 2019-08-24 11:35:47 +0200 (Sat, 24 Aug 2019) | 1 line
* Safety for empty asJSON. Should not happen, but better safe than sorry
------------------------------------------------------------------------
r42785 | michael | 2019-08-24 11:50:07 +0200 (Sat, 24 Aug 2019) | 1 line
* Take into account skipped
------------------------------------------------------------------------
r42786 | michael | 2019-08-24 11:51:13 +0200 (Sat, 24 Aug 2019) | 1 line
* Add FPC define, check for unit for short description
------------------------------------------------------------------------
r42787 | michael | 2019-08-24 11:52:04 +0200 (Sat, 24 Aug 2019) | 1 line
* Allow aliases
------------------------------------------------------------------------
r42788 | michael | 2019-08-24 11:52:27 +0200 (Sat, 24 Aug 2019) | 1 line
* Allow aliases
------------------------------------------------------------------------
git-svn-id: branches/fixes_3_2@42845 -