Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-29 | [common] Add missing string.h include | Jasmine Hassan | 1 | -0/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=664929 http://git.gnome.org/browse/gnome-user-share/commit/?id=e53cb4ddde2ed09433862b3f93d6885075e824e7 | |||||
2012-10-29 | [http] Fix http sharing not workin on Linux 3.0 | Jasmine Hassan | 1 | -0/+1 | |
gnome-user-share tries to discover a free port to run Apache on by bind()ing a struct sockaddr_in with no port specified in src/http.c:get_port(). However, it neglects to specify an address family, so that attempt fails with EINVAL, and the -1 returned gets passed to spawn_httpd() as the port that Apache should be listening on, which causes to Apache promptly and silently bail. This error was caused by a regression in Linux 3.0: http://thread.gmane.org/gmane.linux.network/205326/focus=205328 https://bugzilla.gnome.org/show_bug.cgi?id=660146 http://git.gnome.org/browse/gnome-user-share/commit/?id=24cc0e2ecc60619af0e51e730ef68bf750182dcf | |||||
2012-10-29 | fix incorrect FSF address | raveit65 | 16 | -17/+17 | |
2012-09-28 | fix gsettings again | raveit65 | 2 | -3/+45 | |
remove g_object_unref add static GSettings* settings add g_signal_connect as substitution for mateconf_client_notify_add | |||||
2012-09-28 | fix gsettings in user_share.c | raveit65 | 1 | -11/+11 | |
2012-09-28 | convert to gsettings | raveit65 | 6 | -307/+181 | |
2012-05-19 | Changes from yesterday. | Steve Zesch | 1 | -1/+2 | |
2012-05-14 | Forked gnome-user-share. Work in progress. | Steve Zesch | 18 | -0/+3514 | |