add char** overloads for join_string
[libi2ncommon] / src / stringfunc.cpp
2018-08-02 Philipp Gesangadd char** overloads for join_string
2017-06-08 Thomas Jaroschbase64 encoder/decoder: Add parameter to control linefe...
2017-05-19 Thomas JaroschAdd new base64_encode() / base64_decode() functions
2017-03-23 Thomas JaroschDeclare internal function rounding_upwards() to have...
2017-03-23 Christian HerdtweckCreate string-function shorten_stl_types
2017-03-22 Thomas JaroschMerge branch 'remove-html-comments'
2017-03-22 Thomas JaroschChange find_html_comments() API to return the results
2017-03-22 Christian HerdtweckCreate vector-result-version of split_string with unit...
2017-03-22 Christian HerdtweckCreate functions find/remove_html_comments
2016-11-08 Christian HerdtweckAdd overload of join_string for vector argument + unittest
2016-06-01 Christian Herdtweckadded function nice_unit_format for double input (calls...
2016-06-01 Christian Herdtweckmade arg const that is not modified
2015-12-16 Gerd von Egidyminor speed optimization
2015-12-16 Gerd von Egidyadd sanitize_for_logging() to stringfunc
2015-02-05 Gerd von Egidyadd function html_entities_to_console to stringfunc
2011-10-17 Thomas JaroschConstification and minimal performance improvements
2011-10-17 Thomas JaroschFix signed/unsigned comparison warning
2011-05-11 Thomas JaroschSwitch license from Intranator license to GPLv2 + linki...
2011-02-04 Guilherme Maciel... Switched the order of the nice_unit_format() parameters...
2011-02-04 Guilherme Maciel... Removed the exabytes, zettabytes and yottabytes represe...
2011-02-03 Guilherme Maciel... Added i18n_noop around long unit format symbol strings...
2011-02-03 Guilherme Maciel... Renamed the constant to keep related with the arrays
2011-02-03 Guilherme Maciel... Given another name to the arrays to make reference...
2011-02-03 Guilherme Maciel... Moved the rounding statement to its own function
2011-02-02 Guilherme Maciel... Rename variables according with their enumeration type...
2011-02-01 Guilherme Maciel... Renamed enumeration items to improve readability
2011-02-01 Guilherme Maciel... Replaced all ocurrences of format_kb() by nice_unit_for...
2011-02-01 Guilherme Maciel... Allow to select the length of the symbol, short or...
2011-02-01 Guilherme Maciel... Moved format_kb from arnielizer to libi2ncommon
2011-02-01 Guilherme Maciel... Added a prefix to the enumeration items to avoid possib...
2011-01-31 Guilherme Maciel... Changed nice_unit_format() to allow selection between...
2011-01-31 Guilherme Maciel... Improved method signature, constification of parameter...
2011-01-28 Guilherme Maciel... Change nice_unit_format() to long long
2010-07-15 Thomas JaroschAlso filter single quotes and / in html_entities()...
2009-05-29 Thomas JaroschAdjust to libiconv API change
2008-08-01 Reinhard Pfaulibi2ncommon: (reinhard) changes for g++ 4.3.1
2008-06-20 Reinhard Pfaulibi2ncommon: (reinhard) just 4 fun :-) (added ZBytes...
2008-04-07 Reinhard Pfaulibi2ncommon: (reinhard) disabled old to_lower/to_upper...
2008-04-07 Reinhard Pfaulibi2ncommon: (reinhard) modified stringfunc (and some...
2008-04-04 Thomas Jaroschlibi2ncommon: (tomj) merged common code from connd
2007-10-05 Thomas Jaroschgenerate, libi2ncommon: (tomj) fix custom spam folders...
2007-03-06 Thomas Jaroschlibi2ncommon: (tomj) escape_shellarg: escape empty...
2006-04-19 Gerd v. Egidylibi2ncommon: (gerd) html encoding for all unicode...
2006-04-11 Thomas Jarosch500% performance gain in to_lower / to_upper
2006-03-30 Thomas Jaroschui, arniesetup, libi2ncommon: (tomj) po file is now...
2006-03-28 Thomas Jaroschlibi2ncommon: (tomj) smart HTML entities engine
2006-03-27 Thomas Jaroschlibi2ncommon: (tomj) throw exception if replace_all...
2006-02-16 Thomas Jaroschui, libi2ncommon: (tomj) email filtering: decode UTF...
2004-09-06 Thomas Jaroschlibi2ncommon: (tomj) fix iso_to_html() function
2004-09-06 Thomas Jaroschlibi2common, arnied, ui: (tomj) fix mainpage showerr...
2004-08-25 Gerd v. Egidylibi2ncommon: (gerd) merge escape into stringfunc
2004-08-24 Gerd v. Egidylibi2ncommon: (gerd) initial submission, not in use yet