summaryrefslogtreecommitdiff
path: root/src/charset/codecs/codec_ascii.c
Commit message (Expand)AuthorAgeFilesLines
* Replace use of abort() with assertions.John-Mark Bell2014-01-131-2/+1
* Remove client allocation function.Michael Drake2013-12-141-6/+2
* Remove dependency on a library providing ntohl/htonl.John Mark Bell2009-07-021-12/+4
* Inevitably, Windows requires winsock.h instead of the BSD stack headers.John Mark Bell2009-07-021-0/+4
* Reasons I hate TCPIPLibs:John Mark Bell2009-06-201-16/+18
* Pedantic whitespace changesJohn Mark Bell2008-11-301-2/+1
* C89François Revel2008-11-291-2/+4
* Return errors from constructors and destructors.John Mark Bell2008-11-081-20/+31
* ASCII charset codec.John Mark Bell2008-09-241-0/+526