summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix in-memory commit getters trying to parseVicent Marti2010-10-311-2/+5
* Do a full parse on commits before modifying themVicent Marti2010-10-291-0/+12
* Add getter methods for object ownersVicent Marti2010-10-294-3/+32
* Add unit tests for git_odb_read_headerVicent Marti2010-10-291-0/+210
* Add git_odb_read_header method to the ODBVicent Marti2010-10-292-181/+419
* Fix internal memory management on the libraryVicent Marti2010-10-2817-280/+395
* msvc: Fix an "conversion, possible loss of data" warningRamsay Jones2010-10-271-1/+1
* bswap.h: Add ntohs() and htons() functionsRamsay Jones2010-10-271-1/+48
* Change /* to /** at the start of comment blocks in public api so doxygenBenjamin C Meyer2010-10-255-11/+11
* Fix spelling mistakes in the documentation.Benjamin C Meyer2010-10-256-8/+8
* Remove whitespace from the end of the line in documentation.Benjamin C Meyer2010-10-254-13/+13
* Fix issue 3 (memory corruption resize_tree_array)Vicent Marti2010-10-083-7/+54
* Add unit tests for object write-backVicent Marti2010-10-075-0/+272
* Add write-back support for Tag filesVicent Marti2010-10-075-6/+107
* Fix possible segfaults in src/tree.c (issue 1)Vicent Marti2010-10-072-3/+48
* Add write-back support for git_treeVicent Marti2010-09-215-47/+258
* Add support for in-memory objectsVicent Marti2010-09-209-29/+157
* Add setter methods & write support for git_commitVicent Marti2010-09-208-104/+230
* Implement internal methods to write on sourcesVicent Marti2010-09-192-20/+73
* Give object structures more descriptive namesVicent Marti2010-09-1923-166/+163
* Add generic methods for object writebackVicent Marti2010-09-185-11/+101
* Add methods to access internal attributes in git_repoVicent Marti2010-09-122-0/+41
* Fix: do not export custom types in the extern APIVicent Marti2010-09-093-3/+3
* Add support for manually freeing repo objectsVicent Marti2010-08-124-22/+73
* Fix object handling in git_repositoryVicent Marti2010-08-126-75/+98
* Add auxiliary method git__hexdumpVicent Marti2010-08-122-0/+46
* Finish the tree object APIVicent Marti2010-08-124-23/+182
* Add unit tests for index manipulationVicent Marti2010-08-123-0/+229
* Move test resources to a common directoryVicent Marti2010-08-1225-2/+2
* Add support for git index filesVicent Marti2010-08-123-0/+851
* Add support for atomic file lockingVicent Marti2010-08-122-0/+155
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-1228-906/+1163
* Add loading and parsing of tag objectsVicent Marti2010-08-126-0/+387
* Refactor parsing methodsVicent Marti2010-08-076-33/+33
* Add packfile readingVicent Marti2010-08-067-19/+311
* Add parsing of tree file contents.Vicent Marti2010-07-154-0/+103
* Changed test files to use tabs instead of spacesVicent Marti2010-07-153-98/+98
* Add external API to access detailed commit attributesVicent Marti2010-07-156-127/+508
* Add support for tree objects in revision poolsVicent Marti2010-07-156-1/+128
* Changed revpool's object table to support arbitrary objectsVicent Marti2010-07-156-12/+48
* Add new tests: t0502-table, t0503-tableitVicent Marti2010-07-152-0/+170
* Fixed memory leaks in test suiteVicent Marti2010-07-104-1/+12
* Actually free all commits when freeing a commit poolVicent Marti2010-07-101-0/+9
* Fix warning in util.h (signed vs unsigned comparison)Vicent Marti2010-07-101-1/+1
* msvc: Disable a level 4 warning and change -W3 to -W4Ramsay Jones2010-06-073-2/+4
* Makefile(s): Add -Wextra to CFLAGSRamsay Jones2010-06-072-2/+2
* Add a 'git__' prefix to the block-sha1 functionsRamsay Jones2010-06-072-11/+11
* Remove the sha1.h header file and inline the content into hash.cRamsay Jones2010-06-072-13/+8
* msvc: Select the "fast" definition of the {get,put}_be32() macrosRamsay Jones2010-06-071-0/+1
* Makefile: Add a target to generate C preprocessor output filesRamsay Jones2010-06-071-1/+5