index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
o_str.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "GH614: Use memcpy()/strdup() when possible"
Pauli
2017-09-14
1
-4
/
+2
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-1
/
+1
*
Use "" not <> on e_os.h include
Rich Salz
2017-08-22
1
-1
/
+1
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-2
/
+1
*
Address some -Wold-style-declaration warnings
Benjamin Kaduk
2017-05-01
1
-1
/
+1
*
Add -Wundef to --strict-warnings options.
Bernd Edlinger
2017-02-24
1
-1
/
+2
*
buf2hexstr: properly deal with empty string
Kurt Roeckx
2016-06-21
1
-1
/
+6
*
Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmp
Richard Levitte
2016-05-28
1
-43
/
+0
*
crypto/o_str.c: add _GNU_SOURCE strerror_r case.
Andy Polyakov
2016-05-27
1
-1
/
+3
*
crypto/o_str.c: strerror_s is provided by specific compiler run-time,
Andy Polyakov
2016-05-27
1
-4
/
+2
*
Use strerror_r()/strerror_s() instead of strerror() where possible
Matt Caswell
2016-05-24
1
-0
/
+28
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Unsigned chars can't be negative
Matt Caswell
2016-04-18
1
-4
/
+5
*
Make string_to_hex/hex_to_string public
Rich Salz
2016-04-18
1
-0
/
+114
*
Fix master compile error
Matt Caswell
2016-02-26
1
-1
/
+1
*
GH680: Reuse strnlen() in strndup()
Dmitry-Me
2016-02-26
1
-5
/
+1
*
GH614: Use memcpy()/strdup() when possible
Dmitry-Me
2016-02-03
1
-2
/
+4
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove the "eay" c-file-style indicators
Richard Levitte
2015-12-18
1
-1
/
+1
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-0
/
+81
*
Identify and move OpenSSL internal header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
ifdef cleanup part 3: OPENSSL_SYSNAME
Rich Salz
2015-01-23
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-35
/
+40
*
Improve WINCE support.
Andy Polyakov
2013-01-19
1
-1
/
+1
*
PR: 1945
Dr. Stephen Henson
2009-06-01
1
-1
/
+3
*
<strings.h> does not exist under WIN32.
Dr. Stephen Henson
2008-01-14
1
-1
/
+1
*
Missing headers.
Ben Laurie
2008-01-12
1
-0
/
+4
*
"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.
Andy Polyakov
2005-09-20
1
-0
/
+9
*
Rely on e_os.h to appropriately define str[n]casecmp in non-POSIX
Andy Polyakov
2005-01-13
1
-9
/
+5
*
Borrow #include <string[s].h> from e_os.h.
Andy Polyakov
2004-12-31
1
-6
/
+1
*
o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() and
Richard Levitte
2004-07-08
1
-2
/
+6
*
Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.
Richard Levitte
2004-05-14
1
-0
/
+3
*
Typo...
Richard Levitte
2004-03-24
1
-1
/
+1
*
Make sure toupper() is properly declared.
Richard Levitte
2004-03-24
1
-0
/
+1
*
Include strings.h so strcasecmp() and strncasecmp() get properly declared.
Richard Levitte
2003-12-27
1
-1
/
+2
*
Typos.
Dr. Stephen Henson
2003-09-10
1
-1
/
+2
*
Generalise the definition of strcasecmp() and strncasecmp() for
Richard Levitte
2003-09-09
1
-0
/
+95