From 2a51acc21c7438b095a75023e4ba7a717467eb36 Mon Sep 17 00:00:00 2001 From: Arthur Pessoa Date: Mon, 10 Feb 2014 13:27:43 -0200 Subject: [PATCH] Initial commit --- udptunnel/COPYING => COPYING | 0 ClientGUI/README.md | 2 -- udptunnel/Makefile => Makefile | 0 udptunnel/Makefile.Win32 => Makefile.Win32 | 0 udptunnel/README => README | 0 udptunnel/TODO => TODO | 0 udptunnel/acl.c => acl.c | 0 udptunnel/acl.h => acl.h | 0 udptunnel/client.c => client.c | 0 udptunnel/client.h => client.h | 0 udptunnel/common.h => common.h | 0 {udptunnel/helpers => helpers}/gettimeofday.c | 0 {udptunnel/helpers => helpers}/strtok_r.c | 0 {udptunnel/helpers => helpers}/winhelpers.h | 0 {udptunnel/helpers => helpers}/xgetopt.c | 0 udptunnel/list.c => list.c | 0 udptunnel/list.h => list.h | 0 udptunnel/message.c => message.c | 0 udptunnel/message.h => message.h | 0 udptunnel/socket.c => socket.c | 0 udptunnel/socket.h => socket.h | 0 udptunnel/udpclient.c => udpclient.c | 0 udptunnel/udpserver.c => udpserver.c | 0 udptunnel/udptunnel.c => udptunnel.c | 0 24 files changed, 2 deletions(-) rename udptunnel/COPYING => COPYING (100%) delete mode 100644 ClientGUI/README.md rename udptunnel/Makefile => Makefile (100%) rename udptunnel/Makefile.Win32 => Makefile.Win32 (100%) rename udptunnel/README => README (100%) rename udptunnel/TODO => TODO (100%) rename udptunnel/acl.c => acl.c (100%) rename udptunnel/acl.h => acl.h (100%) rename udptunnel/client.c => client.c (100%) rename udptunnel/client.h => client.h (100%) rename udptunnel/common.h => common.h (100%) rename {udptunnel/helpers => helpers}/gettimeofday.c (100%) rename {udptunnel/helpers => helpers}/strtok_r.c (100%) rename {udptunnel/helpers => helpers}/winhelpers.h (100%) rename {udptunnel/helpers => helpers}/xgetopt.c (100%) rename udptunnel/list.c => list.c (100%) rename udptunnel/list.h => list.h (100%) rename udptunnel/message.c => message.c (100%) rename udptunnel/message.h => message.h (100%) rename udptunnel/socket.c => socket.c (100%) rename udptunnel/socket.h => socket.h (100%) rename udptunnel/udpclient.c => udpclient.c (100%) rename udptunnel/udpserver.c => udpserver.c (100%) rename udptunnel/udptunnel.c => udptunnel.c (100%) diff --git a/udptunnel/COPYING b/COPYING similarity index 100% rename from udptunnel/COPYING rename to COPYING diff --git a/ClientGUI/README.md b/ClientGUI/README.md deleted file mode 100644 index 2c11170..0000000 --- a/ClientGUI/README.md +++ /dev/null @@ -1,2 +0,0 @@ -GUI -====== \ No newline at end of file diff --git a/udptunnel/Makefile b/Makefile similarity index 100% rename from udptunnel/Makefile rename to Makefile diff --git a/udptunnel/Makefile.Win32 b/Makefile.Win32 similarity index 100% rename from udptunnel/Makefile.Win32 rename to Makefile.Win32 diff --git a/udptunnel/README b/README similarity index 100% rename from udptunnel/README rename to README diff --git a/udptunnel/TODO b/TODO similarity index 100% rename from udptunnel/TODO rename to TODO diff --git a/udptunnel/acl.c b/acl.c similarity index 100% rename from udptunnel/acl.c rename to acl.c diff --git a/udptunnel/acl.h b/acl.h similarity index 100% rename from udptunnel/acl.h rename to acl.h diff --git a/udptunnel/client.c b/client.c similarity index 100% rename from udptunnel/client.c rename to client.c diff --git a/udptunnel/client.h b/client.h similarity index 100% rename from udptunnel/client.h rename to client.h diff --git a/udptunnel/common.h b/common.h similarity index 100% rename from udptunnel/common.h rename to common.h diff --git a/udptunnel/helpers/gettimeofday.c b/helpers/gettimeofday.c similarity index 100% rename from udptunnel/helpers/gettimeofday.c rename to helpers/gettimeofday.c diff --git a/udptunnel/helpers/strtok_r.c b/helpers/strtok_r.c similarity index 100% rename from udptunnel/helpers/strtok_r.c rename to helpers/strtok_r.c diff --git a/udptunnel/helpers/winhelpers.h b/helpers/winhelpers.h similarity index 100% rename from udptunnel/helpers/winhelpers.h rename to helpers/winhelpers.h diff --git a/udptunnel/helpers/xgetopt.c b/helpers/xgetopt.c similarity index 100% rename from udptunnel/helpers/xgetopt.c rename to helpers/xgetopt.c diff --git a/udptunnel/list.c b/list.c similarity index 100% rename from udptunnel/list.c rename to list.c diff --git a/udptunnel/list.h b/list.h similarity index 100% rename from udptunnel/list.h rename to list.h diff --git a/udptunnel/message.c b/message.c similarity index 100% rename from udptunnel/message.c rename to message.c diff --git a/udptunnel/message.h b/message.h similarity index 100% rename from udptunnel/message.h rename to message.h diff --git a/udptunnel/socket.c b/socket.c similarity index 100% rename from udptunnel/socket.c rename to socket.c diff --git a/udptunnel/socket.h b/socket.h similarity index 100% rename from udptunnel/socket.h rename to socket.h diff --git a/udptunnel/udpclient.c b/udpclient.c similarity index 100% rename from udptunnel/udpclient.c rename to udpclient.c diff --git a/udptunnel/udpserver.c b/udpserver.c similarity index 100% rename from udptunnel/udpserver.c rename to udpserver.c diff --git a/udptunnel/udptunnel.c b/udptunnel.c similarity index 100% rename from udptunnel/udptunnel.c rename to udptunnel.c