BOOST_MESSAGE got replaced by BOOST_TEST_MESSAGE in newer versions of boost
[libi2ncommon] / src /
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 Thomas JaroschRename get_dir_size() to get_dir_count()
2017-03-23 Christian HerdtweckAdd another convenience function allowing i18n_noops...
2017-03-23 Christian HerdtweckRun shorten_stl_types (and a bit more) only if needed...
2017-03-23 Christian HerdtweckUse new shorten_stl_types in scope tracker
2017-03-23 Christian HerdtweckCreate string-function shorten_stl_types
2017-03-22 Christian HerdtweckCreate get_dir_size to avoid unnecessary name copying...
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
2017-03-22 Christian HerdtweckAdded function format_date which is format_full_time...
2017-02-08 Christian HerdtweckFix comment
2017-01-09 Christian HerdtweckAdd convenience functions for i18n_get_string + unit...
2016-12-08 Christian HerdtweckCorrect file header docu
2016-12-02 Christian HerdtweckAdd comment about error-checking to docu of string_to<T>
2016-11-15 Christian HerdtweckAdd comments for mkstemp in filefunc so I do not try...
2016-11-08 Christian HerdtweckAdd overload of join_string for vector argument + unittest
2016-07-18 Gerd von Egidyadd functions to convert from hex strings to other...
2016-07-12 Christian Herdtweckupdate i18n-ed string for "day"/"days" since it clashed...
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-17 Gerd von Egidyimplement counting hardlinked files only once in du()
2015-12-17 Gerd von Egidyfix missing include files and inline definition
2015-12-17 Gerd von Egidyincrease version to 2.8, soversion to 6 since we change... v2.8
2015-12-17 Thomas JaroschAlways initialize exit_set
2015-12-17 Gerd von Egidyrename pipe_to_string() to capture_exec() and improve...
2015-12-17 Gerd von Egidycheck if status_set != NULL before setting it
2015-12-17 Gerd von Egidysplit pipestream.hxx into .hxx and .cpp
2015-12-17 Thomas JaroschFix typo in comment
2015-12-16 Gerd von Egidyimplement pipe_to_string() and use it to shorten the...
2015-12-16 Gerd von Egidyimplement du()
2015-12-16 Gerd von Egidyalso replace opendir() by our get_dir(), you get eye...
2015-12-16 Gerd von Egidyfix symlink-dir-bug by switching from stat() to our...
2015-12-16 Gerd von Egidysanitize indent so that I can work with this code
2015-12-16 Gerd von Egidyadd safeguard against infinite loop with EINTR, even...
2015-12-16 Gerd von Egidyadd Stat::BytesOnDisk()
2015-12-16 Gerd von Egidyfix typo
2015-12-16 Gerd von Egidyadd get_free_diskspace()
2015-12-16 Gerd von Egidyfix code style
2015-12-16 Gerd von Egidyminor speed optimization
2015-12-16 Gerd von Egidyautomatically sanitize all messages logged through...
2015-12-16 Gerd von Egidyadd sanitize_for_logging() to stringfunc
2015-12-16 Gerd von Egidyadd attention about the string_to interface usage
2015-12-15 Thomas JaroschAdd new option to recursive_delete: keep_parent_dir
2015-11-30 Christian Herdtweckadded comments to pipestream, including WEXITSTATUS
2015-11-11 Thomas JaroschNew function to check if two files differ: file_content...
2015-06-22 Thomas JaroschProperly initialize FollowLinks in the default constructor
2015-05-10 Gerd von Egidymake pid_of work with processes owned by other users...
2015-05-05 Thomas JaroschMove includedir to /usr/include/libi2ncommon
2015-04-08 Gerd von Egidynew directories - increase the soversion to really...
2015-04-08 Gerd von Egidywrite libs into lib64 dir on 64 bit platforms
2015-04-02 Gerd von Egidyboost::shared_dynamic_cast is deprecated and removed...
2015-02-05 Gerd von Egidyadd function html_entities_to_console to stringfunc
2014-11-25 Christian Herdtweckmoved function remove_unlisted_files from intranator...
2014-11-25 Christian Herdtweckchanged doc only to make doxygen happier and get less...
2014-11-05 Christian Herdtweckadded function get_log_level_string to logfunc.cpp/hpp
2013-08-20 Gerd von Egidyadd new trunc option to write_file
2013-01-24 Gerd von Egidymake code compile with newer gcc versions too
2012-02-10 Gerd von Egidyone more time_t fix, the other functions look good
2012-02-10 Gerd von Egidymake format_full_time work on 64 bit systems too: need...
2012-02-10 Gerd von Egidyadd ostream handling to Tribool
2011-12-12 Thomas JaroschAdd support for i18n_plural(): Translation of plural...
2011-12-12 Thomas JaroschRemove i18n_get_string() function signature where we...
2011-10-17 Thomas JaroschBump .so version and project version
2011-10-17 Thomas JaroschMake IP_RANGE::resolve_ip() thread safe
2011-10-17 Thomas JaroschReplace readdir() by thread-safe readdir_r() function
2011-10-17 Thomas JaroschReplace localtime() with thread safe localtime_r()
2011-10-17 Thomas JaroschPass some const strings by reference
2011-10-17 Thomas JaroschConstification and minimal performance improvements
2011-10-17 Thomas JaroschReplace bzero() with memset(). bzero() is removed in...
2011-10-17 Thomas JaroschAlways initialize variables
2011-10-17 Thomas JaroschFix wrong bracket placing (luckily the code is unreleased)
2011-10-17 Thomas JaroschSilence compile warning about Undef not being handled...
2011-10-17 Thomas JaroschFix signed/unsigned comparison
2011-10-17 Thomas JaroschFix signed/unsigned comparison warning
2011-10-17 Thomas JaroschRemove unused variables
2011-10-17 Thomas JaroschFix initialization order
2011-09-23 Thomas JaroschFix off-by-one buffer access
2011-09-22 Thomas JaroschAdd initgroups() call to drop_root_privileges
2011-09-22 Thomas JaroschUse std::vector instead of std::list for active ScopeTr...
2011-09-22 Thomas JaroschMake ScopeTracker thread safe via TLS (thread local...
2011-09-22 Thomas JaroschMake our log functions thread safe
2011-09-22 Thomas JaroschImplement umask()
2011-09-22 Thomas JaroschImplement mkdir(), rmdir(), getcwd() and chdir()
2011-09-22 Thomas JaroschImplement mkdtemp()
2011-06-14 Thomas JaroschImproved log file parser code from Guilherme. Fixes...
2011-05-25 Thomas JaroschIncrease .so version (=API version) of libi2ncommon
2011-05-11 Thomas JaroschFix installation and dependency generation of header...
2011-05-11 Thomas JaroschSwitch license from Intranator license to GPLv2 + linki...
2011-05-11 Thomas JaroschMigrate libi2ncommon to cmake
2011-05-10 Thomas JaroschMerge libgettext code into libi2ncommon
2011-03-11 Thomas JaroschOwn implementation of intuitive tristate logic
2011-02-04 Guilherme Maciel... Changed the default parameters value from nice_unit_for...
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
next