aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-05-26more documented stuffDaniel Stenberg
2000-05-26fixed the CURL_ERROR_SIZE and renamed a urlget() leftoverDaniel Stenberg
2000-05-26Added a list of stuff to do for version 7Daniel Stenberg
2000-05-25AIX wants sys/time.h includedDaniel Stenberg
2000-05-25added sys/time.h checkDaniel Stenberg
2000-05-24fixed the new path to the curl man pageDaniel Stenberg
2000-05-24fixed the new docs pathDaniel Stenberg
2000-05-23now splits the text into several puts() callsDaniel Stenberg
2000-05-22Jörn's fixes mentionedDaniel Stenberg
2000-05-22moved many docs to the new docs/ dirDaniel Stenberg
2000-05-22more changes! ;-)Daniel Stenberg
2000-05-22slightly adjustedDaniel Stenberg
2000-05-22oopsDaniel Stenberg
2000-05-22adjusted to work even without RTLD_GLOBAL definedDaniel Stenberg
2000-05-22libcurl v7 adjustmentsDaniel Stenberg
2000-05-22moved here from the root directoryDaniel Stenberg
2000-05-22moved to the new docs/ directoryDaniel Stenberg
2000-05-22Jörn's fixesDaniel Stenberg
2000-05-22Jört Hartroth's updatesDaniel Stenberg
2000-05-22moved here from the newlib branchDaniel Stenberg
2000-05-22unusedDaniel Stenberg
2000-05-22moved here from the newlib branchDaniel Stenberg
2000-05-22files moved to main branch from the newlib branchDaniel Stenberg
2000-05-17moved the win32 init stuff here from the libDaniel Stenberg
2000-05-14"Will you write a script for me getting ZZZ from YYY?" addedDaniel Stenberg
2000-05-14Added BOTH nsl+socket lib checkDaniel Stenberg
Added HOST and TARGET checks Added automatic update of the *spec.in files (Linux RPM stuff)
2000-05-14the last days' changesDaniel Stenberg
2000-05-14string checks addedDaniel Stenberg
2000-05-14lots of stuffDaniel Stenberg
2000-05-09Removed all #ifdef GLOBURL lines, we always use themDaniel Stenberg
2000-05-09Support for systems where RTLD_LAZY_GLOBAL is defined instead ofDaniel Stenberg
RTLD_GLOBAL and RTLD_LAZY separately.
2000-05-09changed the glob_url() call, after Janne Johansson's buffer overflow reportDaniel Stenberg
2000-04-24configure having problem with opensslDaniel Stenberg
2000-04-11added a missing prototype, removed unused codeDaniel Stenberg
2000-04-11now uses a tiny bit of the new library interface!Daniel Stenberg
2000-04-10Added Darwin to the list of platformsDaniel Stenberg
2000-04-08updated the ports listDaniel Stenberg
2000-04-08Added the *spec.in filesDaniel Stenberg
2000-04-08new files to generate .spec files automaticallyDaniel Stenberg
2000-04-08now sends user agent to all requests that go through a http proxyDaniel Stenberg
2000-04-08Improved the looks of the progress meter when the file size is betweenDaniel Stenberg
9999 KB and 100 MB since it then can display the size as XX.X MB instead of just XX as before.
2000-04-08some rpm build improvementsDaniel Stenberg
adjusted progress bar user agent sent when talking non-http through a http proxy
2000-04-04Marco's fix got adjustedDaniel Stenberg
2000-04-04two location problems and one OS/2 patchDaniel Stenberg
2000-04-04Marco G. Salvagno's OS/2 patch is appliedDaniel Stenberg
2000-04-04Marco G. Salvagno's patch appliedDaniel Stenberg
2000-04-02added INTERNALSDaniel Stenberg
2000-04-02describes internal code designDaniel Stenberg
2000-04-02James Atwill correctly pointed out that curl didn't follow Location: headersDaniel Stenberg
properly when the new URL is an absolute one to a different port than the first URL...
2000-03-27Added some more explanatory text about HTTP postsDaniel Stenberg