Ports Search

Results 13,06113,070 of 19,819 for %22HTTP Server%22.(0.01 seconds)
devel/streamhtmlparser-0.1 (Score: 9.2878623E-4)
C/C++/Python streaming HTML parser library from Google
Implementation of an html and javascript context scanner with no lookahead. Its purpose is to scan an html document and provide context information at any point within the input stream. An example of a user of this scanner would be an auto escaping templating system, which would require html context information at very specific points within the html stream. The implementation is based on a simplified state machine of HTML4.1 and javascript. The code also contains C++ and python bindings.
devel/Trf-2.1.4 (Score: 9.2878623E-4)
Data conversion, digests, compression, error-correction for Tcl
This is a loadable extension to Tcl providing commands for data conversion, message digests, zlib based compression, error-correction, channel-based manipulation of binary data. Trf extends the language at the C-level with so-called ``transformer''-procedures. With the help of some patches (*) to the core the package is able to intercept all read/write operations on designated channels, thus giving it the ability to transform the buffer contents as desired. This allows things like transparent encryption, compression, charset recoding, etc. Build upon this framework (and as proof of concept) a collection of tcl-level commands was implemented.
devel/ucpp-1.3.2 (Score: 9.2878623E-4)
C preprocessor and lexer
ucpp is a C preprocessor and lexer. It has the following goals: - Strict conformance to the C99 standard (with switches to disable some extensions and mimic C90 behaviour) - Low memory consumption - Possibility to use the code as a lexer (that outputs tokens directly)
devel/yaml-cpp-0.3.0 (Score: 9.2878623E-4)
YAML parser and emitter in C++ matching the YAML 1.2 spec
yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.
dns/adsuck-2.3 (Score: 9.2878623E-4)
DNS relay for ad blocking
adsuck is a DNS relay that returns NXdomain for hosts that match names in a blacklist for quick and non browser plugin based ad blocking.
dns/autotrust-0.3.1 (Score: 9.2878623E-4)
Tool to automatically update DNSSEC trust anchors
Autotrust is a command line tool to automatically update your DNSSEC trust anchors. It is intended to run from a cron job and can run next to any validating resolver. It makes use of ldns and libunbound.
dns/libidn-1.33 (Score: 9.2878623E-4)
Internationalized Domain Names command line tool
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group. It is used to prepare internationalized strings (such as domain name labels, usernames, and passwords) in order to increase the likelihood that string input and string comparison work in ways that make sense for typical users throughout the world. The library contains a generic Stringprep implementation that does Unicode 3.2 NFKC normalization, mapping and prohibition of characters, and bidirectional character handling. Profiles for iSCSI, Kerberos 5, Nameprep, SASL, and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via IDNA are supported.
dns/libasyncns-0.8 (Score: 9.2878623E-4)
C library for executing DNS queries asynchronously (Linux CentOS 6.8)
libasyncns is a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around getaddrinfo(3), getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv. In contrast to GNU's asynchronous name resolving API getaddrinfo_a(), libasyncns does not make use of UNIX signals for reporting completion of name queries. Instead, the API exports a standard UNIX file descriptor which may be integerated cleanly into custom main loops. In contrast to asynchronous DNS resolving libraries like libdenise, skadns, adns, libasyncns is just an asynchronous wrapper around the libc's synchronous getaddrinfo() API, which has the advantage of allowing name resolution using techniques like Multicast DNS, LDAP or NIS using standard libc NSS (Name Service Switch) modules. libasyncns is compatible with IPv6 if the underlying libc is. libasyncns is very tiny, consisting of just one header and one source file. It has no dependencies besides libc.
dns/bindgraph-0.3 (Score: 9.2878623E-4)
RRDtool frontend for BIND statistics
Bindgraph makes pretty query statistics about BIND servers. It was derived from well-known mailgraph package.
dns/credns-0.2.10 (Score: 9.2878623E-4)
Verifier performing validation in the DNS notify/transfer-chain
Credns is a software program aimed at fortifying DNSSEC by performing validation in the DNS notify/transfer-chain.