2001-03-14 |
Daniel Stenberg | added a missing \ |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | always append the incoming request to the server.input... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | updated to work with the modified http server |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | Added test case 38 |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | Edin Kadribaic's bug report #408488 forced a rearrange... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | Added the --egd-file and --random-file options |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | curl 7.7 beta 3 |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | removed the two unnecessary include files |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | ssluse fixed, various win32 fixes |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | Björn Stenberg corrected the silly '(void)data' usage... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | Jörn's updated file |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | the URL escape/unescape functions are also public but... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | First Jörn's updates were applied, then |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | no longer includes the curl/types.h and curl/easy.h... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | increased the 'current' number for the interface |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | Curl_str(n)equal renamed to curl_str(n)equal |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | documented the undocumented public functions in libcurl |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | chunked bugfix, Jörn's fixes, the interface number... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | The Curl_* prefixes are now changed for curl_* ones... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | Jörn added "#define socklen_t int" |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | Jörn fixed it to compile on win32 again |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | Jörn Hartroth added a set of files |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Daniel Stenberg | Jörn Hartroth fixed a bad #endif placement |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | re-added the default switch for weird states |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | removed the random seeding and persistant stuff, as... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | Added a failf() error message when the chunked read... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | updated the chunked state-machine to deal with the... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | made 'X to Y' sequences not include X twice |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | corrected the chunked format |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | 7.7 beta 2 fixes |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | EXTRA_DIST got too long, I shortened it now but we... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | failf() now respects the mute flag |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | Guenole Bescon's bug found on march 8 is added |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | exchanged I and me to we and us in a lot of places |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | Added test case 37, HTTP GET with name+password in... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | a whole new section on persitant connections and how... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | we speak HTTP 1.1 now |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | close policies |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | initial close policy support |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | Added 'created' to the connectdata struct to hold the... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | Curl_tvnow is now properly declared with (void) |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Daniel Stenberg | curl_getinfo is removed, not a public function |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | added --random-file and --egd-file to the command line... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | Added the two new seeding options |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | two new random seed options for the ssl config struct |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | two new random seed options: CURLOPT_RANDOM_FILE and... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | better chunked error detection |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | Added test case 36: |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | updated the comment for the chunked reading |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | made it return illegal hex in case no hexadecimal digit... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | added an error code for illegal hex values in the chunk... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | Added new libcurl options in include/curl/curl.h, they... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | Added options for the persistant support, they're also... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | support for a few new libcurl 7.7 CURLOPT_* options... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | Added four new options that come with the new persitant... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | the client is adjusted to work with persistant curl... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | Added infof() calls for persistant connection info... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | moved the libcurl init call |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | persistant updates |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | added a note about persitant connections through HTTP... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | Added some persistant notes |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | modified to make the curl client with persistant connec... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | include the failed test case numbers in the end summary |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | Added description of the new test case ranges support |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | made it support test case ranges on the command line... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | adjusted to work with the HTTP 1.1-speaking libcurl |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | output the protocol data to stderr when verbose is on |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | server problems, |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | modified Curl_disconnect() so that it unlinks itself... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | split up the big printf() into several ones to never... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | bugfix: don't use the connectindex if it is -1 |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | added persistant connection details |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | replaced I and my with we and us |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Daniel Stenberg | updated |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | use the new name and hostname even though an old connec... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | remake Host: for each connection and it'll work with... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | for HTTP/1.0 we default to non keep-alive connections... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | Added httpversion to the progress struct, we do read... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | the socklen_t check is more involved now, but works... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | Added socklen_t |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | added a check for socklen_t |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | all comments for the former public "low level" interfac... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | removed handles and states from the main structs |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | curl_transfer became Curl_perform() to better match... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | prefix changes curl_ to Curl_ |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | #include <string.h> removed a warning |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | removed curl_read() and curl_write() - they weren't... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | uses socklen_t now |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | curl_ prefix modified to Curl_ |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | accept() and getsockname() now use socklen_t types... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | use unsigned int hex to receive the hex digit in, cause... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | Modified to use Curl_* functions instead of curl_*... |
commit | commitdiff | tree | snapshot |
2001-03-09 |
Daniel Stenberg | only generate maximum 509 characters in each string |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Daniel Stenberg | version 7.7-beta1 |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Daniel Stenberg | persistant adjusts |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Daniel Stenberg | HTTP HEAD tests |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Daniel Stenberg | return from transfer when all headers have been receive... |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Daniel Stenberg | updated for persistant connections |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Daniel Stenberg | made it split the version number on - too to make 7... |
commit | commitdiff | tree | snapshot |
2001-03-08 |
Daniel Stenberg | added lots of numbers for the error codes as they're... |
commit | commitdiff | tree | snapshot |
next |