- 21 May, 2010 20 commits
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
- 19 May, 2010 3 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 17 May, 2010 1 commit
-
-
Youness Alaoui authored
-
- 08 May, 2010 1 commit
-
-
Sjoerd Simons authored
We need to keep the GMainContext referenced so we can be sure it's still alive when we remove the sources we've attached to it.
-
- 26 Mar, 2010 1 commit
-
-
Youness Alaoui authored
oups, we need to free the incoming checks only after we process them, not inside the loop processing them...
-
- 18 Mar, 2010 6 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Alexis Ballier authored
POSIX (http://www.opengroup.org/onlinepubs/009695399/basedefs/netinet/in.h.html) specifies that sockaddr_in is defined in netinet/in.h. Include the header where this struct is used.
-
Youness Alaoui authored
-
Youness Alaoui authored
Thanks to Olivier for spotting this.
-
- 16 Feb, 2010 8 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
After 5 hours of debugging... finally! remember to always remove the weak pointers when not needed anymore!
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
Use weak pointers to make sure that the recv callback does not destroy our object, and if it does, make sure not to use the agent or PseudoTcpSocket to avoid a crash
-
Youness Alaoui authored
Fix a attach/detach recv bug where if we detach our recv callback from the nice agent during the callback of the tcp_readable, we would end up having the loop consume all data from PseudoTcpSocket without notifying anyone of it. This now only consumes data if the callback is available, and calls the readable callback when we attach a new recv callback if the pseudo tcp socket was still readable and all its data wasn't consumed yet
-
Youness Alaoui authored
-
Youness Alaoui authored
return FALSE on g_error timers because new gcc refuses to compile without a return value from these functions
-