|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| doc/ | H | 03-May-2022 | - | 59,698 | 47,569 |
| src/ | H | 03-May-2022 | - | 98,646 | 76,553 |
| AUTHORS | H A D | 17-May-2006 | 33 | 3 | 2 |
| COPYING | H A D | 17-May-2006 | 25.9 KiB | 516 | 435 |
| ChangeLog | H A D | 02-Apr-2009 | 9.2 KiB | 262 | 214 |
| INSTALL | H A D | 17-May-2006 | 7.6 KiB | 183 | 143 |
| Makefile.am | H A D | 17-May-2006 | 665 | 28 | 23 |
| Makefile.in | H A D | 03-May-2022 | 21.5 KiB | 697 | 615 |
| NEWS | H A D | 17-May-2006 | 9 | 2 | 1 |
| README | H A D | 17-May-2006 | 645 | 20 | 14 |
| TODO | H A D | 16-May-2007 | 4.1 KiB | 89 | 83 |
| aclocal.m4 | H A D | 02-Apr-2009 | 270.8 KiB | 7,731 | 6,943 |
| config.guess | H A D | 07-Jul-2008 | 43.8 KiB | 1,527 | 1,315 |
| config.sub | H A D | 07-Jul-2008 | 32.6 KiB | 1,659 | 1,514 |
| configure | H A D | 02-Apr-2009 | 755.3 KiB | 24,269 | 19,598 |
| configure.in | H A D | 02-Apr-2009 | 12.8 KiB | 461 | 409 |
| depcomp | H A D | 24-Jun-2006 | 13.5 KiB | 480 | 304 |
| gsk-1.0.pc.in | H A D | 17-May-2006 | 239 | 13 | 10 |
| gtk-doc.make | H A D | 17-Feb-2009 | 5.9 KiB | 197 | 162 |
| install-sh | H A D | 27-Nov-2006 | 9 KiB | 324 | 189 |
| ltmain.sh | H A D | 29-Apr-2008 | 195.3 KiB | 6,965 | 5,506 |
| missing | H A D | 27-Nov-2006 | 10.8 KiB | 361 | 268 |
| mkinstalldirs | H A D | 24-Jun-2006 | 1.9 KiB | 112 | 85 |
| pkgwriteinfo.in | H A D | 17-May-2006 | 1.6 KiB | 53 | 48 |
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