Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-22 | This squash should work now. | Bahkuh | |
2013-10-21 | Merge pull request #628 from hugwijst/patch-1 | irungentoo | |
Update INSTALL.md | |||
2013-10-21 | Update INSTALL.md | Hugo van der Wijst | |
Link against self build FFmpeg. | |||
2013-10-21 | Update INSTALL.md | Hugo van der Wijst | |
Add libvpx. | |||
2013-10-20 | Fixed possible bug. | irungentoo | |
2013-10-20 | Update INSTALL.md | Hugo van der Wijst | |
Add new build dependencies for A/V on Debian derivatives. | |||
2013-10-20 | Merge branch 'Cleanup-defines' of ↵ | irungentoo | |
https://github.com/FullName/ProjectTox-Core into FullName-Cleanup-defines | |||
2013-10-20 | Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then ↵ | Coren[m] | |
always off). Additionally (besides cleanups): network.h/tox.h: - WIN32: fix a strange sa_family_t definition - WIN32: define EWOULDBLOCK to WSAEWOULDBLOCK - WIN32: kill macro for an existing function (IN6_ADDR_EQUAL) network.c: - use EWOULDBLOCK instead of EAGAIN (same value, but EWOULDBLOCK is more "popular") - new_networking(): only try to enable IPv4-in-IPv6 if it's not already enabled per default - inet_ntop()/inet_pton(): WIN32: remove partial initializers in favor of a simple memset() - ip_equal(): WIN32: use an existing function - logging: networking_wait_execute(): only dump result if not timeout - logging: loglogdata(): kill an unused variable LAN_discovery.c: - send_broadcasts(): re-enabled, can only support IPv4 by principle, split into fetch_broadcast_info() (to fetch the addresses once) and send_broadcasts() (actual sending) DHT.c: - DHT_load_state_callback(): enclosed a fprintf(stderr, ...) into #ifdef DEBUG Lossless_UDP.c: - change_handshake(): harden against strange sa_family_t definitions Messenger.c: - logging: fix ID to string conversion util.c: - logging: eliminate a signed-warning | |||
2013-10-19 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-10-19 | Fixed connection sometimes being too slow and some other possible problems. | irungentoo | |
2013-10-19 | Merge pull request #626 from Garydos/master | irungentoo | |
Fixed Windows compile errors | |||
2013-10-19 | Removed unnecessary #if | Antonio Montes | |
2013-10-19 | fixed build errors on windows | Antonio Montes | |
2013-10-18 | Removed bad function from public API (This breaks toxic.) | irungentoo | |
2013-10-18 | Merge pull request #623 from Bahkuh/master | irungentoo | |
Minor corrections & additions | |||
2013-10-18 | Added more OS generated files to .gitignore | Bahkuh | |
2013-10-17 | Fixed minor typo. | Bahkuh | |
2013-10-17 | Fixed building on windows. | irungentoo | |
2013-10-16 | Added some things to the TODO list. | irungentoo | |
2013-10-16 | Merge pull request #622 from jin-eld/no-tox-sync-on-windows | irungentoo | |
Do not build tox_sync on win32 | |||
2013-10-16 | Do not build tox_sync on win32 | Jin^eLD | |
2013-10-15 | Merge pull request #621 from kigu/patch-3 | irungentoo | |
Update TODO | |||
2013-10-15 | Updated public api. | irungentoo | |
2013-10-15 | Added resume support if the connection breaks during file sending. | irungentoo | |
2013-10-15 | Update TODO | Alexander Huffman | |
2013-10-14 | Merge pull request #619 from rayslava/master | irungentoo | |
Toxmsi build fix | |||
2013-10-14 | Toxmsi build fix | rayslava | |
Build failed on toxmsi building with ../toxmsi/AV_codec.c:46:28: fatal error: toxrtp_message.h: No such file or directory #include "toxrtp_message.h" | |||
2013-10-13 | A/V integration in progress. | irungentoo | |
Added functions to send/receive msi packets via secure messenger connections. Made function to get the ip/port of a friend in Messenger.c public | |||
2013-10-13 | Small fix. | irungentoo | |
2013-10-13 | tox A/V: integration of A/V code into tox | mannol | |
Also-by: Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc> | |||
2013-10-13 | tox A/V: RTP/MSI implementation | mannol | |
2013-10-13 | tox A/V: encode/decode and display/playback | Martijn | |
2013-10-12 | Improved hole punching. | irungentoo | |
2013-10-11 | Merge pull request #618 from nurupo/action-messages-with-id | irungentoo | |
Added message ids to action messages | |||
2013-10-10 | Added message ids to action messages | Maxim Biro | |
2013-10-10 | Hardening the Tox network, document writing in progress. | irungentoo | |
2013-10-10 | Merge pull request #617 from fr0stycl34r/patch-1 | irungentoo | |
Update DHT_bootstrap.c | |||
2013-10-10 | Update DHT_bootstrap.c | fr0sty | |
Removed deprecated compilation instructions | |||
2013-10-09 | Merge pull request #616 from naxuroqa/master | irungentoo | |
fix for missing EAGAIN definition on windows | |||
2013-10-09 | fix for missing EAGAIN definition on windows | naxuroqa | |
2013-10-08 | Added function to get the piece size for sending files. | irungentoo | |
2013-10-07 | Merge pull request #609 from FullName/wait | irungentoo | |
Add tox_wait() for socket, allow tox.h include in tox.c | |||
2013-10-06 | Merge pull request #613 from BtbN/compile_pure | irungentoo | |
Some configuration/build fixes | |||
2013-10-07 | Some configuration/build fixes, so building basicaly everything else than ↵ | BtbN | |
the library can be disabled | |||
2013-10-06 | Code cleanups. | irungentoo | |
2013-10-06 | Code cleanups. | irungentoo | |
2013-10-06 | Oops. Didn't pass along the results from inside to outside... | Coren[m] | |
2013-10-06 | Merge remote-tracking branch 'upstream/master' into wait: replace void *tox ↵ | Coren[m] | |
with Tox *tox in tox.c (which now includes the declarations from tox.h) | |||
2013-10-06 | sendqueue_length no longer determines if we check for socket-can-write, but ↵ | Coren[m] | |
sendpacket() sets a timestamp if it happened network.*: - sendpacket(): checks result and on EAGAIN, stores time of this event - networking_wait_prepare(): uses the time if set to check up to 500ms later for the socket to be writeable again - networking_wait_cleanup(): clears the time if the socket was writeable - fixed some accidental tabs Messenger.*, tox.*: - pass-through functions to reach networking_wait_cleanup() - fixed some accidental tabs | |||
2013-10-05 | Fixed warnings. | irungentoo | |