]> git.stg.codes - stg.git/history - stglibs
Show working dir in tests.
[stg.git] / stglibs /
2013-09-20 Maxim MamontovMoved parsers into a separate directory.
2013-09-20 Maxim MamontovAdded missing header.
2013-09-20 Maxim MamontovSilence compiler about empty body in 'for'.
2013-09-20 Maxim MamontovMoved base and utility classes from global scope.
2013-09-20 Maxim MamontovMoved CHG_USER and SEND_MESSAGE parsers from global...
2013-09-20 Maxim MamontovMoved GET_USER and GET_USERS parsers from global scope.
2013-09-20 Maxim MamontovMoved CHECK_USER parser from global scope.
2013-09-20 Maxim MamontovMoved SERVER_INFO parser from global scope.
2013-09-20 Maxim MamontovMoved AUTH_BY parser from global scope.
2013-09-15 Maxim Mamontov[NY] Made NETUNIT private.
2013-09-15 Maxim Mamontov[NY] Implemented SERVCONF using PIMPL.
2013-09-15 Maxim Mamontov[NY] Removed more garbage.
2013-09-15 Maxim Mamontov[NY] Removed garbage.
2013-09-15 Maxim Mamontov[NY] Simplified SERVCONF interface.
2013-09-06 Maxim Mamontov[NY Flight] Improvements in parser dispatching.
2013-09-06 Maxim Mamontov[NY Flight] Improved XML parsing.
2013-09-06 Maxim Mamontov[NY Flight] Improved socket reading for sgconf.
2013-09-06 Maxim Mamontov[NY Flight] Use common encryption/decryption functions.
2013-09-06 Maxim Mamontov[NY Flight] One time protocol initialization.
2013-08-23 Maxim MamontovFixed "always online" parameter.
2013-08-23 Maxim MamontovMerge branch 'naffanya-dev'
2013-08-23 Maxim MamontovImproved handling errors got from server.
2013-08-19 Maxim MamontovBetter handling of errors from server. Refactoring.
2013-08-18 Maxim MamontovMinor changes.
2013-08-18 Maxim MamontovRemoved unused parser.cpp.
2013-08-18 Maxim MamontovSend message parser was moved to a separate files.
2013-08-10 Maxim MamontovFixed compilation issues.
2013-08-10 Maxim MamontovAdded setter.
2013-08-10 Maxim MamontovRemoved "stg" prefix from inclusion of parser.h
2013-08-10 Maxim MamontovAdded license header.
2013-08-10 Maxim MamontovMade getters work.
2013-08-10 Maxim MamontovFixed stupid bug in case conversion functions.
2013-08-10 Maxim MamontovDifferent small fixes plus error logging.
2013-08-09 Maxim MamontovFoxed compilation errors.
2013-08-08 Maxim MamontovMany changes related to getting user information via...
2013-08-08 Maxim MamontovSmall fixes.
2013-08-08 Maxim MamontovAdded missing semicolon.
2013-08-08 Maxim MamontovAdded missing includes.
2013-08-08 Maxim MamontovFactored out users' parser.
2013-08-08 Maxim MamontovFactored out user's parser.
2013-08-05 Maxim Mamontovsrvconf refactoring: auth_by, server_info and check_user.
2013-08-05 Maxim MamontovConfiguration library refactoring (AUTH_BY)
2013-08-05 Maxim MamontovAdded unary versions of x2str ans unsigned2str.
2013-07-26 Maxim MamontovSmall fix.
2013-07-26 Maxim MamontovDebug.
2013-07-26 Maxim MamontovAdded ability to list authorizers for user.
2013-07-06 System AdministratorAdded support of Darwin platform.
2013-02-05 Maxim MamontovRemoved merge artifacts.
2013-02-05 Maxim MamontovAdded missing method.
2013-02-05 Maxim MamontovMassive refactoring.
2013-01-15 Maxim MamontovAllowed to bind for a particular address/hostname for...
2013-01-11 Maxim MamontovFixed installation.
2013-01-01 Maxim MamontovCode cleanup.
2012-08-02 Maxim MamontovLog errors from plugins to server log.
2012-08-02 Maxim MamontovIntroduced logger for plugins.
2012-04-22 Maxim MamontovExplicitly recurse through subdirs in stglibs.
2012-02-06 Maxim MamontovCosmetic changes
2012-01-15 Maxim MamontovFix byte swapping in auth library
2012-01-13 Maxim MamontovFix auth library for BE-platforms
2011-12-01 Maxim MamontovMore correct way to use printf
2011-12-01 Maxim MamontovReplace echo -e with printf
2011-11-30 Maxim MamontovReplace == with -eq for numeric comparison
2011-11-13 Maxim MamontovAdd function declarations and inlining
2011-09-21 Maxim MamontovFix installing libraries
2011-09-20 Maxim MamontovMove variables declaration to the beginning of the...
2011-09-20 Maxim MamontovAnother fix for old and dub systems
2011-09-20 Maxim MamontovFix headers with select declaration
2011-09-20 Maxim Mamontovsys/time.h header added for struct timeval
2011-09-20 Maxim MamontovFix projects and plugins building system to support...
2011-09-19 Maxim MamontovKeep stglibs headers and libraries "at home"
2011-09-19 Maxim MamontovTUT framework updated to svn version
2011-09-16 Maxim MamontovDo not use pthread_kill to stop a thread
2011-09-16 Maxim MamontovBlock all signals in threads other than main
2011-09-16 Maxim MamontovReplace deprecated usleep with POSIX-compliant nanosleep
2011-09-15 Maxim MamontovAnother way of splitting c- and cpp- files
2011-09-15 Maxim MamontovHide or add proper copy ctor and assignement operator...
2011-09-14 Maxim MamontovUse correct compiler and flags for sources in libs
2011-08-31 Maxim MamontovWaitPackets moved to common.lib
2011-07-27 Maxim MamontovFixed interface in stgcrypto
2011-07-27 Maxim Mamontovscriptexecuter become a plain C library
2011-07-27 Maxim Mamontovcrypto.lib is now a plain C library
2011-07-27 Maxim MamontovSome explicit inlining removed to fix linking in releas...
2011-07-27 Maxim MamontovBack to good old static libs (no more .so-hell!)
2011-07-26 Maxim MamontovLibrary Makefile added
2011-07-26 Maxim MamontovASN.1 sources moved to library
2011-07-26 Maxim MamontovASN.1 generated code moved to library
2011-07-25 Maxim MamontovCode deduplication
2011-04-23 Maxim MamontovPROG variavle removed from library's Makefiles
2011-04-15 Maxim MamontovLogging added for scriptexecuter
2011-04-15 Maxim MamontovEmpty lines removed from the end of scriptexecuter.h
2011-04-14 Maxim MamontovFix instllation of stglibs headers on FreeBSD
2011-04-12 Maxim MamontovFix compilation issues on FreeBSD4 2.407-rc3
2011-04-12 Maxim MamontovDo not stop on \0 while encoding binary to string
2011-04-12 Maxim MamontovMerge branch 'master' of gitorious.org:stg/stg
2011-04-11 Maxim Mamontov-MG removed from deps generation in stglibs
2011-04-11 Maxim MamontovFix settings error reporting mechanism
2011-04-08 Maxim MamontovFix library headres permissions during install
2011-04-08 Maxim MamontovAdd headers inctallation and fix headers cleanup
2011-04-08 Maxim MamontovRemove 'stg' prefixes from headers and add it to libraries
2011-04-07 Maxim MamontovFix compilation errors for libibpp
next