- 29 May, 2012 1 commit
-
-
Olivier Crête authored
Creating a GSocketAddress takes a measurable amount of time, so let's cache it as it doesn't change once a socket is created.
-
- 03 Apr, 2012 4 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 23 Mar, 2012 1 commit
-
-
Rohan Garg authored
-
- 12 Mar, 2012 1 commit
-
-
Rohan Garg authored
-
- 08 Mar, 2012 2 commits
-
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
- 06 Mar, 2012 10 commits
-
-
Filippo Della Betta authored
unistd.h is not present on Visual Studio. Replaced usleep with g_usleep to support win32 platform as well. Added WSAStartup/WSACleanup on win32
-
Filippo Della Betta authored
Fixed mingw/msys compilation. Definition for intptr_t was missing. Added WSAStartup/WSACleanup on win32
-
Filippo Della Betta authored
Fixed mingw/msys compilation. Definition for intptr_t was missing. Added WSAStartup/WSACleanup on win32
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
Filippo Della Betta authored
Fixed compiling on Visual Studio and removed getsockname before bind. Added WSAStartup/WSACleanup on win32
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
- 02 Mar, 2012 6 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Livio Madaro authored
Use GSocket for better Windows compatibility
-
- 24 Feb, 2012 1 commit
-
-
Livio Madaro authored
-
- 23 Feb, 2012 1 commit
-
-
Filippo Della Betta authored
-
- 21 Feb, 2012 3 commits
-
-
Filippo Della Betta authored
-
Rohan Garg authored
-
Filippo Della Betta authored
-
- 17 Feb, 2012 2 commits
-
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
- 15 Feb, 2012 8 commits
-
-
Filippo Della Betta authored
-
Youness Alaoui authored
Should use the remote priority rather than the priority of the parent pair Thanks to Filippo Della Betta
-
Filippo Della Betta authored
-
Filippo Della Betta authored
-
Filippo Della Betta authored
Since Visual Studio compiler does not support C99 I put some declarations at the beginning of the statement.
-
Filippo Della Betta authored
-
Filippo Della Betta authored
Included the replacement header win32_common.h instead of the missing header stdint.h on WIN32 platform
-
Filippo Della Betta authored
As glib documentation suggests (http://developer.gnome.org/glib/2.28/glib-IO-Channels.html), g_io_channel_unix_new should be avoided on WIN32 platform. Replaced with g_io_channel_win32_new_socket function
-