Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-07 | Send less net_crypto packets. | irungentoo | |
Increased interval for sending packets that include cookie request packets, handshake packets and request packets. | |||
2015-01-06 | Removed unused variables. | irungentoo | |
2015-01-05 | Reduced timeout of onion paths on the first try by 1 second. | irungentoo | |
2015-01-04 | Merge branch 'patch-1' of https://github.com/tux3/toxcore | irungentoo | |
2015-01-04 | toxav_prepare_transmission: More descriptive error | Tux3 / Mlkj / !Lev.uXFMLA | |
When trying to prepare an already active call, return av_ErrorAlreadyInCallWithPeer not av_ErrorNoCall | |||
2015-01-03 | Merge branch 'fix-typos' of https://github.com/aaannndddyyy/toxcore | irungentoo | |
2015-01-03 | fixed some typos / grammar | aaannndddyyy | |
2015-01-02 | Removed useless function. | irungentoo | |
2015-01-01 | Merge branch 'master' of https://github.com/aaannndddyyy/toxcore | irungentoo | |
2015-01-01 | Code cleanups. | irungentoo | |
Moved some functions to onion.c. Fixed possible portability issues. | |||
2014-12-31 | Merge branch '1210' of https://github.com/ldrumm/toxcore | irungentoo | |
2014-12-31 | Remove useless defines. | irungentoo | |
2014-12-31 | Code cleanup. | irungentoo | |
Added length checks to ipport_pack() function. | |||
2014-12-31 | Removed now useless packet id. | irungentoo | |
2014-12-31 | Check if received ip family is valid for the onion packets. | irungentoo | |
2014-12-31 | fixes #1210 | Luke Drummond | |
2014-12-30 | Remove useless code. | irungentoo | |
2014-12-30 | fixed a typo | aaannndddyyy | |
2014-12-29 | Adjusted onion timeouts. | irungentoo | |
2014-12-28 | Use same jbuf size for group as for one on one chats. | irungentoo | |
Use define instead of constant. | |||
2014-12-27 | onion_isconnected fix attempt. | irungentoo | |
Try to make it more stable. | |||
2014-12-26 | Make it possible to port clients to the new api by just replacing | irungentoo | |
proxy_enabled with proxy_type. | |||
2014-12-26 | Fixed bug with auto tests and cleaned up the code a bit. | irungentoo | |
2014-12-26 | Merge branch 'http-proxy-feature' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2014-12-25 | Fixed bug. | irungentoo | |
Set friend in onion as offline when friend goes offline. | |||
2014-12-25 | Onion client improvements. | irungentoo | |
Put bootstrap nodes in a separate list than known good nodes. | |||
2014-12-25 | Add function to get nodes from onion path. | irungentoo | |
2014-12-24 | Don't populate path nodes too much. | irungentoo | |
2014-12-23 | Merge branch 'instructions' of https://github.com/zetok/ProjectTox-Core | irungentoo | |
2014-12-23 | Update INSTALL.md | Zetok Zalbavar | |
pkg-config is required for proper autodetection of opus and vpx, without it they are not detected by ./configure on Debian 7. | |||
2014-12-22 | Improved detection of dead paths. | irungentoo | |
2014-12-21 | Fixed bug in tox_load where names of size TOX_MAX_NAME_LENGTH didn't | irungentoo | |
load. | |||
2014-12-21 | Further refactoring of proxy code | Maxim Biro | |
2014-12-21 | Some refactoring of proxy code | Maxim Biro | |
2014-12-20 | auto test group titles. | irungentoo | |
2014-12-19 | Merge branch 'cscope.files' of https://github.com/jdp5087/toxcore | irungentoo | |
2014-12-19 | Merge branch 'logger_init_fix' of https://github.com/jdp5087/toxcore | irungentoo | |
2014-12-19 | Added cscope.files to .gitignore | Jon Poler | |
2014-12-18 | Build system fixes. | irungentoo | |
libtoxcore.pc now has -lpthread like it's supposed to on systems where it is needed. | |||
2014-12-18 | Merge branch 'master' of https://github.com/irungentoo/toxcore into ↵ | Jon Poler | |
logger_init_fix | |||
2014-12-18 | Removed calloc from logger_init, because the pid was no longer being appended. | Jon Poler | |
2014-12-17 | Cut one on one default audio bitrate by half. | irungentoo | |
2014-12-16 | Fixed some A/V threading issues. | irungentoo | |
Audio dropping on video calls issue should no longer happen. | |||
2014-12-16 | cs_set_video_encoder_resolution improvements. | irungentoo | |
2014-12-15 | Fixed test. | irungentoo | |
2014-12-15 | DHT fixes. | irungentoo | |
This should speed up DHT searches. | |||
2014-12-15 | Some optimizations on how TCP relays are used. | irungentoo | |
2014-12-15 | Increased max TCP connections. | irungentoo | |
2014-12-14 | Fixed DHT doc. | irungentoo | |
2014-12-14 | Sendback data size is always 8 bytes. | irungentoo | |