1. fc03322 cgit_repobasename: convert to allocated result by Andy Green · 7 years ago
  2. 255b78f git: update to v2.18.0 by Christian Hesse · 7 years ago
  3. 2f8648f snapshot: strip bit from struct cgit_snapshot_format by Christian Hesse · 7 years ago
  4. c712d5a snapshot: support archive signatures by John Keeping · 7 years ago
  5. 00ad47b ui-snapshot: filter permitted snapshot requests by John Keeping · 7 years ago
  6. c1572bb Add "snapshot-prefix" repo configuration by John Keeping · 7 years ago
  7. d85e8a9 ui-snapshot: pass repo into get_ref_from_filename() by John Keeping · 7 years ago
  8. 86a6d35 git: update to v2.14 by Jeff Smith · 8 years ago
  9. 91153fd git: update to v2.11.0 by Christian Hesse · 9 years ago
  10. 406f593 ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid' by Christian Hesse · 9 years ago
  11. fd00e71 snapshot: don't reimplement cgit_print_error_page() by John Keeping · 10 years ago
  12. 58e827c snapshot: use cgit_print_error_page() for HTTP status codes by John Keeping · 10 years ago
  13. 048f195 snapshot: use cgit_print_error_page() instead of html_status() by John Keeping · 10 years ago
  14. 1a2eeb9 Add Etags for snapshots by Janus · 11 years ago
  15. 79c985e git: update for git 2.0 by Christian Hesse · 11 years ago
  16. 3e9578e Remove unused parameter from cgit_print_snapshot() by Lukas Fleischer · 11 years ago
  17. f60ffa1 Switch to exclusively using global ctx by Lukas Fleischer · 12 years ago
  18. 7bd90b8 filter: add interface layer by John Keeping · 12 years ago
  19. da218fc ui-snapshot: set unused cgit_filter fields to zero by John Keeping · 12 years ago
  20. e711679 ui-snapshot.c: Do not reinvent suffixcmp() by Lukas Fleischer · 12 years ago
  21. f7f26f8 Update copyright information by Lukas Fleischer · 12 years ago
  22. 03eb76d cgit.c: Do not reset HOME after unsetting it. by Jason A. Donenfeld · 12 years ago
  23. 8bf4a04 ui-snapshot: do not access $HOME by Jason A. Donenfeld · 12 years ago
  24. 8c4c2c4 ui-snapshot.c: Prepend "V" when guessing ref names by Lukas Fleischer · 12 years ago
  25. fb3655d use struct strbuf instead of static buffers by John Keeping · 12 years ago
  26. ed5bd30 Convert cgit_print_error to a variadic function by John Keeping · 12 years ago
  27. 8f20879 Always #include corresponding .h in .c files by John Keeping · 12 years ago
  28. bafab42 Mark several functions/variables static by Lukas Fleischer · 12 years ago
  29. 973deda ui-snapshot.c: Fill argv[0] with dummy. by Jason A. Donenfeld · 12 years ago
  30. bdae1d8 White space around control verbs. by Jason A. Donenfeld · 12 years ago
  31. 2ab1cd9 Update git to v1.7.7.7 by John Keeping · 12 years ago
  32. 055e092 ui-snapshot: pass -n to gzip, to suppress timestamp by Jason A. Donenfeld · 13 years ago
  33. 3ec6b30 cgit.c: always setup cgit repo environment variables by Lars Hjemli · 14 years ago
  34. 7eb9f9e Merge branch 'stable' by Lars Hjemli · 14 years ago
  35. 2aabeaf ui-snapshot.c: remove debug cruft by Lars Hjemli · 14 years ago
  36. d87bba8 cgit_open_filter: also take the repo as a parameter by Ferry Huberts · 14 years ago
  37. bf8293d Merge branch 'stable' by Lars Hjemli · 15 years ago
  38. ba1769c ui-snapshot: actually compress zip archives by Lars Hjemli · 15 years ago
  39. 0642435 Add .tar.xz-snapshot support by Andreas Wiese · 16 years ago
  40. 18dfbdc ui-snapshot: use cgit_{open|close}_filter() to execute compressors by Lars Hjemli · 16 years ago
  41. 6fddad7 ui-snapshot: avoid segfault when no filename is specified by Lars Hjemli · 16 years ago
  42. aa60ae1 Merge branch 'snapshot-fixes' by Lars Hjemli · 17 years ago
  43. c4b45de return 404 if snapshot is not found by Natanael Copa · 17 years ago
  44. ed77b2e ui-snapshot.c: change mime-type for tar.gz and tar.bz2 by Lars Hjemli · 17 years ago
  45. 4b4f8d1 ui-snapshot: improve extraction of revision from snapshot name by Lars Hjemli · 17 years ago
  46. 314d9ea Set prefix in snapshots when using dwimmery by Natanael Copa · 17 years ago
  47. ed7ff09 ui-snapshot: add dwimmery by Lars Hjemli · 17 years ago
  48. 204669f ui-snapshot.c: specify archiver_args.baselen by Lars Hjemli · 17 years ago
  49. a4d1ca1 Add ui-shared.h by Lars Hjemli · 17 years ago
  50. f34478c Refactor snapshot support by Lars Hjemli · 17 years ago
  51. b608e88 Remove obsolete cacheitem parameter to ui-functions by Lars Hjemli · 17 years ago
  52. f3c1a18 Add struct cgit_page to cgit_context by Lars Hjemli · 17 years ago
  53. b1f9b9c Introduce html.h by Lars Hjemli · 17 years ago
  54. 2216fd6 Compare string lengths when parsing the snapshot mask by Lars Hjemli · 18 years ago
  55. 5b75064 Set commit date on snapshot contents by Lars Hjemli · 18 years ago
  56. 1221adb ui-snapshot: whitespace/formatting cleanup by Lars Hjemli · 18 years ago
  57. eb45342 cgit_print_snapshot_links: use url to specify snapshot name by Lars Hjemli · 18 years ago
  58. dc3c9b5 allow selective enabling of snapshots by Michael Krelin · 18 years ago
  59. 97c025a shorten snapshot names to repo basename by Michael Krelin · 18 years ago
  60. 0df096f added snapshot filename to the link by Michael Krelin · 18 years ago
  61. 86ca022 add plain uncompressed tar snapshort format by Michael Krelin · 18 years ago
  62. 18a99bd introduced .tar.bz2 snapshots by Michael Krelin · 18 years ago
  63. 4a92cbb compress .tar.gz using gzip as a filter by Michael Krelin · 18 years ago
  64. f97c707 add support for snapshot tarballs by Michael Krelin · 18 years ago
  65. ab2ab95 Add support for snapshots by Lars Hjemli · 18 years ago