Home
last modified time | relevance | path

Searched refs:HTX (Results 1 – 25 of 110) sorted by relevance

12345

/dports/converters/htx/htx-0.7.8/
H A DChangelog1 HTX v0.7.8 - Monday, 14th July 2008
5 HTX v0.7.7a - Sunday, 7th August 2005
9 HTX v0.7.7 - Saturday, 6th August 2005
18 HTX v0.7.6 - Tuesday, 19th July 2005
30 HTX v0.7.5 - Tuesday, 12th July 2005
35 HTX v0.7.4c - Monday, 4th April 2005
/dports/textproc/sdf/sdf-2.001/perllib/sdf/
H A Dpost_htx.pl33 if ( $line =~ /^&HTX&MODULE(_NAME)?/ ) {
38 $line =~ s/^&HTX&MODULE(_NAME)?($|[\t ]+)//;
52 if ( $line =~ /^&HTX +/ ) {
/dports/net/haproxy22/haproxy-2.2.19/reg-tests/http-messaging/
H A Dhttp_msg_full_on_eom.vtc1 varnishtest "cannot add the HTX EOM block because the buffer is full"
8 # add the HTX EOM block in an HTX message during the parsing because the buffer
/dports/net/haproxy/haproxy-2.4.10/reg-tests/http-messaging/
H A Dhttp_msg_full_on_eom.vtc1 varnishtest "cannot add the HTX EOM block because the buffer is full"
9 # add the HTX EOM block in an HTX message during the parsing because the buffer
/dports/net/haproxy23/haproxy-2.3.16/reg-tests/http-messaging/
H A Dhttp_msg_full_on_eom.vtc1 varnishtest "cannot add the HTX EOM block because the buffer is full"
8 # add the HTX EOM block in an HTX message during the parsing because the buffer
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D4htx_19f.sdf3 Coordinates from PDB:4HTX:A:1003 Model:1 without hydrogens
156 4HTX
/dports/devel/grpc134/grpc-1.34.1/test/core/end2end/fuzzers/server_fuzzer_corpus/
H A Dd0f7eebc.bin1 PRI * HTX
/dports/devel/grpc/grpc-1.42.0/test/core/end2end/fuzzers/server_fuzzer_corpus/
H A Dd0f7eebc.bin1 PRI * HTX
/dports/devel/grpc130/grpc-1.30.2/test/core/end2end/fuzzers/server_fuzzer_corpus/
H A Dd0f7eebc.bin1 PRI * HTX
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/end2end/fuzzers/server_fuzzer_corpus/
H A Dd0f7eebc.bin1 PRI * HTX
/dports/biology/molden/molden5.8/plush/
H A DHTX1 mol="HTX" Charge="0"
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/tests/unit/ocsp_certs/
H A Dmust-staple-ee.pem14 HTX+pd4H5uCJ/Sbz/yIUFNQwuhv3PqKm601zVpSpU7bh4q7HSynllU6X0uaD7biu
/dports/emulators/mess/mame-mame0226/src/devices/cpu/dsp56156/
H A Ddsp56mem.cpp330 RXH = ((HTX & 0xff00) >> 8); in dsp56156_host_interface_HTX_to_host()
331 RXL = ((HTX & 0x00ff)); in dsp56156_host_interface_HTX_to_host()
714 HTX = data; in peripheral_register_w()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/dsp56156/
H A Ddsp56mem.cpp330 RXH = ((HTX & 0xff00) >> 8); in dsp56156_host_interface_HTX_to_host()
331 RXL = ((HTX & 0x00ff)); in dsp56156_host_interface_HTX_to_host()
714 HTX = data; in peripheral_register_w()
/dports/net/haproxy/haproxy-2.4.10/doc/internals/
H A Dmuxes.fig366 4 1 0 49 -1 4 12 0.0000 4 165 3465 8400 2100 HTX contents when mode==HTTP\001
/dports/net/haproxy/haproxy-2.4.10/
H A DMAINTAINERS57 H1 and HTX
79 HTX
H A DCHANGELOG592 - BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message
1206 - DOC: Update the HTX API documentation
4609 - DOC: htx: Update comments in HTX files
5425 - MEDIUM: WURFL: HTX awareness.
5588 - BUG/MINOR: http_fetch/htx: Use HTX versions if the proxy enables the HTX mode
5671 - MEDIUM: da: HTX mode support.
6068 - MEDIUM: mux-h2: pass trailers to HTX
6486 - MINOR: mux-h2: force reads to be HTX-aligned in HTX mode
6716 - MINOR: htx: Add function to iterate on an HTX message using HTX blocks
6720 - MINOR: htx: Add the start-line offset for the HTX message in the HTX structure
[all …]
/dports/net/nuster/nuster-5.0.4.21/
H A DCHANGELOG133 - BUG/MINOR: 51d: Fix bug when HTX is enabled
565 - DOC: htx: Update comments in HTX files
1381 - MEDIUM: WURFL: HTX awareness.
1544 - BUG/MINOR: http_fetch/htx: Use HTX versions if the proxy enables the HTX mode
1627 - MEDIUM: da: HTX mode support.
2024 - MEDIUM: mux-h2: pass trailers to HTX
2442 - MINOR: mux-h2: force reads to be HTX-aligned in HTX mode
2672 - MINOR: htx: Add function to iterate on an HTX message using HTX blocks
2676 - MINOR: htx: Add the start-line offset for the HTX message in the HTX structure
2696 - MEDIUM: mux-h2: make h2_snd_buf() HTX-aware
[all …]
H A DCHANGELOG.md52 A complete refactored version based on HTX version of HAProxy. Lots of changes, updates, improvemen…
75 * HTX support
/dports/net/haproxy21/haproxy-2.1.12/
H A DCHANGELOG579 - BUG/MINOR: 51d: Fix bug when HTX is enabled
1011 - DOC: htx: Update comments in HTX files
1827 - MEDIUM: WURFL: HTX awareness.
1990 - BUG/MINOR: http_fetch/htx: Use HTX versions if the proxy enables the HTX mode
2073 - MEDIUM: da: HTX mode support.
2470 - MEDIUM: mux-h2: pass trailers to HTX
2888 - MINOR: mux-h2: force reads to be HTX-aligned in HTX mode
3118 - MINOR: htx: Add function to iterate on an HTX message using HTX blocks
3122 - MINOR: htx: Add the start-line offset for the HTX message in the HTX structure
3142 - MEDIUM: mux-h2: make h2_snd_buf() HTX-aware
[all …]
/dports/net/haproxy22/haproxy-2.2.19/
H A DCHANGELOG268 - BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message
1524 - BUG/MINOR: da: Fix HTX message prefetch
2626 - DOC: htx: Update comments in HTX files
3442 - MEDIUM: WURFL: HTX awareness.
3605 - BUG/MINOR: http_fetch/htx: Use HTX versions if the proxy enables the HTX mode
3688 - MEDIUM: da: HTX mode support.
4085 - MEDIUM: mux-h2: pass trailers to HTX
4503 - MINOR: mux-h2: force reads to be HTX-aligned in HTX mode
4733 - MINOR: htx: Add function to iterate on an HTX message using HTX blocks
4737 - MINOR: htx: Add the start-line offset for the HTX message in the HTX structure
[all …]
/dports/net/haproxy20/haproxy-2.0.26/
H A DCHANGELOG132 - BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message
709 - BUG/MINOR: 51d: Fix bug when HTX is enabled
1044 - DOC: htx: Update comments in HTX files
1472 - MEDIUM: WURFL: HTX awareness.
1635 - BUG/MINOR: http_fetch/htx: Use HTX versions if the proxy enables the HTX mode
1718 - MEDIUM: da: HTX mode support.
2115 - MEDIUM: mux-h2: pass trailers to HTX
2533 - MINOR: mux-h2: force reads to be HTX-aligned in HTX mode
2763 - MINOR: htx: Add function to iterate on an HTX message using HTX blocks
2767 - MINOR: htx: Add the start-line offset for the HTX message in the HTX structure
[all …]
/dports/net/haproxy19/haproxy-1.9.16/scripts/
H A Drun-regtests.sh34 --use-htx to use the HTX in tests
/dports/net/haproxy23/haproxy-2.3.16/
H A DCHANGELOG174 - BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message
2091 - BUG/MINOR: da: Fix HTX message prefetch
3193 - DOC: htx: Update comments in HTX files
4009 - MEDIUM: WURFL: HTX awareness.
4172 - BUG/MINOR: http_fetch/htx: Use HTX versions if the proxy enables the HTX mode
4255 - MEDIUM: da: HTX mode support.
4652 - MEDIUM: mux-h2: pass trailers to HTX
5070 - MINOR: mux-h2: force reads to be HTX-aligned in HTX mode
5300 - MINOR: htx: Add function to iterate on an HTX message using HTX blocks
5304 - MINOR: htx: Add the start-line offset for the HTX message in the HTX structure
[all …]
/dports/net/haproxy20/haproxy-2.0.26/scripts/
H A Drun-regtests.sh41 --use-htx to use the HTX in tests (deprecated, the default mode now)

12345