» frame | home browse filter search | refresh | log on
tx   printed 18/05/2024 21:41:26 by anonymous

edit filter filter... summary... rss...

parse: 0ms build: 0ms query: 4ms

Stijn Sanders reported on vr 23/02/2024 21:35:53 HTTP2 (previously "spdy")

afkijken van https://github.com/ngtcp2/nghttp3 ?

Stijn Sanders reported on za 16/12/2023 0:20:21 emoji: UTF16 ok, but UTF8 ??????

zou moeten al veel beter zijn met nieuwe Delphi 😉😜

Stijn Sanders reported on di 24/10/2023 23:35:02 HTTP2 (previously "spdy")

intussen is er ook al HTTP/3...

Stijn Sanders reported on di 24/10/2023 23:33:15 'on-demand' NTLM?

NTLM zou verdwijnen, maar 'Negotiate' werkt ook

Stijn Sanders reported on zo 21/02/2021 17:38:53 use SChannel?

https://github.com/Fr0sT-Brutal/Delphi_SChannelTLS ?

Stijn Sanders reported on zo 21/02/2021 17:38:40 https

deze gebruiken? https://github.com/Fr0sT-Brutal/Delphi_SChannelTLS 

Stijn Sanders reported on wo 12/02/2020 22:55:45 https

https://quuxplusone.github.io/blog/2020/01/24/openssl-part-1/ 

Stijn Sanders reported on wo 9/10/2019 22:46:33 https

https://github.com/Fr0sT-Brutal/Delphi_SChannelTLS !!!

Stijn Sanders reported on wo 10/07/2019 16:01:46 https

https://www.wolfssl.com/docs/visual-studio/ ?

 projects
 xxm
 http
 https

 afkijkijken van single file tls

https://github.com/eduardsui/tlse

weight: 0 c: 01/2019

Stijn Sanders reported on wo 7/11/2018 19:16:02 https

https://tls13.ulfheim.net/

Stijn Sanders reported on di 4/09/2018 15:51:39 https

https://tools.ietf.org/html/rfc8446

 projects
 xxm
 http

 TCP keep-alive af?

https://docs.microsoft.com/en-us/windows/desktop/WinSock/so-keepalive

weight: 0 c: 08/2018

 projects
 xxm
 http

 emoji: UTF16 ok, but UTF8 ??????

🌈

 

������

weight: 0 c: 07/2018

Stijn Sanders reported on vr 4/05/2018 12:03:01 'on-demand' NTLM?

references: see also:

Authentication NTLM

 projects
 xxm
 http

 'on-demand' NTLM?

weight: 0 c: 05/2018

references: 

Stijn Sanders reported on za 21/04/2018 23:48:53 use SChannel?

hmm, NTLM gebruikt content-length en keep-connection om de handle bij de houden voor de server-side (denk ik toch),

in de interface iets voorzien dat een volgend request overleeft? (want kan mogelijk op een andere thread binnenkomen...)

Stijn Sanders reported on do 19/04/2018 18:32:11 use SChannel?

references: see also:

zou over zelfde API-calls gaan! (zie TMongoWire waar ik het intussen al client-side heb)

Authentication NTLM

 projects
 xxm
 http

 header "Referrer Policy"

no-referrer-when-downgrade?

weight: 0 c: 11/2017

Stijn Sanders reported on wo 8/11/2017 9:56:30 Range

ook: "Accept-Ranges: bytes"

 projects
 xxm
 http
 https

 header: "Upgrade-Insecure-Requests: 1"

weight: 0 c: 11/2017

 projects
 xxm
 http

 header: "Keep-Alive"

"timeout=5"?

eventueel uit configuration?

(configuration per project? met global defaults?)

weight: 0 c: 11/2017

 projects
 xxm
 http

 header: "Vary" ("User-Agent")?

weight: 0 c: 11/2017

Stijn Sanders reported on do 1/06/2017 10:38:35 HTTP2 (previously "spdy")

deze zeker lezen: https://jakearchibald.com/2017/h2-push-tougher-than-i-thought/  

Stijn Sanders reported on wo 29/03/2017 8:39:33 gebruik maken van WSAID_TRANSMITPACKETS ?

references: see also:

werkt ook met IOCP

I/O completion port

 projects
 xxm
 http

 gebruik maken van WSAID_TRANSMITPACKETS ?

https://msdn.microsoft.com/en-us/library/windows/desktop/ms740566(v=vs.85).aspx

mogelijk alleen op server, pointer ophalen met wsaioctl call...

weight: 0 c: 03/2017

references: 

Stijn Sanders reported on do 2/02/2017 22:48:51 pipelining:

sequence-number on requests per connection? schedule responses by sequence-number!

 projects
 xxm
 http
 afkijken van

 cocoahttp

https://opensource.apple.com/source/HTTPServer/HTTPServer-11/CocoaHTTPServer/Core/HTTPConnection.m.auto.html 

weight: 0 c: 01/2017

 projects
 xxm
 http

 if debugger loaded: all loadcopy=0?

weight: 0 c: 12/2016

 projects
 xxm
 http

 threadpool queue: CAS instead of lock

http://cs.rochester.edu/u/scott/papers/1995_TR600.pdf 

weight: 0 c: 12/2016

 projects
 xxm
 http

 URL parsing tests

http://w3c-test.org/url/url-constructor.html 

weight: 0 c: 12/2016

 projects
 xxm
 http
 https

 afkijken van BearSSL

https://bearssl.org/

weight: 0 c: 11/2016

Stijn Sanders reported on di 16/08/2016 15:27:01 pipelining:

tokens: priority high

Stijn Sanders reported on di 16/08/2016 15:26:53 pipelining:

tokens: in progress

 projects
 xxm
 http

 pipelining:

two requests in 1 data packet? keep remaining data read on socket for parsing headers!

weight: -350 c: 08/2016

tokens: priority high in progress

Stijn Sanders reported on vr 5/08/2016 23:26:46 caddy

kreeg 50K van Mozilla

Stijn Sanders reported on ma 25/07/2016 0:51:10 I/O completion port

New comment on The Wiert Corner - irregular stream of stuff

Ondrej Kelle commented on delphi - Building Multi threaded TCP/IP Server - Stack Overflow.

in response to jpluimers:

Any example code of that? (Delphi or C# preferred)

Here’s a great starting point: http://www.coastrd.com/windows-iocp – for code samples, check out the links at the bottom. Cheers and good luck!

 

 projects
 xxm
 http

 header parser: byte-tree-dictionary (take from strato?)

(something like https://vimeo.com/172009499 

weight: 0 c: 07/2016

 projects
 xxm
 http
 afkijken van

 haywire

https://github.com/haywire/haywire 

(/via https://vimeo.com/172009499 

weight: 0 c: 06/2016

Stijn Sanders reported on di 21/06/2016 13:05:29 https

https://github.com/lminuti/Delphi-OpenSSL 

 projects
 xxm
 http
 afkijken van

 MARS library

http://www.andreamagni.eu/wp/2016/03/introducing-mars-curiosity-a-new-delphi-rest-library/ 

https://github.com/MARS-library/MARS 

weight: 0 c: 05/2016

 projects
 xxm
 http
 afkijken van

 caddy

https://github.com/mholt/caddy 

weight: 0 c: 05/2016

 projects
 xxm
 http

 afkijken van

weight: -1000 c: 05/2016

Stijn Sanders reported on vr 11/03/2016 15:46:06 cipher suites

references: see also:

ciphers

 projects
 xxm
 http
 https

 cipher suites

https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml 

weight: 0 c: 03/2016

references: 

 projects
 xxm
 http
 https

 use SChannel?

https://msdn.microsoft.com/en-us/library/windows/desktop/ms678421(v=vs.85).aspx 

weight: 0 c: 03/2016

references: 

Stijn Sanders reported on vr 4/03/2016 23:19:45 I/O completion port

references: see also:

of gewoon spooling/kept absorberen?

SpoolingCon ook bij langdurige upload...

Stijn Sanders reported on di 1/03/2016 0:11:35 Support for Host header in xxm.xml

inbouwen in TXxmProjectCacheXml.ProjectFromURI ?

Stijn Sanders reported on vr 26/02/2016 23:42:52 HTTP2 (previously "spdy")

tokens: priority low

Stijn Sanders reported on wo 24/02/2016 8:39:35 https

leesvoer:

https://en.wikipedia.org/wiki/Transport_Layer_Security
https://en.wikipedia.org/wiki/Advanced_Encryption_Standard
https://en.wikipedia.org/wiki/Curve25519
https://tools.ietf.org/html/rfc5246
https://tools.ietf.org/html/rfc3447
https://tools.ietf.org/html/rfc5280
https://en.wikipedia.org/wiki/X.509

 projects
 xxm
 http
 afkijken van

 afkijken van H2O

https://github.com/h2o/h2o/ 

weight: 0 c: 02/2016

anonymous reported on do 3/12/2015 17:53:22 HTTP2 (previously "spdy")

https://tools.ietf.org/html/rfc7540 

https://tools.ietf.org/html/rfc7541 voor de header compression

anonymous reported on do 3/12/2015 17:28:51 Support for Host header in xxm.xml

tokens: in progress

anonymous reported on do 3/12/2015 17:28:39 Support for Host header in xxm.xml

tokens: priority high

anonymous reported on do 3/12/2015 17:28:28 nakijken standaardsconform HTTP/1.1

references: see also:

Range

anonymous reported on do 3/12/2015 17:28:18 nakijken standaardsconform HTTP/1.1

references: see also:

Transfer-Encoding chunked

 projects
 xxm
 http

 nakijken standaardsconform HTTP/1.1

https://tools.ietf.org/html/rfc7230 en volgende

weight: 0 c: 12/2015

references: 

anonymous reported on di 17/11/2015 22:09:07 transfer compression?

references: duplicate

Content-encoding: gzip

anonymous reported on di 17/11/2015 21:40:09 HTTP compression

references: see also:

Content-encoding: gzip

anonymous reported on di 17/11/2015 21:40:01 Content-encoding: gzip

references: see also:

Range

anonymous reported on di 17/11/2015 21:39:38 Content-encoding: gzip

references: see also:

Transfer-Encoding chunked

 projects
 xxm
 http

 Content-encoding: gzip

other?

al was het om de juiste error te geven bij ongekend

weight: 0 c: 11/2015 m: 11/2015

references: 

 projects
 xxm
 http

 count errors on reading header per IP(range): blacklist?

weight: 0 c: 10/2015

Stijn Sanders reported on di 20/10/2015 18:44:11 https

certificates van deze? https://letsencrypt.org/2015/10/19/lets-encrypt-is-trusted.html 

 projects
 xxm
 http
 afkijken van

 afkijken van rwasa

https://2ton.com.au/rwasa/ 

weight: 0 c: 07/2015

Stijn Sanders reported on ma 6/07/2015 11:26:36 https

references: see also:

S2N

anonymous reported on do 2/07/2015 12:45:36 https

https://github.com/awslabs/s2n 

Stijn Sanders reported on vr 12/06/2015 15:58:50 https

tokens: priority high

afkijken van?

 projects
 xxm
 http

 transfer compression?

weight: 0 c: 03/2015

references: 

 projects
 xxm
 http

 log module?

idee: aparte interface die je met xxm.xml koppelt op een project, en die alle events opvangt, per thread

weight: 0 c: 03/2015 m: 09/2015

anonymous reported on za 14/03/2015 0:54:23 AcceptEx

tokens: priority low

 projects
 xxm
 http

 HTTP compression

https://en.wikipedia.org/wiki/HTTP_compression

weight: 0 c: 03/2015

references: 

anonymous reported on vr 6/03/2015 15:50:15 HTTP2 (previously "spdy")

in v1.2.3?

anonymous reported on wo 18/02/2015 8:53:23 HTTP2 (previously "spdy")

zie ook hier http://httpwg.github.io/?

anonymous reported on wo 18/02/2015 8:53:00 Range

zie ook rfc 7233: http://httpwg.github.io/specs/rfc7233.html?

 projects
 xxm
 http

 Support for Host header in xxm.xml

Of directory met aparte xmls?

weight: -350 c: 01/2015

tokens: priority high in progress

 projects
 xxm
 http
 afkijken van

 afkijken van: http_parser

https://github.com/joyent/http-parser/blob/master/http_parser.c

weight: 0 c: 10/2014

 projects
 xxm
 http

 AcceptEx

http://msdn.microsoft.com/en-us/library/windows/desktop/ms737524(v=vs.85).aspx


hmm, pointer via een call ophalen, zit hier dezelfde server-limitaties zoals TransferFile?

weight: 300 c: 10/2014

tokens: priority low

 projects
 xxm
 http

 Range

request header "Range"

response header "Content-Range"

eventueel ook request "If-Range"?

alleen op SingleFile?

https://en.wikipedia.org/wiki/Byte_serving

weight: 0 c: 06/2014 m: 03/2015

 projects
 xxm
 http

 'inject exception' on page build timeout?

weight: 0 c: 04/2014

 projects
 xxm
 http

 check error status codes

https://raw.github.com/for-GET/http-decision-diagram/master/httpdd.png 

weight: 0 c: 03/2014

 projects
 xxm
 http

 ETag support

https://en.wikipedia.org/wiki/HTTP_ETag

weight: 0 c: 07/2013

anonymous reported on do 23/05/2013 23:08:50 I/O completion port

tokens: in progress

 projects
 xxm
 http

 I/O completion port

http://msdn.microsoft.com/en-us/magazine/ms810436.aspx

 

https://msdn.microsoft.com/magazine/jj883951 

weight: 0 c: 05/2013 m: 12/2015

references: 

anonymous reported on wo 6/03/2013 21:22:54 HTTP2 (previously "spdy")

references: see also:

requires

https

 projects
 xxm
 http

 HTTP2 (previously "spdy")

https://en.wikipedia.org/wiki/SPDY

or HTTP 2.0?

weight: 300 c: 03/2013 m: 06/2017

tokens: priority low references: 

 projects
 xxm
 http

 https

 

https://en.m.wikipedia.org/wiki/Transport_Layer_Security 

see also https://en.wikipedia.org/wiki/Strict_Transport_Security

https://tools.ietf.org/html/rfc5246 

weight: -300 c: 03/2013 m: 07/2015

tokens: priority high references: 

 projects
 xxm

 http

weight: -1000 c: 03/2013