15 projects tagged "Stable"
crpcut is the Compartmented Robust Posix C++ Unit Test system. crpcut (pronounced "Crap Cut") runs all test cases in their own process and their own working directory, which makes it perfectly normal to test that asserts do trap, and the test suite continues even in the event of an unexpected SIGSEGV. By using the C++11 features long available in GCC, the tests are extremely easy to write.
Libzdb is a database library with thread-safe connection pooling. The library can connect transparently to multiple database systems. It has zero runtime configuration and connections are specified via a URL scheme. A modern object-oriented API is provided. Libzdb supports MySQL, PostgreSQL, SQLite, and Oracle.
udp_copy2 consists of two executables, udp_send2 and udp_recv2, implementing plain text non-interactive data transfer over UDP/IPv4 with a preset transfer rate. On lossy links, it yields better throughput than TCP-based transfers. It may also be used for smooth user space throttling. It dedicates a mode to SNAT/MASQ so the receiver can initiate transfer from behind a firewall. It features a very precise user space packet scheduler. It handles SIGSTOP in a rational way. It only transfers in one direction for one invocation. It needs and uses no synchronous I/O multiplexing. Shell access is required on both ends. The package also contains the auxiliary multi-threaded tool "bigpipe", which can be used to reduce pipeline latency.
Pak transfers multiple, possibly very big, regular files between possibly different hosts you have shell access to. It transmits segment IDs instead of file names and uses on-the-fly Blowfish-CBC encryption while being absolutely restartable with practically no loss of data already transmitted. Encrypted pak streams can be stored in intermediary regular files on untrusted hosts. Several stored pak streams, even truncated ones, can be merged for re-piping without decryption. Integrity is never checked. File offsets of any magnitude are supported via recompilation (the default width is 64 bits). Either UNIX 95 or UNIX 98 conformance is required and sufficient.
Geomajas caching plug-in is a plug-in for the Geomajas mapping framework that improves the speed by caching, by default based on the Infinispan cache library. The cached data can be tiles, features, bounds, or rasterized data (for the rasterizing plug-in). It has a configurable caching strategy, and automatically invalidates data when needed.
A tool for securing DNS communications between a client and a DNS resolver.