Download List

Project Description

Rudiments is a C++ class library providing base
classes for things such as daemons, clients, and
servers, and wrapper classes for the standard C
functions for things like regular expressions,
semaphores, and signal handling.

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.

2013-01-01 15:31
0.40

hostentry::getAddressString() has been fixed for numbers greater than 127. Bugs that could lead to a crash when using the hostentry class with NULL hostnames have been fixed. Reads that error out with EAGAIN are treated as successful reads of 0 bytes now. All sockets are now manually set to blocking mode after creation, and sockets created by accept() are now set to the blocking/non-blocking mode of the socket that was accepted. Various NULL safety issues were fixed. The Windows built script now supports CLR and non-CLR builds.

2012-01-19 00:01
0.35

This release features minor bugfixes and updates required by SQL Relay 0.44.

2011-08-17 06:41
0.34

Mingw32 and Minix compatibility has been improved substantially. Signal-related classes have been refactored a bit. Several common POSIX functions have been wrapped in the process class.

2011-07-01 06:16
0.33

This is mainly a bugfix, clean-up, and optimization release. A few minor features were added as well.

2006-11-03 10:55
0.30

This release fixes several memory leaks, a
vulnerability in readdir_r, and a few additional
methods in several classes.
Tags: Minor bugfixes

Project Resources