summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Expand)AuthorFilesLines
2021-03-27Add "compile" to gitignoreYorhel1-0/+1
2019-05-27Static binary updates + add aarch64 + support musl.cc compilersYorhel1-0/+1
2019-04-18Fix static buildYorhel1-2/+4
2013-01-24Add deps/ylib/yuri.[ch]Yorhel1-1/+1
2012-08-08static: Replaced makefile with a shell script + use cross compilationYorhel1-1/+1
2012-07-01Added my ultra-secret statically-linked-ncdc-generator-makefileYorhel1-0/+2
2012-05-14Fix build with BSD make and rename GNUmakefile.am to Makefile.amYorhel1-2/+2
2012-05-13Use makeheaders to generate a specific header for each .c fileYorhel1-0/+1
2012-05-03Use a single top-level makefile for everythingYorhel1-3/+4
2012-01-18doc: Use POD as source format and pod2man to generate the man pagesYorhel1-0/+1
2011-12-07doc: Added sparce manual for ncdc-db-upgradeYorhel1-2/+1
2011-11-04Added WIP ncdc-db-upgrade utilityYorhel1-0/+1
2011-09-08doc: Fix version string + auto-generate ncdc-gen-cert.1 as wellYorhel1-0/+1
2011-09-07Auto-generate doc/ncdc.1 to add documentation on the commandsYorhel1-1/+3
2011-09-07Split documentation of commands into a separate doc.hYorhel1-0/+1
2011-06-05Made clear that GNU make is requiredYorhel1-2/+2
2011-06-04Created separate src/ directoryYorhel1-11/+3
2011-06-04Split networking code from util.c into net.cYorhel1-0/+1
2011-05-31Added $ConnectToMe support and basic C-C connection handlingYorhel1-0/+1
2011-05-08Split filelist.c into fl_local.c and fl_util.cYorhel1-1/+2
2011-05-07Implemented TTH functionsYorhel1-3/+4
2011-04-23Added base32 encoding/decoding and .xml.bz2 filelist loadingYorhel1-0/+1
2011-04-16Moved some general stuff into a util.cYorhel1-0/+1
2011-04-04Added /connect and /disconnect commands + basic connection managementYorhel1-0/+1
2011-03-27Added framework for commands + ui_logwindow_printf() + ui_tabs changeYorhel1-0/+1
2011-03-27Use `makeheaders` to generate the public interfaces of .c filesYorhel1-0/+3
2011-03-26configure: Use a config.h, require -lncursesw, look for ncurses headerYorhel1-0/+3
2011-03-25Started on a rewrite in plain old C (... +glib)Yorhel1-0/+14