valenok
							
						 | 
						
							
							
								fae26c1bfd
							
							Style cleanup
						 | 
						14 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								29716fa22e
							
							Changed API: function mg_modify_passwords_file(). Instead of passing context, a domain name is passed, thus making this function completely mongoose-agnostic.
						 | 
						14 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								27ccf416c1
							
							Fixed bug in verify_document_root()
						 | 
						14 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								3583e83a3f
							
							Using volatile keyword in the context struct to prevent unwanted optimization. See http://code.google.com/p/mongoose/issues/detail?id=216
						 | 
						14 years ago | 
					
				
					
						
							
								   Arnout Vandecappelle (Essensium/Mind)
							
						 | 
						
							
							
								08bf149d85
							
							timeout.cgi test sometimes failed.
						 | 
						15 years ago | 
					
				
					
						
							
								   Arnout Vandecappelle (Essensium/Mind)
							
						 | 
						
							
							
								a57f2cf744
							
							Do authentication before trying NEW_REQUEST callback.
						 | 
						15 years ago | 
					
				
					
						
							
								   Arnout Vandecappelle (Essensium/Mind)
							
						 | 
						
							
							
								a9b6eb1809
							
							Fix for issue#209: support spaces, commas, quotes and other weirdness in Authorization header.
						 | 
						15 years ago | 
					
				
					
						
							
								   Arnout Vandecappelle (Essensium/Mind)
							
						 | 
						
							
							
								d9c05f9910
							
							Partial fix for issue#209: don't crash when some Authorization fields are missing.
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								aef344f0ff
							
							fix linux linkage (move compiler flags to the end of compilation string)
						 | 
						15 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								ac09360430
							
							Accept * URI
						 | 
						15 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								9bda69f573
							
							Fix issue 180 - make mg_read() handle PUT requests, too. Stop checking for request method in mg_read().
						 | 
						15 years ago | 
					
				
					
						
							
								   Arnout Vandecappelle (Essensium/Mind)
							
						 | 
						
							
							
								fb9493a090
							
							Bugfix of Issue #180: mg_read() should accept PUT requests.
						 | 
						15 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								0db96c5ba5
							
							make it possible to set SSL_LIB and CRYPTO_LIB during build
						 | 
						15 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								e97762879d
							
							reduced select() timeout from 1 second to 0.2 second to make mongoose snappier
						 | 
						15 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								db1c0806ef
							
							Parsing auth header - fix issue 206, IE case
						 | 
						15 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								d31ac3f021
							
							do not exclude win32 from the release tarball, as it breaks mingw build
						 | 
						15 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								1de7fef760
							
							fix blocked CGI read
						 | 
						15 years ago | 
					
				
					
						
							
								   Sergey Lyubka
							
						 | 
						
							
							
								f23d9ff3b0
							
							drop -fomit-frame-pointer from UNIX compilation
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								d44f4e4abb
							
							import
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								3cd16d7266
							
							test for immediate CGI output forward
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								da21192b10
							
							squashed a warning
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								073890215d
							
							RTEMS fixes: removed mman.h include, and introduced NO_POPEN conditional
						 | 
						15 years ago | 
					
				
					
						
							
								   Arnout Vandecappelle (Essensium/Mind)
							
						 | 
						
							
							
								bdb396cc5d
							
							Bugfix of Issue #200: Multiple calls to mg_read always return the same data.
						 | 
						15 years ago | 
					
				
					
						
							
								   Arnout Vandecappelle (Essensium/Mind)
							
						 | 
						
							
							
								de934641be
							
							Test for Issue#200: Multiple calls to mg_read always return same data.
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								b452eb1eae
							
							mg_start() has changed
						 | 
						15 years ago | 
					
				
					
						
							
								   Matt Healy
							
						 | 
						
							
							
								c1e24ac7f9
							
							Resolved various compile-time warnings when building code.  (This is due to
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								11951a57ff
							
							API change: added void *user_data to mg_start(). Bumped version to 3.0
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								7034f49276
							
							should_keep_alive(): using mg_strcasecmp() instead of strcmp() to compare header value
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								6240455779
							
							2.11 -> 2.12
						 | 
						15 years ago | 
					
				
					
						
							
								   valenok
							
						 | 
						
							
							
								5a84efa89f
							
							Added tag 2.11 for changeset 95e60bbbea5c
						 | 
						15 years ago |