Indy icon indicating copy to clipboard operation
Indy copied to clipboard

Indy - Internet Direct

Results 100 Indy issues
Sort by recently updated
recently updated
newest added

See post on Delphi Praxis: https://en.delphipraxis.net/topic/10228-tidhl7synchronoussend-does-not-respect-timouts/ > I want to send some HL7 messages to SERVER. The server is online and it gets the messages send by SynchronousSend method and...

Type: Bug
Status: Review Needed
Element: HL7

RANG https://datatracker.ietf.org/doc/html/draft-bryan-ftp-range-08 https://www.jscape.com/blog/new-ftp-command-range-for-specifying-byte-ranges HASH https://datatracker.ietf.org/doc/html/draft-bryan-ftp-hash-08 https://www.jscape.com/blog/new-ftp-command-hash-for-requesting-hash-of-a-file These drafts have not been officially adopted, but I know of at least 1 FTP server that supports `RANG` at least: ProFTPD.

Type: Enhancement
Element: FTP
Status: Reported

`TIdHTTPResponseInfo.WriteContent` uses `IOHandler.Write` in two places and in both of them incorrectly. It causes wrong message encoding in Lazarus under Linux (unit `IdCustomHTTPServer`) Now it is (line 2188) : `FConnection.IOHandler.Write(ContentText,...

Type: Bug
Element: HTTP
Status: Reported

We are unable to use the ICMP client component for our task because we need to be able to do a ping (ICMP Request and Response) with a data payload...

Type: Enhancement
Element: ICMP
Status: Reported

See https://stackoverflow.com/questions/70710504/ and also https://stackoverflow.com/questions/77068987/ `TIdHTTP` is not sending an `Authorization` header when a web server requests Digest authentication, even though `TIdDigestAuthentication` is being selected. Can use http://87.126.245.25:8181/cgi-bin/snapshot.cgi?1 for testing.

Type: Bug
Element: HTTP
Status: Review Needed

I have a special device which has a high data throughput... For this case, I want to bypass all internal buffering (I have my own simple line handling) and use...

Type: Enhancement
Element: Socket Stacks
Status: Accepted

Does anyone know why the loopback IP address (127.0.0.1) is intentionally filtered out in the procedures: 1) TIdStackUnix.GetLocalAddressList `if (LAddrInfo^.ifa_addr nil) and ((LAddrInfo^.ifa_flags and IFF_LOOPBACK) = 0) then` 2) TIdStackWindows.GetLocalAddressList...

Type: Enhancement
Element: Socket Stacks
Status: Review Needed

Update TIdIOHandler to pass its `ConnectTimeout` value all the way to `TIdStack.Connect()` to get the timeout logic out of `TIdIOHandler.ConnectClient()`. This way, `TIdStackWindows` can be updated to use `WSA...()` functions...

Type: Enhancement
Element: I/O Handlers
Element: Socket Stacks
Status: In Progress

With Indy10 r4625, TIdHTTP.Get() is raising an EIdReadTimeout exception under Ubuntu, but works perfectly on Windows. The same code worked in Indy 10.2.3.

Type: Bug
Element: HTTP
Status: Review Needed
Element: Operating System

Dear Indy development team, I am using your great Indy library in Delphi for an application that receives HTTP requests through the TIdHTTPServer component. I am looking for a way...

Type: Enhancement
Element: HTTP
Status: Deferred