git://developer.intra2net.com
/
bpdyndnsd
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
bpdyndnsd
2009-08-10
Bjoern Sikora
Generalized return values. 0 indicates success, -1...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-10
Bjoern Sikora
Added and improved some error handling.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-10
Bjoern Sikora
Fixed variable naming to I2N coding style.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-10
Bjoern Sikora
Improved readability (bool online_mode becomes is_online).
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-10
Bjoern Sikora
Corrected include's in header files.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-10
Bjoern Sikora
Started with boost/serialization error handling.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-10
Thomas Jarosch
Start PC-lint 9.00c options file
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-10
Thomas Jarosch
Added some code remarks
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-07
Bjoern Sikora
Implemented logic to avoid recently redefined Services...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-07
Bjoern Sikora
Replaced Options_description * with shared_ptr.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-07
Bjoern Sikora
Now serializing list of shared pointers instead of...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-07
Bjoern Sikora
This is the simple Serviceholder class needed for de...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-07
Bjoern Sikora
Managed Service de/serialization through dedicated...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-06
Bjoern Sikora
Each Service has Protocol, Hostname, Login, Password...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-05
Bjoern Sikora
Added search for boost/serialization.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-05
Bjoern Sikora
Implemented object serialization of Service objects...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-05
Bjoern Sikora
Added chkconfig runlevel info.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-04
Bjoern Sikora
Useing initlog to start process.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-04
Bjoern Sikora
Adjusted exit code on terminate through SIGTERM.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-04
Bjoern Sikora
Added return value to non void function ;-).
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-04
Bjoern Sikora
Init script taken from trusted_net_helper and adjusted...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-04
Bjoern Sikora
Removed 'logfile' directive. Logfile can be specified...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-04
Bjoern Sikora
Logging through syslog or std(out/err) is now possible.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-04
Bjoern Sikora
Added bin/ to .gitignore.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-04
Bjoern Sikora
Removed using of namespaces from header files.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-03
Thomas Jarosch
Fix test for valid pointer after conversion to boost...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-03
Thomas Jarosch
Fix escape sequence in config file regex
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-08-03
Thomas Jarosch
Added our default .gitignore file
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-31
Bjoern Sikora
Implemented signal handling.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-31
Bjoern Sikora
Implemented daemon ability.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-30
Bjoern Sikora
CMD options have higher preference than config options.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-30
Bjoern Sikora
Tuned Logger.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-30
Bjoern Sikora
Introduced Logger.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-29
Bjoern Sikora
Moved some logic out of main into updater.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-29
Bjoern Sikora
Divided load_config_from_files into smaller ones.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-28
Bjoern Sikora
Error handling for unknown service.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-28
Bjoern Sikora
Example service config file.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-28
Bjoern Sikora
Introduced shared_ptr semantic. Introduced const &...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-27
Bjoern Sikora
Added config load from files(main/service).
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-27
Bjoern Sikora
Fixed member naming.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-27
Bjoern Sikora
Added doxygen comments and renamed members.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-27
Bjoern Sikora
Added doxygen comments and changed member names.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-27
Bjoern Sikora
Merged Tom's changes into my HEAD
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-27
Bjoern Sikora
BOOST Filesystem to load config file.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-27
Thomas Jarosch
Small cosmetic changes
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-27
Thomas Jarosch
Adjust project directory paths
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-24
Bjoern Sikora
Removed binary from repo.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-24
Bjoern Sikora
Updater class.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-24
Bjoern Sikora
Service class.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-24
Bjoern Sikora
Main file.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-24
Bjoern Sikora
Config class header.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-24
Bjoern Sikora
The config class.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-24
Bjoern Sikora
Services are defined in extra files due to a bug in...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-24
Bjoern Sikora
The main configuration file.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2009-07-24
Bjoern Sikora
Initial commit on project bpdyndnsd.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)