summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2013-04-28deps: Removed ecbuf, it's not used anymoreYorhel1-1/+0
2013-04-28util/list: Added (preliminary) linked list abstractionYorhel1-0/+1
2013-04-27util/vec: Added vector macros + test suiteYorhel1-2/+4
2013-04-14Makefile: Remove kvec.h remnantYorhel1-2/+1
2013-04-14Add util/logfile abstraction and -l, --log-file optionYorhel1-0/+2
2013-04-08Added -c option + create and init database directory and sqlite DBYorhel1-0/+2
2013-04-08main: Created main.h + added global running state variableYorhel1-0/+1
2013-04-07Check for and link against SQLite3 and imported ylib/sqlaccessYorhel1-2/+4
2013-04-06Reorganisation: Converted hub/ stuff + remove makeheader useYorhel1-49/+10
2013-04-05Reorganisation: Create interfaces.h + converted main.c and dbo.cYorhel1-13/+10
2013-04-05Reorganisation: Converted netstream.c and netutil.cYorhel1-7/+5
2013-04-05Reorganisation: Converted nmdc.c and base32.cYorhel1-11/+9
2013-04-05Reorganisation: Split compat.h from global.h and adc from adc.hYorhel1-11/+32
2013-04-05Makefile: use nodist_ for interfaces.c + add docs/ to dist + use -lmYorhel1-11/+13
2013-03-11Rewrote netstream.c with threadpool, zlib and better queuing supportYorhel1-1/+1
2013-02-19Merged evtp.h and threadpool.[ch] into ylib + use a global thread poolYorhel1-6/+4
2013-02-13configure: Add support for using a system-provided libevYorhel1-2/+8
2013-02-12doc: Added minimal man page for globster-launch(1)Yorhel1-1/+3
2013-02-12doc: Added minimal man page for globster(1)Yorhel1-1/+3
2013-02-10Add globster-launch scriptYorhel1-1/+1
2013-02-09Parse command line arguments (--version,--system,--session,--log-level)Yorhel1-0/+1
2013-02-09doc: Create and install man pages using pod2manYorhel1-1/+14
2013-02-04Replace libeio with a generic threadpool for getaddrinfo()Yorhel1-9/+5
2012-12-16Use crypto functions from libgcrypt if GnuTLS is too oldYorhel1-1/+1
2012-12-16util: Add globsterctl scriptYorhel1-0/+3
2012-12-14doc,interfaces: Use POD as documentation and IDL formatYorhel1-2/+2
2012-12-11Makefile: Fixup: Ran update-headerdeps to fix nmdc.c/h dependencyYorhel1-0/+1
2012-12-09Add (simple) tests for nmdc_convert_check()Yorhel1-1/+3
2012-12-09hub: Add HubEncoding setting + add encoding validator + move lock2keyYorhel1-1/+2
2012-12-08hub: Use vtable for proto-specific stuff + add framework for NMDCYorhel1-0/+2
2012-12-08Add app_version_ functions and use git version when availableYorhel1-1/+15
2012-12-08Makefile: Remove -DEV_MULTIPLICITYYorhel1-3/+2
2012-12-06Added tests for base32 encoding/decodingYorhel1-1/+2
2012-12-02Makefile: Throw all deps/ stuff in a single libdeps.aYorhel1-21/+26
2012-11-30Add app-global dbus interface + expose CID/PID settings + base32 changeYorhel1-0/+2
2012-11-30Include freetiger in the deps/ and build systemYorhel1-4/+6
2012-11-28hub/chat: Started on an interface to handle chat functionalityYorhel1-0/+2
2012-11-28Makefile: Fix header dependenciesYorhel1-0/+2
2012-11-27Added base32 encoder & decoderYorhel1-0/+1
2012-11-26Link against GnuTLS + Generate more secure user IDsYorhel1-2/+2
2012-11-25Started on a framework/interface for the user list + added khashYorhel1-0/+2
2012-11-20Parse hub INF and export its information over dbusYorhel1-0/+2
2012-11-19Makefile fixup: libmiscdeps should also have the dbus and libev -I flagsYorhel1-1/+1
2012-11-19Makefile: Use AM_CPPFLAGS instead of appending to CPPFLAGSYorhel1-1/+1
2012-11-19Get rid of .h files and use makeheaders insteadYorhel1-25/+43
2012-11-17Added framework for handling incoming messages from the hubYorhel1-0/+2
2012-11-16Added (some) tests for adc.[hc] + Use same CPPFLAGS everywhereYorhel1-7/+10
2012-11-16Added adc message validator, parser, generator and utilitiesYorhel1-0/+2
2012-11-16Makefile: Fix ecbuf.h referenceYorhel1-1/+1
2012-11-14Started on a netstream abstraction + send Hello World to socketYorhel1-0/+3