Serj Kalichev 13740aaf82 faux.base: faux_isfile() function пре 3 година
..
argv 356fb8a9b5 Don't assert() within free functions. On NULL pointer just return пре 3 година
async 001608ce41 faux.async: Fix warning пре 3 година
base 13740aaf82 faux.base: faux_isfile() function пре 3 година
conv 420288bfb4 faux.conv: Fix faux_conv_bool2str() пре 3 година
ctype 2ac3b42bc5 Function's brace on new line пре 4 година
eloop f560f12c80 faux.eloop: Functions to include and exclude events for fd пре 3 година
error b8ae944f9b faux.error: faux_error_sprintf() function to add formatted error message пре 3 година
file bf13b2c000 async: Fix some async bugs. Unfinished test for async пре 3 година
ini bf13b2c000 async: Fix some async bugs. Unfinished test for async пре 3 година
list 3f2f757bdb Enumeration typedefs have _e suffix пре 3 година
log 2e8a9e0eac faux.log: faux_log_facility_id() returns bool_t instead int пре 3 година
msg 8766ff3a73 faux.msg: Documentation for some functions пре 3 година
net bf25bebb92 faux.net: faux_pollfd_del_by_... functions return bool_t instead int пре 3 година
sched 85f77c4fb6 faux.sched: Fix warning пре 3 година
str 75e6475cce faux.str: faux_str_vsprintf() with va_list пре 3 година
sysdb e962746e21 faux.sysdb: faux_sysdb_uid[gid]_by_name() returns bool_t instead int пре 3 година
testc_helpers 01710d2493 testc_helper: Helpers for deploying data (not strings) to file пре 3 година
testc_module f33098a299 faux.async: async input. Test for async input пре 3 година
time ced90eebb7 faux.time: faux_timespec_now[_monotonic]() returns bool_t instead int пре 3 година
vec 0a57fd1a47 build: Fix vec sources пре 3 година
Makefile.am 61b2406a69 faux: Add faux_error_t class for error strings stack пре 3 година
README 9f912a3578 Start faux lib instead lub пре 4 година
all.h 61b2406a69 faux: Add faux_error_t class for error strings stack пре 3 година
argv.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem пре 3 година
async.h b7e139d3fc faux.async: Documentation пре 3 година
conv.h 420288bfb4 faux.conv: Fix faux_conv_bool2str() пре 3 година
ctype.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem пре 3 година
dump.h 9f912a3578 Start faux lib instead lub пре 4 година
eloop.h f560f12c80 faux.eloop: Functions to include and exclude events for fd пре 3 година
error.h b8ae944f9b faux.error: faux_error_sprintf() function to add formatted error message пре 3 година
faux.h 13740aaf82 faux.base: faux_isfile() function пре 3 година
file.h 282eb69f9e faux.file: faux_file_close() returns bool_t instead int пре 3 година
ini.h 061b26ec81 faux.file: faux_file_ functions returns bool_t instead int пре 3 година
list.h 3f2f757bdb Enumeration typedefs have _e suffix пре 3 година
log.h 2e8a9e0eac faux.log: faux_log_facility_id() returns bool_t instead int пре 3 година
msg.h 89d68c2ebb faux.msg: Get hdr.c. Functions to work with header пре 3 година
net.h bf25bebb92 faux.net: faux_pollfd_del_by_... functions return bool_t instead int пре 3 година
sched.h 73b4a340e8 faux.sched,eloop: Some refactoring пре 3 година
str.h 75e6475cce faux.str: faux_str_vsprintf() with va_list пре 3 година
sysdb.h e962746e21 faux.sysdb: faux_sysdb_uid[gid]_by_name() returns bool_t instead int пре 3 година
testc_helpers.h 01710d2493 testc_helper: Helpers for deploying data (not strings) to file пре 3 година
time.h ced90eebb7 faux.time: faux_timespec_now[_monotonic]() returns bool_t instead int пре 3 година
vec.h 55fc8fc96b faux.vec: Tests пре 3 година

README

/**
\defgroup lub "Little Useful Bits" Library
@{

\brief This is a general purpose library of small utilities.

The design and implementation are intended for embedded devices,
ie. minimise footprint and maximise performance.

@}
*/