]> git.ipfire.org Git - thirdparty/systemd.git/history - src/shared/util.h
label: move is_dir() to util.c
[thirdparty/systemd.git] / src / shared / util.h
2014-10-23  Lennart Poetteringlabel: move is_dir() to util.c
2014-09-22  Emil Renner Berthingutil: avoid non-portable __WORDSIZE
2014-09-22  David Herrmannutil: add alloca_align()
2014-09-04  Zbigniew Jędrzejew... localed: remove free_and_copy
2014-08-27  David Herrmannutil: make lookup_uid() global
2014-08-26  Lennart Poetteringutil: reset signals when we fork off agents
2014-08-22  Lennart Poetteringcore: add support for a configurable system-wide start...
2014-08-21  Lennart Poetteringutil: change return value of startswith() to non-const
2014-08-19  Lennart Poetteringutil: remove unused FOREACH_WORD_SEPARATOR_QUOTED
2014-08-19  Lennart Poetteringsysusers: add another column to sysusers files for...
2014-08-14  Timofey Titovetscore: Refuse mount on symlink
2014-08-14  Dave Reisnerutil: allow strappenda to take any number of args
2014-08-04  Zbigniew Jędrzejew... util.h: fix typo
2014-08-03  Simon McVittieutil.h: include missing.h, for struct file_handle
2014-08-01  Lennart Poetteringresolved: read the system /etc/resolv.conf unless we...
2014-07-31  Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-29  Lennart Poetteringresolved: when resolving an address PTR record via...
2014-07-16  Zbigniew Jędrzejew... Be more careful when checking for empty files
2014-07-14  Mantas Mikulėnasfileio: quote more shell characters in envfiles
2014-07-07  Lennart Poetteringfirstboot: get rid of firstboot generator again, introd...
2014-07-07  Lennart Poetteringfirstboot: follow lock protocol when changing /etc...
2014-07-07  Lennart Poetteringfirstboot: add new component to query basic system...
2014-07-07  Lennart Poetteringutil: don't consider tabs special in string_has_cc...
2014-07-02  Lennart Poetteringsd-bus: support connecting to remote hosts, directly...
2014-07-02  Lennart Poetteringutil: generalize is_localhost() and use it everywhere...
2014-06-17  Lennart Poetteringtmpfiles: add "+" modifier support to b, c, p lines...
2014-06-17  Lennart Poetteringinstall: make sure that --root= mode doesn't make us...
2014-06-16  David Herrmannutil: add realloc_multiply() helper
2014-06-16  David Herrmannutil: fix multiply-alloc helpers with size==0
2014-06-16  Lennart Poetteringtmpfiles: add new "L+" command as stronger version...
2014-06-12  Lennart Poetteringsysusers: add minimal tool to reconstruct /etc/passwd...
2014-06-10  Lennart Poetteringtmpfiles: add new "C" line for copying files or directories
2014-06-10  Lennart Poetteringbus-proxy: properly index policy by uid/gid when parsing
2014-06-06  Lennart Poetteringnamespace: beef up read-only bind mount logic
2014-06-05  Lennart Poetteringnamespace: when setting up an inaccessible mount point...
2014-05-23  Kay Sieversshared: add touch_file() and let touch() always update...
2014-05-18  Lennart Poetteringmachined: add logic to query IP addresses of containers
2014-05-15  Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-05-05  Lennart Poetteringtimesyncd: lookup name server via sd-resolve, support...
2014-04-23  Lennart Poetteringdelta: draw arrows with draw_special_char()
2014-04-21  Michael Olbrichsystemctl: delete REBOOT_PARAM_FILE if no parameter...
2014-04-21  Dave Reisnerimplement a union to pad out file_handle
2014-04-12  Zbigniew Jędrzejew... Unify GREEDY_REALLOC and GREEDY_REALLOC_T
2014-03-24  Lennart Poetteringutil: replace close_pipe() with new safe_close_pair()
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-15  Zbigniew Jędrzejew... timedated: use builtins for integer log and exp
2014-03-14  Lennart Poetteringutil: add hexdump() call to create pretty hexdumps...
2014-03-14  Michael Marineaushared: add root argument to search_and_fopen
2014-03-12  Josh Triplettutil: Make in_charset a static inline in util.h
2014-03-11  Harald Hoyersystemctl: for switch-root check, if we switch to a...
2014-03-11  Harald Hoyerutil: add files_same() helper function
2014-03-07  Lennart Poetteringfstab-generator: merge /proc/cmdline parsing loops...
2014-03-06  Lennart Poetteringutil: move more intellegince into parse_proc_cmdline()
2014-03-06  Lennart Poetteringutil: add timeout to generator execution
2014-03-04  Lennart Poetteringlogind: make $XDG_RUNTIME_DIR a per-user tmpfs
2014-02-25  David Herrmannlogin: fix pos-array allocation
2014-02-23  Lennart Poetteringcore: clean up some confusing regarding SI decimal...
2014-02-19  Lennart Poetteringcore: add Personality= option for units to set the...
2014-02-18  Lennart Poetteringnspawn: add new --personality= switch to make it easier...
2014-02-18  Lennart Poetteringutil: generalize code that checks whether PIDs are...
2014-02-17  Lennart Poetteringcore: fixate show_status earlier, so that we actually...
2014-02-17  Zbigniew Jędrzejew... Extract looping over /proc/cmdline into a shared function
2014-02-15  Zbigniew Jędrzejew... Fix prototype of get_process_state
2014-02-15  Yuxuan Shuicore: fix detection of dead processes
2014-02-11  Lennart Poetteringutil: drop parse_user_at_host() since its unused now
2014-02-03  Lennart Poetteringconf-parser: warn when we open configuration files...
2014-01-30  Lennart Poetteringutil: add u32ctz() call for determining ctz of uint32_t
2014-01-28  Lennart Poetteringutil: introduce new dev_urandom() call that is like...
2014-01-28  Zbigniew Jędrzejew... journal: guarantee async-signal-safety in sd_journald_sendv
2014-01-28  Zbigniew Jędrzejew... Replace mkostemp+unlink with open(O_TMPFILE)
2014-01-22  Tom GundersenDEFINE_STRING_TABLE_LOOKUP: return _INVALID_* rather...
2014-01-05  Simon Peetersshared: util.c: unify split and split_quoted
2014-01-05  Simon Peetersshared: procfs_file_alloca: handle pid==0
2014-01-03  Zbigniew Jędrzejew... Use format patterns for usec_t, pid_t, nsec_t, usec_t
2013-12-26  Zbigniew Jędrzejew... systemctl: allow globbing in commands which take multip...
2013-12-25  Lennart Poetteringbus: rename message "serial" to "cookie"
2013-12-24  Lennart Poetteringutil: unify SO_PEERCRED/SO_PEERSEC invocations
2013-12-22  Lennart Poetteringshared: switch our hash table implementation over to...
2013-12-21  Florian Weimerutil: remove union dirent_storage
2013-12-18  Lennart Poetteringservice: watch main pid even in final states
2013-12-17  Shawn Landden_noreturn_ --> noreturn for C11 compat
2013-12-17  Lukasz Skalskilibsystemd-bus: true/false instead of yes/no in msg...
2013-12-17  Zbigniew Jędrzejew... systemctl: highlight filenames in cat
2013-12-17  Lennart Poetteringbus: when entering an existing namespace to connect...
2013-12-16  Lennart Poetteringcore: refuse doing %h, %s, %U specifier resolving in...
2013-12-14  Lennart Poetteringbus: when connecting to a container's kdbus instance...
2013-12-01  David Herrmannutil: add greedy_realloc0()
2013-11-27  Lennart Poetteringservice: add the ability for units to join other unit...
2013-11-22  Lennart Poetteringsystemctl: indicate in list-dependencies whether a...
2013-11-21  Lennart Poetteringbus: add API calls to escape string components of objec...
2013-11-07  Lennart Poetteringutil: add circle to special chars we can draw
2013-11-06  Lennart Poetteringutil: unify reading of /proc/cmdline
2013-10-31  Lennart Poetteringmachinectl: add new command to spawn a getty inside...
2013-10-18  Tom Gundersenkerne-command-line: introduce option 'systemd.restore_s...
2013-10-16  Lennart Poetteringmacro: clean up usage of gcc attributes
2013-10-14  Lennart Poetteringutil: allow trailing semicolons on define_trivial_clean...
2013-10-13  Zbigniew Jędrzejew... Introduce udev object cleanup functions
2013-10-13  Zbigniew Jędrzejew... Never call qsort on potentially NULL arrays
2013-10-13  Shawn Landdenutil, utf8: make ellipsize take multi-byte characters...
2013-10-04  Zbigniew Jędrzejew... Introduce _cleanup_endmntent_
next