summaryrefslogtreecommitdiffstats
path: root/crypto/bio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better workaround for VMS getnameinfo() bugRichard Levitte2016-02-121-5/+7
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-112-9/+4
* GH620: second diff from rt-2275, adds error codeRich Salz2016-02-111-0/+32
* Rework BIO_ADDRINFO_protocol() to return correct valuesRichard Levitte2016-02-111-2/+18
* BIO_PAIR_DEBUG did nothing; remove it.Rich Salz2016-02-101-14/+0
* VMS getnameinfo() seems to have a bug with returned service stringRichard Levitte2016-02-101-0/+11
* Small fixesRichard Levitte2016-02-081-1/+1
* GH641: Don't care openssl_zmallocRich Salz2016-02-081-3/+4
* bio/b_sock.c: cleanup obsolete stuff.Andy Polyakov2016-02-081-12/+0
* avoid crash if hostserv is with host part onlyRoumen Petrov2016-02-081-1/+1
* Add a BIO_ADDR_clear functionMatt Caswell2016-02-051-0/+7
* GH601: Various spelling fixes.FdaSilvaYY2016-02-053-4/+4
* VMS lacks socklen_t, give it oneRichard Levitte2016-02-051-0/+4
* Update crypto/bio/build.infoRichard Levitte2016-02-041-2/+2
* Make sure getaddrinfo and getnameinfo works as intended on WindowsRichard Levitte2016-02-041-2/+9
* Use WSAGetLastError() on windowsKurt Roeckx2016-02-041-0/+8
* bio_err.c: remove a reappeared filename commentViktor Szakats2016-02-041-1/+0
* Make fallback addresses static so that we can initialize itKurt Roeckx2016-02-041-8/+11
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-031-130/+43
* make updateRichard Levitte2016-02-031-1/+8
* Refactoring BIO: adapt BIO_s_connect and BIO_s_acceptRichard Levitte2016-02-033-269/+424
* make updateRichard Levitte2016-02-031-0/+2
* Refactoring BIO: reimplement old socket handling functions with new onesRichard Levitte2016-02-031-435/+90
* make updateRichard Levitte2016-02-031-0/+15
* Temporary pragma to have GCC quiet down about deprecated functionsRichard Levitte2016-02-033-0/+18
* Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte2016-02-033-2/+345
* Refactoring BIO: add error macros & text, and make updateRichard Levitte2016-02-031-1/+9
* Refactoring BIO: Small adjustmentsRichard Levitte2016-02-033-6/+2
* Refactoring BIO: add wrappers around sockaddr et alRichard Levitte2016-02-034-10/+878
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+9
* RT4129: BUF_new_mem_buf should take const void *Daniel Kahn Gillmor2016-01-311-2/+3
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2620-20/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-223/+73
* Cleanup CRYPTO_{push,pop}_infoRich Salz2015-12-221-2/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-165-19/+19
* Fix (incorrect) uninitialised variable warning.Ben Laurie2015-12-131-1/+2
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* Fix a few missed "if (!ptr)" cleanupsRich Salz2015-11-231-2/+2
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-092-3/+3
* Rebuild error source files.Dr. Stephen Henson2015-11-051-11/+11
* BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte2015-11-021-2/+0
* Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte2015-11-021-11/+20
* Remove useless codeAlessandro Ghedini2015-10-231-1/+0
* Harmonize pointer printing and size_t-fy casts.Andy Polyakov2015-10-051-1/+1
* bio/bss_log.c: harmonize format string to silence -Wformat.Andy Polyakov2015-10-051-1/+1
* Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov2015-10-053-20/+20