Histórico de Commits

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