More checks for missing functions.
[oweals/tinc.git] / lib /
2003-07-28 Guus SliepenMore checks for missing functions.
2003-07-24 Guus SliepenSprinkle around a lot of const and some C99 initialisers.
2003-07-21 Guus SliepenBe consistent.
2003-07-18 Guus SliepenCheck for ethernet/ipv4/ipv6 related structures.
2003-07-18 Guus SliepenRemove all #ifndefs from route.c
2003-07-18 Guus SliepenEven more missing definitions.
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-12 Guus SliepenUpdate copyrights.
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-11 Guus SliepenMore missing IPv6 definitions and autoconf checks to...
2003-07-07 Guus SliepenMore missing definitions.
2003-07-07 Guus SliepenActually add ipv6.h.
2003-07-07 Guus SliepenProvide all missing IPv6 definitions in lib/ipv6.h.
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2003-06-11 Guus SliepenFixes from Wessel Danker's libavl.
2003-01-17 Guus SliepenVarious fixes for autoconf and OpenSSL 0.9.7 and a...
2002-09-15 Guus SliepenSmall fixes so tinc compiles out of the box on SunOS 5.8
2002-09-10 Guus SliepenMake sure malloc() is declared.
2002-09-10 Guus SliepenFix placement of #include "config.h"
2002-09-10 Guus SliepenFix compiler warnings.
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-09-04 Guus SliepenTypo.
2002-09-04 Guus SliepenAdd missing headers.
2002-09-03 Guus SliepenMake sure setlocale() is available.
2002-08-24 Guus SliepenGettext 1.11.5 compatibility.
2002-07-12 Guus SliepenInclude complete fake-getname/addrinfo from OpenSSH.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-06-09 Ivo TimmermansInclude a few more header files
2002-06-09 Ivo Timmermansgetnameinfo fixes
2002-06-09 Ivo TimmermansOSX support
2002-03-27 Guus SliepenExtend list_t with the number of elements in the list.
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-11-16 Ivo TimmermansAdded dropin replacements for get*info and helper funct...
2001-11-05 Guus SliepenMore fixes for Solaris.
2001-11-05 Guus SliepenVarious fixes needed for Solaris.
2001-02-27 Guus SliepenRemoved compiler warning.
2001-02-25 Guus SliepenFree node->data and node, not node->data twice.
2001-02-20 Wessel DankersImportant bugfix in avl_insert_before() and avl_insert_...
2001-02-11 Ivo TimmermansMore files to ignore in CVS
2001-02-11 Guus Sliepen- Updated CVS_CREATED to remove intl/ directory and...
2001-02-06 Guus SliepenFix memory leak in avl_insert() if item was already...
2001-02-06 Guus SliepenFreeBSD compile fixes (thanks to XeF4)
2001-01-08 Guus Sliepen- Sign was wrong in search_closest_smaller/greater
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-07 Guus Sliepen- Changed list routines to give it the same look'n...
2001-01-06 Guus Sliepen- Changed license of AVL tree library to GPL.
2001-01-05 Guus Sliepen- Doubled size of trace buffer for easier debugging.
2001-01-05 Guus Sliepen- AVL tree routines: faster than RBL, and also more...
2000-11-29 Ivo Timmermansxstrdup now takes a const pointer as an argument.
2000-11-29 Ivo TimmermansCheck for get_current_dir_name. There is a replacement...
2000-11-28 Ivo Timmermansdropin.c/h contain a set of drop-in replacements for...
2000-11-24 Guus Sliepen- Added daemon() replacement.
2000-11-24 Guus SliepenAnother big & bad commit:
2000-11-24 Ivo TimmermansSet errno to 0 before trying to kill the other process.
2000-11-22 Guus Sliepen- #include <stdlib.h> instead of <malloc.h>
2000-11-22 Guus Sliepen- Fixed all (except 2) compiler warnings gcc -Wall...
2000-11-22 Guus Sliepen- More porting to FreeBSD and Solaris.
2000-11-22 Guus Sliepen- Write pidfile AFTER detaching...
2000-11-22 Guus Sliepen- Cleaned up and checked for some more NULL pointers...
2000-11-21 Guus Sliepen- Check for NULL tree->delete callback
2000-11-20 Guus Sliepen- Various small fixes.
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.
2000-11-19 Guus Sliepen- Small fixes
2000-11-19 Guus Sliepen- Deletion also works now.
2000-11-19 Guus Sliepen- Fixed a lot of small things. Tested everything except...
2000-11-18 Guus Sliepen- Fix tree head/tail upon insertion
2000-11-18 Guus Sliepen- Implemented deletions
2000-11-18 Guus Sliepen- Fixed searching
2000-11-16 Ivo TimmermansUse proper prototypes.
2000-11-16 Ivo TimmermansNew function: xmalloc_and_zero, which initialises the...
2000-11-16 Guus Sliepen- Added balanced tree management stuff as well. (It...
2000-11-15 Ivo TimmermansList management and manipulation routines.
2000-11-08 Guus Sliepen- Make checkpoint tracing a compile time option (off...
2000-11-08 Guus SliepenPorting to SunOS 5.8:
2000-11-07 Guus SliepenPorting to SunOS 5.8:
2000-10-28 Guus Sliepen- Lots of small fixes
2000-10-21 Guus Sliepen- Fixed all debug levels.
2000-10-20 Guus Sliepen- Made Makefile.am stub for doc/es/
2000-10-17 Ivo TimmermansDon't declare cp_file and cp_line in xmalloc()
2000-10-16 Guus Sliepen- Fixing little things
2000-10-15 Guus Sliepen- The daemon actually runs now (somewhat)
2000-10-14 Guus Sliepen- Second fixing-things pass: it even links now.
2000-10-11 Guus Sliepen- Fixing-things pass: every source file compiles into...
2000-09-14 Ivo TimmermansAdded some structures and types that are needed for...
2000-06-06 Ivo TimmermansInclude ../intl in the include path, and add @INTLLIBS...
2000-05-04 Ivo TimmermansInclude stdio.h for fprintf.
2000-05-03 Ivo Timmermansgetopt_long() support for platforms that don't have it.
2000-05-03 Ivo TimmermansDon't use error.h or error(), put #error in front of...
2000-04-17 Ivo TimmermansPass the requested size from xmalloc() and xrealloc...
2000-03-26 Ivo TimmermansInitial revision