Commit History

作者 SHA1 備註 提交日期
  Michael Kaufmann d48e6b7f95 netrc: free temporary strings if memory allocation fails 6 年之前
  Daniel Stenberg a3b7cb7e84 netrc: use a larger buffer 6 年之前
  Daniel Stenberg 6b84438d9a code style: use spaces around equals signs 7 年之前
  Gisle Vanem a8e1c2e466 netrc: skip lines starting with '#' 7 年之前
  Daniel Stenberg 811a693b80 strcasecompare: all case insensitive string compares ignore locale now 8 年之前
  Daniel Stenberg 502acba2af strcasecompare: is the new name for strequal() 8 年之前
  Daniel Stenberg 4f45240bc8 lib: include curl_printf.h as one of the last headers 8 年之前
  Daniel Stenberg 4af40b3646 URLs: change all http:// URLs to https:// 8 年之前
  Jay Satiro e8423f9ce1 curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT 9 年之前
  Orgad Shaneh 33058a1dc3 netrc: Read in text mode when cygwin 9 年之前
  Viktor Szakats 48be87e5f0 netrc: support 'default' token 9 年之前
  Dan Fandrich 35648f2e79 curl_memory: make curl_memory.h the second-last header file loaded 9 年之前
  Daniel Stenberg 0f4a03cbb6 free: instead of Curl_safefree() 9 年之前
  Daniel Stenberg df5578a7a3 mprintf.h: remove #ifdef CURLDEBUG 9 年之前
  Dan Fandrich 763c51780c netrc: fixed thread safety problem by using getpwuid_r if available 10 年之前
  Dan Fandrich 135c2dc14f netrc: treat failure to find home dir same as missing netrc file 10 年之前
  Marc Hoersken 549b4a659a netrc.c: fix multiple possible dereferences of null pointers 10 年之前
  Dan Fandrich b4b28c7001 netrc: Fixed a memory and file descriptor leak on OOM 10 年之前
  Daniel Stenberg 78e6683bb0 Curl_parsenetrc: document that the arguments must be allocated 11 年之前
  Jonathan Nieder 36585b5395 netrc: handle longer username and password 11 年之前
  John E. Malmberg 25f351424b VMS: fix and generate the VMS build config 11 年之前
  Yang Tse 5a053ffe80 build: fix circular header inclusion with other packages 12 年之前
  Yang Tse 4a5aa6682d Revert changes relative to lib/*.[ch] recent renaming 12 年之前
  Yang Tse 5b6e7927c6 build: rename 93 lib/*.c files 12 年之前
  Yang Tse f871de0064 build: make use of 76 lib/*.h renamed files 12 年之前
  Yang Tse a0b207164c setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> 12 年之前
  Daniel Stenberg 47c1bf9e43 netrc: remove dead code 12 年之前
  Yang Tse f1586cb477 stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h 13 年之前
  Daniel Stenberg 0f7bea7c3a unittest: mark all unit tested functions 13 年之前
  Julien Chaffraix 0b8cdc0635 netrc: Removed _NETRC_DEBUG code. 13 年之前