LDAP: detect non-binary attributes properly
[platform/upstream/curl.git] / src /
2010-11-05 Daniel Stenbergxattr: add configure check and #ifdefs
2010-11-05 Stefan Tomaneksave metadata to extended file attributes
2010-10-21 Dan FandrichRemoved the native Makefile.riscos files
2010-10-14 Daniel Stenbergoptions: check for features for some options
2010-10-13 Guenter KnaufSome more small Watcom makefile fixes.
2010-10-13 Guenter KnaufModified Watcom makefiles to work on Linux too.
2010-10-12 Daniel Stenberggitignore: ignore Makefile.vc10.dist made by maketgz
2010-10-12 Daniel Stenbergheader_callback: strip off file path separated with...
2010-10-12 Dan FandrichGet the curl source files for Amiga from Makefile.inc
2010-10-12 Guenter KnaufAdded build bits for librtmp / libssh2 to Watcom makefiles.
2010-10-12 Guenter KnaufAdded build bits for librtmp to NetWare makefiles.
2010-10-10 Guenter KnaufAdded build bits for librtmp to MingW32 makefiles.
2010-10-08 Daniel Stenbergglobbing: fix crash on unballanced open brace
2010-10-03 Guenter KnaufSome NetWare makefile tweaks.
2010-09-16 Daniel Stenbergwhitespace: unified source
2010-09-16 Daniel Stenbergremote-header-name: don't output filename when NULL
2010-09-12 Daniel Stenbergglob_word: remove a check that is always false
2010-09-03 Dan FandrichUse checkprefix() to compare protocol-specific strings
2010-09-02 Guenter KnaufMoved S_ISREG define to setup as suggested by Dan.
2010-09-01 Guenter KnaufAdded S_ISREG define for Win32.
2010-08-25 Cameron KaiserGopher protocol support (initial release)
2010-08-24 Dan FandrichFixed a NULL pointer dereference in form posting
2010-08-20 Daniel Stenbergcmdline: make -F type= accept ;charset=
2010-08-19 Dan FandrichUse the S_ISREG macro to determine what is a regular...
2010-08-18 Guenter KnaufIt is sufficient to pipe stderr to NUL to get rid of...
2010-08-15 Guenter KnaufSyncroniszed vclean target; fixed some comments.
2010-08-15 Kamil Dudkacurl -T: ignore file size of special files
2010-08-11 Guenter KnaufAdded OpenSSL builds to Watcom makefiles.
2010-08-10 Guenter KnaufMore Watcom makefile fixes ...
2010-08-10 Guenter KnaufFixed my wrong edit.
2010-08-10 Guenter KnaufMore Watcom makefile fixes.
2010-08-10 Guenter KnaufChanged test for -u switch in order to enable other...
2010-08-10 Guenter KnaufUpdated lib dependency versions.
2010-08-07 Guenter KnaufFix to overwrite libcurl name.
2010-08-06 Guenter KnaufSome more Watcom makefile massage ...
2010-08-02 Guenter KnaufRename CURL_SOURCES macro; revert previous rename of...
2010-08-02 Guenter KnaufRemoved ugly dependency lists since wmake knows the...
2010-08-02 Guenter KnaufUse suffix search path for sources in lib folder.
2010-08-02 Guenter KnaufChanged src/Makefile.Watcom to use CURL_SOURCES from...
2010-08-01 Guenter KnaufRenamed curl_SOURCES to CURL_ALLFILES to overcome wmake...
2010-08-01 Guenter KnaufRemoved wlink from DLL loader list because it doesnt...
2010-08-01 Daniel Stenbergretry: consider retrying even if -f is used
2010-07-31 Guenter KnaufAdded dependend libs for curl static linking.
2010-07-31 Guenter KnaufFixed curl.exe static linking.
2010-07-29 Guenter KnaufAdded a comment with an alternate idea to avoid the...
2010-07-29 Guenter KnaufMake Watcom makefiles use Makefile.inc to reduce future...
2010-07-29 Guenter KnaufWatcom makefiles overhaul.
2010-07-22 Guenter KnaufUpdated library versions.
2010-07-21 Ben Greearbuild: Enable configure --enable-werror
2010-07-17 Jeff Pohlmeyerremote-header-name: chop filename at next semicolon
2010-07-14 Daniel Stenberg--retry: access violation with URL part sets continued
2010-07-07 Tor Arntsenupload: Avoid infinite loop when checking for auth...
2010-07-06 Daniel Stenbergupload: warn users trying to upload from stdin with...
2010-07-06 Daniel Stenberg--libcurl: list the tricky options instead of using...
2010-07-06 Daniel Stenbergcurl: avoid setting libcurl options to its default
2010-07-06 Daniel Stenberg--libcurl: hide setopt() calls setting default options
2010-07-06 Daniel Stenberg--libcurl: use *_LARGE options with typecasted constants
2010-06-28 Daniel Stenbergglob: backslash escaping bug
2010-06-01 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-29 Kamil Dudkastrtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MIN
2010-04-29 Ben Greeartelnet: Allow programatic use of telnet.
2010-04-24 Guenter Knaufencourage users to take latest lib dependencies.
2010-04-24 Alex Blighcurl: added --proto and --proto-redir
2010-04-21 Daniel Stenbergcurl: -O crash on windows
2010-04-20 Ruslan Gazizovreplaced wsock32.lib usage with ws2_32.lib in MSVC...
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-19 Daniel Stenbergparse_filename: strip trailing CRs and LFs
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-17 Daniel Stenbergparseconfig: Value stored to 'line' is never read
2010-04-14 Daniel Stenbergignore files generated by 'maketgz'
2010-04-12 Guenter Knauffixed a path typo in src/Makefile.netware.
2010-03-30 Guenter Knaufmake folks use latest available dependent libraries.
2010-03-29 Daniel Stenberguse size_t to hold string length
2010-03-25 Daniel Stenbergremove all .cvsignore files
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-20 Daniel Stenbergprovide an initial set of .gitignore files
2010-03-16 Dan FandrichFactored out some code into a few independent functions
2010-02-26 Yang Tsefix sizeof short
2010-02-26 Yang TseAdded SIZEOF_INT and SIZEOF_SHORT definitions for non...
2010-02-25 Yang TseFixed bug report #2958074 indicating
2010-02-16 Yang Tsereplaced tabs with spaces
2010-02-15 Daniel Stenberguse (void) in front of fwrite() calls that ignore the...
2010-02-14 Yang Tseremoved trailing whitespace
2010-02-12 Daniel StenbergCURLOPT_MAIL_RCPT is *not* a string so we must not...
2010-02-12 Daniel Stenbergfree --mail-from strings properly
2010-02-03 Dan FandrichChanged the Watcom makefiles to make them easier to...
2010-02-03 Yang TseFix progressmode Configurable struct member data type...
2010-02-02 Yang TseFix compiler warnings:
2010-01-29 Yang Tsefix printf-style format strings
2010-01-27 Yang Tsefix compiler warning
2010-01-25 Yang Tsefix compiler warning
2010-01-24 Yang TseHAVE_GETADDRINFO_THREADSAFE definition for non-configur...
2010-01-23 Bjorn StenbergAdded -J/--remote-header-name.
2010-01-18 Yang TseConstantine Sapuntzakis enhancements to make memory...
2010-01-02 Daniel Stenberg- Make curl support --ssl and --ssl-reqd instead of...
2010-01-01 Daniel Stenbergupdate copyright year since we are in 2010 now
2010-01-01 Daniel Stenberg- Ingmar Runge enhanced libcurl's FTP engine to support...
2009-12-31 Daniel Stenbergturned CURLOPT_MAIL_RCPT into a curl_slist list instead...
2009-12-31 Yang TseVMS adjustments by Steven M. Schweda
next