platform/upstream/curl.git
2001-08-30 Daniel Stenberga few more struct fixes
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-29 Daniel Stenbergupdated a bit
2001-08-29 Daniel Stenbergremoved cookies and SSL sessions
2001-08-29 Daniel Stenbergnew ftp upload example, brand new cookie functionality...
2001-08-29 Daniel Stenbergadded CURLOPT_COOKIEJAR details
2001-08-29 Daniel Stenberg'-c -'
2001-08-29 Daniel Stenberg-c/--cookie-jar documented
2001-08-29 Daniel Stenbergtake port numbers into account when finding a previous...
2001-08-29 Daniel Stenbergadded COOKIEJAR
2001-08-29 Daniel Stenberguses the new cookie jar feature
2001-08-29 Daniel Stenbergcookie jar adjustments
2001-08-29 Daniel Stenbergadded ftpupload.c
2001-08-28 Daniel Stenberglots of crap
2001-08-28 Daniel Stenbergadded the most recent one from automake 1.5, it complai...
2001-08-28 Daniel Stenbergup'ed the version-info
2001-08-28 Daniel Stenbergcurl_formadd() adjustments by Georg Huettenegger
2001-08-28 Daniel StenbergGeorg Huettenegger's updates
2001-08-28 Daniel Stenbergautomake 1.5 complained on my SUFFIXES line!
2001-08-28 Daniel StenbergGeorg Huettenegger's fixes and improvements to curl_for...
2001-08-28 Daniel StenbergGeorg Huettenegger added code to deal with error 417...
2001-08-28 Daniel StenbergAdded SSL session ID caching, moved some SSL code from...
2001-08-26 Sterling Hugheswe should be using start here.
2001-08-26 Daniel Stenbergimproved the test
2001-08-26 Daniel StenbergAdded #include <string.h> and removed a silly mistakenl...
2001-08-24 Daniel Stenbergrewrite to work around BSD announcement license issues...
2001-08-24 Daniel Stenbergcookies are stored in the reversed order now (which...
2001-08-24 Daniel StenbergT. Bharath's patch => linking with multithreaded versio...
2001-08-24 Daniel StenbergT. Bharath's patch. It is kind of dirty, as it #pragma...
2001-08-24 Daniel Stenbergnewly re-generated from the modified getdate.y
2001-08-24 Daniel Stenberginclude setup.h properly, not config.h
2001-08-24 Daniel Stenbergextern declarations no longer done on windows (T. Bhara...
2001-08-24 Daniel Stenbergcleanups
2001-08-24 Daniel StenbergKevin Roth's comments about -G have been addressed:
2001-08-24 Daniel StenbergTim Costello's bug report #454856
2001-08-24 Daniel Stenbergstrcasecmp() is banned from our code, should be strequa...
2001-08-23 Daniel StenbergWhen setting *_URL or *_PROXY in *_setopt(), it is...
2001-08-23 Daniel Stenbergstarted working on a function for writing (all) cookies...
2001-08-23 Daniel Stenbergadded FTPS to the list of supported protocols
2001-08-23 Daniel Stenbergitem 4.6 is now an indication of a crash, not a timeout
2001-08-23 Daniel StenbergAs Steve Lhomme pointed out, this generates 'libcurl...
2001-08-23 Daniel StenbergNico's update: "modified the build procedure to restore...
2001-08-23 Daniel Stenbergcurl_formadd() using example, the 7.9 style of building...
2001-08-23 Daniel StenbergI want Sterling to be my friend, so I wasted some time...
2001-08-22 Daniel StenbergGeorg Huettenegger's fixes, man pages converted to...
2001-08-22 Daniel StenbergCURLOPT_FTPASCII is the old name, CURLOPT_TRANSFERTEXT...
2001-08-22 Daniel Stenberglibcurl.3 has the info now
2001-08-22 Daniel StenbergCURLOPT_POST isn't needed these days
2001-08-22 Daniel Stenbergupdated
2001-08-22 Daniel Stenberglibcurl.3 is the man page
2001-08-21 Daniel StenbergGeorg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
2001-08-21 Daniel Stenbergadded test44 formpost without Expect:, modified test9
2001-08-21 Daniel Stenbergrun 'make clean' before 'make dist' to make sure the...
2001-08-21 Daniel Stenbergadded a 'html' target that builds HTML versions from...
2001-08-21 Daniel Stenbergmake html runs make html in the docs dir
2001-08-21 Daniel Stenbergthis is replaced with libcurl.3
2001-08-21 Daniel Stenbergfflush the progress output, fixed configure.in for...
2001-08-21 Daniel StenbergTroy Engel's fix for running configure without --with-ssl
2001-08-21 Daniel StenbergAs Andrés García reported we need to fflush() the data...
2001-08-20 Daniel Stenbergadded "4.5 FIGURE OUT WHAT A POST LOOKS LIKE"
2001-08-20 Daniel Stenberg7.8.1
2001-08-20 Daniel Stenberglibtool 1.3.5 leftover
2001-08-20 Daniel Stenbergupdated version in header as we have 7.8.1 details...
2001-08-20 Daniel StenbergRFC2732 parsing, curl-config patching, -G added, kerber...
2001-08-20 Daniel StenbergAlbert Chin's neat configure/package fixes
2001-08-19 Daniel StenbergSM's fix for -G on URLs with host name only
2001-08-18 Sterling Hughes<couldn't resist>
2001-08-17 Daniel StenbergCurl_ prefix added to a few function calls
2001-08-17 Daniel Stenberginclude getinfo.h for Curl_getinfo() proto
2001-08-17 Daniel Stenbergmodified to use the renamed kerberos functions with...
2001-08-17 Daniel StenbergAdded two fields in the connectdata struct for kerberos...
2001-08-17 Daniel Stenberguse the Curl_ name space
2001-08-17 Daniel Stenbergremoved dead/unused code
2001-08-17 Daniel StenbergCurl_ prefix
2001-08-17 Daniel Stenbergcleaned up rewrite
2001-08-16 Daniel StenbergAdded -G
2001-08-16 Daniel Stenbergupdated to the latest fixes to the shell script
2001-08-16 Daniel Stenberghm, --cflags should only show the flags a 3rd party...
2001-08-16 Daniel Stenbergremoved --include again and stuffed the libcurl's inclu...
2001-08-16 Daniel StenbergAdded --include to set the compiler include flag for...
2001-08-16 Daniel StenbergAdded -lcurl for --libs so that single option should...
2001-08-15 Daniel StenbergIPv6-addresses can have dots too!
2001-08-15 Daniel Stenbergextract IPv6-style specified IP-addresses properly
2001-08-15 Daniel Stenbergconst fixes
2001-08-15 Daniel Stenberg-
2001-08-15 Daniel StenbergCorrected the years in the copyright line
2001-08-15 Daniel Stenbergconst argument
2001-08-15 Daniel Stenbergcurl_getenv() now takes a const char * as argument
2001-08-15 Daniel Stenbergadd include of stdio.h, so that base64.c compiles
2001-08-15 Daniel StenbergCURL_GLOBAL_WIN32, config-vms.h, Borland makefile...
2001-08-15 Daniel StenbergUsing CURLOPT_POST without using CURLOPT_POSTFIELDS...
2001-08-15 Daniel Stenbergremoved one compiler error and two "unused variable...
2001-08-15 Daniel StenbergSM's -G patch. There's some room for improvements still...
2001-08-15 Sterling Hughesmore _ftp_cwd
2001-08-15 Sterling Hughesftp_cwd() abstraction
2001-08-15 Sterling HughesThis can be used in another place (Curl_ftp_done :)...
2001-08-15 Daniel Stenbergnon-public functions should not use CURL * as arguments...
2001-08-15 Daniel Stenbergmodified the Curl_perform() proto
2001-08-15 Sterling Hughesmust merge before commit
2001-08-15 Daniel Stenbergremoved protos that were moved to url.h and the new...
next