Code health: Stop using timeb.h / ftime() (VMS only)
[openssl.git] / crypto / bio / bss_dgram.c
2017-02-28 Richard LevitteCode health: Stop using timeb.h / ftime() (VMS only)
2016-12-19 Richard LevitteAdd bwrite_conv and bread_conv values to methods_dgramp...
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-05-17 Rich SalzCopyright consolidation 09/10
2016-05-12 Richard LevitteDJGPP adjustments
2016-03-21 David BenjaminRT4660: BIO_METHODs should be const.
2016-03-07 Rich SalzISSUE 43: Add BIO_sock_shutdown
2016-02-24 Flavio MedeirosGH480: Don't break statements with CPP stuff.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-03 Richard LevitteRefactoring BIO: Adapt BIO_s_datagram and all that...
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-13 Ben LaurieFix (incorrect) uninitialised variable warning.
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-02 Richard LevitteBIO_s_datagram() ctrl doesn't support SEEK/TELL, so...
2015-09-23 Matt CaswellAdd BIO_CTRL_DGRAM_SET_PEEK_MODE
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-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-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-01 Rich Salzfree null cleanup finale
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-24 Mike FrysingerFix malloc define typo
2015-03-05 Matt CaswellUnchecked malloc fixes
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-22 Matt CaswellFix post-reformat errors preventing windows compilation
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-06 Martin BrejchaFix memory leak.
2014-12-31 Kurt RoeckxAdd missing include of sys/time.h
2014-12-20 Michael TuexenFix incorrect OPENSSL_assert() usage.
2014-12-03 Matt CaswellThere are a number of instances throughout the code...
2014-11-17 Jan HykelDon't use msg on error.
2014-08-28 l.montecchiani@gma... RT2193: #ifdef errors in bss_dgram.c
2014-08-15 Jonas MaebeBIO_new_dgram_sctp, dgram_sctp_read: zero entire authchunks
2014-08-09 Rich SalzUndo a90081576c94f9f54de1755188a00ccc1760549a
2014-08-08 Rich SalzRemove DJGPP (and therefore WATT32) #ifdef's.
2014-05-11 Kurt RoeckxSet authkey to NULL and check malloc return value.
2014-05-11 Martin Brejchadgram_sctp_ctrl: authkey memory leak
2014-03-06 Andy Polyakovbss_dgram.c,d1_lib.c: make it compile with mingw.
2013-11-01 Robin SeggelmannDTLS/SCTP struct authchunks Bug
2013-01-19 Andy PolyakovImprove WINCE support.
2012-12-16 Andy Polyakovd1_lib.c,bss_dgram.c: eliminate dependency on _ftime.
2012-08-14 Andy Polyakovbss_dgram.c: fix compilation failure and warning on...
2012-07-01 Andy Polyakovbss_dgram.c: fix typos in Windows code.
2012-06-11 Andy Polyakovbss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG.
2012-06-11 Andy Polyakovbss_dgram.c: make getsockopt work in cases when optlen...
2012-05-30 Ben LaurieBuild on FreeBSD with gcc 4.6.
2012-03-06 Dr. Stephen HensonPR: 2755
2011-12-27 Dr. Stephen Hensonfix error code
2011-12-25 Dr. Stephen HensonPR: 2535
2011-09-01 Dr. Stephen HensonPR: 2340
2011-07-20 Dr. Stephen HensonPR: 2559
2011-01-03 Dr. Stephen HensonPR: 2413
2010-01-07 Andy Polyakovsendto is reportedly picky about destination socket...
2010-01-06 Andy PolyakovFix compilation on older Linux. Linux didn't always...
2009-11-26 Andy Polyakovbss_dgram.c: re-fix BIO_CTRL_DGRAM_GET_PEER.
2009-11-15 Andy Polyakovbss_dgram.c: more elegant solution to PR#2069. Use...
2009-10-15 Dr. Stephen HensonPR: 2069
2009-09-22 Dr. Stephen HensonPR: 2050
2009-09-04 Dr. Stephen HensonPR: 2028
2009-08-26 Dr. Stephen HensonPR: 2005
2009-07-24 Dr. Stephen HensonPR: 1990
2009-06-05 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-06-05 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-18 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-17 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-16 Dr. Stephen HensonUpdate from 1.0.0 stable branch.
2009-05-15 Dr. Stephen HensonPR: 1929
2009-05-15 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-05-05 Richard LevitteMove the time fetching code to its own static function...
2009-04-28 Richard LevitteReimplement time check for VMS to mimic the way it...
2009-04-26 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-26 Richard LevitteInclude sys/time.h to declare gettimeofday().
2009-04-15 Dr. Stephen HensonUpdates from 1.0.0-stable.
2008-09-15 Andy PolyakovFix yesterday typos in bss_dgram.c.
2008-09-14 Andy PolyakovWinsock handles SO_RCVTIMEO in unique manner...
2008-01-03 Dr. Stephen HensonNetware support.
2006-04-11 Ulf MöllerAdd BeOS support.
2006-02-15 Nils Larschmake some internal functions static; patch supplied...
2005-04-27 Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-26 Ben LaurieAdd DTLS support.