Remy Lebeau
|
5725cf6679
Fixes #492 - for FreePascal, adding {$OBJECTCHECKS OFF} wherever an Accessor Class is being used.
|
2 years ago |
Remy Lebeau
|
83a52d1bb0
#435 Updating TIdEntityHeaderInfo.Clear() to clear the FCustomHeaders member
|
3 years ago |
Remy Lebeau
|
c00cc501f9
Moving Content-Range handling from TIdResponseHeaderInfo.SetHeaders() to TIdEntityHeaderInfo.SetHeaders(), as requests can have a Content-Range.
|
3 years ago |
RemyLebeau
|
4cda4953bc
Fix for TIdResponseHeaderInfo.SetHeaders() setting the 'Last-Modified' HTTP header incorrectly.
|
6 years ago |
RemyLebeau
|
0917fe1fc9
Patch for Embarcadero RSP-13703. Updating various ContentType property setters to preserve an existing CharSet property value if it is already set and a new charset attribute is not being specified.
|
6 years ago |
RemyLebeau
|
5e63d4d133
Updating TIdEntityHeaderInfo.AssignTo() to assign the FCustomHeaders, FConnection, FPragma, FHasContentLength, and FTransferEncoding members.
|
10 years ago |
RemyLebeau
|
1c5b1b0c4b
Adding [Weak] specifier to various fields in TIdHTTP and TIdEntityHeaderInfo.
|
10 years ago |
RemyLebeau
|
c0eb487d58
Various TODO comments
|
11 years ago |
RemyLebeau
|
c467d69588
Tweaking previous workaround for 'deprecated' compiler bug in Delphi 6. Now moving all {$WARN ... OFF/ON} directives to new .inc files.
|
12 years ago |
RemyLebeau
|
391179efa5
Adding project files for RAD Studio XE6.
|
12 years ago |
RemyLebeau
|
8f8b0b87ef
Added support for "Accept-Patch" header in TIdResponseHeaderInfo.
|
12 years ago |
RemyLebeau
|
a791064c04
Added support for "Accept-Patch" header in TIdResponseHeaderInfo.
|
12 years ago |
RemyLebeau
|
57730a8824
Added support for "Accept-Patch" header in TIdResponseHeaderInfo.
|
12 years ago |
RemyLebeau
|
fef2553853
Updated TIdEntityHeaderInfo to not fold CustomHeaders anymore.
|
12 years ago |
RemyLebeau
|
e23ad8c4c1
Added Windows version wrapper functions to deal with SysUtils global variable differences between Windows CE and other Windows platforms.
|
12 years ago |
RemyLebeau
|
f60999f66f
Indy 10.6.0 - XE4 Release
|
13 years ago |
RemyLebeau
|
bdd54d86de
No longer setting a default ContentType in TIdResponseHeaderInfo. Now handled in TIdHTTPResponseInfo.WriteHeader() instead. This is primarily so TIdHTTPResponseInfo.ServeFile() can set a ContentType without having to check if the default is assigned, but still allow the user to set a custom ContentType before calling ServeFile(). If no ContentType is set but there is content assigned, WriteHeader() will set the ContentType to the previous default of "text/html; charset=ISO-8859-1" for backwards compatibility.
|
13 years ago |
RemyLebeau
|
49c7ca04fe
Removing GetContentDisposition() and GetContentType() overloads in TIdAttachment and TIdText.
|
14 years ago |
JPeterMugaas
|
0138ddbb2c
By default, indicate that we support XHTML. Header copied from Firefox.
|
14 years ago |
RemyLebeau
|
bb25c4c411
Added an additional comment in TIdEntityHeaderInfo.SetContentType() regarding the 'text/xml' media type without a charset specified in the HTTP Content-Type header.
|
14 years ago |
RemyLebeau
|
b75f5289f6
Incorporating patches submitted by "jvlad" ([email protected])
|
15 years ago |
RemyLebeau
|
f408099b5b
Update TIdEntityRange.SetText() to support parsing 64-bit numeric values.
|
15 years ago |
RemyLebeau
|
d07127729e
Fix for TIdEntityHeaderInfo constructor
|
15 years ago |
RemyLebeau
|
2ca26cda6c
Updated TIdEntityHeaderInfo.ContentType property setter to not overwrite the TIdEntityHeaderInfo.CharSet property during DFM streaming.
|
15 years ago |
RemyLebeau
|
99cc609bed
Merging the Tiburon branch into the Trunk
|
15 years ago |
RemyLebeau
|
2bfd8f7470
Merging tagged "Indy 10.5.7" code (RAD Studio XE public release) into trunk
|
15 years ago |
olaf
|
421ff4d8b4
Moved remotely
|
18 years ago |