summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-01Update av_api.mdPeter Maatman
some markup was fucked up :P
2013-11-01Update av_api.mdPeter Maatman
that looks better :)
2013-11-01Update av_api.mdPeter Maatman
and some more
2013-11-01Update av_api.mdPeter Maatman
add some more shiny stuff
2013-11-01Update av_api.mdPeter Maatman
add some code blocks in the markup
2013-11-01Update av_api.mdPeter Maatman
2013-11-01Update av_api.mdPeter Maatman
2013-10-30Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-10-30Updated hardening doc.irungentoo
2013-10-29Merge pull request #636 from fr0stycl34r/patch-1irungentoo
Offer solution for "error while loading shared libraries: libtoxcore.so....
2013-10-29Offer solution for "error while loading shared libraries: libtoxcore.so.0: ↵fr0sty
cannot open shared object file: No such file or directory". Offer solution for "error while loading shared libraries: libtoxcore.so.0: cannot open shared object file: No such file or directory".
2013-10-28Merge pull request #635 from Martijnvdc/masterirungentoo
added AV_codec.h to public headers
2013-10-28renamed AV_codec to toxmediaMartijn
2013-10-28added AV_codec.h to public headersMartijn
2013-10-28Merge pull request #634 from jin-eld/fix-public-headersirungentoo
Public headers should not have any internal references
2013-10-28Public headers should not have any internal referencesJin^eLD
2013-10-27Cleaned up some code/fixed some warnings.irungentoo
I'm sure nobody has any of the old save files anymore so I removed the functions.
2013-10-26Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-10-26Increased port range.irungentoo
2013-10-26Merge pull request #633 from Martijnvdc/masterirungentoo
Small changes to A/V
2013-10-27Small changes to A/VMartijn
2013-10-26Clarified a comment.irungentoo
2013-10-25Update time before running functions for recieved packets.irungentoo
2013-10-25All modules using unix_time should run unix_time_update()irungentoo
2013-10-25For security reasons, keep memcpy's and memcmp's in crypto functions.irungentoo
2013-10-24Merge remote-tracking branch 'upstream/master' into ↵Coren[m]
cleanup_unix_time_id_eq_cpy_is_timeout Conflicts: toxcore/net_crypto.c
2013-10-24Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*Coren[m]
unix_time(): - returns local value for current epoch - value is updated explicitly with unix_time_update() called at new_DHT()/doMessenger()/do_DHT() is_timeout(): - uses the local value for current epoch id_cpy()/id_eq() => id_copy()/id_equal(): - centralized duplicate definitions - replaced (most) memcpy()/memcmp() of (*, *, CLIENT_ID_SIZE) with id_copy()/id_equal()
2013-10-24Removed out of date videos.irungentoo
2013-10-23Code cleanups.irungentoo
Fixed some tests.
2013-10-23Code cleanups.irungentoo
2013-10-23Code cleanups.irungentoo
2013-10-22Merge pull request #630 from Bahkuh/masterirungentoo
Minor improvements
2013-10-22This squash should work now.Bahkuh
2013-10-21Merge pull request #628 from hugwijst/patch-1irungentoo
Update INSTALL.md
2013-10-21Update INSTALL.mdHugo van der Wijst
Link against self build FFmpeg.
2013-10-21Update INSTALL.mdHugo van der Wijst
Add libvpx.
2013-10-20Fixed possible bug.irungentoo
2013-10-20Update INSTALL.mdHugo van der Wijst
Add new build dependencies for A/V on Debian derivatives.
2013-10-20Merge branch 'Cleanup-defines' of ↵irungentoo
https://github.com/FullName/ProjectTox-Core into FullName-Cleanup-defines
2013-10-20Main: 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-19Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Coreirungentoo
2013-10-19Fixed connection sometimes being too slow and some other possible problems.irungentoo
2013-10-19Merge pull request #626 from Garydos/masterirungentoo
Fixed Windows compile errors
2013-10-19Removed unnecessary #ifAntonio Montes
2013-10-19fixed build errors on windowsAntonio Montes
2013-10-18Removed bad function from public API (This breaks toxic.)irungentoo
2013-10-18Merge pull request #623 from Bahkuh/masterirungentoo
Minor corrections & additions
2013-10-18Added more OS generated files to .gitignoreBahkuh
2013-10-17Fixed minor typo.Bahkuh
2013-10-17Fixed building on windows.irungentoo