Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> hace 3 años
  Simon Woertz b87ab989a3 LibPDF: Check if there is data left before consuming hace 3 años
  Andreas Kling 80d4e830a0 Everywhere: Pass AK::ReadonlyBytes by value hace 3 años
  Andreas Kling a15ed8743d AK: Make ByteBuffer::try_* functions return ErrorOr<void> hace 3 años
  Brendan Coles 6ccfa3e75e LibPDF: Parser::parse_header() return false if remaining bytes is zero hace 3 años
  Ben Wiederhake f84a7e2e22 LibPDF: Replace Value class by AK::Variant hace 3 años
  Ben Wiederhake d344253b08 LibPDF: Extract reference bitpacking into dedicated class hace 3 años
  Ben Wiederhake da170997d5 LibPDF: Move inline function definition hace 3 años
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe hace 3 años
  Ali Mohammad Pur 3a9f00c59b Everywhere: Use OOM-safe ByteBuffer APIs where possible hace 3 años
  Hendiadyoin1 ed46d52252 Everywhere: Use AK/Math.h if applicable hace 4 años
  Wesley Moret 1b8f73b6b3 LibPDF: Fix treating not finding the linearized dict as a fatal error hace 4 años
  Wesley Moret 5d4d70355e LibPDF: Fix checking `minor_ver` instead of `major_ver` hace 4 años
  Matthew Olsson 612b183703 LibPDF: Convert to east-const to comply with the recent style changes hace 4 años
  Matthew Olsson ea3abb14fe LibPDF: Parse hint tables hace 4 años
  Matthew Olsson e23bfd7252 LibPDF: Parse linearized PDF files hace 4 años
  Matthew Olsson be1be47613 LibPDF: Fix two parser bugs hace 4 años
  Matthew Olsson 78bc9d1539 LibPDF: Refine the distinction between the Document and Parser hace 4 años
  Matthew Olsson 1ef5071d1b LibPDF: Harden the document/parser against errors hace 4 años
  Matthew Olsson d654fe0e41 LibPDF: Differentiate Value's null and empty states hace 4 años
  Ali Mohammad Pur 51c2c69357 AK+Everywhere: Disallow constructing Functions from incompatible types hace 4 años
  Matthew Olsson 78f3bad7e6 LibPDF: Pre-initialize common FlyStrings in CommonNames.h hace 4 años
  Matthew Olsson 67b65dffa8 LibPDF: Handle string encodings hace 4 años
  Matthew Olsson be6e4b6f3c LibPDF: Store indirect value refs in Value objects hace 4 años
  Matthew Olsson 477e3946e5 LibPDF: Add support for stream filters hace 4 años
  Matthew Olsson 8c7ebc7a3f LibPDF: Do not assume value is an object in parse_indirect_value hace 4 años
  Matthew Olsson 101639e526 LibPDF: Parse graphics commands hace 4 años
  Matthew Olsson 03649f85e2 LibPDF: Don't rely on a stream's /Length key existing hace 4 años
  Matthew Olsson 3aeaceb727 LibPDF: Parse nested Page Tree structures hace 4 años
  Matthew Olsson 8c745ad0d9 LibPDF: Parse page structures hace 4 años