index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
objects
/
o_names.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-0
/
+9
*
fix tab-space mixed indentation
FdaSilvaYY
2016-05-09
1
-1
/
+1
*
RT4335: Fix UEFI build of OBJ_NAME_new_index()
David Woodhouse
2016-02-26
1
-8
/
+16
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Add lh_doall_arg inlining
Dr. Stephen Henson
2016-01-11
1
-7
/
+6
*
Add lh_doall inlining
Dr. Stephen Henson
2016-01-11
1
-3
/
+1
*
Add lh_new() inlining
Dr. Stephen Henson
2016-01-11
1
-15
/
+5
*
Inline LHASH_OF
Dr. Stephen Henson
2016-01-11
1
-5
/
+4
*
mem functions cleanup
Rich Salz
2016-01-07
1
-8
/
+8
*
Only declare stacks in headers
Dr. Stephen Henson
2016-01-07
1
-4
/
+3
*
Rename DECLARE*STACK_OF to DEFINE*STACK_OF
Dr. Stephen Henson
2016-01-07
1
-1
/
+1
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-2
/
+2
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-5
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-4
/
+4
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-1
/
+1
*
Unchecked malloc fixes
Matt Caswell
2015-03-05
1
-6
/
+9
*
util/mkstack.pl now generates entire safestack.h
Rich Salz
2015-02-06
1
-1
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-294
/
+285
*
Fix some clang warnings.
Ben Laurie
2013-01-13
1
-1
/
+1
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-2
/
+2
*
size_tification.
Ben Laurie
2008-11-01
1
-2
/
+2
*
LHASH revamp. make depend.
Ben Laurie
2008-05-26
1
-22
/
+25
*
some const fixes and cleanup
Nils Larsch
2005-04-05
1
-3
/
+3
*
Add lots of checks for memory allocation failure, error codes to indicate
Dr. Stephen Henson
2004-12-05
1
-1
/
+6
*
Check the return values where memory allocation failures may happen.
Richard Levitte
2002-05-30
1
-0
/
+3
*
With later version of DEC C on VMS, some functions (strcmp(), for
Richard Levitte
2001-02-20
1
-1
/
+13
*
The callbacks in the NAME_FUNCS structure are not used directly as LHASH
Geoff Thorpe
2001-02-20
1
-10
/
+10
*
Get the right cast for lhash callback functions.
Richard Levitte
2001-02-20
1
-2
/
+2
*
Move all the existing function pointer casts associated with LHASH's two
Geoff Thorpe
2001-01-09
1
-2
/
+6
*
Whilst in the process of fixing outstanding function-pointer casts in the
Geoff Thorpe
2001-01-08
1
-1
/
+1
*
Various Win32 related fixes. Doesn't compile yet on
Dr. Stephen Henson
2000-12-21
1
-2
/
+2
*
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
-8
/
+15
*
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
/
+4
*
Better handling of EVP names, add EVP to speed.
Ben Laurie
2000-11-20
1
-11
/
+79
*
Fixes for Win32 build.
Dr. Stephen Henson
2000-06-21
1
-2
/
+3
*
Safe stack reorganisation in terms of function casts.
Dr. Stephen Henson
2000-06-17
1
-31
/
+0
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-5
/
+5
*
"make update" + stripping the type-specific stack functions out of
Geoff Thorpe
2000-06-01
1
-0
/
+31
*
Make name_funcs_stack static.
Dr. Stephen Henson
2000-03-03
1
-1
/
+1
*
Enhance consistency by using BIO_flush() instead of fflush().
Richard Levitte
2000-02-25
1
-1
/
+1
*
Seek out and destroy another evil cast.
Ulf Möller
2000-01-31
1
-2
/
+2
*
Source code cleanups: Use void * rather than char * in lhash,
Ulf Möller
2000-01-30
1
-3
/
+3
*
Reimplement so only one synchronous stack is used. The benefit is
Richard Levitte
2000-01-29
1
-79
/
+60
*
Compaq C 6.2 for VMS will complain when we want to convert
Richard Levitte
2000-01-18
1
-17
/
+58
*
New functions sk_set, sk_value and sk_num to replace existing macros: this is
Dr. Stephen Henson
1999-05-19
1
-3
/
+3
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-2
/
+2
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-25
/
+11
[next]