Commit Verlauf

Autor SHA1 Nachricht Datum
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} vor 1 Jahr
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String vor 1 Jahr
  Uku Loskit 98ad5a7141 LibHTTP: Fix issues with HTTP POST request and requests with a body vor 1 Jahr
  Tim Ledbetter 9fefb434f2 LibHTTP: Return an error if HTTP request URL is not valid UTF-8 vor 1 Jahr
  Shannon Booth 21fe86d235 AK: Port URL::m_query from DeprecatedString to String vor 1 Jahr
  Shannon Booth 55a01e72ca AK: Port URL username/password from DeprecatedString to String vor 1 Jahr
  Shannon Booth 8751be09f9 AK: Serialize URL hosts with 'concept-host-serializer' vor 1 Jahr
  Lucas CHOLLET b46667639f LibHTTP: Make `HttpRequest` return its method name as a `StringView` vor 2 Jahren
  MacDue 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() vor 2 Jahren
  Aliaksandr Kalenik 7b8a857e30 LibHTTP: Return error if request is incomplete vor 2 Jahren
  Aliaksandr Kalenik 9220cdc285 LibHTTP+WebDriver+WebServer: Return error from HTTP request parser vor 2 Jahren
  Linus Groh e76394d96c AK: Remove infallible version of StringBuilder::to_byte_buffer vor 2 Jahren
  Linus Groh d0ecd81888 LibHTTP: Propagate OOM errors from HttpRequest::to_raw_request() vor 2 Jahren
  Jelle Raaijmakers 25f2e4981c AK: Stop using `DeprecatedString` in Base64 encoding vor 2 Jahren
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Luke Wilde b8b263d9c3 LibHTTP: Always send Content-Length header in POST requests vor 2 Jahren
  demostanis 3e8b5ac920 AK+Everywhere: Turn bool keep_empty to an enum in split* functions vor 2 Jahren
  Luke Wilde 41d6307c17 LibHTTP: Fix not consuming the last byte of body in from_raw_request vor 2 Jahren
  Sam Atkins f754f45680 LibHTTP: Include request body in HttpRequest::from_raw_request() vor 2 Jahren
  Sam Atkins 9b891a423b LibHTTP: Make HTTP method names more accessible vor 2 Jahren
  0xbigshaq af46734497 LibHTTP+WebServer: Add querystring support vor 3 Jahren
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) vor 3 Jahren
  Luke Wilde cd9864bbf1 LibHTTP+RequestServer: Recognize more HTTP methods vor 3 Jahren
  Andreas Kling db2b67dc5e LibHTTP: Don't re-urlencode URL query strings vor 3 Jahren
  GeekFiftyFive 832920c003 AK+LibHTTP: Revert prior change to percent encode plus signs vor 3 Jahren
  GeekFiftyFive 737f5b26b7 AK+LibHTTP: Ensure plus signs are percent encoded in query string vor 3 Jahren
  GeekFiftyFive 8fee285d72 LibHTTP: Append port to Host header if it exists vor 3 Jahren
  Lenny Maiorani 79aa49d04f Libraries: Use default constructors/destructors in LibHTTP vor 3 Jahren
  Ali Mohammad Pur aafc451016 Userland: Convert TLS::TLSv12 to a Core::Stream::Socket vor 3 Jahren