1. b5da246 Fix lseek(2) calls with args 2 and 3 swapped by Dana How · 18 years ago
  2. 6fda5e5 Initialize tree descriptors with a helper function rather than by hand. by Linus Torvalds · 18 years ago
  3. 8b969a5 Merge branch 'maint' by Junio C Hamano · 18 years ago
  4. eecc836 Another memory overrun in http-push.c by Eygene Ryabinkin · 18 years ago
  5. 1db8b60 Merge branch 'maint' by Junio C Hamano · 18 years ago
  6. 2c46759 http-push.c::lock_remote(): validate all remote refs. by Eygene Ryabinkin · 18 years ago
  7. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  8. 1968d77 prefixcmp(): fix-up leftover strncmp(). by Junio C Hamano · 18 years ago
  9. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  10. 0175476 Don't force everybody to call setup_ident(). by Junio C Hamano · 18 years ago
  11. 1c23d79 Don't die in git-http-fetch when fetching packs. by Shawn O. Pearce · 18 years ago
  12. 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
  13. 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
  14. 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
  15. cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
  16. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  17. 4cac42b free(NULL) is perfectly valid. by Junio C Hamano · 19 years ago
  18. a7f0519 Merge branch 'gl/cleanup' by Junio C Hamano · 19 years ago
  19. b5bf7cd missing 'static' keywords by Pierre Habouzit · 19 years ago
  20. a8e0d16 Convert memset(hash,0,20) to hashclr(hash). by Junio C Hamano · 19 years ago
  21. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  22. a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
  23. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  24. 0bc87ff http-push.c cleanup by David Rientjes · 19 years ago
  25. a401458 Merge branch 'js/http-mb' by Junio C Hamano · 19 years ago
  26. 1e8d304 http-push: Make WebDAV work with (broken?) default apache2 WebDAV module by Rutger Nijlunsing · 19 years ago
  27. 61ffbcb http-push: avoid fork() by calling merge_bases() directly by Johannes Schindelin · 19 years ago
  28. db6296a Call setup_git_directory() early by Linus Torvalds · 19 years ago
  29. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  30. 12f6c30 Make zlib compression level configurable, and change default. by Joachim B Haga · 19 years ago
  31. 554fe20 Make some strings const by Timo Hirvonen · 19 years ago
  32. 817151e Rename safe_strncpy() to strlcpy(). by Peter Eriksen · 19 years ago
  33. 9d24ed4 Merge branch 'ff/c99' into next by Junio C Hamano · 19 years ago
  34. 1d7f171 Remove all void-pointer arithmetic. by Florian Forster · 19 years ago
  35. b19beec Merge branch 'lt/objlist' into next by Junio C Hamano · 19 years ago
  36. 1f1e895 Add "named object array" concept by Linus Torvalds · 19 years ago
  37. cfd432e6 Remove ranges from switch statements. by Florian Forster · 19 years ago
  38. 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago
  39. bfbd0bb Implement safe_strncpy() as strlcpy() and use it more. by Peter Eriksen · 19 years ago
  40. dd8239f HTTP cleanup by Junio C Hamano · 19 years ago
  41. b3ca4e4e HTTP cleanup by Nick Hengeveld · 19 years ago
  42. 4c068a9 tree_entry(): new tree-walking helper function by Linus Torvalds · 19 years ago
  43. 2d9c58c Remove "tree->entries" tree-entry list from tree parser by Linus Torvalds · 19 years ago
  44. 3a7c352 Make "tree_entry" have a SHA1 instead of a union of object pointers by Linus Torvalds · 19 years ago
  45. 34e98ea Merge branch 'lt/logopt' by Junio C Hamano · 19 years ago
  46. 1b65a5a rev-list --boundary: show boundary commits even when limited otherwise. by Junio C Hamano · 19 years ago
  47. 6b9c58f Split init_revisions() out of setup_revisions() by Junio C Hamano · 19 years ago
  48. 4da8cbc Merge branch 'jc/diff' into next by Junio C Hamano · 19 years ago
  49. ef9e58c Replace index() with strchr(). by Dennis Stosberg · 19 years ago
  50. c4e05b1 blame and friends: adjust to multiple pathspec change. by Junio C Hamano · 19 years ago
  51. 3381c79 Make "--parents" logs also be incremental by Linus Torvalds · 19 years ago
  52. 90321c1 Replace xmalloc+memset(0) with xcalloc. by Peter Eriksen · 19 years ago
  53. ec26b4d Fix sparse warnings about non-ANSI function prototypes by Rene Scharfe · 19 years ago
  54. 8c9e794 http-push.c: squelch C90 warnings. by Junio C Hamano · 19 years ago
  55. a3c57c9 http-push: don't assume char is signed by Nick Hengeveld · 19 years ago
  56. 3dfaf7b http-push: add support for deleting remote branches by Nick Hengeveld · 19 years ago
  57. 1a703cb http-push: cleanup by Nick Hengeveld · 19 years ago
  58. 197e895 http-push: support for updating remote info/refs by Nick Hengeveld · 19 years ago
  59. 512d632 http-push: improve remote lock management by Nick Hengeveld · 19 years ago
  60. 3030baa http-push: refactor remote file/directory processing by Nick Hengeveld · 19 years ago
  61. baa7b67 HTTP slot reuse fixes by Nick Hengeveld · 19 years ago
  62. 5241bfe http-push: fix revision walk by Nick Hengeveld · 19 years ago
  63. aa1dbc9 Update http-push functionality by Nick Hengeveld · 19 years ago
  64. 9cac9d3 Merge branch 'jc/subdir' by Junio C Hamano · 19 years ago
  65. 3e9fabc http-push cleanup by Nick Hengeveld · 19 years ago
  66. 5a32771 Make networking commands to work from a subdirectory. by Junio C Hamano · 19 years ago
  67. 3e2f62b Fix typo in http-push.c by Jan Andres · 19 years ago
  68. 0890098 Decide whether to build http-push in the Makefile by Nick Hengeveld · 19 years ago
  69. 7b89996 http-push memory/fd cleanup by Nick Hengeveld · 19 years ago
  70. acf5957 Improve XML parsing in http-push by Nick Hengeveld · 19 years ago
  71. 29508e1 Isolate shared HTTP request functionality by Nick Hengeveld · 19 years ago
  72. f4f440a sparse fixes for http-{fetch,push}.c by Peter Hagervall · 19 years ago
  73. 92e2eb9 Small bugfixes for http-push.c by Johannes Schindelin · 19 years ago
  74. 0dd276b Make http-push smarter about creating remote dirs by Nick Hengeveld · 19 years ago
  75. bee8e79 http-push.c: include with angle bracket, not dq. by Paul Collins · 19 years ago
  76. 75187c9 Refresh the remote lock if it is about to expire by Nick Hengeveld · 19 years ago
  77. 26349b2 Improve lock handling by Nick Hengeveld · 19 years ago
  78. 0772b9a Support remote references with slashes in their names by Nick Hengeveld · 19 years ago
  79. c17fb6e Verify remote packs, speed up pending request queue by Nick Hengeveld · 19 years ago
  80. 58e60dd Add support for pushing to a remote repository using HTTP/DAV by Nick Hengeveld · 19 years ago