Forcibly enable memory leak checking during "make test"
[openssl.git] / Configure
2001-03-11 Bodo MöllerForcibly enable memory leak checking during "make test"
2001-03-09 Bodo MöllerWorkaround for solaris64 linking problem (explicit...
2001-03-08 Bodo MöllerFixes to make 'no-ec' work (it should not turn 'objects...
2001-03-07 Richard LevitteCode for better build under Darwin (MacOS X).
2001-03-02 Richard LevitteIntroduce the possibility to access global variables...
2001-02-22 Richard LevitteDefine the OPENSSL_NO_* macros as NO_* macros for the...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-20 Richard LevitteI'm sick of the warnings about long long...
2001-02-19 Ulf MöllerTemporary fix for build break.
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-19 Richard LevitteAn obvious but hard-to-see cut'n'paste error corrected.
2001-02-13 Richard LevitteUpdate of linux-ppc. Contributed by MATSUURA Takanori
2001-02-09 Bodo Mölleradd linux-s390 configuration (based on information...
2001-02-04 Ben LaurieBN assembler is no longer option on x86.
2001-01-24 Dr. Stephen HensonAdd debugging info to new ASN1 code to trace memory...
2001-01-22 Ulf MöllerDefinition of NO_KRB5 in ssl.h for external applications.
2001-01-11 Richard LevitteAdd configuration for GNU Hurd.
2000-12-31 Richard LevitteTemporary measure: if no KRB5 is defined, add "no-krb5...
2000-12-13 Richard LevitteWhen using -pedantic, it's a good thing to define PEDAN...
2000-12-01 Richard LevitteRecognise Darwin as well. For now, have it do exactly...
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-18 Richard LevitteI might want to debug the assembler modules...
2000-11-12 Richard LevitteUpdate my own debugging configuration entry
2000-11-08 Richard LevitteRemove references to RSAref. The glue library is but...
2000-11-07 Richard LevitteLutz tells me HP cc uses the same syntax for flags...
2000-11-07 Richard Levitteshl_load() also needs to load along a path given through an
2000-11-01 Richard LevitteAdd support for shared libraries under Irix.
2000-10-31 Richard LevitteRename true64 to the correct tru64.
2000-10-31 Richard LevitteAdd configuration option to build on Linux on both...
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-21 Richard LevitteFreeBSD-elf can do threads. However, there seems to...
2000-10-21 Richard LevitteAdd what's needed to get shared libraries on HP-UX.
2000-10-13 Richard LevitteEven when you don't want to create shared libraries...
2000-10-13 Richard LevitteRework the system to generate shared libraries:
2000-10-09 Richard LevitteMake sure that shareable libraries are turned off if...
2000-10-08 Richard LevitteLinux on Alpha with gcc knows about shared libraries.
2000-09-22 Richard LevitteKris Kennaway <kris@FreeBSD.org> tells us that FreeBSD...
2000-09-21 Richard LevittePortability patch for HP MPE/iX. Submitted by Mark...
2000-09-18 Richard LevitteHP-UX 64-bit has dlfcn, so let's use that instead of...
2000-09-18 Richard LevitteTypo in the added hpux targets. -ldl should be -ldld.
2000-09-17 Richard LevitteA patch from HP for better performance.
2000-09-14 Richard LevitteAdd a configuration for Sony News 4.
2000-09-13 Richard LevitteMake sure that Configure will defined DSO_WIN32 for...
2000-09-11 Richard Levittedebug-linux-elf and debug-linux-elf-efence need to...
2000-09-06 Bodo MöllerChanges for QNX: there is no thread support, and the...
2000-09-05 Dr. Stephen Henson*BIG* verify code reorganisation.
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-09-01 Bodo MöllerQNX 4 support.
2000-08-17 Richard LevitteAllow reconfiguration. This can be useful if some...
2000-08-14 Richard LevitteIBMcxx complains that maxmem is as low as 2048 for...
2000-08-02 Richard LevitteAdded and corrected documentation for the 'shared'...
2000-08-02 Richard LevitteI had completely forgotten that print_table_entry also...
2000-08-02 Richard LevitteAdd support for shared libraries on Solaris.
2000-07-24 Richard LevitteAvoid loops, and make sure that it's possible to still...
2000-07-21 Richard LevitteRedo and enhance the support for building shared librar...
2000-06-21 Geoff Thorpe* This adds some checking to the 'dlfcn' DSO_METHOD...
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-08 Bodo MöllerAnother attempt to allow compiling on SunOS 4.*.
2000-06-06 Ulf MöllerOption "no-symlinks" to configure without creating...
2000-06-06 Andy PolyakovMT-support for IRIX 6.x and Alpha-Linux
2000-06-04 Richard LevitteAccording to Gordon Atwood <gordon@cs.ualberta.ca>...
2000-06-03 Ulf MöllerCygWin32 support.
2000-06-03 Ben LaurieEVP constification.
2000-06-01 Geoff ThorpeThis change will cause builds (by default) to not use...
2000-05-30 Geoff Thorpe"make update"
2000-05-29 Richard LevitteConfiguration for linux on ARM (contributed by Jeremy...
2000-05-24 Richard LevitteAdd the target system linux-m68k
2000-05-18 Dr. Stephen HensonFix c_rehash script, add -fingerprint option to crl.
2000-05-08 Richard LevitteBeing sick and tired of the hogging Efence does on...
2000-04-06 Geoff ThorpeI forgot about $openssl_other_defines ... should probab...
2000-04-06 Geoff ThorpeThis helps make the DSO stuff more portable;
2000-04-04 Geoff ThorpeThis commit ties the new DSO code (crypto/dso/) into...
2000-03-25 Bodo MöllerList "no-..." option first because it's the most freque...
2000-03-25 Bodo MöllerExplain configuration options more completely.
2000-03-24 Richard LevitteA couple of corrections concerning HPUX 10 and shared...
2000-03-23 Richard LevitteA quick hack to have ssize_t work with gcc under SunOS...
2000-03-12 Bodo Möllercleaning up a little
2000-03-07 Richard LevitteProtect variables from potential misinterpretations...
2000-03-02 Richard LevitteI'm experimenting with a hack in dopr() and friends...
2000-02-29 Ulf Möllersome people can't read :)
2000-02-29 Ralf S. EngelschallAdded configuration support for Linux/IA64
2000-02-28 Bodo MöllerSwitch to 0.9.6, and finally remove the annoying message
2000-02-26 Ulf MöllerReorganize bn_mul.c (no bugfix yet), remove obsolete...
2000-02-26 Richard LevitteAdd support for Unixware 7. Thanks to Ron Record ...
2000-02-25 Ulf Möllerlinux-ppc
2000-02-25 Bodo MöllerUse threads for linux-ppc.
2000-02-24 Bodo MöllerDon't define platform-dependent preprocessor symbols...
2000-02-23 Richard LevitteAvoid saving any macros starting with a _, since that...
2000-02-21 Bodo MöllerMove MAC computations for Finished from ssl3_read_bytes...
2000-02-21 Ulf MöllerMore compact Configure usage message.
2000-02-20 Dr. Stephen HensonChange the 'other' structure in certificate aux info.
2000-02-18 Bodo MöllerKeep variable names consistent with corresponding pre...
2000-02-18 Ulf MöllerMake excluded cipher entry in opensslconf.h a bit more...
2000-02-18 Bodo MöllerStay compatible to older Perl5 releases (see diff ...
2000-02-18 Bodo MöllerAvoid potential conflicts between #defines in opensslco...
2000-02-18 Richard LevitteMake Configure add the configuration options that it...
2000-02-15 Andy PolyakovAvoid GNU C assembler templates under Solaris x86.
2000-02-12 Andy PolyakovHP-UX tune-up: new unified configs, HP C compiler bug...
2000-02-06 Andy PolyakovSupport for MacOS X (Rhapsody) is added. Also get rid...
2000-02-05 Bodo MöllerGenerate just one error code if iterated SSL_CTX_get...
next