Jess Valarezo 
							
						 
					 
					
						
						
							
						
						807f4d2ec7 
					 
					
						
						
							
							expose exec-id on ctr task ps  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jess Valarezo <valarezo.jessica@gmail.com > 
						
						
					 
					
						2017-11-10 11:38:51 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kenfe-Mickael Laventure 
							
						 
					 
					
						
						
							
						
						cfa87567a0 
					 
					
						
						
							
							windows: Create init process with task  
						
						 
						
						... 
						
						
						
						This prevents `task.Wait()` to return an error if it is called before the task
is started.
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com > 
						
						
					 
					
						2017-10-09 08:40:12 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kenfe-Mickael Laventure 
							
						 
					 
					
						
						
							
						
						ad5266456c 
					 
					
						
						
							
							windows: Fix a few races  
						
						 
						
						... 
						
						
						
						Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com > 
						
						
					 
					
						2017-10-09 08:40:12 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						d67763d922 
					 
					
						
						
							
							Add wait API endpoint for waiting on process exit  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2017-09-21 15:03:58 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						bf82de3a4e 
					 
					
						
						
							
							Allow exec process to be deleted in created state  
						
						 
						
						... 
						
						
						
						Fixes  #1376 
This allows an exec process to be deleted in the created state.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2017-08-21 16:32:08 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						9f13b414b9 
					 
					
						
						
							
							Return exit status from Wait of stopped process  
						
						 
						
						... 
						
						
						
						This changes Wait() from returning an error whenever you call wait on a
stopped process/task to returning the exit status from the process.
This also adds the exit status to the Status() call on a process/task so
that a user can Wait(), check status, then cancel the wait to avoid
races in event handling.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2017-08-03 17:22:33 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						f945cdc704 
					 
					
						
						
							
							Update windows locking code  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2017-08-02 13:50:08 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						e827adaf11 
					 
					
						
						
							
							Update windows with exec create/start actions  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2017-08-02 13:50:08 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kenfe-Mickael Laventure 
							
						 
					 
					
						
						
							
						
						61fbd2311c 
					 
					
						
						
							
							windows: Refactor whole code  
						
						 
						
						... 
						
						
						
						Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com > 
						
						
					 
					
						2017-07-20 18:39:46 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						f93bfb6233 
					 
					
						
						
							
							Add Exec IDs  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2017-07-06 15:23:08 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						040558cf81 
					 
					
						
						
							
							Remove runtime.Event types  
						
						 
						
						... 
						
						
						
						This uses the events service types for runtime events
Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2017-06-28 10:47:22 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						00734ab04a 
					 
					
						
						
							
							Return fifo paths from Shim  
						
						 
						
						... 
						
						
						
						This allows attach of existing fifos to be done without any information
stored on the client side.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2017-06-01 14:12:02 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Crosby 
							
						 
					 
					
						
						
							
						
						5a2ad6393f 
					 
					
						
						
							
							Update windows for plugin interfaces  
						
						 
						
						... 
						
						
						
						Signed-off-by: Michael Crosby <crosbymichael@gmail.com > 
						
						
					 
					
						2017-05-11 16:24:34 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kenfe-Mickael Laventure 
							
						 
					 
					
						
						
							
						
						22a051c88e 
					 
					
						
						
							
							Refactor windows runtime  
						
						 
						
						... 
						
						
						
						Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com > 
						
						
					 
					
						2017-04-11 07:30:59 -07:00