aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-26 13:19:17 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-26 13:19:17 +0200
commitcafda3e8a60043629cd9a51490496b8cfd3cd921 (patch)
tree09389746ea5a0ff37e772abbf7275da306456606
parent90c30017e035810321083b3beb772ca37a1dede8 (diff)
Put v2 code in root folder
-rw-r--r--.gitignore (renamed from v2/.gitignore)0
-rw-r--r--README.md (renamed from v2/README.md)0
-rw-r--r--archived/v1/.gitignore (renamed from v1/.gitignore)0
-rw-r--r--archived/v1/README.md (renamed from v1/README.md)0
-rw-r--r--archived/v1/arena.h (renamed from v1/arena.h)0
-rwxr-xr-xarchived/v1/build.sh (renamed from v1/build.sh)0
-rw-r--r--archived/v1/client.c (renamed from v1/client.c)0
-rw-r--r--archived/v1/common.h (renamed from v1/common.h)0
-rw-r--r--archived/v1/compile_flags.txt (renamed from v1/compile_flags.txt)0
-rw-r--r--archived/v1/recv.c (renamed from v1/recv.c)0
-rw-r--r--archived/v1/send.c (renamed from v1/send.c)0
-rw-r--r--archived/v1/server.c (renamed from v1/server.c)0
-rw-r--r--archived/v1/termbox2.h (renamed from v1/termbox2.h)0
-rw-r--r--arena.h (renamed from v2/arena.h)0
-rwxr-xr-xbuild.sh (renamed from v2/build.sh)0
-rw-r--r--chatty.c (renamed from v2/chatty.c)0
-rw-r--r--common.h (renamed from v2/common.h)0
-rw-r--r--send.c (renamed from v2/send.c)0
-rw-r--r--server.c (renamed from v2/server.c)0
-rw-r--r--termbox2.h (renamed from v2/termbox2.h)0
20 files changed, 0 insertions, 0 deletions
diff --git a/v2/.gitignore b/.gitignore
index 7b92c6b..7b92c6b 100644
--- a/v2/.gitignore
+++ b/.gitignore
diff --git a/v2/README.md b/README.md
index 8e45866..8e45866 100644
--- a/v2/README.md
+++ b/README.md
diff --git a/v1/.gitignore b/archived/v1/.gitignore
index a9ac961..a9ac961 100644
--- a/v1/.gitignore
+++ b/archived/v1/.gitignore
diff --git a/v1/README.md b/archived/v1/README.md
index 2cf0aee..2cf0aee 100644
--- a/v1/README.md
+++ b/archived/v1/README.md
diff --git a/v1/arena.h b/archived/v1/arena.h
index 6f371f4..6f371f4 100644
--- a/v1/arena.h
+++ b/archived/v1/arena.h
diff --git a/v1/build.sh b/archived/v1/build.sh
index a80b193..a80b193 100755
--- a/v1/build.sh
+++ b/archived/v1/build.sh
diff --git a/v1/client.c b/archived/v1/client.c
index 878b678..878b678 100644
--- a/v1/client.c
+++ b/archived/v1/client.c
diff --git a/v1/common.h b/archived/v1/common.h
index c7bb0dd..c7bb0dd 100644
--- a/v1/common.h
+++ b/archived/v1/common.h
diff --git a/v1/compile_flags.txt b/archived/v1/compile_flags.txt
index 1a62790..1a62790 100644
--- a/v1/compile_flags.txt
+++ b/archived/v1/compile_flags.txt
diff --git a/v1/recv.c b/archived/v1/recv.c
index 042d8a9..042d8a9 100644
--- a/v1/recv.c
+++ b/archived/v1/recv.c
diff --git a/v1/send.c b/archived/v1/send.c
index 27e9793..27e9793 100644
--- a/v1/send.c
+++ b/archived/v1/send.c
diff --git a/v1/server.c b/archived/v1/server.c
index 7edf558..7edf558 100644
--- a/v1/server.c
+++ b/archived/v1/server.c
diff --git a/v1/termbox2.h b/archived/v1/termbox2.h
index 265cdab..265cdab 100644
--- a/v1/termbox2.h
+++ b/archived/v1/termbox2.h
diff --git a/v2/arena.h b/arena.h
index 9327a5e..9327a5e 100644
--- a/v2/arena.h
+++ b/arena.h
diff --git a/v2/build.sh b/build.sh
index 53e6e14..53e6e14 100755
--- a/v2/build.sh
+++ b/build.sh
diff --git a/v2/chatty.c b/chatty.c
index 817d421..817d421 100644
--- a/v2/chatty.c
+++ b/chatty.c
diff --git a/v2/common.h b/common.h
index 60d8984..60d8984 100644
--- a/v2/common.h
+++ b/common.h
diff --git a/v2/send.c b/send.c
index c12c55f..c12c55f 100644
--- a/v2/send.c
+++ b/send.c
diff --git a/v2/server.c b/server.c
index c86964e..c86964e 100644
--- a/v2/server.c
+++ b/server.c
diff --git a/v2/termbox2.h b/termbox2.h
index 265cdab..265cdab 100644
--- a/v2/termbox2.h
+++ b/termbox2.h