Historique des commits

Auteur SHA1 Message Date
  Jelmer Vernooij 0b9678e369 Cleanup some imports. il y a 14 ans
  Jelmer Vernooij 3440200fd0 Rename dulwich.misc => dulwich._compat. il y a 14 ans
  Jelmer Vernooij be986b1139 Some formatting fixes. il y a 15 ans
  Dave Borowitz d58b892341 Add eof() and unread_pkt_line() methods to Protocol. il y a 15 ans
  Dave Borowitz 2ee1f02bdc Clean up docstrings in dulwich.protocol. il y a 15 ans
  Dave Borowitz 35fba53089 Add side-band-64k support to ReceivePackHandler. il y a 15 ans
  Dave Borowitz cc748dcb63 Factor out a function to convert a line to a pkt-line. il y a 15 ans
  Dave Borowitz 0994d0331b Clean up file headers. il y a 15 ans
  Dave Borowitz 140afabfb2 Add SEEK_END to misc.py, since it was added in 2.5. il y a 15 ans
  Dave Borowitz 8199aef665 Fix numerous style issues. il y a 15 ans
  Dave Borowitz 09073f072e Add ReceivableProtocol that supports recv() as well as read(). il y a 15 ans
  Dave Borowitz 0a9928f765 Strip excess whitespace from capabilities lines. il y a 15 ans
  Dave Borowitz 4f406194f0 Extract all-zero SHA as a constant in protocol.py il y a 15 ans
  Dave Borowitz d09b91bded Add smart HTTP support to dul-web. il y a 15 ans
  Dave Borowitz 032036b37e Rework server protocol to be smarter and interoperate with cgit client. il y a 15 ans
  Jelmer Vernooij cda85f1468 Provide more complete file-like API to pack write commands, since they need tell(). il y a 16 ans
  Jelmer Vernooij ab09036231 Support progress reporting in iterobjects. il y a 16 ans
  Jelmer Vernooij e62cb12a42 Support activity reporting. il y a 16 ans
  Jelmer Vernooij 56599712bd Add tests for protocol. il y a 16 ans
  Jelmer Vernooij e82ea2af53 Fix formatting issues. il y a 16 ans
  Jelmer Vernooij a0b8a211bb Raise proper exceptions for clients. il y a 16 ans
  Jelmer Vernooij 0f9682b369 Make all files written by either John and/or me GPLv2+, as discussed il y a 16 ans
  John Carr e0b1f05961 Fix whitespace il y a 16 ans
  Jelmer Vernooij d2d9e28d11 Raise exception when client hangs up. il y a 16 ans
  John Carr af849995f5 Closer to clone working il y a 16 ans
  Jelmer Vernooij 38cfa548ea Fix typos. il y a 16 ans
  John Carr 75f1dd79b6 write_pack_data expects a file object, not a callback. Add a ProtocolFile object to satisfy its desires for now. il y a 16 ans
  John Carr a33bb7ab2f If no capabilities, still return a tuple or we get unpacking fail il y a 16 ans
  John Carr e7cda0466a Move send_cmd and read_cmd out of the protocol. il y a 16 ans
  Jelmer Vernooij 4a19eb2948 Share capabilities extractor, port number. il y a 16 ans