Merge 0.9->0.10
[prosody.git] / util-src / encodings.c
2013-09-21 Kim AlvefurMerge Tobias SCRAM-PLUS work
2013-05-01 Matthew WildMerge tls branch
2013-05-01 Matthew WildMerge s2s branch
2013-05-01 Matthew WildMerge sasl branch
2010-12-26 Matthew Wildutil.encodings: Switch comment styles to build ok as...
2010-12-17 Matthew Wildutil-src/Makefile, util-src/encodings.c{,pp}: Port...
2010-12-17 Matthew Wildutil-src/Makefile, util-src/encodings.c{,pp}: Port...
2010-12-17 Matthew WildMerge Tobias->trunk
2010-12-14 Tobias Markmannutil.encodings: Support for ICU for IDNA operations.
2010-12-14 Tobias Markmannutil.encodings: Support for ICU for IDNA operations.
2011-06-04 Matthew Wildutil.encodings: Fix small typo introduced in 7f789266b741
2011-06-02 Matthew WildMerge 0.8->trunk
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.8->trunk
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.8->trunk
2011-06-01 Matthew WildMerge 0.7->0.8
2011-05-22 Paul Aurichutil.encodings: Check return values before proceeding
2011-05-22 Paul Aurichutil.encodings: Swap code order ("ifndef" bugs me)
2011-05-22 Paul Aurichutil.encodings: Fix idna.to_unicode
2010-12-26 Matthew Wildutil.encodings: Switch comment styles to build ok as...
2010-05-21 Matthew WildMerge with backout
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-02-25 Matthew WildMerge with 0.6
2010-02-09 Waqas Hussainutil.encodings: Use STD3 ASCII rules for idna.to_ascii.
2010-02-09 Waqas Hussainutil.encodings: Use STD3 ASCII rules for idna.to_ascii.
2009-11-16 Tobias MarkmannMerge with sasl branch.
2009-10-02 Waqas HussainMerge with 0.5
2009-10-02 Waqas HussainMerge
2009-10-02 Waqas Hussainutil.encodings: Removed a bit of unreachable code.
2009-10-02 Waqas Hussainutil.encodings: Included idn-free.h, which explicitly...
2009-10-02 Waqas Hussainutil.encodings: Fixed: Last change was not ANSI C compa...
2009-09-29 Matthew WildMerge with 0.5
2009-09-29 Matthew Wildutil.encodings: Don't throw an error but return nil...
2009-09-27 Matthew WildMerge with trunk
2009-09-27 Matthew WildMerge with 0.5
2009-09-27 Matthew WildMerge with waqas
2009-09-27 Matthew WildMerge with waqas
2009-09-22 Waqas Hussainutil.encodings: Fixed an issue with cross-module memory...
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-02-02 Matthew WildLicensing/version updates for some files (forgot to...
2008-12-07 Waqas HussainFixed util.encodings.base64.decode to not truncate...
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew Wildand the C files too
2008-11-29 Tobias MarkmannAutomated merge.
2008-11-29 Matthew WildMerfe from Tobias
2008-11-29 Tobias MarkmannForced merge.
2008-11-28 Tobias MarkmannUse unsigned int instead of uint because uint is alread...
2008-11-28 Tobias MarkmannTo use free you should include stdlib.h rather than...
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Waqas HussainMinor changes to C files (to prevent compiler warnings)
2008-11-26 Matthew WildFix for hashes.c and encodings.c to rename luaopen...
2008-11-25 Waqas HussainRemoved commented code
2008-11-25 Waqas HussainAdded util-src/encodings.c - support for base64, string...