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_local.cc
Age
Commit message (
Expand
)
Author
2016-12-14
Added #include <config.h> to all .cc files.
Andrei Pavel
2016-12-09
[master] Replaced a NULL not accepted by old GCC in C++0x mode by a cast
Francis Dupont
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
2015-08-29
[3911a] Reorganized library Makefile.am files (exception, util, log)
Francis Dupont
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] Constify getNamedAddress()
Mukund Sivaraman
2013-05-02
[2850] Make getNamedAddress() return a std::pair
Mukund Sivaraman
2013-04-09
[2831] handle NULL name values for xxxNamedAddress explicitly.
JINMEI Tatuya
2013-04-04
[2831] Rename variable, and also update test condition
Mukund Sivaraman
2013-03-11
[2831] handle the case where setNamedAddress failed due to short space.
JINMEI Tatuya
2013-03-11
[2831] added namedAddress interface to local segment, share the test cases.
JINMEI Tatuya
2013-03-09
[2831] added get/set/clearNamedAddress interfaces
JINMEI Tatuya
2012-07-12
[2088] Handle NULL deallocate as a nop
Mukund Sivaraman
2012-07-12
[2088] Remove obsolete include
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-09
[2088] Fix coding style issues
Mukund Sivaraman
2012-07-06
[2088] Add initial MemorySegment and MemorySegmentLocal classes
Mukund Sivaraman