summaryrefslogtreecommitdiff
path: root/src/common/memarea.c
AgeCommit message (Expand)Author
2016-05-25Merge branch 'memarea_overflow_027_squashed' into maint-0.2.8Nick Mathewson
2016-05-25Fix a pointer arithmetic bug in memarea_alloc()Nick Mathewson
2016-04-12Merge remote-tracking branch 'public/bug18716_027' into maint-0.2.8Nick Mathewson
2016-04-07memarea: Don't assume that sizeof(ulong) >= sizeof(void*).Nick Mathewson
2016-03-26add a little documentation to memarea. (I have been testing a tool.)Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-24Remove the freelist from memarea.cNick Mathewson
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-04-19scan-build: memarea_strndup() undefined behaviorNick Mathewson
2014-03-18memarea.c: use flexible array member for memNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-08-13Remove tor_malloc_roundup().Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2011-03-25Comment out ancient asserts for bug 930; resolve an xxx021Nick Mathewson
2011-03-16Doxygen documentation for about 100 things that didn't have anyNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-12-13Have all of our allocation functions and a few others check for underflowNick Mathewson
2010-07-09Rename log.h to torlog.hNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-05-17Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-17Fix an assertion-failure in memarea_alloc() on 64-bit platforms.Nick Mathewson
2009-05-12Add sentinel values to the end of memarea chunks.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-03-21Actually do that memarea_strndup fix right. Not only must you not examine un...Nick Mathewson
2009-03-21fix from lark: make memarea_strndup() work even at the end of a mmap chunk. ...Nick Mathewson
2009-03-18Add some asserts to try to catch bug 930Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-22Make freelist_len in memarea.c static; document a few variables.Nick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-17Resolve many DOCDOCs.Nick Mathewson
2008-11-05The chunk_size field in memarea_t was never actually set. Remove the whole t...Nick Mathewson
2008-04-08 r19249@catbus: nickm | 2008-04-08 14:04:02 -0400Nick Mathewson
2008-04-08 r19247@catbus: nickm | 2008-04-08 13:50:01 -0400Nick Mathewson
2008-04-08 r19245@catbus: nickm | 2008-04-08 13:33:27 -0400Nick Mathewson
2008-04-08 r19243@catbus: nickm | 2008-04-08 13:28:59 -0400Nick Mathewson
2008-03-26 r19072@catbus: nickm | 2008-03-26 13:50:24 -0400Nick Mathewson
2008-03-26 r19062@catbus: nickm | 2008-03-26 12:56:25 -0400Nick Mathewson
2008-03-26 r19049@catbus: nickm | 2008-03-26 12:33:25 -0400Nick Mathewson