]> git.tuebingen.mpg.de Git - dss.git/history - ipc.c
Merge topic branch t/realpath into pu
[dss.git] / ipc.c
25 hours ago Andre NollMerge topic branch t/realpath into pu pu
25 hours ago Andre NollCompute ipc key only once.
25 hours ago Andre NollResolve config file path only once.
25 hours ago Andre NollUse standard realpath(3).
2017-11-19 Andre Nollipc.c: Remove a dead store.
2017-11-19 Andre NollReplace license boilerplate with single line SPDX comments.
2017-11-13 Andre NollMerge branch 'maint'
2017-11-06 Andre NollMerge branch 'refs/heads/t/im-logo'
2017-10-15 Andre NollMerge branch 'refs/heads/t/lopsub'
2017-10-06 Andre NollRevert "ipc.c: Use ftok() instead of SuperFastHash."
2017-07-26 Andre Nollipc: Improve error diagnostics for kill.
2017-07-13 Andre Nollipc: Combine mutex_lock() and lock_dss().
2017-07-13 Andre Nollipc: Prefer key_t over int for System V IPC keys.
2017-06-25 Andre Nollipc.c: Use ftok() instead of SuperFastHash.
2017-04-16 Andre Nollipc.c: Uninline get_key_or_die().
2017-04-16 Andre Nollipc.c: Constify parameter of get_key_or_die().
2017-04-16 Andre Nollipc: Fix error code returned by mutex_lock().
2016-08-21 Andre Nollipc: Simplify mutex_try_lock().
2016-08-21 Andre Nollipc: Make pid pointer optional.
2013-10-16 Andre NollMerge branch 't/dia'
2012-09-16 Andre NollMerge branch 't/rename_system_files'
2012-08-15 Andre NollRename source files which also exist as system headers.
2012-08-15 Daniel Richard GMake the dss log facility C89 conform.
2012-08-15 Daniel Richard Gipc.c: Eliminate per-field struct initializations.
2012-08-15 Daniel Richard GHave foo.c #include foo.h.
2012-08-15 Andre NollMerge branch 't/gcc-compat_fix'
2012-08-15 Andre NollMerge branch 't/cleanups'
2012-08-10 Andre NollMerge branch 't/ipc'
2012-08-03 Andre Nollmutex_get(): Change parameter from key_t to int.
2012-06-01 Andre NollAdd the --kill subcommand.
2012-06-01 Andre NollUse semaphore locking to avoid starting dss multiple...