• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H03-May-2022-9,5548,484

doc/H03-May-2022-3,7683,021

po/H12-Nov-2009-278241

tests/H03-May-2022-794672

unique/H03-May-2022-6,9044,801

AUTHORSH A D21-Sep-200935 21

COPYINGH A D21-Sep-200925.9 KiB511422

ChangeLogH A D12-Nov-200975.3 KiB2,2391,569

INSTALLH A D12-Nov-200911.6 KiB303227

Makefile.amH A D01-Nov-2009773 3021

Makefile.inH A D03-May-202227.6 KiB868772

NEWSH A D12-Nov-20091.6 KiB4741

READMEH A D09-Nov-2009628 1510

TODOH A D21-Sep-20090

aclocal.m4H A D12-Nov-200954.6 KiB1,6111,451

config.guessH A D12-Nov-200945.2 KiB1,5621,344

config.h.inH A D12-Nov-20092.7 KiB10570

config.subH A D12-Nov-200933.2 KiB1,6871,542

configureH A D12-Nov-2009560.7 KiB19,80215,981

configure.acH A D12-Nov-20097.9 KiB288232

depcompH A D12-Nov-200918.2 KiB631407

gtk-doc.makeH A D12-Nov-20095.9 KiB197162

install-shH A D12-Nov-200913.3 KiB521344

ltmain.shH A D12-Nov-2009237.5 KiB8,4076,475

missingH A D12-Nov-200911.2 KiB377281

mkinstalldirsH A D12-Nov-20093.5 KiB163112

unique.pc.inH A D21-Sep-2009307 1311

README

1LibUnique is a library for writing single instance applications, that is
2applications that are run once and every further call to the same binary
3either exits immediately or sends a command to the running instance.
4
5LibUnique can be compiled against various backends, to allow the usage of
6different IPC mechanisms depending on the platform.
7
8Project page: http://live.gnome.org/LibUnique
9Main repository: git://git.gnome.org/unique
10
11Copyright (C) 2007,2008,2009  Emmanuele Bassi
12
13Part of the API and design is based on GUniqueApp, by Vytautas Liuolia.
14The "bacon" backend is based on BaconMessageConnection, by Bastien Nocera.
15