6120cae121 
								
							 
						 
						
							
							
								
								Fix build on Plan 9  
							
							... 
							
							
							
							All test are passing on Plan 9, and I've also verified
`examples/go-sftp-server` is working. 
							
						 
						
							2020-09-10 18:18:22 -04:00  
				
					
						
							
							
								 
						
							
								7d8a855595 
								
							 
						 
						
							
							
								
								Revert PR  #370  
							
							... 
							
							
							
							This reverts commit 3cda2a1c6b#370 .
Reason for revert: this broke the Travis CI build, see
https://github.com/pkg/sftp/pull/370#issuecomment-678610816  
							
						 
						
							2020-08-24 11:22:05 +02:00  
				
					
						
							
							
								 
						
							
								3cda2a1c6b 
								
							 
						 
						
							
							
								
								Exclude test/example code in non-test builds  
							
							... 
							
							
							
							The fakeFileInfoSys and testOsSys funcs are only used in tests, so
rename the files they are defined in to request_*_test.go to exclude
them from non-test builds.
Also rename request-example.go to request_example_test.go to exclude it
as well, since it uses said funcs in example code. 
							
						 
						
							2020-08-10 14:14:59 +02:00  
				
					
						
							
							
								 
						
							
								b4ea0fd6f6 
								
							 
						 
						
							
							
								
								fix lint issues  
							
							... 
							
							
							
							These lint issues remain:
- request-errors.go, aliases for new error types
- request-attrs.go, UidGid. Changing this will break compatibility 
							
						 
						
							2019-08-30 17:04:37 +02:00  
				
					
						
							
							
								 
						
							
								1077779d44 
								
							 
						 
						
							
							
								
								Revert "rename files with OS specific request test code"  
							
							... 
							
							
							
							Tests pass but doesn't build. :P
Need to figure out better way to organize this code.
This reverts commit 322a18e28b 
							
						 
						
							2017-03-01 20:54:40 -08:00  
				
					
						
							
							
								 
						
							
								322a18e28b 
								
							 
						 
						
							
							
								
								rename files with OS specific request test code  
							
							... 
							
							
							
							Added _test so they will only be compiled as part of the tests. 
							
						 
						
							2017-03-01 19:53:59 -08:00  
				
					
						
							
							
								 
						
							
								81c5ef6a75 
								
							 
						 
						
							
							
								
								rework fileinfo.Sys() output test for windows  
							
							... 
							
							
							
							split out the unix specific test code 
							
						 
						
							2017-03-01 19:51:32 -08:00  
				
					
						
							
							
								 
						
							
								f025fae65c 
								
							 
						 
						
							
							
								
								rework build tags for unix request test support code  
							
							
							
						 
						
							2017-03-01 19:50:37 -08:00  
				
					
						
							
							
								 
						
							
								e1c86753b9 
								
							 
						 
						
							
							
								
								OS specific syscall.Stat_t use into separate file  
							
							... 
							
							
							
							The use of Stat_t in request-example.go is unix specific and broke the
Windows OS builds. This is the minimal change to fix that.
This fixes  #157 . 
							
						 
						
							2017-02-24 20:06:51 -08:00