bel2125
							
						 | 
						
							
							
								cb4b68ddc4
							
							Format code, add CIVETWEB_API marker
						 | 
						3 years ago | 
					
				
					
						
							
								   Jonas Hahnfeld
							
						 | 
						
							
							
								63ef070ca5
							
							Avoid pointer subtraction with null pointers
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								26ff105268
							
							Move declaration to top of block (old compiler support)
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								e037c4e850
							
							Interface change: struct mg_error_data
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								d9f54f844f
							
							Fix typo and format code
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								351bf60b13
							
							Initialize error data structure with 0 if there is no error
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								b5250570d5
							
							Use mg_start2 in main.c (instead of mg_start)
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								ba657e6a88
							
							Set error codes for mg_start2, mg_start_domain2, mg_connect_client2
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								185e845cd9
							
							Pattern matching: ? should not match /
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								836b2f52e1
							
							Directory listing: Sort by name as secondary criterion
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								6f594a3a93
							
							Provide sort function with CivetWeb
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								6b121ebd1f
							
							Disable sorting filenames at server side (temporarily?)
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								0038094654
							
							Format #ifdef macro
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								49129465d3
							
							Check if MacOS crash on Travis CI is related to qsort_r
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								efb7fa3e08
							
							Travis CI: Set unit test to "NO FORK" mode
						 | 
						3 years ago | 
					
				
					
						
							
								   Lorenzo Canepa
							
						 | 
						
							
							
								2bdeaed9f9
							
							should fix *** CID 349582:  Null pointer dereferences  (REVERSE_INULL)
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								3f5e14b7b5
							
							Travis CI: try to get core files of crashed unit tests
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								d7be621d2f
							
							Merge branch 'master' of https://github.com/civetweb/civetweb
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								6386dd0983
							
							Add option to enable/disable WebDAV methods
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								4cbb278dcf
							
							Fixes warnings from static source code analysis
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								4e8e0ad174
							
							Simplify is_valid_http2_primer function
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								8a45e81995
							
							Code analysis: Update to new coverity version
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								9e081d646a
							
							Merge pull request #1054 from Razdeep/docs
						 | 
						3 years ago | 
					
				
					
						
							
								   Rajdeep Roy Chowdhury
							
						 | 
						
							
							
								25f1120e07
							
							docs: typos rectified in RELEASE_NOTES.md
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								64e346e6b6
							
							Merge branch 'master' of https://github.com/civetweb/civetweb
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								3f72250d90
							
							Limit length of HTTP2 input buffers
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								6ad5ef34f5
							
							Initialize Lua struct library
						 | 
						3 years ago | 
					
				
					
						
							
								   bel2125
							
						 | 
						
							
							
								f88023ba61
							
							Merge pull request #1053 from cyfdecyf/fix-FindWinSock.cmake
						 | 
						3 years ago | 
					
				
					
						
							
								   Chen Yufei
							
						 | 
						
							
							
								23e92c7813
							
							Use CMAKE_HOST_WIN32 in FindWinSock.cmake.
						 | 
						3 years ago | 
					
				
					
						
							
								   Chen Yufei
							
						 | 
						
							
							
								c5c8467a5f
							
							Replace ':' with ';' only on Unix systems.
						 | 
						3 years ago |