Commit History

Author SHA1 Message Date
  Daniel Stenberg 39af394a1c removed tabs and trailing whitespace from source 20 years ago
  Daniel Stenberg bbafb2eb27 curl_global_init_mem() allows the memory functions to be replaced. 20 years ago
  Daniel Stenberg bd04c6fb67 curl_strequal() returns int, keep return variables in an int 20 years ago
  Daniel Stenberg c6e5b67197 Doug Porter's patch that changes the order of preferences on how to find the 21 years ago
  Daniel Stenberg 4d17d6876e Dan Fandrich's cleanup patch to make pedantic compiler options cause less 21 years ago
  Daniel Stenberg 053f6c85ef updated year in the copyright string 21 years ago
  Daniel Stenberg 96d7a95ce4 windows build fix based on a patch by Gisle Vanem 21 years ago
  Daniel Stenberg ad77f760cf Added CURLOPT_NETRC_FILE. 21 years ago
  Daniel Stenberg afc6ade2b9 removed the goto and re-indented slightly 21 years ago
  Daniel Stenberg 308bc9d919 use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions 21 years ago
  Daniel Stenberg a7c72b7abf removed the local variables for emacs and vim, use the new sample.emacs 22 years ago
  Daniel Stenberg f26a338a54 copyright year update in the source header 22 years ago
  Daniel Stenberg ba4e69bebc updated source code boilerplate/header 22 years ago
  Daniel Stenberg 105ec79b2b James Cone's efforts to add another netrc parsing "mode" 22 years ago
  Daniel Stenberg 974f314f57 copyright string (year) update 23 years ago
  Daniel Stenberg 49f7fa82b9 #if [undefined] => #ifdef [undefined] 23 years ago
  Sterling Hughes 8e91d5de8e looks nicer and is better compatible with older vim versions 23 years ago
  Sterling Hughes 6147879837 Added formatting sections for emacs and vim 23 years ago
  Daniel Stenberg 490d46affb Nico's VMS fixes 23 years ago
  Daniel Stenberg 870bacd689 include strtok.h to get the prototype 23 years ago
  Daniel Stenberg d567659bf4 strtok() replaced with strtok_r() 23 years ago
  Daniel Stenberg 952b3a2c0f added memdebug.h include 24 years ago
  Daniel Stenberg a564a54e21 hm, don't free the home dir and append the .netrc part properly 24 years ago
  Daniel Stenberg 7bd6507eec uses getpwuid() to find user's home dir 24 years ago
  Daniel Stenberg 58d70db92e no longer #includes "getenv.h" 24 years ago
  Daniel Stenberg 4031104404 Internal symbols that aren't static are now prefixed with 'Curl_' 24 years ago
  Daniel Stenberg 24dee483e9 dual-license fix 24 years ago
  Daniel Stenberg b6e18f2f66 #include "setup.h" moved first of all includes 24 years ago
  Daniel Stenberg 1ef3600a07 haxx.nu => haxx.se 24 years ago
  Daniel Stenberg 6d522c9c1d made getenv() more threadsafe for win32 24 years ago