index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
stack
/
stack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ossl_bsearch(): New generic internal binary search utility function
Richard Levitte
2019-05-08
1
-5
/
+4
*
Following the license change, modify the boilerplates in crypto/stack/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Revert "stack/stack.c: omit redundant NULL checks."
Matt Caswell
2018-08-09
1
-8
/
+13
*
stack/stack.c: omit redundant NULL checks.
Andy Polyakov
2018-08-07
1
-13
/
+8
*
Fix last(?) batch of malloc-NULL places
Rich Salz
2018-04-26
1
-3
/
+7
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Add sk_TYPE_new_reserve() function
Paul Yang
2017-10-26
1
-6
/
+22
*
stack/stack.c: various cleanups.
Andy Polyakov
2017-10-05
1
-34
/
+23
*
Postpone allocation of STACK internal storage ... until a first push(),
FdaSilvaYY
2017-10-03
1
-33
/
+63
*
Add a reserve call to the stack data structure.
Pauli
2017-09-27
1
-33
/
+94
*
Don't leak on an OPENSSL_realloc() failure
Matt Caswell
2016-09-21
1
-10
/
+6
*
Convert num_alloc to a size_t in stack.c and tweak style
Matt Caswell
2016-09-20
1
-34
/
+23
*
Prevent overflows in stack API
Guido Vranken
2016-09-20
1
-8
/
+42
*
Add some const casts
Rich Salz
2016-08-10
1
-26
/
+20
*
Constify a bit more OPENSSL_sk_ API
FdaSilvaYY
2016-06-30
1
-2
/
+3
*
Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copy
FdaSilvaYY
2016-06-30
1
-21
/
+15
*
Constify stack and lhash macros.
Dr. Stephen Henson
2016-05-21
1
-6
/
+7
*
Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
Rich Salz
2016-05-20
1
-58
/
+48
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-54
/
+7
*
if no comparison function set make sk_sort no op
Dr. Stephen Henson
2016-02-06
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
More zalloc nits
Rich Salz
2015-09-04
1
-1
/
+1
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-6
/
+2
*
RT3999: Remove sub-component version strings
Rich Salz
2015-08-10
1
-2
/
+0
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-2
/
+2
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-2
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-4
/
+2
*
remove malloc casts
Rich Salz
2015-04-28
1
-3
/
+2
*
Fix memset call in stack.c
Matt Caswell
2015-03-17
1
-1
/
+1
*
Make STACK_OF opaque.
Dr. Stephen Henson
2015-03-05
1
-0
/
+8
*
undef cleanup: use memmove
Rich Salz
2015-01-24
1
-21
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-255
/
+267
*
Further comment amendments to preserve formatting prior to source reformat
Matt Caswell
2015-01-06
1
-1
/
+2
*
Implement sk_deep_copy.
Viktor Dukhovni
2014-06-23
1
-0
/
+37
*
Type-safe OBJ_bsearch_ex.
Ben Laurie
2008-10-14
1
-18
/
+10
*
More type-checking.
Ben Laurie
2008-06-04
1
-34
/
+35
*
Constify version strings and some structures.
Dr. Stephen Henson
2007-01-21
1
-1
/
+1
*
Oops!
Dr. Stephen Henson
2004-10-04
1
-1
/
+1
*
Fix race condition when CRL checking is enabled.
Dr. Stephen Henson
2004-10-04
1
-0
/
+7
*
Extend the index parameter checking from sk_value to sk_set(). Also tidy up
Geoff Thorpe
2004-04-21
1
-3
/
+2
*
Avoid undefined results when the parameter is out of range.
Geoff Thorpe
2004-04-02
1
-1
/
+1
*
Include objects.h to get a correct declaration of OBJ_bsearch_ex(),
Richard Levitte
2003-04-29
1
-1
/
+2
*
Add an extended variant of sk_find() which returns a non-NULL pointer
Richard Levitte
2003-04-29
1
-13
/
+13
*
Fix a memory leak in 'sk_dup' in the case a realloc() fails. Also, tidy up
Geoff Thorpe
2001-05-31
1
-5
/
+7
*
Make sk_sort tolearate a NULL argument.
Dr. Stephen Henson
2001-01-28
1
-1
/
+1
*
Some platforms define NULL as ((void *)0). Unfortunately, a void*
Richard Levitte
2000-09-17
1
-1
/
+1
*
Safe stack reorganisation in terms of function casts.
Dr. Stephen Henson
2000-06-17
1
-0
/
+5
[next]