提交历史

作者 SHA1 备注 提交日期
  Daniel Stenberg 930f9bd534 clear the struct size not the pointer size, pointed out in bug report 18 年之前
  Yang Tse 13616f8f96 Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>. 18 年之前
  Gisle Vanem a55c70d4ae Constify 'hostname' and 'service' to various resolver functions. 18 年之前
  Yang Tse fe22872d14 include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. 18 年之前
  Gisle Vanem 725f734bae Correct the trace for WinCE. 18 年之前
  Gisle Vanem 0f32460656 WinCE uses CreateThread(). Hence error is not in 'errno'. 18 年之前
  Gisle Vanem 25180cc850 Removed copying 'stderr' since it doesn't have the desired 18 年之前
  Gisle Vanem 3cbb1b2b64 Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines 18 年之前
  Gisle Vanem 08f0e55b4f Add "multiif.h" for GETSOCK_WRITESOCK() macro. 18 年之前
  Daniel Stenberg 0542002d7a adjusted to the new internal *_getsock() concept for providing info internally 18 年之前
  Daniel Stenberg afc2aa2b3f Yang Tse: use static on file-private functions 19 年之前
  Daniel Stenberg cab59b4c32 Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since 19 年之前
  Daniel Stenberg bfa9c42c25 Bradford Bruce made the windows resolver code properly return 19 年之前
  Gisle Vanem e8c3bb45ba Fix for building with MS Visual-C and single-threaded 19 年之前
  Daniel Stenberg e7093b3ca8 keep 'socktype' in the connectdata struct and make sure we use that for all 19 年之前
  Gisle Vanem 9889a811db Fix warning about missing initializers. 19 年之前
  Daniel Stenberg 64298e528d Use SOCK_DGRAM for TFTP. Consider setting this up at one central place, we 19 年之前
  Daniel Stenberg 2fe3c22108 use it as 'struct addrinfo' so perhaps it builds on mingw again 19 年之前
  Daniel Stenberg 87bbd13899 Igor Polyakov fixed a rather nasty problem with the threaded name resolver 19 年之前
  Gisle Vanem bb0aba34fa Ensure thread handle is closed too. 19 年之前
  Daniel Stenberg 6b1220b61d Cory Nelson's work on nuking compiler warnings when building on x64 with 19 年之前
  Daniel Stenberg 5f0366c2cb only define _REENTRANT if not already defined, and only in setup.h 19 年之前
  Gisle Vanem 0b45431139 hostthre.c: destroy_thread_data() made public. Called 19 年之前
  Daniel Stenberg c85a77e0b1 removed a (fairly useless) debug output just to compile without warning 19 年之前
  Daniel Stenberg 6a2e21ec8c FTP code turned into state machine. Not completely yet, but a good start. 20 年之前
  Gisle Vanem d118312922 Curl_addrinfo?_callback() and addrinfo_callback() now returns 20 年之前
  Gisle Vanem 06ad5be3af Don't copy 'stderr' for Win-CE in IPv6 code. Don't call 20 年之前
  Daniel Stenberg 5d94ff5974 made the code fit within 80 cols 20 年之前
  Daniel Stenberg 24d47a6e07 Paul Nolan fix to make libcurl build nicely on Windows CE 20 年之前
  Gisle Vanem e356420123 20 年之前