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

..03-May-2022-

doc/H03-May-2022-59,69847,569

src/H03-May-2022-98,64676,553

AUTHORSH A D17-May-200633 32

COPYINGH A D17-May-200625.9 KiB516435

ChangeLogH A D02-Apr-20099.2 KiB262214

INSTALLH A D17-May-20067.6 KiB183143

Makefile.amH A D17-May-2006665 2823

Makefile.inH A D03-May-202221.5 KiB697615

NEWSH A D17-May-20069 21

READMEH A D17-May-2006645 2014

TODOH A D16-May-20074.1 KiB8983

aclocal.m4H A D02-Apr-2009270.8 KiB7,7316,943

config.guessH A D07-Jul-200843.8 KiB1,5271,315

config.subH A D07-Jul-200832.6 KiB1,6591,514

configureH A D02-Apr-2009755.3 KiB24,26919,598

configure.inH A D02-Apr-200912.8 KiB461409

depcompH A D24-Jun-200613.5 KiB480304

gsk-1.0.pc.inH A D17-May-2006239 1310

gtk-doc.makeH A D17-Feb-20095.9 KiB197162

install-shH A D27-Nov-20069 KiB324189

ltmain.shH A D29-Apr-2008195.3 KiB6,9655,506

missingH A D27-Nov-200610.8 KiB361268

mkinstalldirsH A D24-Jun-20061.9 KiB11285

pkgwriteinfo.inH A D17-May-20061.6 KiB5348

README

1GSK -- a library for writing servers.
2
3It facilitates writing very efficient single-threaded
4servers in C.  It has facilities which directly support
5some standard protocols, as well as some simple main-loop and
6parser abstractions.
7
8It is licensed under the LGPL, to give you the maximum freedom
9in writing your application.
10
11--
12
13In order to compile or use GSK, you must have Glib 2.0 installed.
14If you are using a standard linux distribution, a package is
15probably available.  Otherwise, the source is available at
16ftp://ftp.gtk.org/.
17
18If you have received a distributed .tar.gz file, please
19read INSTALL for generic installation instructions.
20