summaryrefslogtreecommitdiff
path: root/common/tio.h
AgeCommit message (Expand)Author
2013-08-31Use normal timeout handling in tio_skipall()Arthur de Jong
2013-08-30Use a timeout when skipping remaining result dataArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-10-12use poll() instead of select() for checking file descriptor activity to also ...Arthur de Jong
2012-04-26split the functionality to read everything from the stream into a separate fu...Arthur de Jong
2012-03-14read any remaining available data from the stream when closing the connection...Arthur de Jong
2010-06-14make include guard names consistent throughout the source and avoid conflicts...Arthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2008-02-12implement resizable I/O buffers and tune buffer sizes to normal requestsArthur de Jong
2008-01-01add limited implementation of tio_mark() and tio_reset() functions to do limi...Arthur de Jong
2007-06-09remove some trailing spacesArthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong