index
:
kea.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
util
/
memory_segment.h
Age
Commit message (
Expand
)
Author
2015-12-16
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2013-05-28
[2850] Unify comments
Mukund Sivaraman
2013-05-24
[2850] Update if statement slightly (doesn't change behavior)
Mukund Sivaraman
2013-05-23
[2850] style matter: combined two short lines.
JINMEI Tatuya
2013-05-21
[2850] Validate names in all name-related methods
Mukund Sivaraman
2013-05-20
[2850] Reject empty names too in setNamedAddress()
Mukund Sivaraman
2013-05-20
[2850] Reserve names beginning with _ for internal use only
Mukund Sivaraman
2013-05-20
[2850] Constify allMemoryDeallocated() again
Mukund Sivaraman
2013-05-13
[2850] Fix MemorySegmentMapped::allMemoryDeallocated() and make it non-const
Mukund Sivaraman
2013-05-06
[2850] Add tests for the various open modes
Mukund Sivaraman
2013-05-06
[2850] Constify getNamedAddress()
Mukund Sivaraman
2013-05-06
[2850] Make a minor comment update
Mukund Sivaraman
2013-05-02
[2850] Make getNamedAddress() return a std::pair
Mukund Sivaraman
2013-04-12
[2831] Make minor comment updates
Mukund Sivaraman
2013-04-09
[2831] corrected example code in doc
JINMEI Tatuya
2013-04-09
[2831] use \throw to describe exceptions where appropriate.
JINMEI Tatuya
2013-04-09
[2831] handle NULL name values for xxxNamedAddress explicitly.
JINMEI Tatuya
2013-04-09
[2831] more explicitly clarify passing NULL to setNamedAddress.
JINMEI Tatuya
2013-04-09
[2831] explain the rational behind the difference between allocate/set name
JINMEI Tatuya
2013-04-09
[2831] explain the design rationale of MemorySegmentGrown
JINMEI Tatuya
2013-04-04
[2831] Add punctuation to better follow the documentation
Mukund Sivaraman
2013-04-04
[2831] Rearrange sentences in API doc comment
Mukund Sivaraman
2013-03-11
[2831] more documentation and some more tests
JINMEI Tatuya
2013-03-11
[2831] make shrinkToFit non virtual; add more doc
JINMEI Tatuya
2013-03-11
[2831] handle the case where setNamedAddress failed due to short space.
JINMEI Tatuya
2013-03-11
[2831] added some documentation
JINMEI Tatuya
2013-03-11
[2831] supported shrinkToFit().
JINMEI Tatuya
2013-03-09
[2831] added get/set/clearNamedAddress interfaces
JINMEI Tatuya
2013-03-08
[2831] introduced file-mapped memory segment with some basic functionalities.
JINMEI Tatuya
2012-10-25
[2357] Update scaffolding using fix-scaffolding.py tool
Mukund Sivaraman
2012-07-13
[2088] Add comments about size argument to deallocate()
Mukund Sivaraman
2012-07-12
[2088] Throw isc::OutOfRange when size passed to deallocate() is larger than ...
Mukund Sivaraman
2012-07-12
[2088] Throw bad_alloc when MemorySegment cannot allocate the required space
Mukund Sivaraman
2012-07-12
[2088] Add virtual destructor to MemorySegment
Mukund Sivaraman
2012-07-06
[2088] Document MemorySegment classes
Mukund Sivaraman
2012-07-06
[2088] Add initial MemorySegment and MemorySegmentLocal classes
Mukund Sivaraman