- Nov 15, 2014
-
-
Michael Osipov authored
-
- Oct 13, 2014
-
-
Patrick Monnerat authored
-
- Sep 10, 2014
-
-
Steve Holme authored
-
- Aug 26, 2014
-
-
Daniel Stenberg authored
-
- Jun 03, 2014
-
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/mail/lib-2014-06/0003.html Reported-by: Дмитрий Фалько
-
- Mar 17, 2014
-
-
Daniel Stenberg authored
Also fixed a function name change in the version requirement bump
-
- Mar 14, 2014
-
-
Dan Fandrich authored
-
- Jan 05, 2014
-
-
Marc Hoersken authored
-
- Dec 02, 2013
-
-
Kamil Dudka authored
This change introduces a dependency on NSS 3.14+.
-
- Aug 06, 2013
-
-
Daniel Stenberg authored
This is the first version of this new document, detailing the seven perhaps most important internal structs in libcurl source code: 1.1 SessionHandle 1.2 connectdata 1.3 Curl_multi 1.4 Curl_handler 1.5 conncache 1.6 Curl_share 1.7 CookieInfo
-
- Mar 12, 2013
-
-
Patrick Monnerat authored
-
- Jan 08, 2013
-
-
Daniel Stenberg authored
This reverts commit 7a6d8b1b. URL: http://curl.haxx.se/mail/lib-2013-01/0103.html
-
Daniel Stenberg authored
I ran the 2.59 version of autoupdate that updates obsoleted configure.ac constructs to the 2.59 standard. With a little hands-on fiddling I prevented it from ruining the quoting in AS_HELP_STRING() uses. I subsequently also bumped the required autoconf version to 2.59 (released in December 2003) as I don't have an older autoconf version around to test with and I can't be bothered to install one either... Inspired by: Björn Stenberg Related blog post: http://cazfi.livejournal.com/195108.html
-
- Jan 06, 2013
-
-
Yang Tse authored
This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de00... build: make use of 76 lib/*.h renamed files ffd8e127... build: rename 76 lib/*.h files This also reverts removal of redundant include guard (redundant thanks to changes in above commits) done 2-12-2013, reverting 1 commit: c087374c... curl_setup.h: remove redundant include guard This also reverts renaming and usage of lib/*.c source files done 3-12-2013, reverting 3 commits: 13606bbf... build: make use of 93 lib/*.c renamed files 5b6e7927... build: rename 93 lib/*.c files 7d83dfff... build: commit 13606bbf follow-up 1 Start of related discussion thread: http://curl.haxx.se/mail/lib-2013-01/0012.html Asking for confirmation on pushing this revertion commit: http://curl.haxx.se/mail/lib-2013-01/0048.html Confirmation summary: http://curl.haxx.se/mail/lib-2013-01/0079.html NOTICE: The list of 2 files that have been modified by other intermixed commits, while renamed, and also by at least one of the 6 commits this one reverts follows below. These 2 files will exhibit a hole in history unless git's '--follow' option is used when viewing logs. lib/curl_imap.h lib/curl_smtp.h
-
- Jan 03, 2013
-
-
Daniel Stenberg authored
-
Yang Tse authored
93 *.c source files renamed to use our standard naming scheme. This change affects 77 files in libcurl's source tree.
-
- Dec 26, 2012
-
-
Yang Tse authored
-
- Jul 20, 2012
-
-
Dan Fandrich authored
-
- Apr 13, 2012
-
-
Kamil Dudka authored
This bumps the minimal supported version of NSS to 3.12.x.
-
- Apr 06, 2012
-
-
Yang Tse authored
Configuration files such as curl_config.h and all config-*.h no longer exist nor are generated/copied into 'src' directory, now these only exist in 'lib' directory from where curl tool sources uses them. Additionally old src/setup.h has been refactored into src/tool_setup.h which now pulls lib/setup.h The possibility of a makefile needing an include path adjustment exists.
-
- Feb 14, 2012
-
-
toddouska authored
Modify configure.ac to test for new CyaSSL Init function and remove default install path to system. Change to CyaSSL OpenSSL header and proper Init in code as well. Note that this no longer detects or works with CyaSSL before v2
-
- Dec 23, 2011
-
-
Colin Hogben authored
The INTERNALS document suggested that compatibility should be maintained with perl version 4, but this was untrue - scripts such as chksource.pl and runtests.pl use perl5-isms.
-
- Apr 17, 2011
-
-
Daniel Stenberg authored
Clarified the release procedure
-
- Jan 27, 2011
-
-
Dan Fandrich authored
-
- Jan 21, 2011
-
-
Dan Fandrich authored
-
- Sep 21, 2010
-
-
Daniel Stenberg authored
curl_easy_duphandle() was not properly duping the ares channel. The ares_dup() function was introduced in c-ares 1.6.0 so by starting to use this function we also raise the bar and require c-ares >= 1.6.0 (released Dec 9, 2008) for such builds. Reported by: Ning Dong Bug: http://curl.haxx.se/mail/lib-2010-08/0318.html
-
- Apr 29, 2010
-
-
Daniel Stenberg authored
It's not quite fair to list TFTP is a "crappy" member of the libcurl family so I removed its mentioning.
-
- Mar 21, 2010
-
-
Daniel Stenberg authored
-
- Feb 14, 2010
-
-
Yang Tse authored
removed trailing whitespace
-
- Oct 21, 2009
-
-
Yang Tse authored
-
- Jul 14, 2009
-
-
Guenter Knauf authored
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
-
- Apr 30, 2009
-
-
Daniel Stenberg authored
-
- Jun 26, 2008
-
-
Daniel Stenberg authored
-
- Jun 12, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
in regard to C standard, third party libraries and operating systems etc.
-
- Nov 26, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 20, 2007
-
-
Daniel Stenberg authored
-
- Feb 27, 2002
-
-
Daniel Stenberg authored
-
- Nov 02, 2001
-
-
Daniel Stenberg authored
-