Skip to content
Snippets Groups Projects
  1. Jan 23, 2014
  2. Mar 25, 2014
  3. Apr 11, 2014
  4. Apr 12, 2014
  5. Apr 11, 2014
  6. Apr 10, 2014
    • Pierre-Yves David's avatar
      bundle2: extract a _payloadchunks method for part · 4cae06ae1562
      Pierre-Yves David authored
      We are preparing streaming capability for part. So the generation of payload
      chunk will becomes more complex. We extract this part in its own function before
      any changes.
      4cae06ae1562
    • Pierre-Yves David's avatar
      changegroup: move chunk extraction into a getchunks method of unbundle10 · 1e28ec9744bf
      Pierre-Yves David authored
      This code used to be in `writebundle` only. We needs to make it more broadly
      available for bundle2. The "changegroup" bundle2 part has to retrieve the
      binary content of changegroup stream. We moved the chunks retrieving code into
      the `unbundle10` object directly and the `writebundle` code is now using that.
      
      This split is useful for bundle2 purpose, we want to be able to easily stream
      changegroup content in a part.
      
      To keep thing simples, we kept compression out of the new methods. If it make
      more sense in the future, compression may get included in this function too.
      1e28ec9744bf
  7. Mar 25, 2014
  8. Apr 04, 2014
    • Pierre-Yves David's avatar
      bundle2: produce a bundle2 reply · d7df4b7378ae
      Pierre-Yves David authored
      We do not know yet what kind of data future features and extensions will need to
      exchange. To handle that, bundle2 allows to send arbitrary content to the
      server. As a consequence, we need to be able to reply arbitrary content to the
      client. And, we can use bundle2 to transmit those arbitrary data.
      
      When a client will push a bundle2 to the server, the server will reply with a
      bundle2 itself.
      
      This changeset installs the first stone of this logic and test it.
      d7df4b7378ae
  9. Apr 11, 2014
  10. Apr 01, 2014
    • Pierre-Yves David's avatar
      bundle2: add an integer id to part · e995d104c87f
      Pierre-Yves David authored
      For sending response to a pushed bundle, we need to link reply parts to request
      part. We introduce a part id for this purpose. This is a 32 bit unique
      integer stored in the header.
      e995d104c87f
  11. Apr 07, 2014
  12. Feb 25, 2014
  13. Apr 07, 2014
  14. Mar 20, 2014
  15. Apr 07, 2014
  16. Mar 08, 2014
  17. Apr 11, 2014
  18. Apr 10, 2014
    • Wei, Elson's avatar
      hgweb: override the charset attribute in the http request · 55543ee545ab
      Wei, Elson authored
      The default http request character set is UTF-8. If the message is not encoded
      in UTF-8, such as big5, it cannot be shown correctly. The 'charset' is
      overridden by the root document's, such that the user can select the proper
      encoding in the browser.
      55543ee545ab
  19. Apr 11, 2014
Loading