summaryrefslogtreecommitdiff
path: root/src/base64.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-21tidy up libc/glib includesDafydd Harries1-1/+0
2008-07-21make config.h the first include in every fileDafydd Harries1-0/+1
2007-09-25add a "split_lines" argument to base64_encodeGuillaume Desmottes1-2/+2
2007-07-13base64_encode(): don't assume that the gchar * is NUL-terminatedSimon McVittie1-2/+4
2007-04-20make base64_encode take length + gchar * instead of GStringGuillaume Desmottes1-12/+10
2007-04-05Make the corresponding header the first include in each .c file, to ensure se...Simon McVittie1-0/+2
2007-04-05Semi-automated whitespace pedantry: space before function call parentheses, w...Simon McVittie1-2/+2
2006-10-19base64.[ch]: add copyright blurbSimon McVittie1-0/+19
2006-10-19base64.c: cope with arbitrary whitespaceSimon McVittie1-28/+31
2006-10-18base64.c: Parse base64 in a more whitespace-tolerant waySimon McVittie1-6/+16
2006-10-18base64.c: ignore arbitrary whitespace (Gajim puts \r in its vCard PHOTOs)Simon McVittie1-2/+2
2006-10-14add base64 implementation1-0/+162