index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
other
Age
Commit message (
Collapse
)
Author
2013-07-27
[fixed]created new files misc_tools.(c|h) and moved hex_string_to_bin() there.
Konstantin Kowalski
2013-07-26
took out several strlen() calls out of the loop; replaced int's with size_t ↵
Konstantin Kowalski
where needed
2013-07-25
Licensing
SilentSand
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files.
2013-07-23
Merge pull request #96 from tawm/master
irungentoo
Make the bootstrap daemon configurable
2013-07-23
Some cleanup
Maxim Biro
2013-07-23
removed silly test
Tom Bartelt
2013-07-23
removed useless header
Tom Bartelt
2013-07-23
Updated server.cfg
Tom Bartelt
2013-07-23
Fixed a tiny bug
Tom Bartelt
2013-07-23
renamed init script
Tom Bartelt
2013-07-23
Update daemon to use config files
Tom Bartelt
2013-07-23
Add libconfig to the build process
Tom Bartelt
2013-07-23
Added config file
Tom Bartelt
2013-07-22
Print the defined port.
irungentoo
2013-07-22
Merge pull request #90 from NemDiggers/master
irungentoo
Print port just because
2013-07-22
Print port just because
NemDiggers
2013-07-22
Fixed build.
irungentoo
2013-07-22
Merge pull request #89 from nurupo/master
irungentoo
Some DHT bootstrap improvements
2013-07-22
Bootstrap servers now route friend requests.
irungentoo
2013-07-22
Added cmake file for DHT_bootstrap_daemon
Maxim Biro
2013-07-22
Added saving and loading of keys by default
Maxim Biro
2013-07-21
Fixed missed version and policy
Maxim Biro
2013-07-20
Fixed header inclusion for Windows
Maxim Biro
2013-07-18
Add support for DHT_bootstrap to connect to other nodes
Sebastian Stal
2013-07-18
Added a daemon version of DHT_bootstrap made by tawm_.
irungentoo
2013-07-17
Apply compiler flags only once
Maxim Biro
2013-07-17
Improved build system
Maxim Biro
2013-07-13
Fixed @ appearing in messages.
irungentoo
2013-07-13
Simple boostrap server added.
irungentoo