aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-13Modified Watcom makefiles to work on Linux too.Guenter Knauf
2010-10-13Added MingW32 rtmp target; changed Watcom targets.Guenter Knauf
2010-10-13gitignore: ignore Makefile.vc10.dist made by maketgzDaniel Stenberg
2010-10-13curlver.h: start over at 7.21.3Daniel Stenberg
2010-10-13RELEASE-NOTES: start over towards 7.21.3Daniel Stenberg
2010-10-13THANKS: added contributors from 7.21.2Daniel Stenberg
2010-10-12RELEASE-NOTES: synced with ecd624b8e774a85Daniel Stenberg
2010-10-12CMake: Build fix.Julien Chaffraix
2010-10-12header_callback: strip off file path separated with backslashesDaniel Stenberg
2010-10-12Get the curl source files for Amiga from Makefile.incDan Fandrich
2010-10-12Added section on server-supplied names to security considerationsDan Fandrich
2010-10-12Fixed Watcom makefile.Guenter Knauf
2010-10-12Added build bits for librtmp / libssh2 to Watcom makefiles.Guenter Knauf
2010-10-12Added build bits for librtmp to NetWare makefiles.Guenter Knauf
2010-10-12SFTP: more ignoring negative file sizesDaniel Stenberg
2010-10-11SMTP: debug output for no known auth mechanisms supportedDaniel Stenberg
2010-10-11test: urlglob error messages have no extra newline anymoreDaniel Stenberg
2010-10-11Added build bits for librtmp to MingW32 makefiles.Guenter Knauf
2010-10-08RELEASE-NOTES: synced with 61f4cdb73ae4Daniel Stenberg
2010-10-08globbing: fix crash on unballanced open braceDaniel Stenberg
2010-10-07libcurl.m4: AC_PATH_PROG fixesDan Locks
2010-10-06FAQ: added "How do I submit my patch?"Daniel Stenberg
2010-10-05examples: use example.com in example URLsDaniel Stenberg
2010-10-04TODO-RELEASE: libidn problem not repeatableDaniel Stenberg
2010-10-04libcurl.m4: mention argument is PREFIXDaniel Stenberg
2010-10-03Some NetWare makefile tweaks.Guenter Knauf
2010-10-02TODO-RELEASE: 416 error fixedDaniel Stenberg
2010-10-02krb5-gssapi: Removed a memory leak in krb5_auth.Julien Chaffraix
2010-10-02krb5-gssapi: Made the function always return a value.Julien Chaffraix
2010-10-02krb5-gssapi: Delete the GSS-API context.Julien Chaffraix
2010-10-02HTTP: remove special case for 416Daniel Stenberg
2010-10-02sws: Added writedelay HTTP server commandDan Fandrich
2010-10-01TODO-RELEASE: no bug in ftp_nextconnectDaniel Stenberg
2010-10-01curl_easy_setopt.3: CURLOPT_DIRLISTONLY implies dir listDaniel Stenberg
2010-10-01RELEASE-NOTES: synced up to 588402585baeDaniel Stenberg
2010-09-30TODO-RELEASE: move new features to next releaseDaniel Stenberg
2010-09-30README.ares: we know require c-ares 1.6.0Daniel Stenberg
2010-09-30SFTP: avoid downloading negative sizes!Daniel Stenberg
2010-09-30TODO-RELEASE: drop curl_easy_setoptvDaniel Stenberg
2010-09-30multi & hiper examples: updates and cleanupsDirk Manske
2010-09-29TODO-RELEASE: one fixed, one postponed, one addedDaniel Stenberg
2010-09-29Renamed test1204 to test1117 to move it into the normal rangeDan Fandrich
2010-09-29Add gopher protocol definition to ILE/RPG binding.Patrick Monnerat
2010-09-28krb5-gssapi: Remove several memory leaks.Julien Chaffraix
2010-09-28security.c: Remove Curl_sec_fflush_fd.Julien Chaffraix
2010-09-28security.c: We should always register the socket handler.Julien Chaffraix
2010-09-28security.c: Fix Curl_sec_login after rewrite.Julien Chaffraix
2010-09-28security.c: Readd the '\n' to the infof() calls.Julien Chaffraix
2010-09-28security.c: Fix typo (PSBZ -> PBSZ)Julien Chaffraix
2010-09-28security.c: Fix ftp_send_command.Julien Chaffraix