]> git.meshlink.io Git - meshlink/history - lib/xmalloc.c
Never automatically try to bind to ports >= 32768.
[meshlink] / lib / xmalloc.c
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2009-12-31 Guus SliepenMove source from lib/ to src/.
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-10-18 Guus SliepenInclude missing header.
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-09-08 Guus SliepenAdd xasprintf() and xvasprintf().
2006-12-16 Guus SliepenWe do properly check for malloc and realloc.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2002-08-24 Guus SliepenGettext 1.11.5 compatibility.
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2000-11-29 Ivo Timmermansxstrdup now takes a const pointer as an argument.
2000-11-21 Guus Sliepen- Check for NULL tree->delete callback
2000-11-16 Ivo TimmermansNew function: xmalloc_and_zero, which initialises the...
2000-10-20 Ivo TimmermansNew function: xalloc_and_zero()
2000-10-18 Ivo TimmermansBring head revision up to date with cabal (try #3)
2000-10-17 Ivo TimmermansDon't declare cp_file and cp_line in xmalloc()
2000-05-04 Ivo TimmermansInclude stdio.h for fprintf.
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