ver 20210827 frozen to tags
bumped copyright dates
added www homepage to svn for easier tracking
improved Makefile so CC and CFLAGS can be easily overriden
typos fix
refactored logging functions for simplicity
freezed version 20180206 to tags
doc update and version bump
added timeout for better detection of broken connectivity
typo in comment
doc improvement
freezed version 20180115 in tags
documentation update before release
refactored code
documentation update
backconn-cli: self-daemonization support (-d)
backconn-cli: able to handle multiple parallel connexions
freezed version 20180106 to tags
version set, also edited the sample config file so it uses tabs instead of spaces
does not wait for reconnection after success
configurable reconnect time
argument parsing errors are always output to stderr
force a rebuild if headers changed
added a history file to track future changes
improved log message
backconn-adm reloads its configuration file automatically whenever it changes
version bump
added -s and -q arguments
documentation updates
renamed tags directory to match package name
freezed version 20180101 to tags
added tags dir
unified version string and added it to backconn-cli
enable TCP keepalive on all connections
added common function to enable tcp keepalive on socket, for future integration
removed debug syslog line
added an example configuration file for backconn-adm
doc fixes
avoid getting stuck when the tcp conn freezes
removed the TODO file
backconn-adm uses a configuration file now
added a conf_find() function for easy configuration search
added licensing information to all source files
config file parser unit (for future integration with backconn-adm)
sendall() declaration enforces const on buf
removed useless debug logging
implemented human name advertisement within protocol
using void pointers within xorstr() and sendall() for more flexibility
readme.txt improvement
xorstr implementation in backconn-adm, also extended to keepalive communication
implemented better adm socket listening with parallel keepalive on remote conn
comment fix
first prototype