1. 513d76f Fix zlib BIO_METHOD for latest BIO_METHOD structure changes by Matt Caswell · 8 years ago
  2. 69588ed Check for errors allocating the error strings. by Kurt Roeckx · 9 years ago
  3. 0cd0a82 Remove unused error/function codes. by Rich Salz · 9 years ago
  4. b6cff31 Manual fixes after copyright consolidation by Rich Salz · 9 years ago
  5. 6286757 Copyright consolidation 04/10 by Rich Salz · 9 years ago
  6. 45c6e23 Remove --classic build entirely by Richard Levitte · 9 years ago
  7. 5a5c0b9 Remake the way dynamic zlib is loaded by Richard Levitte · 9 years ago
  8. b3599db Rename int_*() functions to *_int() by Matt Caswell · 9 years ago
  9. 342c21c Rename lots of *_intern or *_internal function to int_* by Matt Caswell · 9 years ago
  10. 02a247e Deprecate COMP_zlib_cleanup() and make it a no-op by Matt Caswell · 9 years ago
  11. 222e620 Fix the zlib config option by Matt Caswell · 9 years ago
  12. 921de15 Move dso.h to internal by Rich Salz · 9 years ago
  13. 04f6b0f RT4660: BIO_METHODs should be const. by David Benjamin · 9 years ago
  14. 007c80e Remove the remainder of util/mk1mf.pl and companion scripts by Richard Levitte · 9 years ago
  15. 45502bf Always build library object files with shared library cflags by Richard Levitte · 9 years ago
  16. ce192eb Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND by Richard Levitte · 9 years ago
  17. d63a5e5 Remove outdated DEBUG flags. by Rich Salz · 9 years ago
  18. 0fc32b0 The new init functions can now fail so shouldn't be void by Matt Caswell · 9 years ago
  19. f672aee Rename INIT funtions, deprecate old ones. by Rich Salz · 9 years ago
  20. 7b9f8f7 Auto init/deinit libcrypto by Matt Caswell · 9 years ago
  21. 0d4fb84 GH601: Various spelling fixes. by FdaSilvaYY · 9 years ago
  22. 777a288 unified build scheme: add build.info files by Richard Levitte · 9 years ago
  23. ced2c2c Templatize util/domd by Rich Salz · 9 years ago
  24. 3498076 Remove /* foo.c */ comments by Rich Salz · 9 years ago
  25. 56c77c5 Remove update tags by Rich Salz · 9 years ago
  26. ee6d9f4 Remove some old makefile targets by Rich Salz · 9 years ago
  27. d10dac1 Move Makefiles to Makefile.in by Rich Salz · 9 years ago
  28. ff4b7fa make update by Richard Levitte · 9 years ago
  29. 90945fa Continue standardising malloc style for libcrypto by Matt Caswell · 9 years ago
  30. b8fb598 Rebuild error source files. by Dr. Stephen Henson · 9 years ago
  31. 64b2575 remove 0 assignments. by Rich Salz · 10 years ago
  32. b51bce9 Add and use OPENSSL_zalloc by Rich Salz · 10 years ago
  33. 8cbb153 Fixed problem with multiple load-unload of comp zlib by David Brodski · 10 years ago
  34. 121ee39 Fix -DZLIB build for opaque COMP types by Rich Salz · 10 years ago
  35. 0f539dc Fix the update target and remove duplicate file updates by Richard Levitte · 10 years ago
  36. 9a55570 Make COMP_CTX and COMP_METHOD opaque by Rich Salz · 10 years ago
  37. 16f8d4e memset, memcpy, sizeof consistency fixes by Rich Salz · 10 years ago
  38. 45ddce2 Remove the fake RLE compression method. by Rich Salz · 10 years ago
  39. b4faea5 Use safer sizeof variant in malloc by Rich Salz · 10 years ago
  40. efa7dd6 free NULL cleanup 11 by Rich Salz · 10 years ago
  41. b548a1f free null cleanup finale by Rich Salz · 10 years ago
  42. b196e7d remove malloc casts by Rich Salz · 10 years ago
  43. a80e33b Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant by Richard Levitte · 10 years ago
  44. dee502b Stop symlinking, move files to intended directory by Richard Levitte · 10 years ago
  45. 4d428cd Dead code removal: #if 0 bio, comp, rand by Rich Salz · 10 years ago
  46. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  47. f072785 Remove fipscanister build functionality from makefiles. by Dr. Stephen Henson · 10 years ago
  48. 8cfe08b Remove all .cvsignore files by Rich Salz · 10 years ago
  49. e2b798c Assorted bugfixes: by Bodo Möller · 14 years ago
  50. df6de39 Change AR to ARX to allow exclusion of fips object modules by Dr. Stephen Henson · 14 years ago
  51. 1b31b5a Modify compression code so it avoids using ex_data free functions. This by Dr. Stephen Henson · 15 years ago
  52. 1f6e9bc Missing return values (Coverity ID 204). by Ben Laurie · 16 years ago
  53. 8931b30 And so it begins... by Dr. Stephen Henson · 17 years ago
  54. 30e5e8a - use OPENSSL_malloc() etc. in zlib by Nils Larsch · 18 years ago
  55. 47a9d52 Update from 0.9.8 stable. Eliminate duplicate error codes. by Dr. Stephen Henson · 18 years ago
  56. 15ac971 Update filenames in makefiles. by Dr. Stephen Henson · 19 years ago
  57. ad2695b Update from 0.9.8-stable. by Dr. Stephen Henson · 19 years ago
  58. 0d894c9 Make ZLIB without ZLIB_SHARED compiled again. by Dr. Stephen Henson · 19 years ago
  59. da5a0e8 Add error checking to avoid crashing when zlib cannot be loaded. by Dr. Stephen Henson · 19 years ago
  60. 283c3e2 Only define ZLIB_SHARED if it hasn't already been defined (on the command by Richard Levitte · 20 years ago
  61. ce92b6e Further BUILDENV refinement, further fool-proofing of Makefiles and by Andy Polyakov · 20 years ago
  62. 81a86fc Fool-proofing Makefiles by Andy Polyakov · 20 years ago
  63. 29dc350 Rebuild error codes. by Dr. Stephen Henson · 20 years ago
  64. 4bb61be Add emacs cache files to .cvsignore. by Richard Levitte · 20 years ago
  65. 42ba5d2 Blow away Makefile.ssl. by Ben Laurie · 20 years ago
  66. a7201e9 Changes concering RFC 3820 (proxy certificates) integration: by Richard Levitte · 20 years ago
  67. bdbc9b4 Make whiny compilers stop complaining about missing prototype. by Andy Polyakov · 20 years ago
  68. a2ac429 Don't use $(EXHEADER) directly in for loops, as most shells will break by Richard Levitte · 20 years ago
  69. 5b0f1f7 Because libraries on Windows lack useful version information, the zlib by Richard Levitte · 20 years ago
  70. 9c52d2c After the latest round of header-hacking, regenerate the dependencies in by Geoff Thorpe · 21 years ago
  71. c57bc2d make update by Geoff Thorpe · 21 years ago
  72. 79b42e7 Use sh explicitely to run point.sh by Richard Levitte · 21 years ago
  73. 66b82f5 make update by Geoff Thorpe · 21 years ago
  74. 8242354 Make sure int SSL_COMP_add_compression_method() checks if a certain by Richard Levitte · 21 years ago
  75. c40b9bd Setting the ex_data index is unsafe in a threaded environment, so by Richard Levitte · 21 years ago
  76. 6895cca Remove unused code, don't use zlib functions that are really macros by Richard Levitte · 22 years ago
  77. 9b94f21 Define COMP method function prototypes properly. by Richard Levitte · 22 years ago
  78. 78951e7 Make sure we get the definition of OPENSSL_NO_ERR. by Richard Levitte · 22 years ago
  79. 8228f30 Add some debugging output. by Richard Levitte · 22 years ago
  80. 86a62cf Implement a stateful variant if the ZLIB compression method. The old by Richard Levitte · 22 years ago
  81. 001ab3a Use double dashes so makedepend doesn't misunderstand the flags we by Richard Levitte · 22 years ago
  82. e984b2a If we're loading libz dynamically, and COMP_zlib() is called more than once, by Richard Levitte · 23 years ago
  83. 17085b0 Pass CFLAG to dependency makers, so non-standard system include paths are by Richard Levitte · 23 years ago
  84. 245f44e add automatically generated ERR_load_... prototype by Bodo Möller · 23 years ago
  85. 138d8ab make update by Richard Levitte · 23 years ago
  86. d6a89fc Do not forget to compile comp_err.c by Richard Levitte · 23 years ago
  87. f8000b9 'make update' by Richard Levitte · 24 years ago
  88. d66ace9 Start to reduce some of the header bloat. by Ben Laurie · 24 years ago
  89. 710e5d5 make update by Richard Levitte · 24 years ago
  90. dbad169 Really add the EVP and all of the DES changes. by Ben Laurie · 24 years ago
  91. 4e20b1a Instead of telling both 'make' and the user that ranlib by Bodo Möller · 24 years ago
  92. d88a26c make update by Richard Levitte · 24 years ago
  93. 41d2a33 e_os.h does not belong with the exported headers. Do not put it there by Richard Levitte · 24 years ago
  94. bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
  95. cf1b7d9 Make all configuration macros available for application by making by Richard Levitte · 24 years ago
  96. 4978361 Make depend. by Ben Laurie · 24 years ago
  97. 8df788c COMP_zlib should always be declared, even if it is not functional. by Bodo Möller · 24 years ago
  98. 1363155 A few bug fixes for Windows. by Richard Levitte · 24 years ago
  99. a4614bf COMP_METHOD has a new argument since some time back... by Richard Levitte · 24 years ago
  100. c4438dc Change c_zlib further to allow loading a shared zlib on all operating by Richard Levitte · 24 years ago