[cvs] / inn / lib Project Root:

ViewCVS logotypeIndex of /inn/lib

Files shown:76 (Show 45 dead files)


File Rev. Age Author Last log entry
Parent Directory Parent Directory        
View File .cvsignore  1.2  6 years  rra  Ignore a marker file created by purify.
View File Makefile  1.111  5 years  rra  Add the first pass at a new, general-purpose NNTP utility library. Update Makef...
View File buffer.c  1.4  5 years  rra  Add functions to sprintf into a buffer, resizing as necessary. This will eventu...
View File cleanfrom.c  1.7  5 years  rra  Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the include ...
View File clientactive.c  1.18  5 years  rra  Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the include ...
View File clientlib.c  1.15  5 years  rra  Use strlcpy and strlcat instead of strcpy and strcat everywhere that it's feasib...
View File concat.c  1.7  8 years  rra  concat should return a char *, added concatpath to build file paths (an eventual...
View File conffile.c  1.22  5 years  rra  Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the include ...
View File confparse.c  1.13  5 years  rra  Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the include ...
View File daemonize.c  1.5  5 years  rra  Don't use TIOCNOTTY if we have setsid(). It was causing errors on *BSD.
View File date.c  1.12  5 years  rra  Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the include ...
View File dbz.c  1.59  5 years  rra  Rename mapcntl to msync_page to more accurately reflect what it does and clean u...
View File defdist.c  1.15  5 years  rra  Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the include ...
View File dispatch.c  1.1  5 years  rra  Add a new library routine for dispatching commands (in the form of a cvector) to...
View File fdflags.c  1.2  7 years  rra  Minor style fix (put the body of an if on a separate line from the if).
View File fdlimit.c  1.8  7 years  rra  setfdlimit should take an unsigned int, some style fixes, remove an unused varia...
View File fseeko.c  1.1  8 years  rra  Initial version. Emulate fseeko using fsetpos if possible, fseek otherwise.
View File ftello.c  1.1  8 years  rra  Initial version. Emulate ftello using fgetpos if possible, ftell otherwise.
View File genid.c  1.10  5 years  rra  Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the include ...
View File getaddrinfo.c  1.2  5 years  rra  Try to set IPPROTO appropriately.
View File getfqdn.c  1.10  5 years  rra  Use strlcpy and strlcat instead of strcpy and strcat everywhere that it's feasib...
View File getmodaddr.c  1.22  5 years  rra  Use strlcpy and strlcat instead of strcpy and strcat everywhere that it's feasib...
View File getpagesize.c  1.1  6 years  rra  Add a replacement for getpagesize for systems that don't have it.
View File gettime.c  1.6  8 years  kondou  - HAVE_GETTIMEOFDAY is not examined at configure time
View File hash.c  1.21  5 years  rra  Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the include ...
View File hashtab.c  1.4  5 years  rra  Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the include ...
View File hstrerror.c  1.4  6 years  rra  Prefer snprintf to sprintf and use xstrdup rather than malloc and strcpy. Based ...
View File inet_aton.c  1.5  7 years  rra  Prototype the test functions when building with TESTING to avoid warnings in the...
View File inet_ntoa.c  1.6  7 years  rra  Prototype the test functions when building with TESTING to avoid warnings in the...
View File innconf.c  1.13  5 years  rra  Integrate the Python authentication hooks for nnrpd into readers.conf in the sam...
View File inndcomm.c  1.24  5 years  rra  Fix a bug introduced by the strlcpy conversion; a pointer was no longer being ad...
View File list.c  1.1  5 years  alexk  Add list manipulation routines
View File localopen.c  1.13  5 years  rra  Use strlcpy and strlcat instead of strcpy and strcat everywhere that it's feasib...
View File lockfile.c  1.11  6 years  rra  Include errno.h for EINTR and errno. Wrap a definition better.
View File makedir.c  1.8  5 years  rra  Replace TRUE with true and FALSE with false everywhere and remove the code to de...
View File md5.c  1.9  8 years  kondou  - From: Igor Timkin <ivt@gamma.ru> - inn/lib cleanups make compile inn/lib wit...
View File memcmp.c  1.7  7 years  rra  Prototype the test functions when building with TESTING to avoid warnings in the...
View File messages.c  1.4  5 years  rra  Don't use %m in syslog calls since it produces a warning on Linux due to odditie...
View File mkstemp.c  1.1  6 years  rra  Add an implementation of mkstemp for platforms that don't have it.
View File mmap.c  1.5  5 years  rra  Drop const from the temporary pointers when calling msync; it makes sense that m...
View File network.c  1.4  5 years  vinocur  Fix segfault when listening on multiple descriptors.
View File nntp.c  1.3  5 years  rra  While in nntp_read_line it may be necessary to compact the buffer, and we should...
View File parsedate.y  1.19  5 years  rra  Warning patch from Ilya Kovalenko. Gets rid of all the remaining warnings under...
View File perl.c  1.26  5 years  rra  Use inn_newXS and suppress the warnings from the mandatory cv argument added for...
View File pread.c  1.6  7 years  rra  Prototype the test functions when building with TESTING to avoid warnings in the...
View File pwrite.c  1.6  7 years  rra  Prototype the test functions when building with TESTING to avoid warnings in the...
View File qio.c  1.9  5 years  rra  Allow for EINTR when reading.
View File radix32.c  1.5  5 years  rra  Remove all uses of register.
View File readin.c  1.10  5 years  rra  Allow for EINTR when reading.
View File remopen.c  1.26  5 years  rra  Add a missing freeaddrinfo and remove unnecessary includes.
View File reservedfd.c  1.13  5 years  rra  Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the include ...
View File resource.c  1.7  5 years  rra  Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the include ...
View File sendarticle.c  1.4  8 years  rra  Change BOOL to bool.
View File sendpass.c  1.11  5 years  rra  Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the include ...
View File sequence.c  1.1  7 years  alexk  Sequence space arithmetic routines (the kind typically used for DNS serial numbe...
View File setenv.c  1.6  6 years  rra  If malloc fails, don't set errno ourselves; it can mask the errno setting from m...
View File seteuid.c  1.1  8 years  rra  Initial version. Emulate seteuid using setreuid.
View File setproctitle.c  1.3  6 years  rra  Kill some signed vs. unsigned warnings.
View File snprintf.c  1.9  6 years  rra  Don't include <stdlib.h>; it causes prototype conflicts on some platforms. Inste...
View File sockaddr.c  1.3  6 years  rra  Warning cleanup, and include inn/messages.h where needed. Also include libinn.h...
View File strcasecmp.c  1.3  5 years  rra  Remove all uses of register.
View File strerror.c  1.10  5 years  rra  Use a better trick to avoid conflicting with the system declarations of sys_errl...
View File strlcat.c  1.2  6 years  rra  Include clibrary.h so that we get the right prototypes.
View File strlcpy.c  1.3  6 years  rra  Include clibrary.h so that we get the right prototypes.
View File strspn.c  1.3  5 years  rra  Remove all uses of register.
View File strtok.c  1.3  5 years  rra  Remove all uses of register.
View File timer.c  1.13  5 years  rra  Add a new TMRnow_double function to return the current time as a double. (We'll ...
View File tst.c  1.14  6 years  rra  Change the interface to the ternary search trie functions so that they all take ...
View File uwildmat.c  1.2  5 years  rra  Replace TRUE with true and FALSE with false everywhere and remove the code to de...
View File vector.c  1.5  5 years  rra  Use strlcpy and strlcat instead of strcpy and strcat everywhere that it's feasib...
View File version.c  1.2  8 years  rra  Remove INNVersion(), minor formatting changes.
View File wire.c  1.3  5 years  rra  Move ISWHITE from macros.h to libinn.h and remove macros.h. Remove the include ...
View File xfopena.c  1.4  6 years  rra  Warning cleanup, and include inn/messages.h where needed. Also include libinn.h...
View File xmalloc.c  1.13  6 years  rra  Warning cleanup, and include inn/messages.h where needed. Also include libinn.h...
View File xsignal.c  1.3  6 years  rra  Add an xsignal_norestart function that doesn't set SA_RESTART and sets SA_INTERR...
View File xwrite.c  1.9  6 years  alexk  If any of our flavours of write get called such that we would write 0 bytes, ret...

Show files using tag:

Download tarball


cvs.litech.org

Powered by ViewCVS 1.0_pre20050929

ViewCVS and CVS Help