cherry pick pr-512 changes
[openssl.git] / crypto / bio /
2016-05-28 FdaSilvaYYAdd more zalloc
2016-05-28 FdaSilvaYYFix some missing inits
2016-05-27 Richard LevitteFix fmtstr for BIO_printf() et al
2016-05-27 Matt CaswellPrevent an overflow when trying to print excessively...
2016-05-27 Matt CaswellFix implementation of "e" and "g" formats for printing...
2016-05-27 Matt CaswellFix some issues in b_print.c code
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-18 Matt CaswellFix some malloc failures in b_addr.c
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-12 Richard LevitteDJGPP adjustments
2016-05-09 Matt CaswellFix BIO_eof() for BIO pairs
2016-05-09 J Mohan Rao Arisankalafew missing allocation failure checks and releases...
2016-05-04 Matt CaswellHandle malloc failures in BIO_accept
2016-04-29 Matt CaswellCheck for failed malloc in BIO_ADDR_new
2016-04-29 Richard Levittemake update
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-28 FdaSilvaYYvarious spelling fixes
2016-04-28 Richard LevitteFix BIO_set_nbio_accept()
2016-04-28 Matt CaswellDon't leak memory on failure to create a mem BIO
2016-04-28 Matt CaswellClose the accept socket on error
2016-04-28 Richard LevitteMake BIO_sock_error return a proper error code when...
2016-04-20 Davide GalassiBIO socket connect failure was not handled correctly.
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-14 Matt CaswellFix ex_data locks issue
2016-04-14 Matt CaswellEnsure all locks are properly cleaned up
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13 Matt CaswellDeprecate BIO_sock_cleanup() and make it a no-op
2016-04-11 Richard LevitteBIO: respect opening in text mode
2016-04-07 Andy PolyakovClean-up *_DEBUG options.
2016-04-07 Andy Polyakovbio/bss_file.c: since VS2015 one can't tell apart own...
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-04-03 Richard LevitteDon't shadow known symbols write, read, puts, gets
2016-04-02 Kirill Marinushkinmoved structure bio_buf_mem_st from headers to bss_mem.c
2016-04-02 Kirill Marinushkinsizeof() updated to cover coding style
2016-04-02 Kirill MarinushkinOptimized BIO mem read - without reallocation
2016-03-30 Richard LevitteFix pointer size issues on VMS
2016-03-30 Richard LevitteRearrange the use of 'proto' in BIO_lookup
2016-03-30 Richard LevitteAdapt bf_lbuf for opaque BIO
2016-03-29 Matt CaswellMake BIO opaque
2016-03-29 Matt CaswellAdd functions for creating BIO_METHODs
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-17 Rich SalzRemove Netware and OS/2
2016-03-17 Rich SalzRemove ultrix/mips support.
2016-03-11 Matt CaswellRemove some dead code from 1999
2016-03-11 Matt CaswellDon't clobber the last error
2016-03-10 Benjamin KadukAvoid negative array index in BIO_debug_callback()
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_BIO to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_GET*BYNAME to new multi-threading API
2016-03-07 Rich SalzISSUE 43: Add BIO_sock_shutdown
2016-02-25 Matt CaswellFix memory issues in BIO_*printf functions
2016-02-24 Flavio MedeirosGH480: Don't break statements with CPP stuff.
2016-02-22 FdaSilvaYYGH678: Add a few more zalloc
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-19 Emilia Kaspergetaddrinfo: zero the hints structure
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-17 Rich SalzRT4310: Fix varous no-XXX builds
2016-02-16 Richard LevitteOn solaris, the variable name sun clashes, use s_un...
2016-02-14 Rich SalzMake the BIO_ADDR param optional.
2016-02-14 Richard LevitteMake sure a socklen_t can compare with a sizeof() result
2016-02-13 Rob PercivalDefines OSSL_SSIZE_MAX
2016-02-12 Richard LevitteBetter workaround for VMS getnameinfo() bug
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-11 Rich SalzGH620: second diff from rt-2275, adds error code
2016-02-11 Richard LevitteRework BIO_ADDRINFO_protocol() to return correct values
2016-02-10 Rich SalzBIO_PAIR_DEBUG did nothing; remove it.
2016-02-10 Richard LevitteVMS getnameinfo() seems to have a bug with returned...
2016-02-08 Richard LevitteSmall fixes
2016-02-08 Rich SalzGH641: Don't care openssl_zmalloc
2016-02-08 Andy Polyakovbio/b_sock.c: cleanup obsolete stuff.
2016-02-08 Roumen Petrovavoid crash if hostserv is with host part only
2016-02-05 Matt CaswellAdd a BIO_ADDR_clear function
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-05 Richard LevitteVMS lacks socklen_t, give it one
2016-02-04 Richard LevitteUpdate crypto/bio/build.info
2016-02-04 Richard LevitteMake sure getaddrinfo and getnameinfo works as intended...
2016-02-04 Kurt RoeckxUse WSAGetLastError() on windows
2016-02-04 Viktor Szakatsbio_err.c: remove a reappeared filename comment
2016-02-04 Kurt RoeckxMake fallback addresses static so that we can initialize it
2016-02-03 Richard LevitteRefactoring BIO: Adapt BIO_s_datagram and all that...
2016-02-03 Richard Levittemake update
2016-02-03 Richard LevitteRefactoring BIO: adapt BIO_s_connect and BIO_s_accept
2016-02-03 Richard Levittemake update
2016-02-03 Richard LevitteRefactoring BIO: reimplement old socket handling functi...
2016-02-03 Richard Levittemake update
2016-02-03 Richard LevitteTemporary pragma to have GCC quiet down about deprecate...
2016-02-03 Richard LevitteRefactoring BIO: new socket-handling functions, depreca...
2016-02-03 Richard LevitteRefactoring BIO: add error macros & text, and make...
2016-02-03 Richard LevitteRefactoring BIO: Small adjustments
2016-02-03 Richard LevitteRefactoring BIO: add wrappers around sockaddr et al
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-31 Daniel Kahn GillmorRT4129: BUF_new_mem_buf should take const void *
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-17 Rich SalzRemove some old makefile targets
next