platform/upstream/curl.git
2002-08-08 Daniel Stenbergcvsignore files
2002-08-08 Daniel Stenbergmakes things better
2002-08-08 Daniel StenbergMarkus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch
2002-08-08 Daniel Stenbergattempted hpux fix for resolves
2002-08-08 Daniel Stenbergfix the ansi/iso cpp check to work with c++
2002-08-08 Daniel Stenbergmainly more not-so-very serious blurb about the name
2002-08-08 Daniel Stenbergignore all .in files
2002-08-07 Daniel StenbergAdding more blurb about activating the cookies on COOKI...
2002-08-07 Daniel Stenbergspell out that -i should be used if you want to add...
2002-08-05 Daniel StenbergMake SessionHandle keep record if it is used with the...
2002-08-05 Daniel Stenbergcurl/curl.g fix, HP-UX fix, ftp port, libcurl.def,...
2002-08-05 Daniel Stenbergre-added the RFC2732-parser that was lost for some...
2002-08-05 Daniel Stenbergsupport blank arguments to options, each option should...
2002-08-05 Daniel Stenbergjonatan's fixes
2002-08-03 Joern HartrothAdded multi interface functions to DLL definitions.
2002-08-01 Daniel Stenbergcorrected some warnings
2002-08-01 Daniel StenbergChanged the PORT command to pick a better default IP...
2002-07-31 Daniel Stenbergsys/socket.h without #ifdef
2002-07-31 Daniel Stenbergspell fix and --limit-rate added
2002-07-30 Daniel StenbergWhen CURLINFO_CONTENT_TYPE returns a NULL pointer,...
2002-07-29 Daniel Stenbergcheck for sys/poll.h
2002-07-29 Daniel Stenbergpasswords and cookies
2002-07-29 Daniel StenbergRemoved checks for if set.fpasswd is NULL, as we preven...
2002-07-29 Daniel StenbergSetting PASSWDFUNCTION to NULL will set back the intern...
2002-07-29 Daniel Stenbergfixed the Curl_cookie_add() invoke to not assume a...
2002-07-29 Daniel Stenbergproperly skip white spaces on Set-Cookie: header lines
2002-07-29 Daniel Stenbergextended and improved cookie testing
2002-07-29 Daniel StenbergHAVE_SETVBUF fixed
2002-07-29 Daniel Stenberglink with winmm.lib too
2002-07-29 Daniel Stenberguse stderr to present the prompt to, make sure to close...
2002-07-29 Daniel StenbergAdded multi.[co] to the build
2002-07-28 Daniel Stenbergadded HAVE_SETVBUF
2002-06-26 Daniel StenbergGlen Nakamura made his fix look even better!
2002-06-26 Daniel StenbergGlen Nakamura's patch applied
2002-06-26 Daniel StenbergGlen Nakamura's patch for Curl_getaddrinfo().
2002-06-26 Daniel Stenbergsince 7.9.8
2002-06-26 Daniel Stenbergignore '+' in URLs, generate only %-codes
2002-06-26 Daniel StenbergT. Bharath fixed his mm lib timer resolution fix
2002-06-25 Daniel Stenbergadded HISTORY
2002-06-24 Daniel Stenbergcorrected to match reality better
2002-06-19 Daniel Stenbergremoved the php/examples reference as that dir is not...
2002-06-19 Daniel Stenbergsimplified the compile line even more
2002-06-19 Daniel Stenbergsimplepost.c shows a simple POST ;-)
2002-06-15 Daniel Stenbergremoved extra / in help text
2002-06-15 Daniel StenbergAdded CURLOPT_BUFFERSIZE
2002-06-15 Daniel StenbergAdded --limit-rate
2002-06-15 Daniel StenbergHAVE_SYS_POLL_H
2002-06-15 Daniel StenbergCURLOPT_BUFFERSIZE allows an application to set a prefe...
2002-06-15 Daniel StenbergChris Combes added description of his newly added options
2002-06-14 Daniel Stenberg- Yarram Sunil found out that the SocketIsDead() functi...
2002-06-14 Daniel StenbergHanno L. Kranzhoff fixed them
2002-06-14 Daniel StenbergRemade the FTP not-check status line and not-attempt...
2002-06-13 Daniel StenbergTom Mattison's report found out, and this is the fix...
2002-06-13 Daniel StenbergMiklos Nemeth added a section for how to disable specif...
2002-06-13 Daniel StenbergMiklos Nemeth fixed the mmlib
2002-06-13 Daniel Stenberg7.9.8 commit
2002-06-13 Daniel StenbergAdded 'dont_check' to be set during an FTP operation...
2002-06-12 Daniel Stenbergwhen no FTP transfer was done, don't attempt to read...
2002-06-12 Daniel StenbergMoved the secondarysocket cleanup. The 'conn' struct...
2002-06-12 Daniel StenbergChris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR...
2002-06-12 Daniel Stenbergfixing builds, patching bugs, adding curl_formadd(...
2002-06-12 Daniel StenbergHAVE_SIGSETJMP
2002-06-12 Daniel Stenbergadded a connect failure error message that might get...
2002-06-12 Daniel StenbergJörn fixes for 7.9.8 build
2002-06-12 Daniel StenbergCURLOPT_MAXFILESIZE
2002-06-12 Daniel Stenbergkris@freebsd.org fixed a bad format string
2002-06-12 Daniel Stenbergkris@freebsd.org fixed a few bad format strings
2002-06-12 Daniel StenbergAdd QNX
2002-06-11 Daniel Stenbergput #ifdefs around the sigjmp_buf declaration too,...
2002-06-11 Daniel Stenbergcorrected the signal handler
2002-06-11 Daniel Stenberg7.9.8-pre3 commit
2002-06-11 Daniel Stenbergthe disable protocol stuff is now added
2002-06-11 Daniel Stenbergmore nonewline support
2002-06-11 Daniel StenbergNow uses sigsetjmp() and siglongjmp() to bail out from...
2002-06-11 Daniel Stenbergcut up the string in more pieces for <512 bytes strings
2002-06-11 Daniel Stenbergremoved accidentally added debug-code!
2002-06-11 Daniel Stenbergftp range downloads make us ignore the final status...
2002-06-11 Daniel Stenbergadded test135 ftp byte-range download
2002-06-11 Daniel Stenbergadded --disable-[protocol] support
2002-06-11 Daniel Stenbergadded disable-[protocol] support, largely provided...
2002-06-11 Daniel StenbergAdded disable-defines
2002-06-11 Daniel Stenbergadded multi.obj
2002-06-11 Daniel Stenbergmake sure data->set.postfields is non-NULL before doing...
2002-06-10 Daniel Stenberggetaddrinfo() failures now show port number too in...
2002-06-10 Daniel Stenbergadded a missing failf() for certain connect failures
2002-06-10 Daniel StenbergThis fix MIGHT make us build nicely with OpenSSL 0...
2002-06-10 Daniel StenbergGautam Mani found a socket descriptor leak that happene...
2002-06-07 Daniel StenbergAdded HAVE_SYS_TYPES_H
2002-06-05 Daniel StenbergGustaf Hui fixed curl_multi_remove_handle() to prevent...
2002-06-05 Daniel Stenbergset HAVE_RAND_STATUS too
2002-06-05 Daniel Stenberghostcache_fixoffset() is now corrected to work on 64bit...
2002-06-04 Daniel Stenbergmore stuff since pre1
2002-06-03 Daniel Stenbergindent like the other ones
2002-06-03 Daniel StenbergChristophe Espern wrote another binding!
2002-06-03 Daniel Stenbergupdated header
2002-06-03 Daniel StenbergT. Bharath's updates since curl now uses the winmm...
2002-06-03 Daniel StenbergT. Bharath made the request size add up as it is docume...
2002-06-03 Daniel StenbergT. Bharath fixed higher resolution time for windows...
2002-06-03 Daniel StenbergT. Bharath fixed the TIMER_REDIRECT.
2002-05-28 Daniel StenbergGetting an empty FTP file no longer makes us return...
next