summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-2824-54/+79
|\
| * *: correct and codify various file permissionsBrodie Rao2011-10-1417-18/+36
| * fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-1411-23/+30
| * fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao2011-10-147-20/+20
* | global: Properly use `git__` memory wrappersVicent Marti2011-10-2847-268/+270
* | tree: Add traversal in post-orderVicent Marti2011-10-271-2/+54
* | Merge branch 'status' of https://github.com/carlosmn/libgit2 into developmentVicent Marti2011-10-271-37/+17
|\ \
| * | status: move GIT_STATUS_PATH_* into an enumCarlos Martín Nieto2011-10-271-7/+9
| * | status: reorder retrieve_head_tree error checksCarlos Martín Nieto2011-10-271-4/+2
| * | status: remove git_tree_entry_byposCarlos Martín Nieto2011-10-271-14/+5
| * | status: remove git_index_entry_byposCarlos Martín Nieto2011-10-271-12/+1
* | | Merge pull request #467 from oleganza/oa-config-parse-fixVicent Martí2011-10-271-2/+8
|\ \ \ | |/ / |/| |
| * | Fixed crash in config parser when empty value is encountered.Oleg Andreev2011-10-271-2/+8
* | | windows: Add support for non-UTF codepagesVicent Marti2011-10-266-28/+49
* | | Tolerate zlib deflation with window size < 32KbRoberto Tyley2011-10-241-1/+1
* | | tree: Fix name lookups once and for allVicent Marti2011-10-201-45/+85
* | | tree: Fix lookups by entry nameVicent Marti2011-10-191-2/+11
* | | mwindow: close LRU window properlyCarlos Martín Nieto2011-10-151-5/+12
| |/ |/|
* | tree: Add git_tree_frompath() which, given a relative path to a tree entry, r...nulltoken2011-10-131-0/+45
* | oid: Add git_oid_streq() which checks if an oid and an hex formatted string a...nulltoken2011-10-131-0/+11
* | Fix compilation error on Windowsnulltoken2011-10-131-1/+0
* | Merge pull request #454 from brodie/parsing-fixesVicent Martí2011-10-133-11/+12
|\ \
| * | signature: don't blow up trying to parse names containing '>'Brodie Rao2011-10-121-1/+1
| * | tag: allow the tagger field to be missing when parsing tagsBrodie Rao2011-10-121-6/+10
| * | tag: avoid a double-free when parsing tags without a tagger fieldBrodie Rao2011-10-121-4/+1
| * | commit: properly parse empty commit messagesBrodie Rao2011-10-121-2/+2
| |/
* | Merge pull request #455 from brodie/pack-fixesVicent Martí2011-10-131-1/+1
|\ \
| * | odb_pack: don't do ambiguity checks for fully qualified SHA1 hashesBrodie Rao2011-10-121-1/+1
| |/
* | pkt: move the protocol strings to the top of the fileCarlos Martín Nieto2011-10-121-17/+14
* | Move the transports to their own directoryCarlos Martín Nieto2011-10-123-0/+0
* | net: plug a few memory leaksCarlos Martín Nieto2011-10-122-2/+17
* | http: download pack when fetchingCarlos Martín Nieto2011-10-121-12/+123
* | remote: bitfield should be unsignedCarlos Martín Nieto2011-10-121-1/+1
* | git transport: don't loose received dataCarlos Martín Nieto2011-10-121-83/+38
* | fetch: add a generic pack-download functionCarlos Martín Nieto2011-10-122-0/+63
* | pkt: get rid of the chunked supportCarlos Martín Nieto2011-10-124-54/+17
* | http: simple negotiationCarlos Martín Nieto2011-10-122-27/+58
* | Introduce the git_pkt_buffer_ family of functionsCarlos Martín Nieto2011-10-122-21/+87
* | http: parse the response from the serverCarlos Martín Nieto2011-10-122-11/+109
* | http: add a set of common refsCarlos Martín Nieto2011-10-121-14/+40
* | http: move stuff out of negotiate_fetchCarlos Martín Nieto2011-10-121-44/+62
* | transport: don't have an extra send-wants stepCarlos Martín Nieto2011-10-125-68/+19
* | http: Start negotiate_fetchCarlos Martín Nieto2011-10-121-0/+92
* | net,pkt: add chunked supportCarlos Martín Nieto2011-10-125-26/+72
* | http: add more modularity to the codeCarlos Martín Nieto2011-10-121-46/+47
* | Merge pull request #449 from csware/include-win-version-informationVicent Martí2011-10-121-0/+42
|\ \
| * | include version information in git2.dll on WindowsSven Strickroth2011-10-091-0/+42
| |/
* | fetch: move 'head' so it's visible to the whole functionCarlos Martín Nieto2011-10-091-1/+2
* | Merge pull request #444 from carlosmn/fetch-fixesVicent Martí2011-10-095-11/+45
|\ \ | |/ |/|
| * fetch: store FETCH_HEADCarlos Martín Nieto2011-10-084-5/+37