Sensible defaults for $INTERFACE.
[tinc] / lib /
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