aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2000-03-27"H. Daphne Luong" <daphne@tellme.com> pointed out that curl cannot destroyDaniel Stenberg
the proxy server data internally as it did, since when doing a location: following it needs the proxy server string several times.
2000-03-23spelling errors correctedDaniel Stenberg
2000-03-23download.c, configure, VC fix and OS/2 fixDaniel Stenberg
2000-03-23yet another tiny OS/2 fixDaniel Stenberg
2000-03-23in case the select() returns -1 and errno is EINTR, it should not abortDaniel Stenberg
the download (MT-adjustment)
2000-03-23Wham Bang's fixesDaniel Stenberg
2000-03-23Troy Engel's latest updatesDaniel Stenberg
2000-03-23HAVE_UNAME was badDaniel Stenberg
HAVE_UNISTD_H is now not set if VC6 is defined
2000-03-23Added a question about other SSL librariesDaniel Stenberg
2000-03-23just a little reformattedDaniel Stenberg
2000-03-21removed the double BSD install checkDaniel Stenberg
2000-03-216.5.2 release commitDaniel Stenberg
2000-03-21release commit timeDaniel Stenberg
2000-03-21curl_unescape() updateDaniel Stenberg
2000-03-20reformatted, added a custom FTP command questionDaniel Stenberg
2000-03-20changed the URL to use http:// insteadDaniel Stenberg
2000-03-20curl_unescape() could make a buffer overflowDaniel Stenberg
2000-03-20openbsd complaints fixesDaniel Stenberg
http_code in -w fix MS VC++ fixes documentation updates -D update OS/2 port
2000-03-20modified to look better when man2html'ifiedDaniel Stenberg
2000-03-20generated from the new getdate.y fileDaniel Stenberg
2000-03-20commented the CFLAGS that was left in here by mistakeDaniel Stenberg
2000-03-20contributor Marco G. Salvagno addedDaniel Stenberg
2000-03-20Marco G. Salvagno's paragraph about compiling for OS/2 is addedDaniel Stenberg
2000-03-19Marco G. Salvagno's OS/2 changesDaniel Stenberg
2000-03-19Marco G. Salvagno's OS/2 fixesDaniel Stenberg
2000-03-17updated to compile 6.5Daniel Stenberg
2000-03-17how to report curl bugs!Daniel Stenberg
2000-03-16corrected the CVS infoDaniel Stenberg
2000-03-16the --dump-header option now only creates the file when it needs to, not anyDaniel Stenberg
sooner
2000-03-16Added the forgotten http_code!Daniel Stenberg
2000-03-16makes use of HAVE_RAND_SCREEN instead of WIN32 for using RAND_screen()Daniel Stenberg
2000-03-16removed an unnecessary #ifdef WIN32Daniel Stenberg
2000-03-16if stdlib.h exists, malloc.h should not be included (thus stop OpenBSDDaniel Stenberg
complaints)
2000-03-16cleaned up some #ifdef mess, now uses data->fwrite() to write headersDaniel Stenberg
2000-03-16now writers the headers with the data->fwrite() function as wellDaniel Stenberg
2000-03-16as Pascal Gaudette pointed out, the ldap files were missingDaniel Stenberg