Commit Graph

1378 Commits

Author SHA1 Message Date
irungentoo
c59975dd7e Work in progress group chats.
Not done yet.
2013-09-03 08:53:07 -04:00
jin-eld
0fed441e80 Update INSTALL.md
Cleaned up bogus configure parameters and updated Win32 build instructions.
2013-09-03 13:23:40 +03:00
irungentoo
b73ba8244a Removed useless code, possibly fixed something. 2013-09-02 16:52:09 -04:00
irungentoo
7e8a34bee9 Fixed possible segfaults from bad input. 2013-09-02 16:35:23 -04:00
irungentoo
a4bf25801d Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into JamoBox-master 2013-09-02 15:59:28 -04:00
JamoBox
61880ab938 last of the comment refactoring from toxcore 2013-09-02 17:25:28 +01:00
JamoBox
7b944e9c65 comment updates 2013-09-02 17:12:02 +01:00
irungentoo
25480852ac Merge pull request #554 from nurupo/master
Fixed missing field initializer warnings
2013-09-02 08:59:46 -07:00
Maxim Biro
7c11070b32 Fixed missing field initializers warnings 2013-09-02 11:41:10 -04:00
irungentoo
3857720658 Fixed some warnings. 2013-09-02 11:41:06 -04:00
irungentoo
5233656561 Properly fixed signed/unsigned comparisons. 2013-09-02 09:55:37 -04:00
JamoBox
433cc9c8b2 Even more comment updates. 2013-09-02 13:41:43 +01:00
JamoBox
925f63f493 More comment refactoring. 2013-09-02 13:31:00 +01:00
JamoBox
55621e9cea More comment refactoring - DHT.c 2013-09-02 13:27:00 +01:00
Tyler Bunnell
36a3b02f63 Merge branch 'master' of github.com:tylerb/ProjectTox-Core 2013-09-01 20:43:03 -06:00
Tyler Bunnell
d1c52788c5 Fix signed/unsigned comparison warnings 2013-09-01 20:42:59 -06:00
irungentoo
a1099d7f95 Fixed possible bug. 2013-09-01 22:29:51 -04:00
irungentoo
86c748e755 Merge pull request #550 from jin-eld/automake-portability
Forward compatibility with automake 1.14
2013-09-01 14:35:56 -07:00
irungentoo
1112a8aa01 Merge pull request #551 from grimd34th/patch-1
Update autogen.sh
2013-09-01 14:35:32 -07:00
grimd34th
2a1093a0e3 Update autogen.sh
Updated autogen.sh to strictly run only the autoreconf
2013-09-01 16:19:14 -04:00
jin-eld
4cb969344c Add forgoten source to the dist target 2013-09-01 21:44:26 +03:00
jin-eld
d9fc869d2f Add .dirstamp to gitignore
Seems like the subdir-objects automake option is generating .dirstamp
files which should be ignored by git.
2013-09-01 21:43:46 +03:00
jin-eld
7d29bd23b9 Forward compatibility with automake 1.14
This update makes sure that the build still works with automake prior to
1.12 and at the same time does not give any warnings or errors with
automake 1.14
2013-09-01 20:39:02 +03:00
irungentoo
c9116310c8 Merge pull request #548 from davidbaumann/patch-1
Update INSTALL.md
2013-08-31 14:45:51 -07:00
irungentoo
871a64197b Properly fixed test. 2013-08-31 12:49:22 -04:00
irungentoo
0181fd95ae Fixed test. 2013-08-31 12:28:15 -04:00
irungentoo
9ef4bab51d Fixed bug. 2013-08-31 12:23:20 -04:00
irungentoo
5b18a90eaf Removed now dead link from readme. 2013-08-31 12:11:39 -04:00
irungentoo
e57695f8f5 Fixed build. 2013-08-31 12:08:54 -04:00
davidbaumann
cbe7eb7a77 Update INSTALL.md 2013-09-01 00:04:15 +08:00
irungentoo
d03ddda7c1 Removed useless line from travis. 2013-08-31 12:03:19 -04:00
irungentoo
5b627fe4d8 Removed out of date documentation. 2013-08-31 11:59:35 -04:00
irungentoo
3781cd2949 Merge pull request #547 from grimd34th/master
Create autogen.sh
2013-08-31 05:26:16 -07:00
grimd34th
bcbf3ac609 Create autogen.sh
makes configure script and then runs it
2013-08-30 23:30:26 -04:00
irungentoo
a93980e144 Cleaned up pull request. 2013-08-30 21:13:40 -04:00
redwire
ecddafd383 Made clang happy by taking definitions for the macro out of functions and adding declarations 2013-08-30 22:08:15 -02:30
redwire
4247eec969 Wrote a quicksort macro and modified sort_list to use it 2013-08-30 18:10:00 -02:30
irungentoo
dcabd6421c Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core 2013-08-30 14:22:12 -04:00
irungentoo
52c47a0820 Fixed possible crash. 2013-08-30 14:11:12 -04:00
irungentoo
0bd4edc0db Compiler fix. 2013-08-30 12:59:17 -04:00
irungentoo
bbc6b09579 put free_connections() back 2013-08-30 12:54:35 -04:00
irungentoo
41d4e02ca4 Fixed possible compiling problems on some compilers. 2013-08-30 12:34:57 -04:00
irungentoo
7110001b58 Merge pull request #545 from stal888/patch-3
Fix build error on non-linux machines.
2013-08-30 09:27:04 -07:00
stal
0834e4ba31 Fix build error on non-linux machines. 2013-08-30 09:25:22 -07:00
irungentoo
f124cfaf46 Return values checking for tox_array_push_ptr in Lossless UDP. 2013-08-30 09:12:22 -04:00
irungentoo
ba5bd35a12 Fixed possible bugs in tox_array. 2013-08-30 08:52:53 -04:00
irungentoo
8f0bef5f20 Fixed warnings and moved hex_string_to_bin to testing/ 2013-08-30 08:16:34 -04:00
irungentoo
7441a234b7 Merge branch 'udp_connections' of https://github.com/vx-k/ProjectTox-Core into vx-k-udp_connections 2013-08-30 07:53:51 -04:00
irungentoo
b37a016b6b Merge pull request #544 from KostyaKow/master
Made IP Port a union.
2013-08-30 04:14:46 -07:00
Kostya
25563ac070 Fixed build errors. 2013-08-30 03:28:50 -04:00