Dan Fandrich 
							
						 
					 
					
						
						
							
						
						1c01cee601 
					 
					
						
						
							
							build: removed bundles.c from make files  
						
						... 
						
						
						
						This file was removed in commit fd137786 
						
						
					 
					
						2015-05-14 14:55:48 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Stenberg 
							
						 
					 
					
						
						
							
						
						709cf76f6b 
					 
					
						
						
							
							openssl: remove all uses of USE_SSLEAY  
						
						... 
						
						
						
						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-03-05 10:57:52 +01:00 
						 
				 
			
				
					
						
							
							
								Nick Zitzmann 
							
						 
					 
					
						
						
							
						
						b1c7fc050b 
					 
					
						
						
							
							By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]"  
						
						
						
						
					 
					
						2015-02-15 17:11:01 -06:00 
						 
				 
			
				
					
						
							
							
								Steve Holme 
							
						 
					 
					
						
						
							
						
						761d5166af 
					 
					
						
						
							
							schannel: Removed curl_ prefix from source files  
						
						... 
						
						
						
						Removed the curl_ prefix from the schannel source files as discussed
with Marc and Daniel at FOSDEM. 
						
						
					 
					
						2015-02-07 21:34:33 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Holme 
							
						 
					 
					
						
						
							
						
						300876a7a6 
					 
					
						
						
							
							des: Added Curl_des_set_odd_parity()  
						
						... 
						
						
						
						Added Curl_des_set_odd_parity() for use when cryptography engines
don't include this functionality. 
						
						
					 
					
						2015-01-28 22:34:49 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Holme 
							
						 
					 
					
						
						
							
						
						b40e37f93d 
					 
					
						
						
							
							endian: Fixed Linux compilation issues  
						
						... 
						
						
						
						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 14:02:25 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Holme 
							
						 
					 
					
						
						
							
						
						81951d9874 
					 
					
						
						
							
							endian: Introduced endian module  
						
						... 
						
						
						
						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-31 11:50:28 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Holme 
							
						 
					 
					
						
						
							
						
						018b9d421a 
					 
					
						
						
							
							sasl_gssapi: Introduced GSS-API based SASL module  
						
						... 
						
						
						
						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-12-02 21:57:45 +00:00 
						 
				 
			
				
					
						
							
							
								Bill Nagel 
							
						 
					 
					
						
						
							
						
						e80d9d5902 
					 
					
						
						
							
							smb: Added initial source files for SMB  
						
						... 
						
						
						
						Added the initial source files and updated the relevant project files in
order to support SMB/CIFS. 
						
						
					 
					
						2014-11-29 18:10:41 +00:00 
						 
				 
			
				
					
						
							
							
								Patrick Monnerat 
							
						 
					 
					
						
						
							
						
						265b9a2e49 
					 
					
						
						
							
							vtls: remove QsoSSL  
						
						
						
						
					 
					
						2014-10-13 16:33:47 +02:00 
						 
				 
			
				
					
						
							
							
								Steve Holme 
							
						 
					 
					
						
						
							
						
						ff853960bd 
					 
					
						
						
							
							sasl: Renamed SSPI module following short name clash  
						
						
						
						
					 
					
						2014-04-06 00:35:01 +01:00 
						 
				 
			
				
					
						
							
							
								Steve Holme 
							
						 
					 
					
						
						
							
						
						2c49e96092 
					 
					
						
						
							
							sasl: Added initial stub functions for SSPI DIGEST-MD support  
						
						
						
						
					 
					
						2014-04-05 23:16:51 +01:00 
						 
				 
			
				
					
						
							
							
								Marc Hoersken 
							
						 
					 
					
						
						
							
						
						279c95b5b3 
					 
					
						
						
							
							packages: follow up fix for  a47c142,  11e8066 and  92b9ae5 
						
						
						
						
					 
					
						2014-01-05 20:13:55 +01:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						4a5aa6682d 
					 
					
						
						
							
							Revert changes relative to lib/*.[ch] recent renaming  
						
						... 
						
						
						
						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 13606bbfdehttp://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-06 18:20:27 +01:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						13606bbfde 
					 
					
						
						
							
							build: make use of 93 lib/*.c renamed files  
						
						... 
						
						
						
						93 *.c source files renamed to use our standard naming scheme.
This change affects 77 files in libcurl's source tree. 
						
						
					 
					
						2013-01-03 05:50:26 +01:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						aee540b831 
					 
					
						
						
							
							build: add bundles and conncache files to other build systems  
						
						
						
						
					 
					
						2012-12-10 17:32:35 +01:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						abb0da9193 
					 
					
						
						
							
							Updated Symbian build files  
						
						... 
						
						
						
						This is untested, but at least Symbian still has a chance of
still working now. 
						
						
					 
					
						2012-09-03 22:54:58 +02:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						e6b2eb78a2 
					 
					
						
						
							
							build: add curl_schannel and curl_darwinssl files to other build systems  
						
						
						
						
					 
					
						2012-06-27 14:05:32 +02:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						a5e0583cd3 
					 
					
						
						
							
							build: add curl_multibyte files to build systems  
						
						
						
						
					 
					
						2012-06-15 18:41:50 +02:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						32ab3276ee 
					 
					
						
						
							
							sasl: add reference for curl_sasl  
						
						
						
						
					 
					
						2012-06-04 22:51:00 +02:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						662c1d87f3 
					 
					
						
						
							
							NTLM: END of refactoring/splitting/moving  
						
						... 
						
						
						
						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 02:00:02 +02:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						135f694058 
					 
					
						
						
							
							NTLM: move NTLM core specifics into curl_ntlm_core.[ch]  
						
						
						
						
					 
					
						2011-08-28 01:19:08 +02:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						260ee6b7bf 
					 
					
						
						
							
							NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]  
						
						
						
						
					 
					
						2011-08-27 19:16:10 +02:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						0c4ec8033b 
					 
					
						
						
							
							http NTLM: add curl_ntlm.c to Symbian's libcurl.mmp  
						
						
						
						
					 
					
						2011-08-14 17:26:42 +02:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						4235457129 
					 
					
						
						
							
							Added new resolver sources to Symbian and VC6 build files  
						
						
						
						
					 
					
						2011-04-25 18:07:32 -07:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						e71642003c 
					 
					
						
						
							
							Added http_proxy.c to the Symbian build files  
						
						
						
						
					 
					
						2011-04-04 15:00:20 -07:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						f43ecac175 
					 
					
						
						
							
							Added new source files to Symbian and TPF makefiles  
						
						
						
						
					 
					
						2010-08-25 11:48:57 -07:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						6028fdb305 
					 
					
						
						
							
							build: add missing new files to non-configure target build files  
						
						
						
						
					 
					
						2010-08-03 13:09:39 +02:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						3b24076c3b 
					 
					
						
						
							
							add missing new files to non-configure target build files  
						
						
						
						
					 
					
						2010-06-02 15:09:39 +02:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						76255cfdc9 
					 
					
						
						
							
							Added Polar SSL and RTMP files to the non-autoconf build files  
						
						... 
						
						
						
						I didn't bother with a few that have little hope of running the required
dependent libraries. 
						
						
					 
					
						2010-05-12 19:05:58 -07:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						ad6bc4d82e 
					 
					
						
						
							
							Added the new ftp source files to the non-autoconf build files  
						
						
						
						
					 
					
						2010-05-12 17:32:10 -07:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						32236dad5e 
					 
					
						
						
							
							hmac.c related compilation adjustment  
						
						
						
						
					 
					
						2010-04-20 21:23:53 +02:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						e37d1b1ee3 
					 
					
						
						
							
							Enable Symbian zlib support by default.  
						
						
						
						
					 
					
						2010-03-11 06:58:36 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						5bb8bbed1e 
					 
					
						
						
							
							A few Symbian build changes  
						
						
						
						
					 
					
						2010-03-10 06:55:23 +00:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						048438345a 
					 
					
						
						
							
							fix compiler warning  
						
						
						
						
					 
					
						2010-02-19 18:02:38 +00:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						a07bc79117 
					 
					
						
						
							
							removed trailing whitespace  
						
						
						
						
					 
					
						2010-02-14 19:40:18 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						d34982bb65 
					 
					
						
						
							
							Added curl_threads.c to a few more non-configure build files  
						
						
						
						
					 
					
						2010-01-26 18:51:39 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						5af20c70e4 
					 
					
						
						
							
							Added rtsp.c to the non-configure target build files  
						
						
						
						
					 
					
						2010-01-21 22:03:26 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						a644af129e 
					 
					
						
						
							
							Added the new protocol source files to the non-autoconf build files  
						
						
						
						
					 
					
						2010-01-15 06:33:46 +00:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						7d22ce5573 
					 
					
						
						
							
							libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.h  
						
						
						
						
					 
					
						2009-09-28 16:05:20 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						15be441ad8 
					 
					
						
						
							
							Changed the default OpenSSL include path  
						
						
						
						
					 
					
						2009-09-25 16:51:57 +00:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						f2f45339dc 
					 
					
						
						
							
							Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h  
						
						... 
						
						
						
						into curl_rand.c and curl_rand.h 
						
						
					 
					
						2009-09-17 14:23:27 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						b74b5e0602 
					 
					
						
						
							
							Added nonblock.c to the non-automake makefiles (note that the dependencies  
						
						... 
						
						
						
						in the Watcom makefiles aren't quite correct). 
						
						
					 
					
						2009-07-15 21:49:47 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						e43606eb4d 
					 
					
						
						
							
							Added new libcurl source files to Symbian OS build files.  
						
						... 
						
						
						
						Improved Symbian support for SSL. 
						
						
					 
					
						2009-04-11 07:06:34 +00:00 
						 
				 
			
				
					
						
							
							
								Yang Tse 
							
						 
					 
					
						
						
							
						
						707828b71a 
					 
					
						
						
							
							Related with bug  #2230535  ( http://curl.haxx.se/bug/view.cgi?id=2230535 )  
						
						... 
						
						
						
						Daniel Fandrich noticed that curl_addrinfo was also missing in the build
process of other four non-configure platforms. Added now. 
						
						
					 
					
						2008-11-11 01:12:17 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						c324033ba4 
					 
					
						
						
							
							Tweaked the include paths to work in CodeWarrior  
						
						
						
						
					 
					
						2008-10-28 20:05:09 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						e9c94cdd49 
					 
					
						
						
							
							Added experimental support for zlib and OpenSSL on Symbian OS.  
						
						
						
						
					 
					
						2008-10-25 05:41:01 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						4174ec7116 
					 
					
						
						
							
							Added rawstr.c to the non-configure libcurl makefiles  
						
						
						
						
					 
					
						2008-10-23 17:29:14 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						7543c9df50 
					 
					
						
						
							
							Added curl_easy_recv & curl_easy_send Symbian exports.  
						
						... 
						
						
						
						Cleaned up Symbian files. 
						
						
					 
					
						2008-05-13 17:50:03 +00:00 
						 
				 
			
				
					
						
							
							
								Dan Fandrich 
							
						 
					 
					
						
						
							
						
						ff748f1a41 
					 
					
						
						
							
							Updated Symbian UIDs. Added .pkg files for creating .sis packages.  
						
						
						
						
					 
					
						2008-04-25 22:49:18 +00:00