index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
memarea.c
Age
Commit message (
Expand
)
Author
2018-06-28
Extract memarea into its own library
Nick Mathewson
2018-06-22
Automated fixup of include paths after torlog.h movement.
Nick Mathewson
2018-06-22
Expunge container.h
Nick Mathewson
2018-06-22
Rectify include paths after container split (automatic)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2017-12-11
Fix compilation with --disable-memory-sentinels
Nick Mathewson
2017-12-08
Convert the rest of src/common's headers to use FREE_AND_NULL
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-08-03
Switch to offsetof()
Neel Chauhan
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-02-27
Code to disable memory sentinels for fuzzing
Nick Mathewson
2016-05-25
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-05-25
Merge branch 'memarea_overflow_027_squashed' into maint-0.2.8
Nick Mathewson
2016-05-25
Fix a pointer arithmetic bug in memarea_alloc()
Nick Mathewson
2016-04-15
Disambiguate: Avoid defining two static functions called chunk_free_unchecked
Nick Mathewson
2016-04-12
Merge remote-tracking branch 'public/bug18716_027' into maint-0.2.8
Nick Mathewson
2016-04-07
memarea: Don't assume that sizeof(ulong) >= sizeof(void*).
Nick Mathewson
2016-03-26
add a little documentation to memarea. (I have been testing a tool.)
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-24
Remove the freelist from memarea.c
Nick Mathewson
2015-12-15
Replace usage of INLINE with inline
cypherpunks
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-04-19
scan-build: memarea_strndup() undefined behavior
Nick Mathewson
2014-03-18
memarea.c: use flexible array member for mem
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-10-12
Rename all reserved C identifiers we defined
Nick Mathewson
2012-08-13
Remove tor_malloc_roundup().
Nick Mathewson
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2011-03-25
Comment out ancient asserts for bug 930; resolve an xxx021
Nick Mathewson
2011-03-16
Doxygen documentation for about 100 things that didn't have any
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-03
Bump copyright statements to 2011
Nick Mathewson
2010-12-15
Merge remote branch fix_security_bug_021 into fix_security_bug_022
Nick Mathewson
2010-12-13
Have all of our allocation functions and a few others check for underflow
Nick Mathewson
2010-07-09
Rename log.h to torlog.h
Nick Mathewson
2010-02-27
Merge remote branch 'origin/maint-0.2.1'
Nick Mathewson
2010-02-27
Update Tor Project copyright years
Nick Mathewson
2009-12-12
*_free functions now accept NULL
Sebastian Hahn
2009-05-17
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-05-17
Fix an assertion-failure in memarea_alloc() on 64-bit platforms.
Nick Mathewson
2009-05-12
Add sentinel values to the end of memarea chunks.
Nick Mathewson
2009-05-04
Update copyright to 2009.
Karsten Loesing
2009-05-02
Update copyright to 2009.
Karsten Loesing
2009-03-21
Actually do that memarea_strndup fix right. Not only must you not examine un...
Nick Mathewson
2009-03-21
fix from lark: make memarea_strndup() work even at the end of a mmap chunk. ...
Nick Mathewson
2009-03-18
Add some asserts to try to catch bug 930
Nick Mathewson
2009-01-04
Remove svn $Id$s from our source, and remove tor --version --version.
Nick Mathewson
2008-12-22
Make freelist_len in memarea.c static; document a few variables.
Nick Mathewson
[next]