libi2ncommon
2015-12-17 Gerd von Egidyincrease version to 2.8, soversion to 6 since we change... v2.8
2015-12-17 Gerd von Egidyretry df test up to 5 times if it fails due to some...
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 Egidytest handling of symlinks to directories in recursive_d...
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 JaroschStart .gitignore
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-12 Gerd von Egidyadd test to make sure tmpofstream handles file creation...
2015-05-11 Thomas JaroschRelease libi2ncommon 2.7 v2.7
2015-05-10 Gerd von Egidymake pid_of work with processes owned by other users...
2015-05-10 Gerd von Egidywhen running the unit test without root, you don't...
2015-05-05 Thomas JaroschMove includedir to /usr/include/libi2ncommon
2015-04-08 Gerd von Egidymake licensing more transparent
2015-04-08 Gerd von Egidyrelease libi2ncommon 2.6 v2.6
2015-04-08 Gerd von Egidynew directories - increase the soversion to really...
2015-04-08 Gerd von Egidyfix & improve packaging
2015-04-08 Gerd von Egidylibi2ncommon is no Intranator-specific lib anymore...
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-18 Christian Herdtweckfixed problem with absolute path for boost iostreams...
2014-11-05 Christian Herdtweckadded function get_log_level_string to logfunc.cpp/hpp
2013-11-18 Thomas JaroschIncrease version
2013-08-20 Gerd von Egidyadd new trunc option to write_file
2013-06-17 Thomas JaroschAdd ugly cast for our siginfo_t forward declaration.
2013-06-17 Thomas JaroschFix pkgconfig library dependency on boost iostreams...
2013-01-24 Gerd von Egidymake code compile with newer gcc versions too
2012-02-15 Thomas JaroschTest if write_file() creates empty files, too
2012-02-10 Gerd von Egidyone more time_t fix, the other functions look good
2012-02-10 Gerd von Egidyfix unit test for pid_of in case of systemd
2012-02-10 Gerd von Egidymake format_full_time work on 64 bit systems too: need...
2012-02-10 Gerd von Egidyunit test for Tribool
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-12-12 Thomas JaroschUnit test for i18n_get_string()
2011-10-17 Thomas JaroschBump .so version and project version
2011-10-17 Thomas JaroschAdd 'make dist' target
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 JaroschEnable all compile warnings
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-10-17 Thomas JaroschFix initialization order
2011-10-17 Thomas JaroschAlso update else/endif statement
2011-10-17 Thomas JaroschBuild documentation optionally
2011-10-17 Guilherme Maciel... Add required boost version
2011-09-23 Thomas JaroschFix off-by-one buffer access
2011-09-22 Thomas JaroschIncrease version. Remove unused MAJOR_/MINOR_VERSION
2011-09-22 Thomas JaroschAdd initgroups() call to drop_root_privileges
2011-09-22 Thomas JaroschIncrease 'libi2ncommon' version to 2.2
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-09-22 Kristóf KatusReplaced all occurences of 'include_directories(*$...
2011-07-20 Thomas JaroschIncrease version of own packages
2011-07-20 Thomas JaroschMerge branch 'winmail-dat-fix'
2011-07-20 Thomas JaroschMerge branch 'cyrus-duplicates'
2011-07-08 Gerd von EgidyMerge branch 'postfix-relay'
2011-07-06 Thomas JaroschMerge branch 'fsav-update'
2011-06-14 Thomas JaroschImproved log file parser code from Guilherme. Fixes...
2011-05-26 Gerd von EgidyMerge branch 'file-magic'
2011-05-25 Thomas JaroschIncrease .so version (=API version) of libi2ncommon
2011-05-23 Gerd von EgidyMerge branch 'raid-fix'
2011-05-19 Thomas JaroschFix libi2ncommon pkgconfig file
2011-05-13 Thomas JaroschDon't pass the full library path with -l
next