| Commit message (Expand) | Author | Age | Files | Lines |
* | Added formatting sections for emacs and vim | Sterling Hughes | 2001-09-07 | 33 | -0/+260 |
* | fix for emacs | Sterling Hughes | 2001-09-07 | 1 | -4/+3 |
* | moved the session ID cache state variables into the UrlState struct within | Daniel Stenberg | 2001-09-06 | 2 | -18/+19 |
* | Curl_SSL_Close_All() now checks that we have a session cache before we run | Daniel Stenberg | 2001-09-06 | 1 | -6/+8 |
* | first shaky and stumbling attempts at a *_duphandle() function | Daniel Stenberg | 2001-09-05 | 1 | -0/+27 |
* | Fix formatting when tabs and spaces got mixed up (if tabstop was not set to | Sterling Hughes | 2001-09-05 | 1 | -125/+145 |
* | corrected the comment to be valid chunk format | Daniel Stenberg | 2001-09-03 | 1 | -1/+1 |
* | use the LIBCURL_NAME instead of the "hardcoded" string | Daniel Stenberg | 2001-09-03 | 1 | -3/+5 |
* | removed unused #defines | Daniel Stenberg | 2001-09-01 | 1 | -7/+1 |
* | a few more struct fixes | Daniel Stenberg | 2001-08-30 | 3 | -21/+21 |
* | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg | 2001-08-30 | 26 | -879/+855 |
* | take port numbers into account when finding a previous session from thebefore_urldata_rename | Daniel Stenberg | 2001-08-29 | 2 | -3/+6 |
* | cookie jar adjustments | Daniel Stenberg | 2001-08-29 | 4 | -40/+75 |
* | up'ed the version-info | Daniel Stenberg | 2001-08-28 | 1 | -1/+1 |
* | Georg Huettenegger's fixes and improvements to curl_formadd() | Daniel Stenberg | 2001-08-28 | 2 | -161/+374 |
* | Georg Huettenegger added code to deal with error 417 when doing form posts. | Daniel Stenberg | 2001-08-28 | 1 | -1/+13 |
* | Added SSL session ID caching, moved some SSL code from url.c to ssluse.c | Daniel Stenberg | 2001-08-28 | 5 | -29/+224 |
* | we should be using start here. | Sterling Hughes | 2001-08-26 | 1 | -1/+1 |
* | improved the test | Daniel Stenberg | 2001-08-26 | 1 | -3/+1 |
* | Added #include <string.h> and removed a silly mistakenly added , | Daniel Stenberg | 2001-08-26 | 1 | -1/+2 |
* | rewrite to work around BSD announcement license issues, this is also | Daniel Stenberg | 2001-08-24 | 1 | -91/+29 |
* | T. Bharath's patch => linking with multithreaded versions of the c runtime | Daniel Stenberg | 2001-08-24 | 1 | -4/+6 |
* | newly re-generated from the modified getdate.y | Daniel Stenberg | 2001-08-24 | 1 | -0/+2 |
* | include setup.h properly, not config.h | Daniel Stenberg | 2001-08-24 | 1 | -3/+2 |
* | extern declarations no longer done on windows (T. Bharath's patch) | Daniel Stenberg | 2001-08-24 | 2 | -0/+4 |
* | cleanups | Daniel Stenberg | 2001-08-24 | 2 | -21/+3 |
* | Tim Costello's bug report #454856 | Daniel Stenberg | 2001-08-24 | 1 | -4/+3 |
* | strcasecmp() is banned from our code, should be strequal() everywhere! | Daniel Stenberg | 2001-08-24 | 1 | -1/+1 |
* | When setting *_URL or *_PROXY in *_setopt(), it is important that we check | Daniel Stenberg | 2001-08-23 | 1 | -3/+14 |
* | started working on a function for writing (all) cookies, made it possible | Daniel Stenberg | 2001-08-23 | 2 | -38/+147 |
* | As Steve Lhomme pointed out, this generates 'libcurl.dll' now instead of | Daniel Stenberg | 2001-08-23 | 1 | -2/+2 |
* | I want Sterling to be my friend, so I wasted some time on splitting up the | Daniel Stenberg | 2001-08-23 | 1 | -129/+140 |
* | CURLOPT_FTPASCII is the old name, CURLOPT_TRANSFERTEXT is the new | Daniel Stenberg | 2001-08-22 | 1 | -2/+5 |
* | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 | Daniel Stenberg | 2001-08-21 | 7 | -13/+529 |
* | As Andrés García reported we need to fflush() the data->err so that the | Daniel Stenberg | 2001-08-21 | 1 | -0/+3 |
* | Albert Chin's neat configure/package fixes | Daniel Stenberg | 2001-08-20 | 1 | -1/+1 |
* | <couldn't resist> | Sterling Hughes | 2001-08-18 | 1 | -5/+5 |
* | Curl_ prefix added to a few function calls | Daniel Stenberg | 2001-08-17 | 1 | -7/+7 |
* | include getinfo.h for Curl_getinfo() proto | Daniel Stenberg | 2001-08-17 | 1 | -0/+1 |
* | modified to use the renamed kerberos functions with Curl_ prefix | Daniel Stenberg | 2001-08-17 | 4 | -15/+15 |
* | Added two fields in the connectdata struct for kerberos fiddles | Daniel Stenberg | 2001-08-17 | 1 | -0/+3 |
* | use the Curl_ name space | Daniel Stenberg | 2001-08-17 | 1 | -117/+14 |
* | removed dead/unused code | Daniel Stenberg | 2001-08-17 | 1 | -149/+59 |
* | Curl_ prefix | Daniel Stenberg | 2001-08-17 | 1 | -1/+1 |
* | cleaned up rewrite | Daniel Stenberg | 2001-08-17 | 1 | -76/+39 |
* | IPv6-addresses can have dots too! | Daniel Stenberg | 2001-08-15 | 1 | -1/+1 |
* | extract IPv6-style specified IP-addresses properly | Daniel Stenberg | 2001-08-15 | 1 | -0/+3 |
* | const fixes | Daniel Stenberg | 2001-08-15 | 1 | -4/+3 |
* | Using CURLOPT_POST without using CURLOPT_POSTFIELDS caused us to strlen() | Daniel Stenberg | 2001-08-15 | 1 | -0/+11 |
* | removed one compiler error and two "unused variable" warnings | Daniel Stenberg | 2001-08-15 | 1 | -3/+1 |