Skip to content
Snippets Groups Projects
  1. Jul 26, 2013
  2. Jul 25, 2013
  3. Jul 26, 2013
  4. Jul 25, 2013
  5. Jul 22, 2013
  6. Jul 25, 2013
  7. Jul 21, 2013
  8. Jul 20, 2013
  9. Jul 24, 2013
  10. May 12, 2013
    • durin42's avatar
      hgweb: force connection close on early response · 60e060f4faa9
      durin42 authored
      Not all WSGI servers close the socket when an early response is sent
      to a large POST request, which can cause the server to interpret the
      already-sent request body as an incoming (but hopelessly invalid)
      request.
      60e060f4faa9
  11. Jul 24, 2013
    • Alexander Plavin's avatar
      hgweb: fix incorrect revisions count in graph (issue3977) · 8cfa3a3664a5
      Alexander Plavin authored
      Actual amount of revisions is used now instead of their numbers in the repo
      before to deal with skipped numbers correctly.
      8cfa3a3664a5
    • Alexander Plavin's avatar
      hgweb: fix incorrect way to count revisions in log (issue3977) · 002b711a3e8a
      Alexander Plavin authored
      Actual amount of revisions is used now instead of their numbers in the repo
      before to deal with skipped numbers correctly.
      This iterates starting from the newest revision (which is shown on top)
      yielding up to the specified count, instead of the reversed order used before.
      Effect of this change on efficiency is negligible, when the same changesets are
      returned.
      002b711a3e8a
    • Alexander Plavin's avatar
      hgweb: always start graph with the revision in url · 02c71f96eb6c
      Alexander Plavin authored
      It is the same fix for graph command, as was recently for log. This makes the
      specified revision be always on top of the graph view.
      Before the patch, for example with repo having revisions 0, 1, 2, 3 and revision
      in url being '2', all revisions were shown and the specified one wasn't
      the first.
      02c71f96eb6c
  12. Jul 25, 2013
  13. Jul 24, 2013
  14. Jul 25, 2013
  15. Jul 24, 2013
  16. Jul 23, 2013
  17. Jul 21, 2013
Loading