index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
network.h
Age
Commit message (
Expand
)
Author
2013-08-21
refactoring packet IDs
Michael Rose
2013-08-20
astyle --options=tools/astylerc -r ./*.{c,h}
irungentoo
2013-08-20
More refactoring done.
irungentoo
2013-08-19
Some refactoring done.
irungentoo
2013-08-11
Fixed warnings on Windows
Maxim Biro
2013-08-10
network_registerhandler
slvr
2013-08-08
Moved a define and fixed another.
irungentoo
2013-08-05
Use void for functions with no parameters
Florian Hahn
2013-08-03
Fixed compatibility with original NaCl.
irungentoo
2013-08-01
core: getaddrinfo() lookup error handling
plutooo
2013-07-31
NaCl compiling option
xzfcpw
2013-07-29
Fixed function signature
Maxim Biro
2013-07-27
Fixed small astyle problems.
irungentoo
2013-07-27
Ran the code through: astyle --style=linux
irungentoo
2013-07-27
Merge branch 'master' of https://github.com/KostyaKow/ProjectTox-Core into Ko...
irungentoo
2013-07-26
A *lot* of style changes.
Konstantin Kowalski
2013-07-27
Merge remote-tracking branch 'ProjectTox/master'
Astonex
2013-07-27
Close the socket in shutdown_networking()
Astonex
2013-07-26
Formatting.
SilentSand
2013-07-25
Licensing
SilentSand
2013-07-24
Added simple init_networking() error checking
Astonex
2013-07-23
Fixed include
Maxim Biro
2013-07-22
Added support of linkage with C++ code
Maxim Biro
2013-07-20
Added address resolving function (Thank you stal).
Maxim Biro
2013-07-20
More changes made to comments, as requested by jvrv
Andrew
2013-07-20
Fixed comments in other files as per request of jvrv
Andrew
2013-07-13
Cmake changed, small change in random_int()
irungentoo
2013-07-12
First part of DHT hardening done.
irungentoo
2013-07-08
Spelling mistakes fixed.
irungentoo
2013-07-05
Crypto done(still need to test it a bit more thought)
irungentoo
2013-07-03
Compiled for windows and fixed stuff accordingly.
irungentoo
2013-07-03
TODO updated.
irungentoo
2013-06-27
Added a function.
irungentoo
2013-06-27
Cleaned up some stuff.
irungentoo
2013-06-27
Fixed something in the DHT, added a milisecond time function.
irungentoo
2013-06-26
Licenced the code under the GPL for now.
irungentoo
2013-06-26
Moved the network functions from the DHT into network.
irungentoo