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 -