index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
conf
/
conf_api.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-12
/
+12
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-1
/
+1
*
Remove OPENSSL_assert() from conf_api.c
Matt Caswell
2017-08-21
1
-1
/
+2
*
Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
Rich Salz
2016-05-20
1
-1
/
+1
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Remove outdated DEBUG flags.
Rich Salz
2016-02-18
1
-6
/
+0
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Add lh_doall_arg inlining
Dr. Stephen Henson
2016-01-11
1
-9
/
+7
*
Add lh_doall inlining
Dr. Stephen Henson
2016-01-11
1
-2
/
+1
*
Add lh_new() inlining
Dr. Stephen Henson
2016-01-11
1
-7
/
+4
*
Inline LHASH_OF
Dr. Stephen Henson
2016-01-11
1
-3
/
+2
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free NULL cleanup 11
Rich Salz
2015-05-01
1
-11
/
+7
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
util/mkstack.pl now generates entire safestack.h
Rich Salz
2015-02-06
1
-2
/
+0
*
Dead code removal: #if 0 conf, dso, pqueue, threads
Rich Salz
2015-01-30
1
-22
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-202
/
+206
*
PR: 2576
Dr. Stephen Henson
2011-09-02
1
-0
/
+1
*
Fix warnings.
Ben Laurie
2010-06-12
1
-1
/
+1
*
Avoid warnings with -pedantic, specifically:
Dr. Stephen Henson
2008-07-05
1
-1
/
+1
*
More type-checking.
Ben Laurie
2008-06-04
1
-20
/
+16
*
LHASH revamp. make depend.
Ben Laurie
2008-05-26
1
-59
/
+55
*
Change safestack reimplementation to match 0.9.8.
Dr. Stephen Henson
2007-09-07
1
-1
/
+1
*
Keep disclaiming 16-bit platform support. For now remove WIN16 references
Andy Polyakov
2005-12-18
1
-2
/
+2
*
Constification, add config to /dev/crypto.
Ben Laurie
2002-01-18
1
-8
/
+9
*
e_os.h defines Getenv()
Richard Levitte
2001-02-22
1
-0
/
+1
*
Move all the existing function pointer casts associated with LHASH's two
Geoff Thorpe
2001-01-09
1
-2
/
+4
*
Constification of the data of a hash table. This means the callback
Richard Levitte
2000-12-13
1
-4
/
+4
*
Next step in tidying up the LHASH code.
Geoff Thorpe
2000-12-08
1
-9
/
+14
*
Make the remaining LHASH macro changes. This should leave no remaining
Geoff Thorpe
2000-12-04
1
-2
/
+5
*
First step in tidying up the LHASH code. The callback prototypes (and
Geoff Thorpe
2000-12-01
1
-3
/
+6
*
NCONF_get_number() has no error checking at all. As a replacement,
Richard Levitte
2000-10-19
1
-0
/
+4
*
More VMS synchronisation
Richard Levitte
2000-09-09
1
-0
/
+1
*
Avoid abort() throughout the library, except when preprocessor
Bodo Möller
2000-09-04
1
-7
/
+7
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-12
/
+12
*
Clarifications and removal of double declaration...
Richard Levitte
2000-04-26
1
-3
/
+3
*
I've always wanted to make the CONF library more adaptable. Here's
Richard Levitte
2000-04-09
1
-0
/
+288