summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bumped version to 1.0.0GMIME_1_0_0Jeffrey Stedfast2002-06-1315-63/+103
* Updated.Jeffrey Stedfast2002-06-1310-161/+140
* changed the previous fix to not check content == NULL but instead just use pa...Jeffrey Stedfast2002-06-122-14/+14
* fixed a commentJeffrey Stedfast2002-06-122-2/+2
* If the parser stream is not seekable, then scan the content into a memoryJeffrey Stedfast2002-06-123-12/+54
* Updated documentation.Jeffrey Stedfast2002-05-2363-2964/+1099
* Only compensate for the '\n' if we found a boundary.Jeffrey Stedfast2002-05-175-8/+30
* Do more error handling and also try to write out everything.Jeffrey Stedfast2002-05-123-4/+17
* The length of the stream is bound_end - bound_start.Jeffrey Stedfast2002-05-125-16/+24
* Gnerate the multibyte charsets without the need for using external .datJeffrey Stedfast2002-05-033-121/+3
* Gnerate the multibyte charsets without the need for using external .datJeffrey Stedfast2002-05-035-5658/+10812
* Change version info to 0.9.0Jeffrey Stedfast2002-05-012-1/+3
* Instead of converting the multibyte charset tables to UTF-8 and then usingJeffrey Stedfast2002-04-305-64/+40
* Updated.Jeffrey Stedfast2002-04-26155-1233/+1419
* Oops, fix the patch from HEAD to compile.Jeffrey Stedfast2002-04-245-12/+19
* fixed a spelling mistakeJeffrey Stedfast2002-04-222-2/+2
* Pull some fixes back from HEAD.Jeffrey Stedfast2002-04-225-32/+50
* Added support for the binary encoding. (g_mime_part_encoding_to_string):Jeffrey Stedfast2002-04-205-64/+96
* ignore config.h.inJeffrey Stedfast2002-04-201-0/+1
* New implementation, backported from my glib2 version of gmime (which isJeffrey Stedfast2002-04-1910-702/+2320
* same change as gmime-parser.cJeffrey Stedfast2002-04-191-6/+5
* No longer takes a 'preserve_headers' argument.Jeffrey Stedfast2002-04-195-14/+17
* forgot to include gmime-filter-yenc in the docs ;-)Jeffrey Stedfast2002-04-1947-588/+2398
* Updated.Jeffrey Stedfast2002-04-1954-640/+2163
* Treat ',' as a token delimeter. Also updated the datetok lookup table.Jeffrey Stedfast2002-04-163-62/+57
* Check for off_t, size_t, and ssize_t.Jeffrey Stedfast2002-04-145-178/+13
* Fixed a bug that crept in during my simplification.Jeffrey Stedfast2002-04-083-5/+16
* fix config.h.inJeffrey Stedfast2002-04-031-81/+46
* Destroy the temporary addrlist.Jeffrey Stedfast2002-04-023-2/+11
* #define CONFIGURE_IN so iconv-detect will abort on any failure.Jeffrey Stedfast2002-03-292-0/+3
* er, this is how I meant to commit iconv-detect.cJeffrey Stedfast2002-03-291-3/+3
* Detect the iconv-friendly formats for iso charsets at configure time andJeffrey Stedfast2002-03-298-50/+277
* ignore gen-multibyteJeffrey Stedfast2002-03-291-0/+1
* added some commentsJeffrey Stedfast2002-03-294-6/+34
* got rid of some compiler warningsJeffrey Stedfast2002-03-244-16/+24
* Don't bother using g_mime_charset_name here either becauseJeffrey Stedfast2002-03-2411-349/+13010
* updated TODO. I want to support better charset detection especially for asian...Jeffrey Stedfast2002-03-231-5/+7
* New private source files to do some unicode shiz. Ripped out ofJeffrey Stedfast2002-03-2311-433/+721
* Moved tables[] into the #ifdef BUILD_CHARSET_MAP block.Jeffrey Stedfast2002-03-214-439/+263
* Same fix as I made earlier to g_mime_iconv_strndup.Jeffrey Stedfast2002-03-213-2/+7
* Don't forget to update the outbuf pointer after reallocing. Exit the loopJeffrey Stedfast2002-03-203-4/+10
* Changed the canonical format for CANONINICAL_ISO_S_FORMAT for Solaris.Jeffrey Stedfast2002-03-203-2/+9
* strcasecmp on charenc, not charset because charset has not yet beenJeffrey Stedfast2002-03-204-23/+28
* oops, and this file too.Jeffrey Stedfast2002-03-202-0/+1240
* *** empty log message ***Jeffrey Stedfast2002-03-2023-499/+1876
* *** empty log message ***Jeffrey Stedfast2002-03-175-4/+9
* Check fd against -1.Jeffrey Stedfast2002-03-175-4/+10
* fixed a spelling mistake in a comment blockJeffrey Stedfast2002-03-171-1/+1
* fixed minor compiler warnings. same. same. same. same. same.Charles Kerr2002-03-1613-8/+31
* Fixed a logic mistake. All is good now in the land of UU :-)Jeffrey Stedfast2002-03-153-22/+31