pyldb: avoid segfault when adding an element with no name
[sfrench/samba-autobuild/.git] / lib / replace / wscript
2019-02-17 Björn Jackereplace: remove needless vxfs header file check
2019-01-10 Björn Jackewaf:lib/replace: fix a build error with non-gcc compilers
2018-12-20 Andreas Schneiderreplace: Add memset_s to replacement functions
2018-11-30 Andreas Schneiderreplace: Correctly check for 'extern char **environ...
2018-11-13 Martin Schwenkereplace: Add check for variable program_invocation_shor...
2018-11-12 Andreas Schneiderlib:replace: Add getprogname()
2018-10-16 Andreas Schneiderreplace: Add memset_s() if not available
2018-09-16 Noel PowerPY3: fix iteritems usage, not supported in python3
2018-09-10 Stefan MetzmacherRevert "lib/replace: force to unset defines if check...
2018-09-08 Alexander Bokovoylib/replace: force to unset defines if check has failed
2018-09-07 Alexander Bokovoylib/replace/wscript: fix detection of a fallthrough...
2018-09-05 Alexander Bokovoylib/replace/wscript: update to handle waf 2.0.4
2018-07-24 Stefan Metzmacherlib/replace: also check for valgrind/helgrind.h
2018-07-24 Stefan Metzmacherreplace: add checks for atomic_thread_fence(memory_orde...
2018-07-24 Stefan Metzmacherlib/replace: check for __thread support
2018-07-04 Amitay Isaacsreplace: Be strict when checking __attribute__ features
2018-07-03 Björn Jackebuild: bundle and reduce huge number of EA function...
2018-07-02 Amitay Isaacsreplace: Add test for sin6_len in sockaddr_in6 structure
2018-04-03 Andreas Schneiderreplace: Check for -Wno-strict-overflow
2018-03-20 Noel Powerlib:replace: Fix linking when libtirpc-devel overwrites...
2018-03-01 Andreas Schneiderlib:replace: Add FALL_THROUGH support
2018-02-27 Andreas Schneiderreplace: Only warn if rpc/rpc.h haven't been found
2018-01-22 Andreas Schneiderwaf: Fix NFS quota support with libtirpc
2018-01-22 Günther Deschnerbuild: deal with recent glibc sunrpc header removal
2017-11-22 Uri Simchonibuild: detect availability of -Wno-unused-function
2017-10-20 Andrew Bartlettreplace: Link to -lbsd when building replace.c by hand
2017-09-25 Gary Lockyers4:smbd: call setproctitle_init
2017-08-23 Volker Lendeckeconfigure: Centralize check for posix_fallocate
2017-06-23 Björn Baumbachwaf:lib/replace: Fix building with older GCC versions
2017-06-13 Gary Lockyerstrerror_r: provide XSI-compliant strerror_r
2017-06-01 Andreas Schneiderwaf: Do not trhow a format-truncation error for test...
2017-06-01 Gary Lockyerpassword_hash: conditional compilation for crypt_r
2017-03-16 Amitay Isaacsreplace: Fix compiler warning flag
2017-02-22 Chris LambCorrect "seperate" typos.
2017-02-10 Douglas Bagnalllib/replace tests: prevent GCC fretting over snprintf...
2017-01-02 Lukas SlebodnikWAF: Fix detection of IPv6
2016-08-23 Volker Lendeckelibreplace: Ask for eventfd(2)
2016-06-13 Volker Lendeckelibreplace: Add a closefrom() implementation
2016-04-25 Jérémie Courrèges... Fix CHECK_CODE usage in atomics builtin detection
2015-11-19 Volker Lendeckelibreplace: Only check for malloc.h if needed
2015-11-19 Volker Lendeckelibreplace: Put the malloc.h check on a line of its own
2015-11-19 Volker Lendeckelibreplace: Only check malloc.h once
2015-11-06 Thomas Nagybuild:wafsamba: Remove samba_utils.runonce
2015-10-27 Thomas Nagybuild:wafsamba: dead code removal in gettext detection
2015-10-01 Volker Lendeckelibreplace: Fix the build on Solaris
2015-09-09 Andreas Schneiderreplace: Fix check for gettimeofday()
2015-07-29 Jeremy Allisonlib: replace: Add strsep function (missing on Solaris).
2015-06-12 Stefan Metzmacherlib/replace: remove unused HAVE_DECL_PTHREAD_{MUTEXATTR...
2015-06-12 Stefan Metzmacherlib/replace: fix PTHREAD_MUTEX_ROBUST fallback to PTHRE...
2015-06-10 Stefan Metzmacherlib/replace: add signal related configure checks
2015-03-31 David Disseldorpreplace: check for dirname() and basename()
2015-03-26 Jelmer VernooijMove waf into third_party/.
2015-03-13 Andreas Schneiderreplace: Remove superfluous check for gcrypt header.
2015-02-15 Jeremy AllisonAdd Solaris ports as a tevent backend.
2015-01-08 Stefan Metzmacherwafsamba: move -fvisibility=hidden checks from lib...
2015-01-08 Stefan Metzmacherwafsamba: move '-fstack-protector' checks from lib...
2015-01-08 Stefan Metzmacherwafsamba: move WERROR_CFLAGS checks from lib/replace...
2015-01-08 Stefan Metzmacherwafsamba: move compiler / cflags related stuff from...
2014-11-10 Jelmer VernooijDon't use a nested function when testing for visibility...
2014-09-16 Volker Lendeckereplace: Make EWOULDBLOCK always available
2014-08-31 Jelmer VernooijLook for system setproctitle before trying -lbsd.
2014-08-31 Jelmer Vernooijreplace: remove tabs.
2014-08-31 Jelmer Vernooijreplace: remove unused and duplicate imports.
2014-06-20 Michael Adamreplace:build: improve detection of srcdir
2014-06-07 Jeremy Allisonlib: tevent: make TEVENT_SIG_INCREMENT atomic.
2014-05-22 Volker Lendeckelibreplace-waf: Only check for _np functions if standar...
2014-05-22 Volker Lendeckelibreplace: Add support for pthread_mutex_consistent
2014-05-22 Volker Lendeckelibreplace: Add support for pthread_mutexattr_setrobust
2014-05-22 Stefan Metzmacherlibreplace: only add PTHREAD CFLAGS and LDFLAGS globall...
2014-05-22 Volker Lendeckelibreplace: Move thread checks from source3/wscript
2014-04-17 Andreas SchneiderRemove special socket_wrapper code.
2014-04-17 Andreas SchneiderRemove special nss_wrapper code
2014-04-17 Andreas SchneiderRemove uid_wrapper related code.
2014-04-17 Andreas Schneiderreplace: Add uid_wrapper_enabled().
2014-02-13 Christian Ambachwaf:lib/replace fix iconv checks on HP/UX
2014-01-17 Christian Ambachwaf:lib/replace gettext configure checks
2014-01-03 Christian Ambachwaf:lib/replace fix gettext detection
2014-01-03 Christian Ambachwaf:lib/replace change detection of gettext
2014-01-03 Christian Ambachwaf:lib/replace fix up libintl related checks
2014-01-03 Christian Ambachwaf:lib/replace correct detection of libiconv
2014-01-06 Volker Lendeckewaf: Fix the FreeBSD build with libinotify
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-09 Christian Ambachwaf: consolidate libintl related checks
2013-05-23 Andrew Bartlettlib/replace: Set BROKEN_STRNLEN and BROKEN_STRNDUP...
2013-05-17 Christian Ambachwaf: only use -fstack-protector when both compiler...
2013-03-06 Ira Cooperwaf: add -fstack-protector to LDFLAGS if detected.
2013-03-05 Andreas Schneiderwaf: Correctly check for prctl in just one place.
2013-02-22 Björn Jackebuild: use -fstack-protector if available
2013-02-22 Björn JackeRevert "wafbuild: use -Wstack-protector if available"
2013-01-15 Björn Baumbachbuild(waf)-libreplace: remove redundant check for flist...
2013-01-15 Jeremy Allisonlib/replace: Add ucontext configure waf checks.
2013-01-14 Volker LendeckeFix bug 9548: Correctly detect O_DIRECT
2012-12-03 Andreas Schneiderreplace: Remove deprecated getpass() support.
2012-10-30 Björn Jackewafbuild: use -Wstack-protector if available
2012-10-30 Björn Jackewafbuild: reorder the Werror checks so that the ambigou...
2012-10-30 Björn Jackewafbuild: merge the missing IBM compiler Werror flag...
2012-10-30 Björn Jackewfabuild: fix the -errwarn compile flag test
2012-10-23 Andrew Bartlettlib/replace: Fix configure on FreeBSD: define_ret is...
2012-10-23 Andrew Bartlettlib/replace: Fix detection of rpcsrv/yp_prot.h on FreeBSD
2012-09-29 Andrew Bartlettlib/replace: Add test for what flag we need for -Werror...
next