2001-10-09 |
Daniel Stenberg | added chunked encoding tests |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Daniel Stenberg | added test 47 - enforced http 1.0 request |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Daniel Stenberg | resolve problem fixed, memory leak with ipv6 gone,... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Daniel Stenberg | New: CURLOPT_HTTP_VERSION |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Daniel Stenberg | Added -0/--http1.0 to enforce HTTP 1.0 requests |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Daniel Stenberg | added the option CURLOPT_HTTP_VERSION that can specify... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Daniel Stenberg | ignore SIGPIPE, as that can be actually get sent when... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Daniel Stenberg | updated the cookiejar comment |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Daniel Stenberg | hm, an unknown error from bind() when binding the outgo... |
commit | commitdiff | tree | snapshot |
2001-10-08 |
Daniel Stenberg | corrected cookie-jar comment |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Daniel Stenberg | using a HTTP proxy will disable some protocol-specific... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
Daniel Stenberg | SM's patch applied, we should not use arguments or... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
sm | VC ID project workspace - fixes compile under win32 |
commit | commitdiff | tree | snapshot |
2001-10-05 |
sm | VC ID project now uses ws2_32.lib - fixes compile under... |
commit | commitdiff | tree | snapshot |
2001-10-05 |
sm | Makefile.vc6 changed to include connect.c |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Daniel Stenberg | Albert Chin's improved gethostbyname_r() tests |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Daniel Stenberg | made sure the correct pieces of code are compiled on... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Daniel Stenberg | supports the new ADDR prefix for getaddrinfo() and... |
commit | commitdiff | tree | snapshot |
2001-10-04 |
Daniel Stenberg | getaddrinfo() cleanups |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Daniel Stenberg | Keith McGuigan's excellent fix that makes a cloned... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Daniel Stenberg | Nico Baggus' updated for 7.9 |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Daniel Stenberg | Björn Stenberg reported successfully having built curl... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Daniel Stenberg | non-blocking connects *done* |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Daniel Stenberg | me fix curl_formadd() again |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Daniel Stenberg | hm, I edited away the fine functionality and with this... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Daniel Stenberg | 7.9.1 pre-release 1 status |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Daniel Stenberg | The ARRAY stuff is now added |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Daniel Stenberg | added new curl_formadd() stuff |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Daniel Stenberg | Georg Huettenegger's fix that makes us no longer use... |
commit | commitdiff | tree | snapshot |
2001-10-03 |
Daniel Stenberg | Georg Huettenegger's curl_formadd fixes |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Daniel Stenberg | the changes done since the 7.9 release |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Daniel Stenberg | praise Bjorn Reese for mastering these dusty corners... |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Daniel Stenberg | added port number in informational connect message |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Daniel Stenberg | IPv6 adjustments, connect()ing to bad ports still don... |
commit | commitdiff | tree | snapshot |
2001-10-02 |
Daniel Stenberg | major connecting updates |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | pick the correct timeout before the connecthost call |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | faster bailout on timeouts |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | added comment to the tvdiff |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | removed warning |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | corrected for IPv6 |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | added five non-blocking #defines |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | conn->hp is now conn->hostaddr |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | sessionhandle->hp => hostaddr |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | renamed the stupid 'hp' to 'hostaddr' which actually... |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | removed obsoletetd myalarm() calls |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | moved the myalarm() usage, and now makes sure to switch... |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | fixed the connecthost proto: added the timeout argument |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | corrected the #include files |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | introduced non-blocking connects |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | Added non-blocking sockets test |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | moved to the java module |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | moved to the perl module |
commit | commitdiff | tree | snapshot |
2001-10-01 |
Daniel Stenberg | moved to separate module |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Daniel Stenberg | filetime should be -1 if the remote time was unknown... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Daniel Stenberg | improved readability slightly |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Daniel Stenberg | fixed the missing getftpresponse edits |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Daniel Stenberg | removed the socket argument from some functions that... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Daniel Stenberg | now compiles warning-free when IPv6-enabled |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Daniel Stenberg | moved the PORT and PASV code into separate smaller... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Daniel Stenberg | more ipv6 cleanups to make smaller functions that are... |
commit | commitdiff | tree | snapshot |
2001-09-28 |
Daniel Stenberg | more transparant support for IPv6 name resolving |
commit | commitdiff | tree | snapshot |
2001-09-27 |
Daniel Stenberg | generate bzip2 and zip files too |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Daniel Stenberg | free cookiejar string |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Daniel Stenberg | Now we're setting a default domain for received cookies... |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Daniel Stenberg | Added test 46, cookie jar functionality |
commit | commitdiff | tree | snapshot |
2001-09-26 |
Daniel Stenberg | we can verify files too |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Daniel Stenberg | winsock 2 fixes |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Daniel Stenberg | 7.9 commit |
commit | commitdiff | tree | snapshot |
2001-09-25 |
Daniel Stenberg | Added httpput.c |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Daniel Stenberg | two ipv6 fixes |
commit | commitdiff | tree | snapshot |
2001-09-24 |
Daniel Stenberg | moved to parent directory |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Daniel Stenberg | test 119 proved a memory leak in the FTP parts when... |
commit | commitdiff | tree | snapshot |
2001-09-23 |
Daniel Stenberg | Adjusted to run on ipv6-enabled hosts |
commit | commitdiff | tree | snapshot |
2001-09-20 |
Cris Bailiff | Commit Curl_easy v1.1.8 - constants updated for libcurl... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Daniel Stenberg | redirect and ssl connect fixes |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Daniel Stenberg | Lots of praise and glory to Vojtech Minarik for setting... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Daniel Stenberg | http put with --crlf requires chunked content encoding |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Daniel Stenberg | This verifies that bug report #462600 is fixed, a Locat... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Daniel Stenberg | fixed bug report #462600, following a Location: when... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Daniel Stenberg | removed Curl_http_close() |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Daniel Stenberg | the stuff formerly done in Curl_http_close is now done... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Daniel Stenberg | modified GetLine(), removed Curl_http_close() |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Daniel Stenberg | made it respond as a http proxy on CONNECT |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Daniel Stenberg | added two https test cases |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Daniel Stenberg | HTTPS test case |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Daniel Stenberg | Linus Nielsen Feltzing fixed telnet for win32. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Daniel Stenberg | curl_easy_duphandle is new |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Daniel Stenberg | Linus Nielsen Feltzing changed winsock lib for linking |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Daniel Stenberg | Linus Nielsen Feltzing's telnet-for-win32 fixes |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Daniel Stenberg | libtool 1.4.2 generated |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Daniel Stenberg | just a simple example that seems to work! |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Daniel Stenberg | fixed the stunnel PEM path |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Daniel Stenberg | added stunnel PEM |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Daniel Stenberg | added the stunnel PEM file |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Daniel Stenberg | changed the PEM path |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Daniel Stenberg | libtool 1.4.2 |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Daniel Stenberg | modified error message when PWD fails |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Daniel Stenberg | duphandle(), cipher list, *18* new ftp tests |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Daniel Stenberg | added README and FILEFORMAT to distrbution archive |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Daniel Stenberg | new FTP tests |
commit | commitdiff | tree | snapshot |
next |