about summary refs log tree commit homepage
path: root/alloc.c
DateCommit message (Expand)
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
2018-11-28update copyrights for 2018 and use SPDX for "GPL-3.0+"
2016-05-29update copyrights for 2016
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2013-07-14alloc: remove mog_rbuf_free_and_null
2013-07-10rbuf: reattach/reuse read buffers when possible
2013-07-10alloc: cache-align all rbuf memory allocations
2013-07-10mgmt: fix case where rbuf->rsize may be uninitialized
2013-06-25consistently check OOM from hash_initialize/hash_insert
2013-04-16alloc: posix_memalign does not set errno
2013-03-02alloc: document use of TLS buffers
2013-01-17copyright comment updates for 2013
2012-10-30die() using error() from glibc/gnulib
2012-04-19switch completely to __thread for thread-local storage
2012-03-15alloc: use fixed 8K buf for fs_buf again
2012-03-14http: fix memory leak when rejecting large requests
2012-03-12alloc: size fs_buf according L1 size
2012-03-07properly name mog_rbuf_detach() function
2012-03-05rely on posix_memalign() for fsbuf allocation
2012-03-03http: allow headers up to UINT16_MAX in size
2012-03-03rbuf: use rcapa instead of rsize correctly
2012-02-27rbuf: add rcapa element to struct
2012-02-25free thread-local buffers in main thread at exit
2012-02-18remove FIXME targets for non-GCC
2012-02-11do not rely on BUFSIZ=8192
2012-01-11initial commit