0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
allow requests for hugepages in memmgr interface if USE_MMAP is enabled
danielrh
as Daniel Reiter Horn
More... about 9 years ago
Added SECCOMP helper function to fallback to SECCOMP2 under LXC where SECCOMP1 can be disabled by the default ubuntu lxc.seccomp settings
danielrh
as Daniel Reiter Horn
More... about 9 years ago
added standard bsd license
danielrh
as Daniel Reiter Horn
More... about 9 years ago
Added standard zlib compressor/decompressor
danielrh
as Daniel Reiter Horn
More... about 9 years ago
only truly zero the recycled bits, not the preallocated ones
danielrh
as Daniel Reiter Horn
More... over 9 years ago
ensure every memmgr_alloc is zero'd
danielrh
as Daniel Reiter Horn
More... over 9 years ago
automatically set up all threads that wish to have access to the new memory manager by allocating all threads memory up front in an init function--can specify smaller levels of memory for workers than for the main thread (or larger)
danielrh
as Daniel Reiter Horn
More... over 9 years ago
add more tests for the MemMgr system. Doesn't seem to be compatible with lzham yet due to alignment odditieis
danielrh
as Daniel Reiter Horn
More... over 9 years ago
add default for power of two rounding options
danielrh
as Daniel Reiter Horn
More... over 9 years ago
added the MemMgr fixed-sized memory allocator to complement the bump allocator
danielrh
as Daniel Reiter Horn
More... over 9 years ago
allow the selection of an option to make the array dimensions padded to a power of two--this can help with alignment or array math
danielrh
as Daniel Reiter Horn
More... over 9 years ago
minor updates for C++11 and a few convenience methods
danielrh
as Daniel Reiter Horn
More... over 9 years ago
update the billed bytes when zlib files of greater than 65536 files are created
danielrh
as Daniel Reiter Horn
More... over 9 years ago
add explicit casts to uint8_t
danielrh
as Daniel Reiter Horn
More... over 9 years ago
added basic zlib writer tests and full buffered writer tests
danielrh
as Daniel Reiter Horn
More... over 9 years ago
support subslices of array
danielrh
as Daniel Reiter Horn
More... over 9 years ago
removed C++98 warnings
danielrh
as Daniel Reiter Horn
More... over 9 years ago
added buffered io class and finished an implementation of zlib0 (without tests yet)
danielrh
as Daniel Reiter Horn
More... over 9 years ago
added zlib writing capability-- need to make tests and make sure it worsk
danielrh
as Daniel Reiter Horn
More... over 9 years ago
added skeleton of a deterministic zlib library
danielrh
as Daniel Reiter Horn
More... over 9 years ago
Make sure that Array and Array::Slice are POD
danielrh
as Daniel Reiter Horn
More... over 9 years ago
fix some compiler warnings
danielrh
as Daniel Reiter Horn
More... over 9 years ago
increase code coverage and fix up the idea of when a buffer is urgent to flush
danielrh
as Daniel Reiter Horn
More... over 9 years ago
Added a MuxReader/Writer class that lets multiple streams be efficiently embedded into a single file using a simple delimiting protocol
danielrh
as Daniel Reiter Horn
More... over 9 years ago
Merge branch 'master' of github.com:sirikata/sirikata More... over 9 years ago
Add support for stochastic simplification + fix some simplification bugs. More... over 9 years ago
Minor bug fix to display aggregates More... over 9 years ago
added memset and gets and other functionality
danielrh
as Daniel Reiter Horn
More... over 9 years ago
fixing name of file
danielrh
as Daniel Reiter Horn
More... over 9 years ago
added ND array class for general purpose usage
danielrh
as Daniel Reiter Horn
More... over 9 years ago