CVSROOT: /cvs/gnome Module name: libsoup Changes by: danw 05/11/07 21:47:10
Modified files: . : Tag: libsoup-pre214-branch ChangeLog libsoup : Tag: libsoup-pre214-branch soup-auth-digest.c soup-connection-ntlm.c soup-gnutls.c soup-md5-utils.c soup-md5-utils.h soup-message-io.c soup-misc.c soup-server-auth.c soup-soap-message.c soup-soap-response.c soup-socket.c soup-xmlrpc-message.c soup-xmlrpc-response.c Log message: * libsoup/soup-md5-utils.c (soup_md5_update): make the buffer a gconstpointer rather than a guchar. (soup_md5_final_hex): make the buffer be char[] rather than guchar[]. * libsoup/soup-socket.c (connect_watch, listen_watch, soup_socket_get_local_address, soup_socket_get_remote_address): Cast "int *"s being used as "socklen_t *"s to "void *" to avoid signedness warnings. (Yes, ideally I'd fix this correctly, but that would requiring testing on windows.) * libsoup/libsoup/*.c: fix signedness warnings URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=libsoup&who=danw&date=explicit&mindate=2005-11-07%2021:46&maxdate=2005-11-07%2021:48 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list