fix unit test for pid_of in case of systemd
[libi2ncommon] / src /
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
2009-05-29 Thomas JaroschAdjust to libiconv API change
2009-05-29 Thomas JaroschProperly depend on ../utils
2009-04-27 Thomas JaroschFix arnied scheduler by redefining StNimmerleinsDay...
2009-04-16 Gerd von Egidymake sure that no invalid time values are written to...
2009-04-06 Thomas JaroschMerge branch 'schedulefix-with-new-glibc'
2009-04-06 Thomas JaroschRelicensed signalfunc and containerfunc as GPL version...
2009-04-03 Gerd von Egidyfix unit-tests - the results were ok for the new code...
2009-04-02 Gerd von Egidyfirst shot at fixing WeekCron-login, not done yet ...
2009-02-13 Thomas JaroschAdded proper boost dependencies
2009-02-03 Gerd von Egidyadd accessor functions and default constructor to WeekCron
2009-02-03 Gerd von Egidyprotect week.hpp against double-inclusion
2009-02-03 Gerd von Egidyimprove comment
2009-01-30 Thomas JaroschAdded some safety checks to WeekCron. Updated StartHour...
2009-01-29 Gerd v. Egidyfound out how to reliably get the start of the day...
2009-01-29 Gerd von Egidyfix bugs with dst-changes. maybe won't work for other...
2009-01-29 Gerd von Egidyfix unit-tests that were broken, mark dst-bug, add...
2009-01-28 Thomas JaroschMerge commit 'origin/arnied-clockchange' into arnied...
2009-01-28 Thomas Jaroschsome tests for DST, some currently failing, maybe bug...
2009-01-28 Thomas JaroschRewrote Week::get_displaystring() and wrote unit test...
2009-01-28 Thomas JaroschFix some signed/unsigned issues in Week
2009-01-28 Thomas JaroschMoved WEEK class to own file. Renamed to Week and adapt...
next