summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-29[http] Fix http sharing not workin on Linux 3.0Jasmine Hassan1-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-29fix incorrect FSF addressraveit6516-17/+17
2012-10-29add COPYINGraveit651-0/+340
2012-10-29remove COPYINGraveit651-340/+0
2012-10-03Merge pull request #2 from NiceandGently/masterStefano Karapetsas10-429/+277
convert mateconf to gsettings
2012-09-28fix gsettings againraveit652-3/+45
remove g_object_unref add static GSettings* settings add g_signal_connect as substitution for mateconf_client_notify_add
2012-09-28fix gsettings in user_share.craveit651-11/+11
2012-09-28convert to gsettingsraveit6510-429/+235
2012-07-18Preparing for 1.4.1 release.mate-user-share-1.4.1Steve Zesch2-1/+411
2012-07-18Changed references of gconf to mateconf.Steve Zesch1-2/+2
Closes mate-user-share issue #1.
2012-07-16Preparing for 1.4 relase.mate-user-share-1.4.0Steve Zesch2-1070/+1
2012-07-15Created po/gnome-copyrights.txtSteve Zesch1-0/+788
2012-05-19Changes from yesterday.Steve Zesch2-4/+5
2012-05-17More fixes.Steve Zesch53-6704/+14
2012-05-17Fixed autogen.sh.Steve Zesch1-2/+2
2012-05-17Fixed missing caja references. Removed some files.Steve Zesch6-247/+12
2012-05-15Updated help and po directories.Steve Zesch89-2592/+2805
2012-05-14Forked gnome-user-share. Work in progress.Steve Zesch174-0/+32062
2012-05-14initial commitSteve Zesch1-0/+2