summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added formatting sections for emacs and vimSterling Hughes2001-09-0733-0/+260
* fix for emacsSterling Hughes2001-09-071-4/+3
* moved the session ID cache state variables into the UrlState struct withinDaniel Stenberg2001-09-062-18/+19
* Curl_SSL_Close_All() now checks that we have a session cache before we runDaniel Stenberg2001-09-061-6/+8
* first shaky and stumbling attempts at a *_duphandle() functionDaniel Stenberg2001-09-051-0/+27
* Fix formatting when tabs and spaces got mixed up (if tabstop was not set toSterling Hughes2001-09-051-125/+145
* corrected the comment to be valid chunk formatDaniel Stenberg2001-09-031-1/+1
* use the LIBCURL_NAME instead of the "hardcoded" stringDaniel Stenberg2001-09-031-3/+5
* removed unused #definesDaniel Stenberg2001-09-011-7/+1
* a few more struct fixesDaniel Stenberg2001-08-303-21/+21
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-3026-879/+855
* take port numbers into account when finding a previous session from thebefore_urldata_renameDaniel Stenberg2001-08-292-3/+6
* cookie jar adjustmentsDaniel Stenberg2001-08-294-40/+75
* up'ed the version-infoDaniel Stenberg2001-08-281-1/+1
* Georg Huettenegger's fixes and improvements to curl_formadd()Daniel Stenberg2001-08-282-161/+374
* Georg Huettenegger added code to deal with error 417 when doing form posts.Daniel Stenberg2001-08-281-1/+13
* Added SSL session ID caching, moved some SSL code from url.c to ssluse.cDaniel Stenberg2001-08-285-29/+224
* we should be using start here.Sterling Hughes2001-08-261-1/+1
* improved the testDaniel Stenberg2001-08-261-3/+1
* Added #include <string.h> and removed a silly mistakenly added ,Daniel Stenberg2001-08-261-1/+2
* rewrite to work around BSD announcement license issues, this is alsoDaniel Stenberg2001-08-241-91/+29
* T. Bharath's patch => linking with multithreaded versions of the c runtimeDaniel Stenberg2001-08-241-4/+6
* newly re-generated from the modified getdate.yDaniel Stenberg2001-08-241-0/+2
* include setup.h properly, not config.hDaniel Stenberg2001-08-241-3/+2
* extern declarations no longer done on windows (T. Bharath's patch)Daniel Stenberg2001-08-242-0/+4
* cleanupsDaniel Stenberg2001-08-242-21/+3
* Tim Costello's bug report #454856Daniel Stenberg2001-08-241-4/+3
* strcasecmp() is banned from our code, should be strequal() everywhere!Daniel Stenberg2001-08-241-1/+1
* When setting *_URL or *_PROXY in *_setopt(), it is important that we checkDaniel Stenberg2001-08-231-3/+14
* started working on a function for writing (all) cookies, made it possibleDaniel Stenberg2001-08-232-38/+147
* As Steve Lhomme pointed out, this generates 'libcurl.dll' now instead ofDaniel Stenberg2001-08-231-2/+2
* I want Sterling to be my friend, so I wasted some time on splitting up theDaniel Stenberg2001-08-231-129/+140
* CURLOPT_FTPASCII is the old name, CURLOPT_TRANSFERTEXT is the newDaniel Stenberg2001-08-221-2/+5
* Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg2001-08-217-13/+529
* As Andrés García reported we need to fflush() the data->err so that theDaniel Stenberg2001-08-211-0/+3
* Albert Chin's neat configure/package fixesDaniel Stenberg2001-08-201-1/+1
* <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
* 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