Robin Burchell 
								
							 
						 
						
							
							
							
							
								
							
							
								0dc9af5f7e 
								
							 
						 
						
							
							
								
								Add clang-format file  
							
							... 
							
							
							
							Also run it across the whole tree to get everything using the One True Style.
We don't yet run this in an automated fashion as it's a little slow, but
there is a snippet to do so in makeall.sh. 
							
						 
						
							2019-05-28 17:31:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								cbd858544d 
								
							 
						 
						
							
							
								
								LibC: Move struct timeval to sys/time.h. #POSIX  
							
							
							
						 
						
							2019-05-28 13:48:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christopher Dumas 
								
							 
						 
						
							
							
							
							
								
							
							
								c23882dde1 
								
							 
						 
						
							
							
								
								can now tile background and made sure the IRC choose server popup still works  
							
							
							
						 
						
							2019-05-27 21:40:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Christopher Dumas 
								
							 
						 
						
							
							
							
							
								
							
							
								d4a16d6031 
								
							 
						 
						
							
							
								
								Network stack is now configurable, and resolution is also configurable, but loading cursors causes a page-fault?  
							
							
							
						 
						
							2019-05-27 21:40:53 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								852d648912 
								
							 
						 
						
							
							
								
								Fix "make clean" not deleting app binaries.  
							
							
							
						 
						
							2019-05-13 14:56:18 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								57da00b731 
								
							 
						 
						
							
							
								
								Include Makefile.common in all other Makefiles.  
							
							
							
						 
						
							2019-04-21 04:09:39 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								ab94a6be00 
								
							 
						 
						
							
							
								
								AK: Add String::copy(BufferType) helper.  
							
							... 
							
							
							
							This will create a String from any BufferType that has data() and size(). 
							
						 
						
							2019-04-20 14:13:40 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								301a269ca0 
								
							 
						 
						
							
							
								
								Get rid of SERENITY macro since the compiler already defines __serenity__  
							
							... 
							
							
							
							This makes it a bit easier to use AK templates out-of-tree. 
							
						 
						
							2019-04-20 12:58:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								ff93d3f362 
								
							 
						 
						
							
							
								
								LookupServer: Only interpret A records as 32-bit IPv4 addresses.  
							
							... 
							
							
							
							This fixes a bug where CNAME records would be interpreted as if they were
IP addresses, causing much confusion. 
							
						 
						
							2019-04-02 20:39:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								17e02e7450 
								
							 
						 
						
							
							
								
								Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.  
							
							
							
						 
						
							2019-04-02 20:04:54 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								23bb276fcd 
								
							 
						 
						
							
							
								
								LibC: Run constructors on process startup.  
							
							... 
							
							
							
							Cooperate with the compiler to generate and execute the _init_array list
of constructor functions on userspace program statup. This took two days
to get working, my goodness. :^) 
							
						 
						
							2019-03-27 12:48:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Kling 
								
							 
						 
						
							
							
							
							
								
							
							
								9120b05a40 
								
							 
						 
						
							
							
								
								Rename DNSLookupServer => LookupServer.  
							
							
							
						 
						
							2019-03-20 04:26:30 +01:00