summaryrefslogtreecommitdiff
path: root/src/base64.c
Commit message (Expand)AuthorAgeFilesLines
* tidy up libc/glib includesDafydd Harries2008-07-211-1/+0
* make config.h the first include in every fileDafydd Harries2008-07-211-0/+1
* add a "split_lines" argument to base64_encodeGuillaume Desmottes2007-09-251-2/+2
* base64_encode(): don't assume that the gchar * is NUL-terminatedSimon McVittie2007-07-131-2/+4
* make base64_encode take length + gchar * instead of GStringGuillaume Desmottes2007-04-201-12/+10
* Make the corresponding header the first include in each .c file, to ensure se...Simon McVittie2007-04-051-0/+2
* Semi-automated whitespace pedantry: space before function call parentheses, w...Simon McVittie2007-04-051-2/+2
* base64.[ch]: add copyright blurbSimon McVittie2006-10-191-0/+19
* base64.c: cope with arbitrary whitespaceSimon McVittie2006-10-191-28/+31
* base64.c: Parse base64 in a more whitespace-tolerant waySimon McVittie2006-10-181-6/+16
* base64.c: ignore arbitrary whitespace (Gajim puts \r in its vCard PHOTOs)Simon McVittie2006-10-181-2/+2
* add base64 implementation2006-10-141-0/+162