Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-04 | Possibly fixed LAN discovery on some configurations. | irungentoo | |
2013-09-03 | Remove error printouts | Jin^eLD | |
A library should never print anything, so removing the perror() printouts. | |||
2013-09-02 | Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into ↵ | irungentoo | |
JamoBox-master | |||
2013-09-02 | Fixed missing field initializers warnings | Maxim Biro | |
2013-09-02 | Even more comment updates. | JamoBox | |
2013-08-30 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core | irungentoo | |
2013-08-30 | Compiler fix. | irungentoo | |
2013-08-30 | Fix build error on non-linux machines. | stal | |
2013-08-30 | Fixed warnings and moved hex_string_to_bin to testing/ | irungentoo | |
2013-08-30 | Fixed build errors. | Kostya | |
2013-08-29 | Correct a lot of the grammar and spelling. Also spent a few hours fixing the ↵ | pete | |
comments so they follow a standard. | |||
2013-08-24 | Rename core directory because of autoconf name clash | jin-eld | |
While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory. |