]> git.ipfire.org Git - thirdparty/util-linux.git/history - misc-utils/uuidd.c
tests: logger with socat device
[thirdparty/util-linux.git] / misc-utils / uuidd.c
2015-01-08  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2015-01-06  Benno Schulenbergtextual: add a docstring to most of the utilities
2014-10-01  Sami Kerolatextual: use usage() text element macros
2014-05-30  Karel ZakMerge branch 'lscpu-detect-v3' of https://github.com...
2014-05-28  Karel ZakMerge branch 'tests-stuff' of https://github.com/rudime...
2014-05-27  Karel ZakMerge branch 'setterm' of git://github.com/kerolasa...
2014-05-27  Karel ZakMerge branch 'uuid' of git://github.com/kerolasa/lelux...
2014-05-26  Sami Kerolauuidd: do not mix signed type and unsigned code
2014-05-26  Sami Kerolauuidd: set options to be mutually exclusive
2014-05-26  Sami Kerolauuidd: ensure pid file is wrote when it is requested
2014-04-14  Karel ZakMerge branch 'scols' of git://github.com/ooprala/util...
2014-04-09  Karel Zakbuild-sys: consolidate systemd support
2014-04-01  Karel ZakMerge branch 'pg-manual-page-long-options' of https...
2014-01-07  Sami Kerolauuidd: use pkg-config to find systemd-deamon support
2013-07-09  Karel Zakuuidd: add missing initializer [clang-analyzer]
2013-05-28  Karel ZakMerge branch 'cal-fourth' of git://github.com/kerolasa...
2013-05-28  Benno Schulenbergtextual: fix typo in error message and uniformize their...
2013-05-14  Karel Zakuuidd: clean up error messages
2013-01-25  Karel Zaktextual: use UTIL_LINUX_VERSION everywhere
2012-05-24  Ludwig Nusselmerge coreutils' last GPL2 version of su.c
2012-05-23  Karel ZakMerge branch 'master' of https://github.com/jhuntwork...
2012-05-15  Petr Uzellibuuid: move read_all to include/all-io.h
2012-05-15  Petr Uzelinclude: rename writeall.h to all-io.h
2012-05-10  Petr Uzellibuuid: avoid double open and leaking fd (reworked)
2012-05-04  Karel Zakuuidd: remove unnecessary variables
2012-05-04  Petr Uzellibuuid: avoid double open and leaking descriptor
2012-05-04  Petr Uzeluuidd: introduce uuidd_cxt to pass arguments to server...
2012-05-04  Petr Uzeluuidd: do not drop privileges
2012-05-04  Petr Uzeluuidd: print all debugging information to stderr
2012-05-04  Petr Uzeluuidd: implement --socket-activation option
2012-05-04  Petr Uzeluuidd: factor out socket creation into separate function
2012-05-04  Petr Uzeluuidd: implement --no-fork option
2012-05-04  Petr Uzeluuidd: use ignore_result helper
2012-05-04  Petr Uzeluuidd: implement --no-pid option
2012-05-04  Petr Uzeluuidd: factor out pidfile creation into separate function
2012-05-04  Petr Uzeluuidd: remove useless initialization of cleanup_socket
2012-05-04  Petr Uzeluuidd: use UUIDD_OP_GETPID instead of magic number
2012-04-11  Karel ZakMerge branch 'close_stream' of git://github.com/kerolas...
2012-04-04  Sami Kerolamisc-utils: verify writing to streams was successful
2011-09-27  Petr Uzelmisc: use %m in format string instead of %s and strerro...
2011-09-27  Eric Sandeenuuidd: Add missing break to option case statement
2011-08-31  Karel ZakMerge branch 'chcpu' of git://git.kernel.org/pub/scm...
2011-08-31  Karel ZakMerge branch 'docs-dir' of https://github.com/kerolasa...
2011-08-30  Karel ZakMerge branch 'lscpu' of git://git.kernel.org/pub/scm...
2011-08-16  Karel Zakuuidd: cleanup usage()
2011-08-02  Benno Schulenberguuidd: distinguish between singular and plural in three...
2011-08-01  Karel Zakuuidd: fix compiler warnings [-Wsign-compare]
2011-06-27  Karel ZakMerge branch 'wknd23' of git://github.com/kerolasa...
2011-06-25  Sami KerolaMerge branch 'wknd23' into sfdisk
2011-06-25  Sami Kerolauuidd: coding style fixes
2011-06-25  Sami Kerolauuidd: remove goto statement
2011-06-25  Sami Kerolauuidd: use symbolic exit and return values
2011-06-25  Sami Kerolauuidd: die() function removed
2011-06-25  Sami Kerolauuidd: long options & new usage
2011-03-08  Benno Schulenberguuidd: add "-q" to synopsis, order options alphabetically
2011-02-16  Petr Uzellibuuid: rename uuid__generate_* to __uuid_generate_*
2011-02-08  Petr Uzeluuidd: correctly report number of generated subsequent...
2011-02-08  Petr Uzeluuidd: fix -n usage
2011-02-08  Petr Uzeluuidd: increase connection backlog size to SOMAXCONN
2011-02-08  Petr Uzeluuidd: use write_all from include/writeall.h
2011-02-08  Petr Uzeluuidd: use die() where possible
2011-02-08  Petr Uzeluuidd: use daemon(3) library function
2011-02-08  Petr Uzeluuidd: use UUID_STR_LEN and UUID_LEN
2011-02-08  Petr Uzeluuidd: use UUIDD_OP_BULK_*_UUID named constants
2011-02-08  Petr Uzeluuidd: fix uuidd -r -n 2
2010-06-14  Benno Schulenbergmessages: gettextize a few skipped or forgotten ones
2010-06-14  Benno Schulenberguuidd: spell the plural of "UUID" consistently as ...
2009-07-01  Karel ZakMerge branch 'tytso' of git://git.kernel.org/pub/scm...
2009-07-01  Theodore Ts'olibuuid, uuidd: Avoid infinite loop while reading from...
2009-07-01  Theodore Ts'ouuidd: Avoid closing the server socket when calling...
2009-05-22  Karel Zakuuidd: new command (UUID daemon from e2fsprogs)