2001-04-10 |
Daniel Stenberg | C header to java converter |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Daniel Stenberg | initial java interface commit: IT DOES NOT WORK |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Daniel Stenberg | Added CURLOPT_HEADERFUNCTION description |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Daniel Stenberg | setopt() works with the new CURLOPT_HEADERFUNCTION: |
commit | commitdiff | tree | snapshot |
2001-04-10 |
Daniel Stenberg | Added new CURLOPT_HEADERFUNCTION callback for writing... |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Daniel Stenberg | corrected by SM to build better with openssl |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Daniel Stenberg | SM's updates |
commit | commitdiff | tree | snapshot |
2001-04-07 |
Daniel Stenberg | formfree() fix, version display fixed, curl_escape... |
commit | commitdiff | tree | snapshot |
2001-04-07 |
Daniel Stenberg | Andrés García pointed out a mistake with CURLOPT_EGDSOCKET |
commit | commitdiff | tree | snapshot |
2001-04-07 |
Daniel Stenberg | Andrés García fixed curl_escape() |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Daniel Stenberg | show openssl 0.9.6a properly |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Daniel Stenberg | NULL argument crashes this in 7.7.1 and before |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Daniel Stenberg | curl_formfree() can be called with a NULL argument |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Daniel Stenberg | 7.7.1 commit |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Daniel Stenberg | bugfixed the Location: following that must've been... |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Daniel Stenberg | - disabling port on absolute redirects is wrong |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Daniel Stenberg | two crashes removed |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Daniel Stenberg | better error checks for failure conditions (based on... |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Daniel Stenberg | Puneet Pawaia pointed out the lack of http_chunks in... |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Daniel Stenberg | elaborated more in CURLOPT_HTTPHEADER section |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Daniel Stenberg | ftps:// added and the perl interfaces changed |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Daniel Stenberg | ftps:// support added |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Daniel Stenberg | Georg Horn's and my fixes to make it compile with 7.7 |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Daniel Stenberg | Georg Horn set -Wall |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Daniel Stenberg | Georg Horn's updates |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Daniel Stenberg | make sure the alarm is off when returning from curl_eas... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Daniel Stenberg | Added a line about the new makefile example |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Daniel Stenberg | Added Makefile.example as an example makefile that... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Daniel Stenberg | Added ftpget.c just to show that it is exactly as easy... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Daniel Stenberg | no more ' as first letter of a row, and made the quotes... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Daniel Stenberg | Added some text to WRITEHEADER about the fact that... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Daniel Stenberg | 7.7.1-beta1 |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Daniel Stenberg | persistant fix for http/1.0 |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Daniel Stenberg | 'Connection: keep-alive' is now understood when sent... |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Daniel Stenberg | numerous corrections since the 7.7 release |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Daniel Stenberg | Colin Watson's man patch as posted to debian bug tracke... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Daniel Stenberg | two Qs added: |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Daniel Stenberg | make should be $(MAKE) |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Daniel Stenberg | match the new never-read-body when doing HEAD |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Daniel Stenberg | curl_setopt() should be curl_easy_setopt() |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Daniel Stenberg | DONT TOUCH the data->url as it may point to read-only... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Daniel Stenberg | updates by SM nttp at iname.com |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Daniel Stenberg | now always stops reading a HEAD reply after all the... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Daniel Stenberg | ConnectionExists() wrongly returned TRUE for too many... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | updated with the new don't-encode-already-encoded-data... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | Treat 302-redirects the same way we treat 303-redirects |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | reset the follow location counter in Curl_perform(... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | brand new Curl_ prefixes on global symbols |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | made it use Curl_ prefixes on global symbols |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | Jim Drash suggested and I made it not encode what looks... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | 7.7 commit |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | removed the duplicates! |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | added escape and unescape |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | the new escape/unescape function setup |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | (un)escape, configure hack, betas run fine |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | added how to pronounce curl! ;-) |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | don't mention explicit version 7.8 |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | added escape and unescape man pages |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | not exactly new, but documented for 7.7 |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Daniel Stenberg | Andrés García's problems on the mailing list made me... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Daniel Stenberg | GNUTLS is another new SSL library we can add support... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Daniel Stenberg | 7.7-beta5 commit |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Daniel Stenberg | test case 39 added, HTTP location and continue |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Daniel Stenberg | Added support for HTTP code 100 continue, as 8.2.3... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | detect if chunked transfers are aborted |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | corrected the close to sclose() so that the memdebug... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | new directories |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | removed the CURL_SEPARATORS define |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | re-generated with the memdebug.h include |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | added memdebug.h include |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | moved to ../../php/examples/ |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | the PHP examples are moved |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | fix the new makefiles in php/ and perl/ |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | use perl in two ways |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | Short about the perl interface |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | filled in |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | for the php examples |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | PHP examples |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | new PHP section |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | a perl script that can be used to mirror all curl archives |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | Added README for releases |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | Added to build proper releases |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | Georg Horn's Curl::easy interface for perl |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | moved to contrib/ |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Daniel Stenberg | moved here from ../ |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Daniel Stenberg | moved the documentation item to 7.8, it is rather impor... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Daniel Stenberg | updated to have the windows builds instructions use... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Daniel Stenberg | connection timeouts added |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Daniel Stenberg | added connect timeout support |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Daniel Stenberg | Added --connect-timeout support |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Daniel Stenberg | Added CURLOPT_CONNECTTIMEOUT |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Daniel Stenberg | connection timeout is now supported |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Daniel Stenberg | Jörn's win32-fix to make it work better |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Daniel Stenberg | corrected it, did I mention IPv6 with HTTP proxy? |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Daniel Stenberg | Put more concentrated unix install help already at... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | added some text for -d that says it "emulates filling... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | ipv6 adjustments |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | removed a bunch of warnings for IPv6-compiles |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | now works with IPv6 and HTTP proxy |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | netrc fix |
commit | commitdiff | tree | snapshot |
next |