index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Expand
)
Author
2013-08-15
Updated comment.
irungentoo
2013-08-15
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
irungentoo
2013-08-15
Small improvement to DHT. Useless file removed. Small fix to toxic.
irungentoo
2013-08-15
Check return value of realloc_friendlist and return FAERR_NOMEM on error
Florian Hahn
2013-08-15
provide access to the close client list
Aaron Lipinski
2013-08-15
move client data struct to header file
Aaron Lipinski
2013-08-14
Metadata collection prevention part 1 of ???.
irungentoo
2013-08-14
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
irungentoo
2013-08-14
Add friend now fails if it already is in DHT.
irungentoo
2013-08-14
Merge pull request #464 from slvr/crypto-fix
irungentoo
2013-08-14
Messenger fix from pr #461.
irungentoo
2013-08-14
Reduced redundant code, added new crypto test
slvr
2013-08-14
s/BOXZERO/ZERO/
slvr
2013-08-14
Incorrect constants: s/BOXZERO/ZERO/
slvr
2013-08-14
fixing minor memory leak of friendlist
Chris Hall
2013-08-14
removing unnecessary function pointer _isset variables
Chris Hall
2013-08-13
Attempt to quickly fix a test.
irungentoo
2013-08-13
Simple XOR checksum added to address.
irungentoo
2013-08-13
clarified comment.
irungentoo
2013-08-13
Friend requests with different nospam fix and added saving/loading of nospam.
irungentoo
2013-08-13
Fixed spam problem. (I broke the API so this will not build)
irungentoo
2013-08-13
Merge pull request #441 from slvr/timer
irungentoo
2013-08-13
Portabily print out uint64_t using PRIu64
slvr
2013-08-13
Removed core/Messenger.c.orig
slvr
2013-08-13
timer_new -> new_timer and timer_delete -> delete_timer to avoid name conflict
slvr
2013-08-13
core: Fix a possible buffer overflow using getself_name().
Andreas Schneider
2013-08-12
Resolve Merge Conflict
slvr
2013-08-12
Merge remote-tracking branch 'upstream/master' into timer
slvr
2013-08-12
remember to call timer_poll
slvr
2013-08-12
Messenger Timer
slvr
2013-08-12
Added LAN discovery timer
slvr
2013-08-12
Added support for userdata in callbacks
alek900
2013-08-12
Implemented Deadline Timer and timer_test
slvr
2013-08-12
Messenger refactor - redid work from pull request 79
Chris Hall
2013-08-11
Send our current status and name to friend that just came online.
alek900
2013-08-11
Fixed a mistake
Maxim Biro
2013-08-11
Fixed a typo
Maxim Biro
2013-08-11
Replaced friendstatus with connectionstatus
Maxim Biro
2013-08-11
Fixed warnings on Windows
Maxim Biro
2013-08-11
Merge pull request #429 from dparnell/pristine
irungentoo
2013-08-11
Merge pull request #427 from Alek900/master
irungentoo
2013-08-11
Fixed m_sendmessage to return the ID of the message sent
Daniel Parnell
2013-08-11
m_addfriend triggerd m_callback_friendstatus with a friendid thats not return...
alek900
2013-08-10
Merge pull request #422 from slvr/crypto-speed-boost
irungentoo
2013-08-10
That define doesn't belong here.
irungentoo
2013-08-10
handle_ping_response function signature correction
slvr
2013-08-10
Merge remote-tracking branch 'upstream/master' into pr
slvr
2013-08-10
Ensure encrypt_precompute is called when status == CONN_ESTABLISHED
slvr
2013-08-10
Implemented encrypt_data_fast, decrypt_data_fast and crypto tests
slvr
2013-08-10
tabs -> spaces
slvr
[next]