| 
								
								
									 Andreas Kling | 54ed6a888d | LibCore: Move CHttpJob and CNetworkJob output to the right places Errors go to stderr, debug output goes to the debug console. :^) | 2019-08-04 22:10:54 +02:00 |  | 
				
					
						| 
								
								
									 Andreas Kling | b5aac9c44b | CHttpJob: Drive response download via on_ready_read instead of blocking This allows the event loop to service events while an HTTP download is
happening. Pretty cool :^) | 2019-08-04 18:59:06 +02:00 |  | 
				
					
						| 
								
								
									 Andreas Kling | a8740f82eb | CHttpJob: Collect the payload as a list of buffers during download Instead of growing the payload buffer as-we-go. This avoids wasting a
ton of time on buffer reallocation for non-trivial payloads. | 2019-08-04 14:54:25 +02:00 |  | 
				
					
						| 
								
								
									 Andreas Kling | 273d9d6cf5 | CHttpJob: If no "Content-Length" header was received, read until EOF Instead of aborting after receiving the first chunk, we have to keep
reading until EOF. | 2019-08-04 09:26:08 +02:00 |  | 
				
					
						| 
								
								
									 Andreas Kling | 1d0b464618 | AK: Make HashMap::get(Key) return an Optional<Value>. This allows HashMap::get() to be used for value types that cannot be default
constructed (e.g NonnullOwnPtr.) | 2019-07-24 10:25:43 +02:00 |  | 
				
					
						| 
								
								
									 Andreas Kling | 04b9dc2d30 | Libraries: Create top level directory for libraries. Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/. | 2019-07-04 16:16:50 +02:00 |  |