Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2020-04-15 | 1 | -2/+4 |
| | | | | | | # By KWSys Upstream * upstream-KWSys: KWSys 2020-04-15 (5ada375f) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2020-04-10 | 1 | -8/+16 |
| | | | | | | # By KWSys Upstream * upstream-KWSys: KWSys 2020-04-10 (b62956f5) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2018-06-01 | 1 | -10/+10 |
| | | | | | * upstream-KWSys: KWSys 2018-06-01 (8ef62b28) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-05-16 | 1 | -10/+0 |
| | | | | | * upstream-KWSys: KWSys 2017-05-16 (fe1f22ce) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-11-09 | 1 | -271/+252 |
| | | | | | * upstream-KWSys: KWSys 2016-11-09 (18c65411) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-03-08 | 1 | -4/+4 |
| | | | | | * upstream-KWSys: KWSys 2016-03-08 (6b60c184) | ||||
* | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-01-11 | 1 | -2/+2 |
| | | | | | * upstream-KWSys: KWSys 2016-01-11 (e8bf616e) | ||||
* | Merge branch 'upstream-kwsys' into update-kwsys | Brad King | 2014-04-08 | 1 | -2/+7 |
| | |||||
* | KWSys: Suppress -Wcast-align warning in MD5.c | Brad King | 2010-09-10 | 1 | -0/+9 |
| | | | | | The code does contain a cast that increases alignment but only in a conditional that verifies the input is sufficiently aligned. | ||||
* | KWSys: Remove $Id$ from MD5.c | Brad King | 2010-01-27 | 1 | -1/+0 |
| | | | | | This CVS keyword was copied into the file with the rest of the implementation. It has no meaning outside its original project tree. | ||||
* | Convert KWSys to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -11/+9 |
| | | | | | | | This converts the KWSys license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the KWSys copyright to cover the full development time range. | ||||
* | COMP: Eliminate "conversion may change sign of result" warnings by using ↵ | David Cole | 2009-07-08 | 1 | -1/+1 |
| | | | | size_t where appropriate. (Missed one warning with last commit: add a cast to md5_word_t.) | ||||
* | COMP: Eliminate "conversion may change sign of result" warnings by using ↵ | David Cole | 2009-07-08 | 1 | -6/+8 |
| | | | | size_t where appropriate. | ||||
* | ENH: Added MD5 implementation to KWSys. | Brad King | 2007-03-14 | 1 | -0/+510 |