index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bio
/
bss_file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Following the license change, modify the boilerplates in crypto/bio/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-17
1
-2
/
+2
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-7
/
+1
*
BIO range checking.
Pauli
2017-07-06
1
-23
/
+23
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-5
/
+5
*
Check fflush on BIO_ctrl call
Rich Salz
2017-04-28
1
-4
/
+9
*
Fix stdio build following BIO size_t work
Matt Caswell
2016-10-28
1
-0
/
+4
*
Create BIO_write_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+2
*
Create BIO_read_ex() which handles size_t arguments
Matt Caswell
2016-10-28
1
-0
/
+2
*
If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILE
Richard Levitte
2016-09-08
1
-1
/
+5
*
Move OS-specific fopen quirks to o_fopen.c.
Andy Polyakov
2016-06-22
1
-83
/
+2
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
DJGPP adjustments
Richard Levitte
2016-05-12
1
-0
/
+30
*
BIO: respect opening in text mode
Richard Levitte
2016-04-11
1
-1
/
+5
*
bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILE
Andy Polyakov
2016-04-07
1
-2
/
+5
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-4
/
+4
*
Remove Netware and OS/2
Rich Salz
2016-03-17
1
-19
/
+2
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-2
/
+2
*
Refactoring BIO: Small adjustments
Richard Levitte
2016-02-03
1
-1
/
+0
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-5
/
+5
*
Fix no-stdio build
David Woodhouse
2015-09-30
1
-0
/
+54
*
RT3479: Add UTF8 support to BIO_read_filename()
David Woodhouse
2015-09-21
1
-3
/
+10
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Add OSSL_NELEM macro.
Dr. Stephen Henson
2015-05-03
1
-1
/
+1
*
Rerun util/openssl-format-source -v -c .
master-post-auto-reformat
Matt Caswell
2015-01-22
1
-2
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-390
/
+374
*
indent has problems with comments that are on the right hand side of a line.
Matt Caswell
2015-01-22
1
-2
/
+7
*
More comments
Matt Caswell
2015-01-22
1
-1
/
+1
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-14
/
+14
*
bss_file.c: refine UTF8 logic.
Andy Polyakov
2010-12-11
1
-3
/
+9
*
bss_file.c: refine UTF-8 logic on Windows.
Andy Polyakov
2010-04-28
1
-18
/
+35
*
bss_file.c: reserve for option to encode file name with UTF-8.
Andy Polyakov
2010-04-21
1
-1
/
+21
*
bss_file.c: fix MSC 6.0 warning.
Andy Polyakov
2010-03-22
1
-1
/
+1
*
Fix UPLINK typo.
Andy Polyakov
2010-03-15
1
-2
/
+2
*
Prevent ignored return value warning
Dr. Stephen Henson
2009-10-04
1
-2
/
+9
*
This _WIN32-specific patch makes it possible to "wrap" OpenSSL in another
Andy Polyakov
2008-12-22
1
-1
/
+1
*
Netware support.
Dr. Stephen Henson
2008-01-03
1
-2
/
+6
*
add additional checks + cleanup
Nils Larsch
2006-01-30
1
-0
/
+3
*
Keep disclaiming 16-bit platform support. For now remove WIN16 references
Andy Polyakov
2005-12-18
1
-1
/
+1
*
Make cygwin work in directories mounted with 'text' attribute.
Andy Polyakov
2005-11-03
1
-3
/
+2
*
Fix typo.
Andy Polyakov
2005-09-29
1
-1
/
+1
*
Fix missing applink call.
Andy Polyakov
2005-09-29
1
-1
/
+4
*
Allow BIO_s_file to open and sequentially access files larger than 2GB on
Andy Polyakov
2005-06-06
1
-0
/
+18
*
Engage Applink in mingw. Note that application-side module is not
Andy Polyakov
2005-05-18
1
-1
/
+6
*
OPENSSL_Applink update.
Andy Polyakov
2005-05-17
1
-12
/
+50
*
Minor cygwin update.
Andy Polyakov
2004-12-27
1
-1
/
+1
*
Don't define fd for platforms that do not use it, as some may not declare fil...
Richard Levitte
2004-03-24
1
-1
/
+4
*
Make sure fd is defined where it should.
Richard Levitte
2004-03-21
1
-7
/
+7
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-5
/
+5
[next]