summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 7.8.1curl-7_8_1Daniel Stenberg2001-08-202-2/+2
* libtool 1.3.5 leftoverDaniel Stenberg2001-08-201-3114/+0
* updated version in header as we have 7.8.1 details in hereDaniel Stenberg2001-08-201-1/+1
* RFC2732 parsing, curl-config patching, -G added, kerberos name space fixing,Daniel Stenberg2001-08-201-0/+33
* Albert Chin's neat configure/package fixesDaniel Stenberg2001-08-204-311/+331
* SM's fix for -G on URLs with host name onlyDaniel Stenberg2001-08-191-5/+20
* <couldn't resist>Sterling Hughes2001-08-181-5/+5
* Curl_ prefix added to a few function callsDaniel Stenberg2001-08-171-7/+7
* include getinfo.h for Curl_getinfo() protoDaniel Stenberg2001-08-171-0/+1
* modified to use the renamed kerberos functions with Curl_ prefixDaniel Stenberg2001-08-174-15/+15
* Added two fields in the connectdata struct for kerberos fiddlesDaniel Stenberg2001-08-171-0/+3
* use the Curl_ name spaceDaniel Stenberg2001-08-171-117/+14
* removed dead/unused codeDaniel Stenberg2001-08-171-149/+59
* Curl_ prefixDaniel Stenberg2001-08-171-1/+1
* cleaned up rewriteDaniel Stenberg2001-08-171-76/+39
* Added -GDaniel Stenberg2001-08-161-1/+6
* updated to the latest fixes to the shell scriptDaniel Stenberg2001-08-161-11/+7
* hm, --cflags should only show the flags a 3rd party program would needDaniel Stenberg2001-08-161-1/+1
* removed --include again and stuffed the libcurl's include path in --cflagsDaniel Stenberg2001-08-161-6/+2
* Added --include to set the compiler include flag for libcurlDaniel Stenberg2001-08-161-0/+5
* Added -lcurl for --libs so that single option should now suffice to useDaniel Stenberg2001-08-161-1/+1
* 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
* -Daniel Stenberg2001-08-151-9/+2
* Corrected the years in the copyright lineDaniel Stenberg2001-08-151-1/+1
* const argumentDaniel Stenberg2001-08-151-2/+2
* curl_getenv() now takes a const char * as argumentDaniel Stenberg2001-08-151-1/+1
* add include of stdio.h, so that base64.c compilesDaniel Stenberg2001-08-151-0/+1
* CURL_GLOBAL_WIN32, config-vms.h, Borland makefile, -w %{http_code},Daniel Stenberg2001-08-151-0/+23
* 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
* SM's -G patch. There's some room for improvements still, as a command lineDaniel Stenberg2001-08-151-8/+47
* 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
* CURL_GLOBAL_WIN32 updatesDaniel Stenberg2001-08-142-6/+8
* "added in 7.8.1"Daniel Stenberg2001-08-141-2/+2