index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
ping.c
Age
Commit message (
Collapse
)
Author
2013-08-21
refactoring packet IDs
Michael Rose
2013-08-20
astyle --options=tools/astylerc -r ./*.{c,h}
irungentoo
2013-08-20
Refactor of core done.
irungentoo
2013-08-20
More refactoring done.
irungentoo
2013-08-19
Some refactoring done.
irungentoo
2013-08-16
Passed everything through astyle.
irungentoo
2013-08-16
Some DHT hardening done.
irungentoo
See comments of added functions for details.
2013-08-10
handle_ping_response function signature correction
slvr
2013-08-10
network_registerhandler
slvr
2013-08-06
Merge pull request #361 from plutooo/master
irungentoo
core: Moved handle ping packets to ping.c
2013-08-06
core: Moved handle ping packets to ping.c
plutooo
2013-08-06
Merge branch 'master' of https://github.com/plutooo/ProjectTox-Core into ↵
irungentoo
plutooo-master Conflicts: core/ping.c core/util.c
2013-08-06
core: Move ping request/response into ping.c
plutooo
2013-08-06
core: Move send ping packets functions to ping.c
plutooo
2013-08-05
Fixed style and is_pinging().
irungentoo
2013-08-05
core: Rewrote ping-module, better performance and cleaner code.
plutooo