summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Add git_remote_newCarlos Martín Nieto2011-08-301-0/+12
* Don't hide the transport detailsCarlos Martín Nieto2011-08-301-8/+0
* Be smarter about selecting wantsCarlos Martín Nieto2011-08-181-2/+1
* Remove enum git_whnCarlos Martín Nieto2011-08-181-8/+2
* Add git_remote_update_tipsCarlos Martín Nieto2011-08-181-0/+10
* Only wait for pack if we need itCarlos Martín Nieto2011-08-181-0/+14
* Don't expose the fetch code to the userCarlos Martín Nieto2011-08-181-1/+12
* negotiationCarlos Martín Nieto2011-08-181-0/+2
* Add git_fetch_list_want which creates the "want" listCarlos Martín Nieto2011-08-181-0/+7
* reflog: assimilate reflog API to return git_oid'sschu2011-08-151-2/+2
* Add missing GIT_BEGIN_DECL and GIT_END_DECL to indexer headerLambert CLARA2011-08-131-0/+3
* commit: Add support for Encoding headerVicent Marti2011-08-121-3/+14
* Add common.h to types.hVicent Marti2011-08-101-0/+2
* Merge pull request #345 from carlosmn/gsoc2011/indexerVicent Martí2011-08-031-0/+67
|\
| * Document the indexer callsCarlos Martín Nieto2011-08-031-1/+46
| * Move pack index writing to a public functionCarlos Martín Nieto2011-08-031-0/+1
| * Implement the indexerCarlos Martín Nieto2011-08-031-1/+3
| * Rename stuff to git_indexer_Carlos Martín Nieto2011-08-021-5/+5
| * Start the runnerCarlos Martín Nieto2011-08-021-7/+11
| * Intial indexer codeCarlos Martín Nieto2011-08-021-0/+15
* | signature: adjust API to return error codesschu2011-08-031-4/+6
|/
* Fix compilation in C++: remove double GIT_BEGIN_DECLMarcel Groothuis2011-07-291-9/+0
* Fixup network headersCarlos Martín Nieto2011-07-272-10/+18
* On some header files, GIT_END_DECL was absent while GIT_BEGIN_DECL wasn't.Johan 't Hart2011-07-272-0/+5
* index: fix cast warningsKirill A. Shutemov2011-07-251-2/+2
* Modify struct definition to enable forward declare with C++ compiler,Lambert CLARA2011-07-251-2/+3
* tag: Make git_tag_create_lightweight() accessible to bindingsnulltoken2011-07-141-1/+1
* typo: one git_remote_fetchspec should be pushspecCarlos Martín Nieto2011-07-131-1/+1
* config: Rename `del` to `deleteVicent Marti2011-07-121-1/+1
* tag: Add creation of lightweight tagnulltoken2011-07-111-3/+37
* Finish to hide git_pkt from external API.Lambert CLARA2011-07-111-6/+0
* Remove the last reference of git_net_direction enumLambert CLARA2011-07-111-3/+0
* Cleanup external APIVicent Marti2011-07-114-58/+104
* include: Fix unmatched params in documentationVicent Marti2011-07-112-4/+4
* status: CleanupVicent Marti2011-07-092-12/+13
* status: get status for single fileJason Penny2011-07-091-0/+10
* status: get file statuses and run callbackJason Penny2011-07-091-0/+27
* status: get blob object id of file on diskJason Penny2011-07-091-0/+54
* reflog: add API to read or write a reference logschu2011-07-092-0/+135
* tag: add pattern based retrieval of list of tag namesnulltoken2011-07-071-0/+23
* index: introduce git_index_uniq() functionKirill A. Shutemov2011-07-051-0/+7
* Merge pull request #300 from carlosmn/gsoc2011/masterVicent Martí2011-07-058-0/+312
|\
| * Slim down git_transportCarlos Martín Nieto2011-06-273-6/+4
| * Add git_remote_connect and git_remote_lsCarlos Martín Nieto2011-06-271-0/+21
| * Remove the repo param from git_transport_newCarlos Martín Nieto2011-06-261-1/+1
| * Move transports to an inheritance modelCarlos Martín Nieto2011-06-262-1/+2
| * Move git_pkt_{gen_proto,send_request} to transport_git.cCarlos Martín Nieto2011-06-261-5/+0
| * Use (s)size_tCarlos Martín Nieto2011-06-261-1/+1
| * Implement and use git_pkt_send_requestCarlos Martín Nieto2011-06-261-1/+2
| * Correctly handle network inputCarlos Martín Nieto2011-06-262-1/+4