Update copyright year
[openssl.git] / crypto / bio / bio_lib.c
2020-04-23 Matt CaswellUpdate copyright year
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-02-21 Dr. David von OheimbDon't exclude quite so much in a no-sock build
2019-09-28 Dr. Matthias St... Reorganize local header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-04 Matt CaswellFix the BIO callback return code handling
2018-03-19 Bernd EdlingerFix bio callback backward compatibility
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard LevitteBIO: at the end of BIO_new, declare the BIO inited...
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-10-18 KaoruTodaRemove parentheses of return.
2016-12-02 Matt CaswellFix a typo in bio_read_intern
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-10-28 Benjamin KadukTry to unify BIO read/write parameter names
2016-10-28 Matt CaswellFix more shadowed variable warnings
2016-10-28 Matt CaswellFix some feedback issues for BIO size_t-ify
2016-10-28 Matt CaswellAdd some sanity checks for BIO_read* and BIO_gets
2016-10-28 Matt CaswellMore parameter naming of BIO_read*/BIO_write* related...
2016-10-28 Matt CaswellEnsure that BIO_read_ex() and BIO_write_ex() only retur...
2016-10-28 Matt CaswellFix some bogus uninit variable warnings
2016-10-28 Matt CaswellEnsure all BIO functions call the new style callback
2016-10-28 Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28 Matt CaswellCreate BIO_read_ex() which handles size_t arguments
2016-08-21 Rich SalzMove BIO index lock creation
2016-08-20 Rich SalzAdd BIO_get_new_index()
2016-07-25 FdaSilvaYYDiscard BIO_set(BIO* bio) method
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-04-28 FdaSilvaYYBIO_free should call method->destroy before free'ing...
2016-04-28 FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value
2016-04-14 Matt CaswellFix ex_data locks issue
2016-04-14 Matt CaswellEnsure all locks are properly cleaned up
2016-03-29 Matt CaswellMake BIO opaque
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_BIO to new multi-threading API
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-03 Richard LevitteRefactoring BIO: adapt BIO_s_connect and BIO_s_accept
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-23 Rich SalzFix a few missed "if (!ptr)" cleanups
2015-06-10 Matt CaswellChange BIO_number_read and BIO_number_written() to...
2015-06-10 Matt CaswellFix memory leaks in BIO_dup_chain()
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-04-28 Rich Salzremove malloc casts
2015-03-25 Rich Salzfree NULL cleanup
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-07-09 Matt CaswellFix memory leak in BIO_free if there is no destroy...
2012-04-16 Andy PolyakovMinor compatibility fixes.
2010-06-12 Ben LaurieFix warnings.
2009-06-25 Dr. Stephen HensonUpdate from 1.0.0-stable
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben Lauriesize_tification.
2006-11-29 Nils Larschreplace macros with functions
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2004-03-25 Richard LevitteMake prototypes for some callback pointers.
2003-01-30 Richard LevitteA few small bugs with BIO popping.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-12 Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2000-09-07 Dr. Stephen HensonUgh, BIO_find_type() cannot be passed a NULL.
2000-09-07 Dr. Stephen HensonAdd docs for BIO_find_type() and friends.
2000-09-05 Bodo MöllerRemove silly test for b->references at the end of BIO_w...
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-16 Ben LaurieTypesafe Thought Police part 4.
2000-05-15 Ulf MöllerGet rid of more non-ANSI declarations.
2000-02-29 Bodo Möller'rand' application for creating pseudo-random files.
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-08 Dr. Stephen HensonAdd -prexit command to s_client and patch some BIO
1999-06-12 Bodo MöllerBIO pairs.
1999-06-07 Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-19 Ulf MöllerFix typos in error codes.
1999-04-17 Ben LaurieMassive constification.
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...