Histórico de Commits

Autor SHA1 Mensagem Data
  Yang Tse 33a3753c3f libcurl's memory.h renamed to curl_memory.h há 15 anos atrás
  Yang Tse 9770899a4b Moved potential inclusion of system's malloc.h and memory.h header files to há 15 anos atrás
  Yang Tse a0ef686c54 Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one há 16 anos atrás
  Gisle Vanem 5f085789b9 init_resolve_thread() needs 'hints' on the native form. há 16 anos atrás
  Yang Tse 0ce97f77e0 Use our Curl_addrinfo definition even when an addrinfo struct is available. há 16 anos atrás
  Dan Fandrich 8f467b4288 Removed unneeded includes of signal.h and setjmp.h há 16 anos atrás
  Gisle Vanem 138c57c76a Removed TRACE() code. há 16 anos atrás
  Dan Fandrich 248c2b9bf5 Eliminate a unnecessary socket creation in Curl_getaddrinfo for an IPv4 há 16 anos atrás
  Yang Tse 736af32b49 Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) points há 17 anos atrás
  Daniel Stenberg ad6e28073c removed space after if and while before the parenthesis for better source code há 17 anos atrás
  Gisle Vanem 1dcb99f0f7 constify 'hostname' in init_thread_sync_data(). Simply clear há 17 anos atrás
  Daniel Stenberg d7616d8a0a WaitForSingleObject() uses a millisecond timeout and CURL_TIMEOUT_RESOLVE is há 17 anos atrás
  Gisle Vanem c514a2a89a Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files há 17 anos atrás
  Yang Tse 3a634a273a curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h há 17 anos atrás
  Yang Tse a1d5983991 use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling há 18 anos atrás
  Daniel Stenberg 91386937ff - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS há 18 anos atrás
  Daniel Stenberg 930f9bd534 clear the struct size not the pointer size, pointed out in bug report há 18 anos atrás
  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>. há 18 anos atrás
  Gisle Vanem a55c70d4ae Constify 'hostname' and 'service' to various resolver functions. há 18 anos atrás
  Yang Tse fe22872d14 include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. há 18 anos atrás
  Gisle Vanem 725f734bae Correct the trace for WinCE. há 18 anos atrás
  Gisle Vanem 0f32460656 WinCE uses CreateThread(). Hence error is not in 'errno'. há 18 anos atrás
  Gisle Vanem 25180cc850 Removed copying 'stderr' since it doesn't have the desired há 18 anos atrás
  Gisle Vanem 3cbb1b2b64 Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines há 18 anos atrás
  Gisle Vanem 08f0e55b4f Add "multiif.h" for GETSOCK_WRITESOCK() macro. há 18 anos atrás
  Daniel Stenberg 0542002d7a adjusted to the new internal *_getsock() concept for providing info internally há 18 anos atrás
  Daniel Stenberg afc2aa2b3f Yang Tse: use static on file-private functions há 19 anos atrás
  Daniel Stenberg cab59b4c32 Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions since há 19 anos atrás
  Daniel Stenberg bfa9c42c25 Bradford Bruce made the windows resolver code properly return há 19 anos atrás
  Gisle Vanem e8c3bb45ba Fix for building with MS Visual-C and single-threaded há 19 anos atrás