In the unified scheme, there is no $(TOP), use $(SRCDIR) instead
[openssl.git] / crypto / bio /
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
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2015-12-22 Rich SalzCleanup CRYPTO_{push,pop}_info
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-13 Ben LaurieFix (incorrect) uninitialised variable warning.
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-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-11-02 Richard LevitteBIO_s_datagram() ctrl doesn't support SEEK/TELL, so...
2015-11-02 Richard LevitteHave BIO_get_conn_int_port use BIO_ctrl instead BIO_int...
2015-10-23 Alessandro GhediniRemove useless code
2015-10-05 Andy PolyakovHarmonize pointer printing and size_t-fy casts.
2015-10-05 Andy Polyakovbio/bss_log.c: harmonize format string to silence ...
2015-10-05 Andy PolyakovExplicitly cast INVALID_SOCKET to (int) to address...
2015-09-30 David WoodhouseFix no-stdio build
2015-09-23 Matt CaswellAdd BIO_CTRL_DGRAM_SET_PEEK_MODE
2015-09-21 David WoodhouseRT3479: Add UTF8 support to BIO_read_filename()
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-06-28 Kurt RoeckxCheck dgram_sctp_write() return value.
2015-06-28 Kurt RoeckxCheck BIO_dgram_sctp_wait_for_dry() return value for...
2015-06-23 Rich SalzMore secure storage of key material.
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-06-02 Matt CaswellFix compilation failure for some tool chains
2015-06-02 Per AllanssonFix IP_MTU_DISCOVER typo
2015-05-26 Matt CaswellHandle unsigned struct timeval members
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Matt CaswellClarify logic in BIO_*printf functions
2015-04-28 Rich Salzrealloc of NULL is like malloc
2015-04-28 Rich Salzremove malloc casts
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-31 Richard LevitteRemove SSL_TASK, the DECnet Based SSL Engine
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-24 Mike FrysingerFix malloc define typo
2015-03-17 Matt CaswellRemove dead code from crypto
2015-03-10 Richard GodbeeBIO_debug_callback: Fix output on 64-bit machines
2015-03-06 Matt Caswellmake errors
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-02-13 Dr. Stephen Hensonsize_t for buffer functions.
2015-02-06 Rich SalzLive code cleanup: remove #if 1 stuff
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-30 Rich SalzDead code removal: #if 0 bio, comp, rand
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Matt CaswellFix post-reformat errors preventing windows compilation
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRerun util/openssl-format-source -v -c . master-post-auto-reformat
next