Merge branch 'daemon-ext'
[libi2ncommon] / src /
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
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-12-01 Thomas JaroschMake LogLevel::Emergency and LogLevel::Alert usable...
2010-10-22 Thomas JaroschUse correct (unsigned) type for string positions
2010-10-15 Gerd von Egidybetter errormessage in case of invalid range ends
2010-10-07 Gerd von EgidyMerge branch 'master' into vpn-nat
2010-10-07 Gerd von EgidyMerge branch 'master' into vpn-nat
2010-09-29 Thomas JaroschInitialize fd variable in constructor
2010-09-17 Thomas JaroschAdapt to new boost version
2010-09-07 Gerd von Egidyswap and operator= for IP_RANGE
2010-09-03 Gerd von Egidyadd IP_RANGE::netmap including unit tests
2010-07-16 Thomas JaroschReflect initialization order in pipestream constructor...
2010-07-15 Thomas JaroschAlso filter single quotes and / in html_entities()...
2010-03-11 Gerd von Egidyadd chown to tmpfstreams variants
2010-03-11 Gerd von Egidyit's doxygen time
2010-03-11 Gerd von Egidyimplement dirsync() and syncing on tmpfstreams
2010-03-11 Gerd von Egidyallow double-move
2010-03-11 Gerd von Egidyimplement filemode_on_close, fix var initialization
2010-03-11 Gerd von Egidyworking version of tmpfcopystream
2010-03-11 Gerd von Egidyadd TODOs
2010-03-10 Gerd von Egidybasic framework for tmpfcopystream, close() is still...
2010-03-10 Gerd von Egidyprevent working on unlinked files
2010-03-10 Gerd von Egidyhandle openflags in tmpfstream, test rdwr-file
2010-03-10 Gerd von Egidyimplement unlink and move, add tests for them
2010-03-10 Gerd von Egidy- use explicit instantiation for the most-used version...
2010-03-09 Gerd von Egidyfix Stat::recheck(), seems like noone ever tested it...
2010-03-09 Gerd von Egidyfirst working version of tmpfstream. Still in need...
2010-03-09 Gerd von Egidyadd copy_stream to filefunc and use it in copy_file
2010-01-19 Gerd von Egidymove exception.hxx from arnieclient into i2ncommon
2010-01-15 Gerd von Egidymove exception.hxx from arnieclient into i2ncommon
2009-08-06 Thomas JaroschFix pipestream includes
2009-08-03 Thomas JaroschFix libi2ncommon for gcc4
next