This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ggate
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
rename ggatec to ggatehttp so that it won't overwrite ggatec
tags/ggatessh-v1.0.0
John-Mark Gurney
4 years ago
parent
a26a992b6e
commit
7d19a61c4f
6 changed files
with
6 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
.gitignore
+2
-2
Makefile
+3
-3
ggatehttp/Makefile
+0
-0
ggatehttp/Makefile.depend
+0
-0
ggatehttp/ggatehttp.8
+0
-0
ggatehttp/ggatehttp.c
+ 1
- 3
.gitignore
View File
@@ -3,8 +3,6 @@
*.8.gz
*.full
*.debug
ggatec/ggatec
ggated/ggated
ggatel/ggatel
ggatehttp/ggatehttp
tests/Kyuafile
tests/ggate_test
+ 2
- 2
Makefile
View File
@@ -1,9 +1,9 @@
# $FreeBSD$
SUBDIR= ${_ggate
c
} \
SUBDIR= ${_ggate
http
} \
tests
_ggate
c= ggatec
_ggate
http= ggatehttp
.PHONY: devtest
ggatec/Makefile → ggatehttp/Makefile
View File
@@ -2,9 +2,9 @@
.PATH: ${.CURDIR:H}/shared
PROG= ggate
c
MAN= ggate
c
.8
SRCS= ggate
c
.c ggate.c
PROG= ggate
http
MAN= ggate
http
.8
SRCS= ggate
http
.c ggate.c
CFLAGS+= -DMAX_SEND_SIZE=32768
CFLAGS+= -DLIBGEOM
ggatec/Makefile.depend → ggatehttp/Makefile.depend
View File
ggatec/ggatec.8 → ggatehttp/ggatehttp.8
View File
ggatec/ggatec.c → ggatehttp/ggatehttp.c
View File
Write
Preview
Loading…
Cancel
Save