Oswald Buddenhagen 
								
							 
						 
						
							
							
							
							
								
							
							
								f8d73ac346 
								
							 
						 
						
							
							
								
								make socket_write() capable of taking ownership of the buffer  
							
							... 
							
							
							
							that way the user code doesn't have to free it any more. 
							
						 
						
							2012-09-01 16:03:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Oswald Buddenhagen 
								
							 
						 
						
							
							
							
							
								
							
							
								8a72d204c9 
								
							 
						 
						
							
							
								
								change socket_write() return code semantics  
							
							... 
							
							
							
							instead of returning a write()-like result, return only a binary status
code - write errors are handled internally anyway, so user code doesn't
have to check the write length. 
							
						 
						
							2012-09-01 16:03:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Oswald Buddenhagen 
								
							 
						 
						
							
							
							
							
								
							
							
								171f7d6cd3 
								
							 
						 
						
							
							
								
								Socket_t + buffer_t => conn_t  
							
							... 
							
							
							
							remove the layering, in favor of a "buffered connection" abstraction. 
							
						 
						
							2012-09-01 16:03:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Oswald Buddenhagen 
								
							 
						 
						
							
							
							
							
								
							
							
								3447694c2b 
								
							 
						 
						
							
							
								
								security fix: failure to load the certificate file is *not* OK ...  
							
							
							
						 
						
							2012-09-01 16:03:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Oswald Buddenhagen 
								
							 
						 
						
							
							
							
							
								
							
							
								ef41349035 
								
							 
						 
						
							
							
								
								move socket code to a separate file  
							
							... 
							
							
							
							this makes the layering more obvious 
							
						 
						
							2012-09-01 16:03:35 +02:00