ChangeSet ID: 12921
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/15 13:57:32
Modified files:
dlls/wininet : http.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
Robert Shearman <rob(a)codeweavers.com>
- Change the way that the response headers are reconstructed to reduce
the chance of memory being incorrectly allocated.
- Return the correct error when a header is not found.
- remove all the response headers before receiving new ones so that we
don't merge headers from two responses.
- Add extra standard fields.
- Split the status line into http version, status code and status text
and store those in the response data, without using use a fake
field.
Patch: http://cvs.winehq.org/patch.py?id=12921
Old revision New revision Changes Path
1.66 1.67 +234 -108 wine/dlls/wininet/http.c
ChangeSet ID: 12917
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/14 16:44:50
Modified files:
dlls/winmm/wineoss: audio.c
Log message:
Francois Gouget <fgouget(a)free.fr>
An SNDCTL_DSP_SETDUPLEX failure should be a WARN(), not an ERR(),
since the OSS specifications say we have to call it before knowing if
the sound card is full-duplex capable.
Patch: http://cvs.winehq.org/patch.py?id=12917
Old revision New revision Changes Path
1.133 1.134 +1 -1 wine/dlls/winmm/wineoss/audio.c
ChangeSet ID: 12914
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/14 16:43:49
Modified files:
dlls/msi : package.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Implement the functionality that allows one to call MsiOpenPackage
with #nnn where nnn is a string representing the handle to an open
database.
Patch: http://cvs.winehq.org/patch.py?id=12914
Old revision New revision Changes Path
1.14 1.15 +11 -3 wine/dlls/msi/package.c
ChangeSet ID: 12912
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/14 16:43:03
Modified files:
dlls/winmm/mciavi: mciavi.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Make it possible to open read-only AVI files for a playback.
Patch: http://cvs.winehq.org/patch.py?id=12912
Old revision New revision Changes Path
1.26 1.27 +1 -1 wine/dlls/winmm/mciavi/mciavi.c