Displaying 9 results from an estimated 9 matches for "netconn".
Did you mean:
netconf
2013 Mar 28
1
Makefile race condition with parallel make
When attempting to build syslinux in parallel (make -j5), I encountered
the following error at the end:
rm -f liblpxelinux.a
ar cq liblpxelinux.a rawcon.o ./fs/pxe/dhcp_option.o ./fs/pxe/pxe.o ./fs/pxe/tftp.o ./fs/pxe/urlparse.o ./lwip/src/netif/ethernetif.o ./lwip/src/netif/etharp.o ./lwip/src/netif/slipif.o ./lwip/src/netif/ppp/md5.o ./lwip/src/netif/ppp/randm.o ./lwip/src/netif/ppp/chpms.o
2010 Aug 04
3
How to fix the SSL/https problem?
Schuttwegraeumer <wineforum-user at winehq.org> wrote:
>Sent: Aug 3, 2010 11:21 AM
>To: wine-users at winehq.org
>Subject: [Wine] Re: How to fix the SSL/https problem?
>
>Is that usefull?:
If you want us to tell you that you are doing this right, yes. For location of errors, no.
>
>
>> schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect start
>> schutti
2013 May 10
0
Wine release 1.5.30
...in the libsane check.
Hans Leidekker (15):
winhttp: Reset the content read counter.
winhttp: Resend any request data when handling an authentication or redirect response.
winhttp: Add support for NTLM and Negotiate authentication.
winhttp: Get rid of the flags parameter to netconn_send.
wininet/tests: Skip proxy tests on broken wininet.
wbemprox: Implement more properties of Win32_OperatingSystem.
wbemprox: Implement Win32_Processor.Family.
wbemprox: Return a BSTR from get_stringvalue.
msi: Properly map script function return values to MSI error...
2012 Nov 26
13
[PATCH 0 of 4] Minios improvements for app development
This patch series contains a set of patches making minios rather easier
to use, from an application development point of view.
Overview of patches:
1 Command line argument parsing support, from Xen.
2 Weak console handler function.
3 Build system tweaks for application directories.
4 Trailing whitespace cleanup. (because it is very messy)
Patch 4 is likely to be more controversial than
2013 Mar 15
0
Wine release 1.5.26
...to object's string buffer.
jscript: Use (index,length) pair as match result.
jscript: Use jsstr_flush in literal_as_bstr.
urlmon: Fixed handling binding reading immediately from cache.
urlmon: Added HTTP cache reading tests.
wininet: Fixed crash in chunked_read if netconn is not available.
jscript: Pass msg as jsstr_t to create_error.
jscript: Reuse static instance of 'undefined' string.
jscript: Avoid direct access to string buffer in a few more places.
urlmon: Fixed some test failures on IE10.
wininet: Don't pass expected...
2013 Mar 07
4
Syslinux-5.10-pre1
...rd include order madness.
core pxe: Cleanup the call to pxe_isr_init
core: factor out byteswap.h from netinet/in.h
lwip: Use byteswap.h to define htons and friends
pxe: Send tftp acks after we reach our timeout
core pxe: Use the lwip dns resolver
core: pxe: Add a netconn socket to the pxe private inode
core: pxe: Rewrite the tftp implementation to use lwip
core: pxe: Factor out pxe_poll from pxe_receive_thread
core: Add isspace to ctype.h
lwip: Rename mem_init lwip_mem_init to remove a namespace conflict.
lwip: Tune memory management...
2012 Nov 23
0
Wine release 1.5.18
...cmd: Prevent external env vars causing tests to fail.
cmd: Add support for NUL in copy.
J?rg H?hle (1):
mciavi: Fix player deadlock when starting to play.
Maarten Lankhorst (1):
dsound: Create a primary_pwfx separately from pwfx.
Marcus Meissner (1):
wininet: Move freeing netconn into create_netconn_socket (Coverity).
Michael Stefaniuc (20):
user.exe16: Use FIELD_OFFSET to calculate the size of a struct with variable length array.
msiexec: Use FIELD_OFFSET to calculate the size of a struct with variable length array.
msi: Don't over-allocate memory fo...
2015 Jun 26
0
Wine release 1.7.46
...implementation of streambuf::sbumpc.
msvcirt: Add implementation of streambuf::stossc.
Jacek Caban (18):
scrrun: Added IFile::put_Attributes imeplementation.
wininet: Get rid of no longer needed read_chunked field.
wininet: Don't pass BLOCKING_WAITALL to NETCON_recv in netconn_read.
secur32: Added support for a few more algorithms in schannel_get_cipher_algid.
secur32: Use gnutls_cipher_get_block_size to get cupher block size.
secur32: Fixed compilation on with gnutls.
secur32: Fixed compilation on very old gnutls versions.
mshtml: Use test....
2018 Dec 07
0
Wine release 4.0-rc1
...ath (2):
msi: Set stale function pointers to NULL.
ntdll: Use 32bit when COM header marks it required.
Daniel Ansorregui (1):
wined3d: Simplify "glsl_generate_ffp" texture projection.
Daniel Lehman (1):
wininet: Always check if context can be deleted when freeing netconn.
Denil Verghese (1):
libwine: Fix missing semi-colon.
Dmitry Timoshkov (33):
user32: Don't force a combobox repaint on WM_SIZE.
user32: Move the auto radio button group logic from BM_SETCHECK to WM_LBUTTONUP handler.
user32/tests: Add a message test for group of radio...