summaryrefslogtreecommitdiffstats
path: root/name-hash.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-28vcs-svn: verify that deltas consume all inline dataJonathan Nieder2-3/+4
2011-03-28vcs-svn: implement copyfrom_data delta instructionJonathan Nieder2-7/+139
2011-03-28vcs-svn: read instructions from deltasJonathan Nieder2-2/+10
2011-03-28vcs-svn: read inline data from deltasJonathan Nieder2-11/+47
2011-03-28vcs-svn: read the preimage when applying deltasJonathan Nieder2-0/+37
2011-03-28vcs-svn: parse svndiff0 window headerJonathan Nieder2-6/+142
2011-03-28vcs-svn: skeleton of an svn delta parserJonathan Nieder5-8/+133
2011-03-28vcs-svn: make buffer_read_binary API more convenientJonathan Nieder2-4/+4
2011-03-28vcs-svn: learn to maintain a sliding view of a fileJonathan Nieder4-0/+98
2011-03-27Makefile: list one vcs-svn/xdiff object or header per lineJonathan Nieder1-16/+44
2011-03-27vcs-svn: add missing cast to printf argumentJonathan Nieder1-1/+2
2011-03-26vcs-svn: handle log message with embedded NULJonathan Nieder6-13/+94
2011-03-26vcs-svn: avoid unnecessary copying of log message and authorJonathan Nieder1-10/+10
2011-03-26vcs-svn: remove buffer_read_stringJonathan Nieder5-48/+17
2011-03-26vcs-svn: make reading of properties binary-safeJonathan Nieder2-14/+37
2011-03-23vcs-svn: use strchr to find RFC822 delimiterDavid Barr1-2/+5
2011-03-23vcs-svn: implement perfect hash for top-level keysDavid Barr1-50/+59
2011-03-23vcs-svn: implement perfect hash for node-prop keysDavid Barr1-19/+43
2011-03-23vcs-svn: use strbuf for author, UUID, and URLDavid Barr5-30/+43
2011-03-22vcs-svn: use strbuf for revision logDavid Barr1-20/+8
2011-03-22vcs-svn: improve reporting of input errorsJonathan Nieder2-5/+37
2011-03-22vcs-svn: make buffer_copy_bytes return length readJonathan Nieder2-10/+11
2011-03-22vcs-svn: make buffer_skip_bytes return length readJonathan Nieder3-8/+10
2011-03-22vcs-svn: improve support for reading large filesJonathan Nieder2-4/+4
2011-03-07vcs-svn: allow input errors to be detected promptlyJonathan Nieder2-0/+6
2011-03-07vcs-svn: simplify repo_modify_path and repo_copyJonathan Nieder3-22/+13
2011-03-07vcs-svn: handle_node: use repo_read_pathJonathan Nieder1-10/+23
2011-03-07vcs-svn: introduce repo_read_path to check the content at a pathJonathan Nieder2-1/+12
2011-02-28fast-import: make code "-Wpointer-arith" cleanJonathan Nieder1-1/+1
2011-02-26vcs-svn: teach line_buffer about temporary filesJonathan Nieder3-1/+52
2011-02-26vcs-svn: allow input from file descriptorJonathan Nieder5-7/+31
2011-02-26vcs-svn: allow character-oriented inputJonathan Nieder2-0/+6
2011-02-26vcs-svn: add binary-safe read functionJonathan Nieder4-0/+35
2011-02-26t0081 (line-buffer): add buffering testsJonathan Nieder2-4/+128
2011-02-26vcs-svn: tweak test-line-buffer to not assume line-oriented inputJonathan Nieder2-17/+20
2011-02-26tests: give vcs-svn/line_buffer its own test scriptJonathan Nieder2-54/+67
2011-02-26vcs-svn: make test-line-buffer input format more flexibleJonathan Nieder2-29/+45
2011-02-26vcs-svn: teach line_buffer to handle multiple input filesJonathan Nieder7-46/+50
2011-02-26vcs-svn: collect line_buffer data in a structJonathan Nieder2-23/+33
2011-02-26vcs-svn: replace buffer_read_string memory pool with a strbufJonathan Nieder1-10/+6
2011-02-26vcs-svn: eliminate global byte_bufferJonathan Nieder1-1/+2
2011-02-26fast-import: add 'ls' commandDavid Barr3-14/+303
2011-02-23update-index --refresh --porcelain: add missing constJonathan Nieder2-3/+3
2011-02-23checkout: add missing const to describe_detached_headJonathan Nieder1-1/+1
2011-02-22Documentation: clarify -u<mode> option defaultsClemens Buchacher2-14/+14
2011-02-21t/t7500-commit.sh: use test_cmp instead of testÆvar Arnfjörð Bjarmason1-1/+6
2011-02-21t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediateÆvar Arnfjörð Bjarmason3-88/+6
2011-02-21gitweb/gitweb.perl: don't call S_ISREG() with undefÆvar Arnfjörð Bjarmason1-1/+1
2011-02-21gitweb/gitweb.perl: remove use of qw(...) as parenthesesÆvar Arnfjörð Bjarmason1-2/+2
2011-02-16parse_tag_buffer(): do not prefixcmp() out of rangeNguyễn Thái Ngọc Duy1-2/+4