index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
Age
Commit message (
Expand
)
Author
2016-11-21
Mark Tox_Options struct as deprecated.
iphydf
2016-11-15
Convert to and from network byte order in set/get nospam.
iphydf
2016-11-14
new_messenger(options ... ) must never be null
Gregory Mullen (grayhatter)
2016-11-14
v0.0.4
iphydf
2016-11-12
Use apidsl for the crypto_core API.
iphydf
2016-11-11
Add DHT_create_packet
endoffile78
2016-11-09
Remove new_nonce function in favour of random_nonce.
iphydf
2016-11-07
Release v0.0.3.
iphydf
2016-11-06
Move log callback to options.
iphydf
2016-11-06
Rename log levels to remove the extra "LOG" prefix.
iphydf
2016-11-06
Change packet kind enum to use hex constants.
iphydf
2016-11-06
Remove assoc
endoffile78
2016-11-05
Convert series of NET_PACKET_* defines into a typedef enum
Gregory Mullen (grayhatter)
2016-11-03
Move packing and unpacking DHT request packets to DHT module.
iphydf
2016-11-02
Compile as C++ for windows builds.
iphydf
2016-11-02
Remove unimplemented "time delta" parameter.
iphydf
2016-10-30
Version Patch v0.0.2
Gregory Mullen (grayhatter)
2016-10-29
Rename some internal "group chat" things to "conference".
iphydf
2016-10-06
Use `socklen_t` instead of `unsigned int` in call to `accept`.
iphydf
2016-10-02
Rebuild apidsl'd headers in cmake.
iphydf
2016-10-01
Minor documentation fixes.
iphydf
2016-09-30
Remove return after no-return situation (and other cleanups).
iphydf
2016-09-30
Add the 'Tox' context object to the logger.
iphydf
2016-09-28
v0.0.0 => v0.0.1
Gregory Mullen (grayhatter)
2016-09-27
Remove redundant callback objects.
iphydf
2016-09-26
C++ the second round.
iphydf
2016-09-24
Move ring buffer out of toxcore/util into toxav.
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-24
Minor cleanups: unused vars, unreachable code, static globals.
iphydf
2016-09-22
Make TCP_Connections module-private.
iphydf
2016-09-22
Make TCP_Server opaque.
iphydf
2016-09-21
Make group callbacks stateless
Jfreegman
2016-09-19
Revert "Make ToxAV stateless"
iphydf
2016-09-18
Added UB comment r/t deleting a friend w/ active call
Gregory Mullen (grayhatter)
2016-09-18
Make internal chat list function take uint32_t* as well.
iphydf
2016-09-17
Complete old groupchat conversion to new API
Jfreegman
2016-09-17
ApiDSL'ing old group chats (now: conference).
iphydf
2016-09-17
Make ToxAV stateless
Gregory Mullen (grayhatter)
2016-09-16
const-correctness in windows code.
iphydf
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-09-13
Use <stdbool.h> and replace _Bool with bool.
iphydf
2016-09-13
Add some astyle options to make it do more.
iphydf
2016-09-13
Group #include directives in 3-4 groups.
iphydf
2016-09-12
Remove `else` directly after `return`.
iphydf
2016-09-10
make the majority of the callbacks stateless and add some status to a testcase
michael bishop
2016-09-09
Minor cleanups: header reordering, adding {}.
iphydf
2016-09-09
Separate IP_Port packing from pack_nodes() and unpack_nodes()
Jfreegman
2016-09-09
Use `const` for version numbers.
iphydf
2016-09-08
Fix potential null pointer dereference.
iphydf
2016-09-08
Fix compilation for Windows.
iphydf
[prev]
[next]