index
:
~lukeshu/hackers-nslcd
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
tio.c
Age
Commit message (
Expand
)
Author
2008-02-15
split out the flushing of the buffers to separate functions and see if we can...
Arthur de Jong
2008-02-12
implement resizable I/O buffers and tune buffer sizes to normal requests
Arthur de Jong
2008-02-12
always allocate the read and write buffers and make the struct tio_buffer inl...
Arthur de Jong
2008-01-27
when including stdint.h check if we actually have it
Arthur de Jong
2008-01-01
add limited implementation of tio_mark() and tio_reset() functions to do limi...
Arthur de Jong
2007-10-27
fix memory leak in I/O module not free()ing allocated storage for file info o...
Arthur de Jong
2007-10-27
portability improvement to fall back to ETIMEDOUT when ETIME is unavailable
Arthur de Jong
2007-10-19
fix usage of DEBUG_TIO_STATS
Arthur de Jong
2007-09-24
also initialize sa_sigaction although it's not used
Arthur de Jong
2007-09-23
some small improvements to the code based on some source code checks
Arthur de Jong
2007-07-15
fix typo
Arthur de Jong
2007-07-15
fix bug with buffer magic in writing code
Arthur de Jong
2007-07-13
add const and add FIXME about a to-be-fixed race condition
Arthur de Jong
2007-06-08
implement our own stdio-like library that handles IO with a simple configurab...
Arthur de Jong