summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* IPv6-addresses can have dots too!Daniel Stenberg2001-08-151-1/+1
* extract IPv6-style specified IP-addresses properlyDaniel Stenberg2001-08-151-0/+3
* const fixesDaniel Stenberg2001-08-151-4/+3
* Using CURLOPT_POST without using CURLOPT_POSTFIELDS caused us to strlen()Daniel Stenberg2001-08-151-0/+11
* removed one compiler error and two "unused variable" warningsDaniel Stenberg2001-08-151-3/+1
* more _ftp_cwdSterling Hughes2001-08-151-12/+7
* ftp_cwd() abstractionSterling Hughes2001-08-151-14/+26
* This can be used in another place (Curl_ftp_done :)...Sterling Hughes2001-08-151-19/+5
* non-public functions should not use CURL * as arguments, so I changed themDaniel Stenberg2001-08-151-6/+4
* modified the Curl_perform() protoDaniel Stenberg2001-08-151-1/+1
* must merge before commitSterling Hughes2001-08-151-2/+1
* removed protos that were moved to url.h and the new getinfo.hDaniel Stenberg2001-08-151-21/+0
* moved the url.c prototypes to hereDaniel Stenberg2001-08-151-1/+13
* calls Curl_initinfo() in perform().Daniel Stenberg2001-08-151-2/+5
* begin abstraction process...Sterling Hughes2001-08-151-20/+31
* prototypes for getinfo.cDaniel Stenberg2001-08-151-0/+28
* Added Curl_initinfo() that's supposed to init session-specific getinfo-Daniel Stenberg2001-08-151-2/+20
* internal functions should not use 'CURL *' as arguments, I replaced themDaniel Stenberg2001-08-151-4/+10
* added getinfo.hDaniel Stenberg2001-08-151-1/+1
* David James made it build 7.8.1 pre 5Daniel Stenberg2001-08-151-1/+3
* exchanged the second and third argument to fwrite(), as that makes it lookDaniel Stenberg2001-08-141-120/+3
* #include <curl/mprintf.h>Daniel Stenberg2001-08-141-0/+4
* curl_memdebug takes a const argument nowDaniel Stenberg2001-08-142-2/+2
* minor fixes for compiler warningsDaniel Stenberg2001-08-141-7/+7
* Curl_open() only take one argument now,Daniel Stenberg2001-08-141-7/+9
* const and (un)signed fixesDaniel Stenberg2001-08-141-4/+4
* const and unsigned/signed fixesDaniel Stenberg2001-08-141-3/+3
* removed the use of the global array for the password that was necessaryDaniel Stenberg2001-08-141-4/+23
* size_t and constDaniel Stenberg2001-08-141-5/+5
* cleaned up some of the size_t and const messDaniel Stenberg2001-08-141-6/+12
* removed unused code, added constDaniel Stenberg2001-08-141-49/+24
* cleaned up some picky compiler warnings and indented the code curl styleDaniel Stenberg2001-08-141-147/+116
* added const char * => char * typecastDaniel Stenberg2001-08-141-1/+1
* const-ified lots of function argumentsDaniel Stenberg2001-08-142-16/+18
* const-ified the code, removed Curl_ldap_done()Daniel Stenberg2001-08-141-8/+4
* fixed picky compiler warnings, unused arguments, const at proper places andDaniel Stenberg2001-08-141-195/+192
* Curl_httpchunk_read now takes size_t size arguments instead of the previousDaniel Stenberg2001-08-141-2/+2
* made some char * into const char * and I removed the check for size > 0Daniel Stenberg2001-08-141-22/+20
* added const to the prompt char * in the protoDaniel Stenberg2001-08-141-1/+1
* added typecast when converting const char * to char *Daniel Stenberg2001-08-141-1/+1
* added const to the function protosDaniel Stenberg2001-08-141-2/+2
* Curl_ftpsendf's third argument is now a const char *Daniel Stenberg2001-08-141-1/+1
* corrected the size_t weirdness. Expect size_t to be unsigned. Moved mostDaniel Stenberg2001-08-141-88/+5
* added a few consts and a few typecasts to please picky compiler optionsDaniel Stenberg2001-08-141-11/+11
* size_t => ssize_t, removed the special VMS fix for that purposeDaniel Stenberg2001-08-141-10/+3
* added typecasts when converting from unsigned int to intDaniel Stenberg2001-08-141-2/+2
* Added an empty win32_cleanup for non-windows systems to prevent compilerDaniel Stenberg2001-08-141-2/+3
* removed the *done() function as it served no purpose, added type casts whenDaniel Stenberg2001-08-141-8/+3
* commented out empty else blocks to shut up pedantic compilersDaniel Stenberg2001-08-141-5/+6
* Added 'const' to the string arraysDaniel Stenberg2001-08-141-2/+2