Download List

專案描述

Flux consists of utility APIs that apply compression and strong cryptography to I/O channels (file or network), do strong hashing, and exchange C structs in an architecture-independent fashion. It also provides n-ary trees whose contents can be serialized to human-readable files or network streams, along with some related utilities. It is written in C and integrates with the GLib main loop.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-08-28 12:27
0.10.0

Fast elliptic curve cryptographic functions were
implemented. FluxWorker and FluxIndexedList were
implemented. A huge performance drag when
dispatching many small I/O stream events in
FluxTcpIO wa eliminated. A slight, but
unnecessary, performance drag in FluxObject type
checking was eliminated. All warnings as issued by
GCC 4.0.1 on Linux were eliminated.
標籤: Major feature enhancements

2005-06-11 22:40
0.9.1

The marshaller's integer handling on 64-bit
architectures was fixed. The code was cleaned up
so as not to generate warnings with newer GCC
defaults. Minor enhancements were made to the RNG
and IP resolver.
標籤: Minor feature enhancements

2005-04-15 23:18
0.9.0

This release implements utilities for simplified GObject definition, a new class FluxInterval, random-order traversal for FluxPatTree cursors, and large file support for FluxFileIO. There are numerous bugfixes.
標籤: Major feature enhancements

2004-06-04 00:57
0.8.2

This release uses getnameinfo() if available and eliminates the
potential for voluminous incoming network data to stall the main loop on
slow computers.
標籤: Minor bugfixes

2004-05-28 05:27
0.8.1

The networking and file I/O layers were rewritten using threads. The GNet dependency was dropped. Elliptic cryptography was implemented, but the API is not yet finalized.
標籤: Major feature enhancements

Project Resources