aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-b64.c
Commit message (Expand)AuthorAgeFilesLines
* fix warningsDan Winship2000-03-291-1/+0
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* fixed state 0 keep value.bertrand2000-03-031-2/+2
* don't forget to set the state to 0 after 3. (my_read_encode): don't forgetbertrand2000-03-031-4/+5
* use CamelStreamB64 type for the input stream.bertrand2000-03-031-4/+4
* fix implementation so that it writes properly to the output stream even.bertrand2000-03-021-4/+11
* new utility function.bertrand2000-02-291-0/+20
* revert strange changes.bertrand2000-02-291-1/+5
* Fixed a typo.NotZed2000-02-291-2/+2
* non blocking b64 encoding is a PITABertrand Guiheneuf2000-02-281-58/+277
* don't read the char if we reached the length of the output buffer. Hoursbertrand2000-02-221-37/+42
* added a reset method. Thanks message-browser to find so much bugs :)bertrand2000-02-221-2/+23
* A lot of changes in the way the parsing works. I am too lazyBertrand Guiheneuf2000-02-221-0/+305