summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumped version to 1.0.8GMIME_1_0_81.0.8gmime-1Jeffrey Stedfast2004-03-074-170/+1895
* Make public. (g_mime_charset_init): Don't registerJeffrey Stedfast2004-03-078-12/+81
* Bumped version to 1.0.7GMIME_1_0_71.0.7Jeffrey Stedfast2003-02-226-68/+99
* removed these files from the gmime-1-0 branchJeffrey Stedfast2003-02-2272-28689/+0
* disabled debuggingJeffrey Stedfast2002-10-242-2/+2
* Bumped version to 1.0.6GMIME_1_0_61.0.6Jeffrey Stedfast2002-10-1912-35/+110
* Bumped version to 1.0.5GMIME_1_0_51.0.5Jeffrey Stedfast2002-07-313-2/+6
* Check to make sure that the header was valid (ie, `colon' == ':'). If not,Jeffrey Stedfast2002-07-315-50/+101
* Bumped version to 1.0.4GMIME_1_0_41.0.4Jeffrey Stedfast2002-07-205-6/+13
* Bumped version to 1.0.3GMIME_1_0_31.0.3Jeffrey Stedfast2002-07-124-166/+340
* Updated the usage of strlcpy to match the new API (which was updated toJeffrey Stedfast2002-07-126-15/+18
* Updated the usage of strlcpy to match the new API (which was updated toJeffrey Stedfast2002-07-121-0/+11
* Fix for nul-terminating some multibyte charsets.Jeffrey Stedfast2002-07-043-6/+27
* Bumped version to 1.0.2GMIME_1_0_21.0.2Jeffrey Stedfast2002-06-265-6/+27
* Bumped version to 1.0.1GMIME_1_0_11.0.1Jeffrey Stedfast2002-06-153-2/+6
* Use g_mime_stream_mem_new_with_byte_array() so that the mem stream ownsJeffrey Stedfast2002-06-153-70/+74
* 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