ChangeSet ID: 8541 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/06/20 18:26:56
Modified files: include : config.h.in dlls/wininet : internet.h internet.c http.c Makefile.in . : configure.ac configure Added files: dlls/wininet : netconnection.c cookie.c
Log message: David Hammerton david@transgaming.com - implemented support for https protocol - fixes to the http protocol
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8541
Old revision New revision Changes Path 1.156 1.157 +9 -0 wine/include/config.h.in 1.10 1.11 +28 -1 wine/dlls/wininet/internet.h 1.58 1.59 +95 -151 wine/dlls/wininet/internet.c 1.35 1.36 +399 -146 wine/dlls/wininet/http.c 1.20 1.21 +2 -0 wine/dlls/wininet/Makefile.in 1.161 1.162 +3 -1 wine/configure.ac 1.435 1.436 +132 -1 wine/configure Added 1.1 +0 -0 wine/dlls/wininet/netconnection.c Added 1.1 +0 -0 wine/dlls/wininet/cookie.c