Michael Kubacki 
							
						 
					 
					
						
						
							
						
						d1050b9dff 
					 
					
						
						
							
							NetworkPkg: Apply uncrustify changes  
						
						... 
						
						
						
						REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 
Apply uncrustify changes to .c/.h files in the NetworkPkg package
Cc: Andrew Fish <afish@apple.com >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com >
Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com > 
						
						
					 
					
						2021-12-07 17:24:28 +00:00 
						 
				 
			
				
					
						
							
							
								Michael D Kinney 
							
						 
					 
					
						
						
							
						
						8874fa199d 
					 
					
						
						
							
							NetworkPkg: Change OPTIONAL keyword usage style  
						
						... 
						
						
						
						REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3760 
Update all use of ', OPTIONAL' to ' OPTIONAL,' for function params.
Cc: Andrew Fish <afish@apple.com >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Michael Kubacki <michael.kubacki@microsoft.com >
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com >
Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com > 
						
						
					 
					
						2021-12-07 17:24:28 +00:00 
						 
				 
			
				
					
						
							
							
								Liming Gao 
							
						 
					 
					
						
						
							
						
						0b73027eb1 
					 
					
						
						
							
							NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INF  
						
						... 
						
						
						
						Cc: Siyuan Fu <siyuan.fu@intel.com >
Cc: Jiaxin Wu <jiaxin.wu@intel.com >
Signed-off-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Siyuan Fu <siyuan.fu@intel.com > 
						
						
					 
					
						2019-10-08 09:20:34 +08:00 
						 
				 
			
				
					
						
							
							
								Liming Gao 
							
						 
					 
					
						
						
							
						
						07135c1220 
					 
					
						
						
							
							NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkg  
						
						... 
						
						
						
						Signed-off-by: Liming Gao <liming.gao@intel.com >
Cc: Siyuan Fu <siyuan.fu@intel.com >
Cc: Jiaxin Wu <jiaxin.wu@intel.com >
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com >
Reviewed-by: Siyuan Fu <siyuan.fu@intel.com > 
						
						
					 
					
						2019-05-27 09:25:18 +08:00 
						 
				 
			
				
					
						
							
							
								Michael D Kinney 
							
						 
					 
					
						
						
							
						
						ecf98fbcf8 
					 
					
						
						
							
							NetworkPkg: Replace BSD License with BSD+Patent License  
						
						... 
						
						
						
						https://bugzilla.tianocore.org/show_bug.cgi?id=1373 
Replace BSD 2-Clause License with BSD+Patent License.  This change is
based on the following emails:
  https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html 
  https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html 
RFCs with detailed process for the license change:
  V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html 
  V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html 
  V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html 
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com >
Reviewed-by: Siyuan Fu <siyuan.fu@intel.com > 
					
						2019-04-09 10:58:15 -07:00 
						 
				 
			
				
					
						
							
							
								Li, Songpeng 
							
						 
					 
					
						
						
							
						
						130e629284 
					 
					
						
						
							
							NetworkPkg/HttpUtilitiesDxe: fix read memory access overflow.  
						
						... 
						
						
						
						The input param String of AsciiStrStr() requires a pointer to
 Null-terminated string, however in HttpUtilitiesParse(),
 the Buffersize before AllocateZeroPool() is equal to the size
 of TCP header, after the CopyMem(), it might not end with
 Null-terminator. It might cause memory access overflow.
Cc: Fu Siyuan <siyuan.fu@intel.com >
Cc: Wu Jiaxin <jiaxin.wu@intel.com >
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1204 
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Songpeng Li <songpeng.li@intel.com >
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com > 
						
						
					 
					
						2018-09-29 10:51:37 +08:00 
						 
				 
			
				
					
						
							
							
								Liming Gao 
							
						 
					 
					
						
						
							
						
						f75a7f568e 
					 
					
						
						
							
							NetworkPkg: Clean up source files  
						
						... 
						
						
						
						1. Do not use tab characters
2. No trailing white space in one line
3. All files must end with CRLF
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com > 
						
						
					 
					
						2018-06-28 11:19:49 +08:00 
						 
				 
			
				
					
						
							
							
								Nagaraj Hegde 
							
						 
					 
					
						
						
							
						
						19c2572560 
					 
					
						
						
							
							NetworkPkg:HttpDxe:Consume DxeHttpLib API changes  
						
						... 
						
						
						
						HttpGenRequestString is updated to HttpGenRequestMessage,
with an additional argument. This patch updates the caller
of the DxeHttpLib API. Also, we will avoid adding any '\0'
to the string, which was added to make AsciiStrLen to
work on the string.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Nagaraj Hegde <nagaraj-p.hegde@hpe.com >
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com >
Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hpe.com > 
						
						
					 
					
						2016-04-27 10:43:18 +08:00 
						 
				 
			
				
					
						
							
							
								Ghazi Belaam 
							
						 
					 
					
						
						
							
						
						f58554fc3f 
					 
					
						
						
							
							NetworkPkg: Use the New Functions from HttpLib  
						
						... 
						
						
						
						After submitting changes for HttpLib, other modules should be able to use
those functions
1 remove the private function and their calls
2 update it with the functions from httpLib
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ghazi Belaam <Ghazi.belaam@hpe.com >
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com >
Reviewed-by: Samer EL-Haj-Mahmoud <elhaj@hpe.com >
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com > 
						
						
					 
					
						2016-03-10 10:01:42 +08:00 
						 
				 
			
				
					
						
							
							
								Liming Gao 
							
						 
					 
					
						
						
							
						
						75f468077c 
					 
					
						
						
							
							NetworkPkg: Update module inf to include the missing uni file  
						
						... 
						
						
						
						Update DnsDxe and HttpUtilitiesDxe inf files.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Ye Ting <ting.ye@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19511  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-12-24 02:31:06 +00:00 
						 
				 
			
				
					
						
							
							
								Jordan Justen 
							
						 
					 
					
						
						
							
						
						b55fecfee6 
					 
					
						
						
							
							NetworkPkg: Convert all .uni files to utf-8  
						
						... 
						
						
						
						To convert these files I ran:
$ python3 BaseTools/Scripts/ConvertUni.py NetworkPkg
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com >
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19258  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-12-15 04:56:57 +00:00 
						 
				 
			
				
					
						
							
							
								Jiaxin Wu 
							
						 
					 
					
						
						
							
						
						2ba88dc554 
					 
					
						
						
							
							NetworkPkg: Fix suspicious dereference of pointer 'FieldCount'  
						
						... 
						
						
						
						This patch is used to fix suspicious dereference of pointer 'FieldCount'
before NULL check.
Cc: Ye Ting <ting.ye@intel.com >
Cc: Fu Siyuan <siyuan.fu@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com >
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18409  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-09-08 02:01:05 +00:00 
						 
				 
			
				
					
						
							
							
								Jiaxin Wu 
							
						 
					 
					
						
						
							
						
						b390d5a8cf 
					 
					
						
						
							
							NetworkPkg: Add Dns and HttpUtilities driver UNI files  
						
						... 
						
						
						
						This patch is used to add Dns and HttpUtilities driver UNI files.
Cc: Ye Ting <ting.ye@intel.com >
Cc: Siyuan Fu <siyuan.fu@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com >
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18338  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-08-28 01:31:38 +00:00 
						 
				 
			
				
					
						
							
							
								Jiaxin Wu 
							
						 
					 
					
						
						
							
						
						d933e70a97 
					 
					
						
						
							
							NetworkPkg: Convert the UNIX to DOS end of line format  
						
						... 
						
						
						
						Convert the UNIX to DOS end of line format.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18326  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-08-27 01:07:31 +00:00 
						 
				 
			
				
					
						
							
							
								Jiaxin Wu 
							
						 
					 
					
						
						
							
						
						aa498f8c38 
					 
					
						
						
							
							NetworkPkg: Add HTTP utilities driver  
						
						... 
						
						
						
						This patch is used to add HTTP utilities driver.
Cc: Ye Ting <ting.ye@intel.com >
Cc: Siyuan Fu <siyuan.fu@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com >
Reviewed-by: Ye Ting <ting.ye@intel.com >
Reviewed-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@hp.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18260  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2015-08-24 01:24:20 +00:00