Merge branch 'daemon-ext'
[libi2ncommon] / test /
2021-11-29 Philipp Gesangfix typo
2021-11-29 Philipp Gesangadd latin-1 wrapper for html_entities
2019-04-25 Philipp Gesangdrop reference to obsolete symbol from unit test
2019-04-05 Philipp Gesangadd constructor tests for all Time::Clock ids and variants
2019-04-05 Philipp Gesangstop leaking TZ between unit tests
2019-03-27 Philipp Gesangadd more struct timespec/Time formatters
2019-03-27 Philipp Gesangtake precautions for 32bit time_t/long
2019-03-27 Philipp Gesangimplement division by scalar for Time and container ops
2019-03-27 Philipp Gesangallow creating Time objects from formatted timestamps
2019-03-27 Philipp Gesangextend Time class with string formatters
2019-03-27 Philipp Gesangadd ISO-8601 formatters to timefunc
2019-03-27 Philipp Gesangimplement basic operations over class Time
2019-03-27 Philipp Gesangimplement a basic time/clock datastructure
2018-10-02 TĂșlio CavalcantiRedirectHash class created in restricted_html file
2018-10-02 Tulio CavalcantiHashing functions based upon openssl created
2018-08-14 Philipp Gesangadd support for guarding pipestream with NO_NEW_PRIVS
2018-08-14 Philipp Gesangdo not indent boost unittest structurals
2018-08-14 Philipp Gesangpass pipestream flags as bitset
2018-08-14 Philipp Gesangadd option to forward environment to pipestream
2018-08-14 Philipp Gesangskip unit tests for handling child errors in pipestream...
2018-08-14 Philipp Gesangdistinguish child errors from failing to exec
2018-08-14 Philipp Gesangredirect unused fds to /dev/null in pipestream
2018-08-14 Philipp Gesangallow path lookup for pipestream
2018-08-14 Philipp Gesangadd pipestream unit tests for execution failure
2018-08-14 Philipp Gesangallow selecting stdout and stderr with inpipestream
2018-08-13 Philipp Gesangadd pipestream ctor overload for vectors of string
2018-08-13 Philipp Gesangadd unit test series for pipestream
2018-08-08 Juliana RodrigueiroImplement percent url encoder and decoder
2018-08-08 Juliana RodrigueiroAdd basic restricted_html structure
2018-08-02 Philipp Gesangadd unit tests for join_string() overloads
2018-08-02 Philipp Gesangimplement iterator based join_string()
2017-06-27 Gerd von EgidyBOOST_MESSAGE got replaced by BOOST_TEST_MESSAGE in...
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 JaroschRename get_dir_size() to get_dir_count()
2017-03-23 Christian HerdtweckCreate unittest for i18n_noop[s]
2017-03-23 Christian HerdtweckCreate unit tests for new 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 HerdtweckAdd unittests for new find/replace_html_comments
2017-03-22 Christian HerdtweckClean up log file created in unit tests
2017-03-22 Christian HerdtweckEnsure filefunc unit test works with all working dirs
2017-01-09 Christian HerdtweckAdd convenience functions for i18n_get_string + unit...
2016-11-08 Christian HerdtweckAdd overload of join_string for vector argument + unittest
2016-11-08 Christian HerdtweckFix unittests
2016-07-18 Gerd von Egidyadd functions to convert from hex strings to other...
2016-06-01 Christian Herdtweckextended unittest to double-version of nice_unit_format
2015-12-17 Gerd von Egidyimplement counting hardlinked files only once in du()
2015-12-17 Gerd von Egidymake unittest compatible with old versions of du that...
2015-12-17 Gerd von Egidyretry df test up to 5 times if it fails due to some...
2015-12-17 Gerd von Egidyrename pipe_to_string() to capture_exec() and improve...
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 Egidytest handling of symlinks to directories in recursive_d...
2015-12-16 Gerd von Egidyadd Stat::BytesOnDisk()
2015-12-16 Gerd von Egidyadd get_free_diskspace()
2015-12-16 Gerd von Egidyadd sanitize_for_logging() to stringfunc
2015-12-15 Thomas JaroschAdd new option to recursive_delete: keep_parent_dir
2015-11-11 Thomas JaroschNew function to check if two files differ: file_content...
2015-05-12 Gerd von Egidyadd test to make sure tmpofstream handles file creation...
2015-05-10 Gerd von Egidywhen running the unit test without root, you don't...
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 Egidyunit test for 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 JaroschMake IP_RANGE::resolve_ip() thread safe
2011-10-17 Thomas JaroschReplace localtime() with thread safe localtime_r()
2011-09-22 Thomas JaroschMake ScopeTracker thread safe via TLS (thread local...
2011-09-22 Thomas JaroschImplement umask()
2011-09-22 Thomas JaroschImplement mkdir(), rmdir(), getcwd() and chdir()
2011-09-22 Thomas JaroschImplement mkdtemp()
2011-05-11 Thomas JaroschMake unit test for imap modified utf7 optional
2011-05-11 Thomas JaroschSwitch license from Intranator license to GPLv2 + linki...
2011-05-11 Thomas JaroschMigrate libi2ncommon to cmake
2011-02-04 Guilherme Maciel... Removed ShortUnitFormat and UnitBase1024 from nice_unit...
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-01 Guilherme Maciel... Renamed enumeration items to improve readability
2011-02-01 Guilherme Maciel... Replaced format_kb() by nice_unit_format() in the test...
2011-02-01 Guilherme Maciel... Created test cases for format_kb()
2011-01-31 Guilherme Maciel... Added unit test for nice_unit_format()
2010-09-03 Gerd von Egidyadd IP_RANGE::netmap including unit tests
2010-03-11 Gerd von Egidyadd chown to tmpfstreams variants
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-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-02-24 Thomas JaroschMerge branch 'boost-test' into glibc-upgrade
2010-02-03 Thomas JaroschMigrate libi2ncommon to boost::test
next