summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1296 from arrbee/stricter-config-name-checksVicent Martí2013-01-293-62/+99
|\
| * Implement config key validation rulesRussell Belfer2013-01-293-62/+99
* | Merge pull request #1295 from carlosmn/obsdVicent Martí2013-01-292-1/+36
|\ \
| * | Fix p_realpath on OpenBSDCarlos Martín Nieto2013-01-292-1/+36
* | | Merge pull request #1285 from phkelley/vectorRussell Belfer2013-01-2915-172/+207
|\ \ \
| * | | Now with no multiplyPhilip Kelley2013-01-291-2/+2
| * | | Vector improvements and their falloutPhilip Kelley2013-01-2715-172/+207
* | | | Added git_treebuilder_entrycountJohn Wiegley2013-01-281-0/+6
| |_|/ |/| |
* | | Fix fail clone local repository because can't found objectFrank Li2013-01-271-2/+5
|/ /
* | Fix a mutex leak in pack.cPhilip Kelley2013-01-261-0/+1
|/
* Fix 3 memory leaksPhilip Kelley2013-01-251-0/+1
* Merge pull request #1279 from carlosmn/config-trailing-backslashVicent Martí2013-01-251-1/+8
|\
| * config: support trailing backslashesCarlos Martín Nieto2013-01-251-1/+8
* | clone: Prevent segfault upon faulted remote creationnulltoken2013-01-251-3/+6
|/
* Added git_branch_name().Sebastian Bauer2013-01-251-0/+21
* index: Speed up loading a tree into the indexScott J. Goldman2013-01-241-3/+8
* Merge pull request #1250 from jamill/push_update_tipsPhilip Kelley2013-01-241-0/+54
|\
| * Update remote tips on pushJameson Miller2013-01-221-0/+54
* | opts: Add getters tooVicent Marti2013-01-231-2/+10
* | Merge pull request #1271 from libgit2/global-settingsVicent Martí2013-01-222-16/+30
|\ \
| * | Global options setterVicent Marti2013-01-232-16/+30
* | | Merge pull request #1270 from libgit2/packed-peeled-objects-fixRussell Belfer2013-01-221-4/+8
|\ \ \
| * | | Allow peeled references without trailing newline at end of fileScott J. Goldman2013-01-221-4/+8
* | | | Fix case sensitivity bug with tree iteratorsRussell Belfer2013-01-221-3/+5
|/ / /
* | | Revert "Handle packed peeled objects without trailing newlines"Scott J. Goldman2013-01-221-6/+3
* | | Merge pull request #1268 from phkelley/developmentVicent Martí2013-01-221-13/+16
|\ \ \ | |_|/ |/| |
| * | A simple perf optimization in pack-objects.cPhilip Kelley2013-01-221-13/+16
* | | Fix gen_pktline format specifier for Win32Philip Kelley2013-01-222-1/+3
|/ /
* | Merge pull request #1267 from libgit2/no-newlineVicent Martí2013-01-211-3/+6
|\ \
| * | Handle packed peeled objects without trailing newlinesScott J. Goldman2013-01-211-3/+6
| |/
* | Parse commit time as uint64_t to avoid overflowRussell Belfer2013-01-211-2/+2
|/
* commit: don't include the LF in the header field valueCarlos Martín Nieto2013-01-201-2/+3
* Fix compilation on OpenBSDCarlos Martín Nieto2013-01-201-0/+1
* Fix really bad error handling in git_smart__negotiate_fetchPhilip Kelley2013-01-181-21/+45
* Merge pull request #1239 from ethomson/index_removeVicent Martí2013-01-173-3/+18
|\
| * add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson2013-01-123-3/+18
* | Merge pull request #1244 from carlosmn/pack-evictVicent Martí2013-01-171-12/+7
|\ \
| * | pack: evict all of the pages at onceCarlos Martín Nieto2013-01-141-31/+4
| * | pack: evict objects from the cache in groups of eightCarlos Martín Nieto2013-01-141-11/+33
* | | Merge pull request #1247 from sba1/dont-segfault-if-transport-doesnt-support-...Ben Straub2013-01-171-0/+6
|\ \ \
| * | | Don't segfault if transport doesn't support push.Sebastian Bauer2013-01-171-0/+6
* | | | Merge pull request #1255 from arrbee/fix-signed-commit-header-parsingVicent Martí2013-01-171-14/+16
|\ \ \ \
| * | | | Add skipping of unknown commit headersRussell Belfer2013-01-171-14/+16
| |/ / /
* | | | cache should contain on-disk (filtered) file sizeEdward Thomson2013-01-171-3/+1
|/ / /
* | | Merge pull request #1211 from arrbee/fix-icase-status-fileVicent Martí2013-01-1614-201/+450
|\ \ \
| * | | Shortcut spool and sort for empty iteratorRussell Belfer2013-01-151-0/+5
| * | | Support case insensitive tree iterators and statusRussell Belfer2013-01-153-30/+115
| * | | Add git_tree_entry_cmp and git_tree_entry_icmpRussell Belfer2013-01-152-6/+17
| * | | Add git_path_icmp to case-insensitive path cmpRussell Belfer2013-01-152-1/+30
| * | | Add payload "_r" versions of bsearch and tsortRussell Belfer2013-01-153-25/+88