Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-14 | build: removed bundles.c from make files | Dan Fandrich | |
This file was removed in commit fd137786 | |||
2015-03-05 | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg | |
SSLeay was the name of the library that was subsequently turned into OpenSSL many moons ago (1999). curl does not work with the old SSLeay library since years. This is now reflected by only using USE_OPENSSL in code that depends on OpenSSL. | |||
2015-02-15 | By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]" | Nick Zitzmann | |
2015-02-07 | schannel: Removed curl_ prefix from source files | Steve Holme | |
Removed the curl_ prefix from the schannel source files as discussed with Marc and Daniel at FOSDEM. | |||
2015-01-28 | des: Added Curl_des_set_odd_parity() | Steve Holme | |
Added Curl_des_set_odd_parity() for use when cryptography engines don't include this functionality. | |||
2014-12-31 | endian: Fixed Linux compilation issues | Steve Holme | |
Having files named endian.[c|h] seemed to cause issues under Linux so renamed them both to have the curl_ prefix in the filenames. | |||
2014-12-31 | endian: Introduced endian module | Steve Holme | |
To allow the little endian functions, currently used in two of the NTLM source files, to be used by other modules such as the SMB module. | |||
2014-12-02 | sasl_gssapi: Introduced GSS-API based SASL module | Steve Holme | |
Added the initial version of curl_sasl_gssapi.c and updated the project files in preparation for adding GSS-API based Kerberos V5 support. | |||
2014-11-29 | smb: Added initial source files for SMB | Bill Nagel | |
Added the initial source files and updated the relevant project files in order to support SMB/CIFS. | |||
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat | |
2014-04-06 | sasl: Renamed SSPI module following short name clash | Steve Holme | |
2014-04-05 | sasl: Added initial stub functions for SSPI DIGEST-MD support | Steve Holme | |
2014-01-05 | packages: follow up fix for a47c142, 11e8066 and 92b9ae5 | Marc Hoersken | |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | |
This reverts renaming and usage of lib/*.h header files done 28-12-2012, reverting 2 commits: f871de0... build: make use of 76 lib/*.h renamed files ffd8e12... 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: c087374... 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: 13606bb... build: make use of 93 lib/*.c renamed files 5b6e792... build: rename 93 lib/*.c files 7d83dff... build: commit 13606bbfde 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 | |||
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse | |
93 *.c source files renamed to use our standard naming scheme. This change affects 77 files in libcurl's source tree. | |||
2012-12-10 | build: add bundles and conncache files to other build systems | Yang Tse | |
2012-09-03 | Updated Symbian build files | Dan Fandrich | |
This is untested, but at least Symbian still has a chance of still working now. | |||
2012-06-27 | build: add curl_schannel and curl_darwinssl files to other build systems | Yang Tse | |
2012-06-15 | build: add curl_multibyte files to build systems | Yang Tse | |
2012-06-04 | sasl: add reference for curl_sasl | Yang Tse | |
2011-08-28 | NTLM: END of refactoring/splitting/moving | Yang Tse | |
First: File curl_ntlm.h renamed curl_ntlm_msgs.h File curl_ntlm.c renamed curl_ntlm_msgs.c Afterwards: File http_ntlm.c renamed curl_ntlm.c File http_ntlm.h renamed curl_ntlm.h | |||
2011-08-28 | NTLM: move NTLM core specifics into curl_ntlm_core.[ch] | Yang Tse | |
2011-08-27 | NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch] | Yang Tse | |
2011-08-14 | http NTLM: add curl_ntlm.c to Symbian's libcurl.mmp | Yang Tse | |
2011-04-25 | Added new resolver sources to Symbian and VC6 build files | Dan Fandrich | |
2011-04-04 | Added http_proxy.c to the Symbian build files | Dan Fandrich | |
2010-08-25 | Added new source files to Symbian and TPF makefiles | Dan Fandrich | |
2010-08-03 | build: add missing new files to non-configure target build files | Yang Tse | |
2010-06-02 | add missing new files to non-configure target build files | Yang Tse | |
2010-05-12 | Added Polar SSL and RTMP files to the non-autoconf build files | Dan Fandrich | |
I didn't bother with a few that have little hope of running the required dependent libraries. | |||
2010-05-12 | Added the new ftp source files to the non-autoconf build files | Dan Fandrich | |
2010-04-20 | hmac.c related compilation adjustment | Yang Tse | |
2010-03-11 | Enable Symbian zlib support by default. | Dan Fandrich | |
2010-03-10 | A few Symbian build changes | Dan Fandrich | |
2010-02-19 | fix compiler warning | Yang Tse | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2010-01-26 | Added curl_threads.c to a few more non-configure build files | Dan Fandrich | |
2010-01-21 | Added rtsp.c to the non-configure target build files | Dan Fandrich | |
2010-01-15 | Added the new protocol source files to the non-autoconf build files | Dan Fandrich | |
2009-09-28 | libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.h | Yang Tse | |
2009-09-25 | Changed the default OpenSSL include path | Dan Fandrich | |
2009-09-17 | Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h | Yang Tse | |
into curl_rand.c and curl_rand.h | |||
2009-07-15 | Added nonblock.c to the non-automake makefiles (note that the dependencies | Dan Fandrich | |
in the Watcom makefiles aren't quite correct). | |||
2009-04-11 | Added new libcurl source files to Symbian OS build files. | Dan Fandrich | |
Improved Symbian support for SSL. | |||
2008-11-11 | Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) | Yang Tse | |
Daniel Fandrich noticed that curl_addrinfo was also missing in the build process of other four non-configure platforms. Added now. | |||
2008-10-28 | Tweaked the include paths to work in CodeWarrior | Dan Fandrich | |
2008-10-25 | Added experimental support for zlib and OpenSSL on Symbian OS. | Dan Fandrich | |
2008-10-23 | Added rawstr.c to the non-configure libcurl makefiles | Dan Fandrich | |
2008-05-13 | Added curl_easy_recv & curl_easy_send Symbian exports. | Dan Fandrich | |
Cleaned up Symbian files. | |||
2008-04-25 | Updated Symbian UIDs. Added .pkg files for creating .sis packages. | Dan Fandrich | |