forked from GuckTubeYT/GTProxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
414142a
commit 1ab5b13
Showing
33 changed files
with
54,035 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_project_file> | ||
<FileVersion major="1" minor="6" /> | ||
<Project> | ||
<Option title="GTProxy" /> | ||
<Option pch_mode="2" /> | ||
<Option compiler="gcc" /> | ||
<Build> | ||
<Target title="Debug"> | ||
<Option output="bin/Debug/GTProxy" prefix_auto="1" extension_auto="1" /> | ||
<Option object_output="obj/Debug/" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-g" /> | ||
</Compiler> | ||
</Target> | ||
<Target title="Release"> | ||
<Option output="bin/Release/GTProxy" prefix_auto="1" extension_auto="1" /> | ||
<Option object_output="obj/Release/" /> | ||
<Option type="1" /> | ||
<Option compiler="gcc" /> | ||
<Compiler> | ||
<Add option="-O2" /> | ||
</Compiler> | ||
<Linker> | ||
<Add option="-s" /> | ||
</Linker> | ||
</Target> | ||
</Build> | ||
<Compiler> | ||
<Add option="-Wall" /> | ||
</Compiler> | ||
<Unit filename="enet/callbacks.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="enet/compress.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="enet/host.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="enet/include/callbacks.h" /> | ||
<Unit filename="enet/include/enet.h" /> | ||
<Unit filename="enet/include/list.h" /> | ||
<Unit filename="enet/include/protocol.h" /> | ||
<Unit filename="enet/include/time.h" /> | ||
<Unit filename="enet/include/types.h" /> | ||
<Unit filename="enet/include/unix.h" /> | ||
<Unit filename="enet/include/utility.h" /> | ||
<Unit filename="enet/include/win32.h" /> | ||
<Unit filename="enet/list.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="enet/packet.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="enet/peer.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="enet/protocol.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="enet/unix.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="enet/win32.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="httpService.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="httpService.h" /> | ||
<Unit filename="main.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="packet.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="packet.h" /> | ||
<Unit filename="proxyStruct.h" /> | ||
<Unit filename="tlse/tlse.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="tlse/tlse.h" /> | ||
<Unit filename="utils.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="utils.h" /> | ||
<Extensions> | ||
<lib_finder disable_auto="1" /> | ||
</Extensions> | ||
</Project> | ||
</CodeBlocks_project_file> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,254 @@ | ||
# depslib dependency file v1.0 | ||
1672281552 source:c:\users\dell\desktop\gtproxy\enet\callbacks.c | ||
"include/enet.h" | ||
|
||
1674282350 c:\users\dell\desktop\gtproxy\enet\include\enet.h | ||
<stdlib.h> | ||
"win32.h" | ||
"unix.h" | ||
"types.h" | ||
"protocol.h" | ||
"list.h" | ||
"callbacks.h" | ||
|
||
1672281501 c:\users\dell\desktop\gtproxy\enet\include\win32.h | ||
<stdlib.h> | ||
<winsock2.h> | ||
|
||
1672281501 c:\users\dell\desktop\gtproxy\enet\include\unix.h | ||
<stdlib.h> | ||
<sys/time.h> | ||
<sys/types.h> | ||
<sys/socket.h> | ||
<arpa/inet.h> | ||
<netinet/in.h> | ||
<unistd.h> | ||
|
||
1672281501 c:\users\dell\desktop\gtproxy\enet\include\types.h | ||
|
||
1672281586 c:\users\dell\desktop\gtproxy\enet\include\protocol.h | ||
"types.h" | ||
|
||
1672281501 c:\users\dell\desktop\gtproxy\enet\include\list.h | ||
<stdlib.h> | ||
|
||
1672281501 c:\users\dell\desktop\gtproxy\enet\include\callbacks.h | ||
<stdlib.h> | ||
|
||
1672281553 source:c:\users\dell\desktop\gtproxy\enet\compress.c | ||
<string.h> | ||
"include/enet.h" | ||
|
||
1672321872 source:c:\users\dell\desktop\gtproxy\enet\host.c | ||
<string.h> | ||
"include/enet.h" | ||
|
||
1672281554 source:c:\users\dell\desktop\gtproxy\enet\list.c | ||
"include/enet.h" | ||
|
||
1672281554 source:c:\users\dell\desktop\gtproxy\enet\packet.c | ||
<string.h> | ||
"include/enet.h" | ||
|
||
1672281554 source:c:\users\dell\desktop\gtproxy\enet\peer.c | ||
<string.h> | ||
"include/enet.h" | ||
|
||
1672281560 source:c:\users\dell\desktop\gtproxy\enet\protocol.c | ||
<stdio.h> | ||
<string.h> | ||
"include/utility.h" | ||
"include/time.h" | ||
"include/enet.h" | ||
|
||
1672281501 c:\users\dell\desktop\gtproxy\enet\include\utility.h | ||
|
||
1672281501 c:\users\dell\desktop\gtproxy\enet\include\time.h | ||
|
||
1672321699 source:c:\users\dell\desktop\gtproxy\enet\unix.c | ||
<sys/types.h> | ||
<sys/socket.h> | ||
<sys/ioctl.h> | ||
<sys/time.h> | ||
<netinet/tcp.h> | ||
<netdb.h> | ||
<unistd.h> | ||
<string.h> | ||
<errno.h> | ||
<time.h> | ||
"include/enet.h" | ||
<fcntl.h> | ||
<poll.h> | ||
|
||
1672285824 source:c:\users\dell\desktop\gtproxy\enet\win32.c | ||
"include/enet.h" | ||
<windows.h> | ||
<mmsystem.h> | ||
<stdio.h> | ||
|
||
1673790299 source:c:\users\dell\desktop\gtproxy\tlse\libtomcrypt.c | ||
<stdio.h> | ||
<stdlib.h> | ||
<stdint.h> | ||
<limits.h> | ||
<ctype.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<signal.h> | ||
<assert.h> | ||
<stdio.h> | ||
<string.h> | ||
<stdlib.h> | ||
<time.h> | ||
<ctype.h> | ||
<limits.h> | ||
<pthread.h> | ||
<stdlib.h> | ||
<wchar.h> | ||
<signal.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<windows.h> | ||
<wincrypt.h> | ||
|
||
1674389991 source:c:\users\dell\desktop\gtproxy\tlse\tlse.c | ||
<stdlib.h> | ||
<stdio.h> | ||
<string.h> | ||
<stdint.h> | ||
<time.h> | ||
<winsock2.h> | ||
<windows.h> | ||
<wincrypt.h> | ||
<arpa/inet.h> | ||
<unistd.h> | ||
<errno.h> | ||
"libtomcrypt.c" | ||
<sys/types.h> | ||
<sys/socket.h> | ||
<netinet/tcp.h> | ||
"ktls.h" | ||
"tlse.h" | ||
"curve25519.c" | ||
<sys/socket.h> | ||
|
||
1673790299 c:\users\dell\desktop\gtproxy\tlse\libtomcrypt.c | ||
<stdio.h> | ||
<stdlib.h> | ||
<stdint.h> | ||
<limits.h> | ||
<ctype.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<signal.h> | ||
<assert.h> | ||
<stdio.h> | ||
<string.h> | ||
<stdlib.h> | ||
<time.h> | ||
<ctype.h> | ||
<limits.h> | ||
<pthread.h> | ||
<stdlib.h> | ||
<wchar.h> | ||
<signal.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<stdarg.h> | ||
<windows.h> | ||
<wincrypt.h> | ||
|
||
1673859448 c:\users\dell\desktop\gtproxy\tlse\tlse.h | ||
|
||
1675163169 source:c:\users\dell\desktop\gtproxy\main.c | ||
<stdio.h> | ||
<stdlib.h> | ||
<string.h> | ||
<pthread.h> | ||
<time.h> | ||
<stdint.h> | ||
"enet/include/enet.h" | ||
"httpService.h" | ||
"utils.h" | ||
"packet.h" | ||
"proxyStruct.h" | ||
|
||
1674348266 c:\users\dell\desktop\gtproxy\tlse\httpservice.c | ||
<stdio.h> | ||
<sys/types.h> | ||
<winsock2.h> | ||
<sys/socket.h> | ||
<netinet/in.h> | ||
<netdb.h> | ||
<string.h> | ||
"tlse.c" | ||
|
||
1674389991 c:\users\dell\desktop\gtproxy\tlse\tlse.c | ||
<stdlib.h> | ||
<stdio.h> | ||
<string.h> | ||
<stdint.h> | ||
<time.h> | ||
<winsock2.h> | ||
<windows.h> | ||
<wincrypt.h> | ||
<arpa/inet.h> | ||
<unistd.h> | ||
<errno.h> | ||
"libtomcrypt.c" | ||
<sys/types.h> | ||
<sys/socket.h> | ||
<netinet/tcp.h> | ||
"ktls.h" | ||
"tlse.h" | ||
"curve25519.c" | ||
<sys/socket.h> | ||
|
||
1675156098 source:c:\users\dell\desktop\gtproxy\utils.c | ||
<stdio.h> | ||
<string.h> | ||
<stdlib.h> | ||
<stdarg.h> | ||
<ctype.h> | ||
"utils.h" | ||
|
||
1675156104 c:\users\dell\desktop\gtproxy\utils.h | ||
|
||
1674785971 c:\users\dell\desktop\gtproxy\httpservice.h | ||
|
||
1675083057 source:c:\users\dell\desktop\gtproxy\httpservice.c | ||
<stdio.h> | ||
<sys/types.h> | ||
<winsock2.h> | ||
<sys/socket.h> | ||
<netinet/in.h> | ||
<netdb.h> | ||
<string.h> | ||
"httpService.h" | ||
"tlse/tlse.h" | ||
"utils.h" | ||
|
||
1675045341 c:\users\dell\desktop\gtproxy\packet.h | ||
"enet/include/enet.h" | ||
|
||
1675153264 c:\users\dell\desktop\gtproxy\proxystruct.h | ||
|
||
1675137727 source:c:\users\dell\desktop\gtproxy\packet.c | ||
<stdio.h> | ||
<string.h> | ||
<stdlib.h> | ||
<stdint.h> | ||
<stdarg.h> | ||
"enet/include/enet.h" | ||
"packet.h" | ||
"proxyStruct.h" | ||
|
Oops, something went wrong.