index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-08-13
Use tokstyle in the cmake travis build.
iphydf
2018-08-13
Fix some printf format specifiers.
iphydf
2018-08-13
Fix memory leak in error path in group A/V.
iphydf
2018-08-13
Fix groupav.c style and avoid casts in toxav_old.c.
iphydf
2018-08-12
Fix coding style in rtp module.
iphydf
2018-08-12
Temporarily disable FreeBSD build, since it times out.
iphydf
2018-08-12
Fix style in msi.c.
iphydf
2018-08-12
Make `conferences_object` properly typed.
iphydf
2018-08-12
add callback for successful connection to a conference
zugz (tox)
2018-08-12
Fix enumerator names to comply with toxcore naming standards.
iphydf
2018-08-12
Avoid forward declaration of rtp structs.
iphydf
2018-08-12
Fix style in bwcontroller module.
iphydf
2018-08-12
Stop running tests in the bazel build.
iphydf
2018-08-12
Move OSX to stage 1 of Travis.
iphydf
2018-08-12
Add simple deterministic random number generator for tests
zugz (tox)
2018-08-12
Assert that we don't divide by 0 in random_testing.cc.
iphydf
2018-08-12
Fix a few warnings from clang.
iphydf
2018-08-12
Check that the save file size isn't larger than our address space.
iphydf
2018-08-12
Remove all uses of the PAIR macro in toxav.
iphydf
2018-08-12
Remove last use of the `MIN` macro.
iphydf
2018-08-11
Add deprecation notice to some UPPER_CASE enums.
iphydf
2018-08-11
Split out conference type (text/av) from identifier.
iphydf
2018-08-10
Use the crypto random functions instead of `rand()`.
iphydf
2018-08-09
Fix typo in loop over assocs.
zugz (tox)
2018-08-08
Release 0.2.5
Robin Lindén
2018-08-04
Fix error message in m_send_generic_message
endoffile78
2018-08-04
Remove unused `m_callback_log` function.
iphydf
2018-08-04
Make a separate `struct Tox` containing the Messenger.
iphydf
2018-08-04
Avoid multiple for-next expressions.
iphydf
2018-08-02
Fix problems with initial connections and name-setting in conferences
zugz
2018-07-30
Fix autotools build
hugbubby
2018-07-28
Add `by_id` and `get_id` functions, renaming from `*_uid`.
iphydf
2018-07-28
auto_test fixture and filenames
hugbubby
2018-07-23
More fixed_width ints and incorporating file_saving_test.c
hugbubby
2018-07-22
Run Clang global static analysis on Travis.
iphydf
2018-07-21
Avoid implementations in .h files or #including .c files.
iphydf
2018-07-21
Remove redundant casts to the same type.
iphydf
2018-07-21
Add github usernames to TODOs.
iphydf
2018-07-21
Synchronise parameter names in headers with those in the implementation.
iphydf
2018-07-21
Reduce nesting by doing more early returns on error.
iphydf
2018-07-21
Make `resize` in `list.c` return bool instead of 0/1.
iphydf
2018-07-21
Add missing braces in dht_test.c.
iphydf
2018-07-21
Run buildifier on c-toxcore BUILD files.
iphydf
2018-07-20
Release v0.2.4
Robin Lindén
2018-07-19
Introduce several TODOs
Jan Malakhovski
2018-07-19
Rename `m_handle_custom_lossy_packet -> m_handle_lossy_packet`
Jan Malakhovski
2018-07-19
Collect `PACKET_ID*` constants in `net_crypto.h`, cleanup their uses
Jan Malakhovski
2018-07-19
Use string comparison operator in configure.ac.
iphydf
2018-07-19
Link -lsocket and -lnsl for socket functions on Solaris.
iphydf
2018-07-18
replace LOGGER_ERROR with LOGGER_DEBUG on send_data_packet() failure in send_...
zugz
[prev]
[next]