]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/array.c
First check if channel has mode "N", then check membership
[ngircd-alex.git] / src / ngircd / array.c
2014-03-17 Alexander BartonStreamline DEBUG_ARRAY, DEBUG_BUFFER, DEBUG_IO, DEBUG_ZIP
2014-03-17 Alexander BartonUpdate #include's: remove unused and add missing ones
2011-02-13 Alexander BartonCode cleanup: mostly removing empty lines
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2011-01-09 Florian Westphalarray: remove check for allocated == 0
2011-01-09 Florian Westphalarray: remove alignment of requested size
2008-09-13 Florian WestphalTLS/SSL support: code changes.
2007-11-18 Alexander BartonFix code to compile using K&R C compiler and ansi2kr...
2006-12-28 Alexander Bartonarray_free(): enable debug code only when DEBUG_ARRAY...
2006-12-17 Florian Westphalfix possibe buffer-off-by one
2006-09-30 Florian Westphalarray_get: no need to multiply again. remove unneeded...
2006-07-01 Florian WestphalALIGN_XXX( v ) macros now leave v alone if it was alrea...
2006-05-09 Florian Westphaldisabled most (rather annoying) debug messages using...
2006-05-07 Florian Westphalminor cleanup, removed unneeded check in safemult_sizet
2005-08-30 Florian Westphaluse size_t instead of unsigned int.
2005-08-28 Florian Westphalfix embarassing cut&paste error
2005-08-28 Florian Westphalarray_cat0_temporary(): removed confusing DEBUG messages
2005-07-28 Florian Westphaladd array_cat0_temporary() and array_init()
2005-07-14 Alexander BartonBrought some debug log messages "in line".
2005-07-11 Florian Westphalchange assertions to stop splint from complaining
2005-07-07 Florian Westphalsafemult_uint(): return bool
2005-07-07 Florian Westphaladd new buffer abstraction layer