platform/upstream/curl.git
2000-07-25 Daniel StenbergAdded CURLOPT_PROXYPORT support
2000-07-25 Daniel Stenbergre-added the check for BOTH nsl and socket libs
2000-07-25 Daniel StenbergThe Host: header now includes the port number if not...
2000-07-25 Daniel StenbergCode 250 is okay as well as the previous 226-code after...
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
2000-06-20 Daniel StenbergFTP bug fix
2000-06-20 Daniel StenbergAdded auto and free referer fields to the UrlData struct
2000-06-20 Daniel StenbergAdded AUTOREFERER
2000-06-20 Daniel Stenbergautoreferer added, switches off POST on location: following
2000-06-20 Daniel StenbergRich Gray fixed the PORT command line with the missing \r!
2000-06-16 Daniel Stenbergprogress meter/bar changes
2000-06-16 Daniel Stenbergremoved the CURLOPT_PROGRESSMODE option
2000-06-16 Daniel StenbergPROGRESSMODE is history
2000-06-16 Daniel Stenbergpretty big changes when the -# progress bar was moved...
2000-06-16 Daniel Stenbergmode was replaced with callback in the progress struct
2000-06-16 Daniel Stenbergprogress.mode replaced with progress.callback
2000-06-16 Daniel Stenbergremoved pgrsMode()
2000-06-16 Daniel Stenbergremoved lots of #if 0'ed code
2000-06-16 Daniel StenbergAdded pgrsStartNow() on the appropriate place
2000-06-15 Daniel Stenbergwhen failing to write to a socket, we now bail out...
2000-06-15 Daniel Stenbergremoved the last \r\n\r\n bytes
2000-06-14 Daniel StenbergPOST fix
2000-06-14 Daniel StenbergAdded #include <string.h>
2000-06-14 Daniel Stenbergcorrect the POST workings. Tim Tassonis reported.
2000-06-14 Daniel Stenbergthe 7.0.6beta fixes
2000-06-14 Daniel Stenbergthe -W and -g stuff needn't be here by default
2000-06-14 Daniel StenbergAdded a define in the Mingw32 makefiles to allow parts...
2000-06-14 Daniel Stenbergseveral minor fixes as pointed out by Björn Stenberg
2000-06-14 Daniel Stenbergbad HAVE_STRICMP usage found by Björn Stenberg
2000-06-14 Daniel Stenbergadded some more text about libcurl using
2000-06-14 Daniel Stenbergedited the contributor list
2000-06-14 Daniel StenbergAdded #include <fcntl.h> required by the setmode()...
2000-06-14 Daniel Stenbergnew binary stdout approach for win32 systems
2000-06-14 Daniel StenbergAdded GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS
2000-06-14 Daniel Stenbergupdated to be more valid for version 7 workings
2000-06-14 Daniel Stenbergadded a few RFCs to the list
2000-06-13 Daniel StenbergLuong Dinh Dung's comments adjusted
2000-06-13 Daniel Stenbergfree-twice problem corrected
2000-06-09 Daniel Stenbergresources + readme.win32
2000-06-09 Daniel Stenbergedited it to look better when HTML'ified
2000-06-09 Daniel StenbergAdded the docs/README.win32 file
2000-06-09 Daniel Stenberghaxx.nu turns haxx.se
2000-06-09 Daniel Stenbergmucho updated with lots of links to various odd stuff
2000-06-09 Daniel StenbergSome notes about life with curl in the win32 world
2000-06-08 Daniel Stenbergthe recent mocking
2000-06-08 Daniel Stenberguse top_dir instead of ../
2000-06-08 Daniel StenbergAdded progress callback info
2000-06-08 Daniel Stenberglower casing getenv and formparse
2000-06-08 Daniel Stenbergadded progress callback stuff, changed the callback...
2000-06-06 Daniel Stenbergmodified
2000-06-06 Daniel StenbergAdded description
2000-06-06 Daniel Stenbergedited to look better after the txt2html convertion
2000-06-06 Daniel Stenbergupdated with more examples
2000-06-05 Daniel Stenbergusing the new formparse, the new getenv, using the...
2000-06-05 Daniel Stenbergcurl_getenv() is now lowercase
2000-06-05 Daniel Stenbergthe curl_formparse() function was turned lowercase
2000-06-05 Daniel Stenbergstruct HttpHeader changed to struct curl_slist
2000-06-05 Daniel StenbergAdded text about how to convert certificates to PEM...
2000-06-02 Daniel Stenbergminor edits
2000-06-02 Daniel StenbergAdded many specific questions
2000-06-02 Daniel StenbergEdited, cleaned up
2000-06-02 Daniel Stenbergupdated
2000-06-02 Daniel Stenbergcurl_formparse() man page
2000-06-02 Daniel StenbergAdded description
2000-06-02 Daniel Stenbergchanged the httppost struct into curl_slist struct
2000-06-02 Daniel Stenbergadded description
2000-06-02 Daniel StenbergAdded description
2000-06-02 Daniel Stenbergadded description
2000-06-02 Daniel Stenbergman page for this function already in used by the comma...
2000-05-31 Daniel StenbergDavid LeBlanc corrected one of my mistakes
2000-05-30 Daniel StenbergAdjusted to the GETHOSTBYADDR_R_NARGS style
2000-05-30 Daniel StenbergAdded GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS
2000-05-30 Daniel StenbergAdded checks for number of parameters to the functions...
2000-05-30 Daniel Stenbergpre-release commit
2000-05-29 Daniel Stenbergmodified to the new curl_getenv() style
2000-05-29 Daniel Stenbergmade getenv() more threadsafe for win32
2000-05-29 Daniel Stenbergupdated
2000-05-29 Daniel Stenberghad to add this since it was missing in the system...
2000-05-29 Daniel StenbergDavid LeBlanc's fixes!
2000-05-29 Daniel Stenberggenerated with bison 1.28 which removes the alloca...
2000-05-26 Daniel StenbergURLGET_ERROR_SIZE is now CURL_ERROR_SIZE
2000-05-26 Daniel Stenbergsilly mistake corrected
2000-05-26 Daniel Stenbergadded the new man pages docs/*.3
2000-05-26 Daniel Stenbergupdated
2000-05-26 Daniel Stenbergmore documented stuff
2000-05-26 Daniel Stenbergfixed the CURL_ERROR_SIZE and renamed a urlget() leftover
2000-05-26 Daniel StenbergAdded a list of stuff to do for version 7
2000-05-25 Daniel StenbergAIX wants sys/time.h included
2000-05-25 Daniel Stenbergadded sys/time.h check
2000-05-24 Daniel Stenbergfixed the new path to the curl man page
2000-05-24 Daniel Stenbergfixed the new docs path
2000-05-23 Daniel Stenbergnow splits the text into several puts() calls
2000-05-22 Daniel StenbergJörn's fixes mentioned
2000-05-22 Daniel Stenbergmoved many docs to the new docs/ dir
2000-05-22 Daniel Stenbergmore changes! ;-)
2000-05-22 Daniel Stenbergslightly adjusted
2000-05-22 Daniel Stenbergoops
2000-05-22 Daniel Stenbergadjusted to work even without RTLD_GLOBAL defined
2000-05-22 Daniel Stenberglibcurl v7 adjustments
2000-05-22 Daniel Stenbergmoved here from the root directory
next