summaryrefslogtreecommitdiff
path: root/src/libFLAC/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Fix missing SIZE_MAX definition on AndroidErik de Castro Lopo2017-05-031-0/+1
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-3/+3
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* src/libFLAC/memory.c : Wrap inclusion of <stdint.h> in #ifdef.Erik de Castro Lopo2014-05-111-0/+2
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* Using uintptr_t to simplify pointer handling a little bitFengwei Yin2014-03-141-19/+4
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* Fix building when configured with --disable-shared.Erik de Castro Lopo2012-06-221-1/+1
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-041-5/+5
* Fix a couple 'inlining failed' warning messages.Erik de Castro Lopo2012-02-261-0/+9
* Fix a bunch of -Wtype-limits warnings.Erik de Castro Lopo2012-02-171-11/+11
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-111-7/+23
* cleaner pointer alignment logic for autoconf-based buildsJosh Coalson2007-06-141-0/+11
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* fixes from 64-bit compileJosh Coalson2006-11-171-1/+7
* complete largefile supportJosh Coalson2006-05-241-4/+4
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* finished integerized flavor of library; sections with floating point are eith...Josh Coalson2004-11-091-0/+4
* minor fixes to comply with C99's new pointer aliasing rulesJosh Coalson2004-10-071-15/+35
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* change license verbiage to Xiph'sJosh Coalson2003-01-311-12/+24
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* #include config.hJosh Coalson2002-12-041-0/+4
* more strict typecastsJosh Coalson2002-11-061-5/+5
* update copyright date to include 2002Josh Coalson2002-01-261-1/+1
* add method for uint64 typeJosh Coalson2001-07-161-0/+22
* revamp the ordinal typesJosh Coalson2001-06-231-10/+10
* put a FLAC__ASSERT wrapper around assert()Josh Coalson2001-05-311-18/+18
* remove debug printoutsJosh Coalson2001-05-141-2/+0
* add type-specific allocatorsJosh Coalson2001-05-131-1/+90
* initial importJosh Coalson2001-05-111-0/+39