Merge commit 'release-4-0-0alpha15' into master4-tmp
[ira/wip.git] / lib / util / charset / charcnv.c
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-04-28 Andrew Bartlettlib/util/charset use convert_string.c in common
2011-04-13 Andrew Bartlettlib/util/charset Fix and add public interface for conve...
2011-03-30 Jeremy AllisonFix convert_string() to take a *converted_size arg...
2011-03-25 Andrew Tridgellcharcnv: ensure convert_string_error doesn't conflict...
2011-03-25 Andrew Bartlettlib/util/charset rename iconv_convenience to iconv_handle
2011-03-25 Andrew Tridgellcharcnv: added convert_string_error()
2011-03-25 Andrew Tridgelllibcli: created smb_constants.h
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-03-24 Andrew Tridgellcharset: remove another allow_badcharcnv check
2011-03-23 Andrew Tridgellcharcnv: remove the automatic fail on allow_badcharcnv...
2011-02-18 Andrew Bartlettlib/util/charcnv Move iconv handle setup in common
2011-02-04 Andrew Tridgellcharcnv: removed call to setlocale() (bug 7519)
2010-11-03 Michael Adamlib/util/charset/charconv: clarify comments in next_cod...
2010-11-03 Michael Adamlib/charset/charcnv: rename a parameter of next_codepoi...
2010-11-03 Michael Adamlib/charset/charcnv: add next_codepoint_convenience_ext...
2010-03-22 Matthias Dieter... convert_string_talloc_convenience - print out the input...
2010-03-18 Andrew Tridgellcharset: fixed a problem with the global use of the...
2009-04-24 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-23 Jelmer VernooijAdd a new non-convenience version of push_codepoint.
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-09 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-08 Jelmer VernooijRevert accidental reintroduction of void ** bug.
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer Vernooijs4: Use same function signature for convert_* as s3.
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijAdd allow_badcharcnv argument to all conversion functio...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-01 Jelmer VernooijRemove convert_string_talloc_descriptor, add iconv_tall...
2008-10-31 Andrew Tridgellfinished adding UTF16_MUNGED charset
2008-10-24 Jelmer VernooijAdd version of next_codepoint without iconv_convenience.
2008-10-24 Jelmer VernooijRemove iconv_convenience argument from convert_string...
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijRemove iconv_convenience parameter from simple string...
2008-10-23 Jelmer VernooijRemove unnecessary include, improve function name.
2008-10-23 Jelmer VernooijMove charset library to top level.