summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Android build doesn't need deps/regexYong Li2015-05-041-1/+1
| | | | | | | | | | deps/regex was included in Android build because Android NDK 4 has a packaging bug and doesn't have the regular expression functions defined in its libc.so. The bug has been fixed in subsequent Android NDK releases. If it is still necessary to work around the bug in Android NDK 4, we should consider to use an option like ANDROID_NDK_RELEASE or ANDROID_NDK_RELEASE_NUM.
* README: provide some more explanation about TLSEdward Thomson2015-02-231-1/+4
|
* README.md: Add Swift bindings "Gift"Brian Gesiak2015-02-041-0/+2
|
* README: Point to libgit2 account's AppVeyor badgeEdward Thomson2015-01-161-1/+1
| | | | | Microsoft is sponsoring a Pro account at AppVeyor for the libgit2 and LibGit2Sharp projects. Point to that account's badge.
* Use svg instead of png to get better image qualityPeter Dave Hello2015-01-141-1/+1
|
* Mention the init function in the READMEcmn/init-readmeCarlos Martín Nieto2014-12-141-0/+13
| | | | This fixes #2731.
* readme: Add AppVeyor build status badge/linknulltoken2014-12-101-0/+1
|
* readme: Make Travis build status badge reflect the state of masternulltoken2014-12-101-1/+1
|
* readme: Trim trailing linesnulltoken2014-12-101-2/+2
|
* docs: explicitly document the threading caveatscmn/threadingCarlos Martín Nieto2014-11-011-0/+5
| | | | | | Talk about sharing objects and error messages; but the most important part is about what to do with the cryptographic libraries, which sadly have to become to responsibility of the application.
* Flip THREADSAFE's default to ONcmn/threadsafe-onCarlos Martín Nieto2014-10-271-1/+1
| | | | | | Threads are here to stay; and for a while now, users have had to call the initialization function which sets up threads and crypto regardless of whether the library was built threadsafe or not.
* Fix README.mdSeijiIto2014-10-061-1/+1
|
* the wiki, it is deadBrendan Forster2014-09-301-2/+1
|
* Fix typoLinquize2014-09-161-1/+1
|
* Add Rust to the language bindings listAlex Crichton2014-09-151-0/+2
|
* add Julia to the language bindings listjake bolewski2014-08-251-0/+2
|
* Updated perl bindings linkJacques Germishuys2014-07-131-1/+1
|
* Add R bindings to the READMEStefan Widgren2014-05-131-0/+2
|
* Add project list and update readmeRussell Belfer2014-02-261-11/+14
|
* Clarify C compatibility policyRussell Belfer2014-02-201-5/+5
| | | | and a couple of other minor doc fixups.
* Merge pull request #2044 from libgit2/coverityBen Straub2014-01-161-0/+1
|\ | | | | Run Coverity scan on Travis
| * Add coverity scan badge to readmeBen Straub2014-01-131-0/+1
| |
* | Update README to include Java, PowerShell bindingsEdward Thomson2014-01-151-0/+4
|/
* docs: Remove non existing wrapper from the readmeAndrius Bentkus2013-12-271-1/+0
| | | libgit2net stopped to exist, all hail libgit2sharp
* Relicense examples under CC0Ben Straub2013-11-011-3/+5
|
* fix typos in README.mdNicolas Kaiser2013-10-241-3/+3
|
* README: add a note about the optional dependenciesCarlos Martín Nieto2013-10-231-0/+11
|
* slightly clarified the "license" portion of `README.md" + formatting all overHaneef Mubarak2013-10-171-1/+1
| | | fixed typo `can can` -> `can`
* slightly clarified the "license" portion of `README.md" + formatting all overHaneef Mubarak2013-10-171-1/+1
| | | added the second change suggested by @nulltoken (with two extra words :) )
* slightly clarified the "license" portion of `README.md" + formatting all overHaneef Mubarak2013-10-171-13/+13
| | | | | | | | | There are commercial open source applications, hence proprietary seems to be a better term. Also: - Trimmed header `=`'s to match text length - made libgit2 stand out everywhere - pretty printing links - irc link for those with the correct setup
* Add instructions about buiding for Android to README.mdKrzysztof Adamski2013-09-011-0/+22
|
* Point to the right Go bindingsCarlos Martín Nieto2013-08-311-1/+1
|
* Update readme to point to the currently maintained Erlang bindings. Namely: ↵Nirvana2013-08-311-1/+1
| | | | https://github.com/carlosmn/geef
* Update README.mdEdward Thomson2013-07-191-1/+1
|
* Clarify when to use github issuesEdward Thomson2013-07-191-2/+3
| | | Suggest that github issues are to be used for bug reports, while questions about usage should be directed to StackOverflow.
* Tidy up the methods of contacting the projectMartin Woodward2013-07-191-8/+11
| | | | | Updated the methods of getting involved with the project and asking questions.
* Fix some minor issuesBen Straub2013-04-191-9/+2
|
* Update link to Perl bindingsAlessandro Ghedini2013-04-171-1/+1
|
* Updated link to Haskell bindingsMaxwell Swadling2013-04-091-1/+1
| | | The old one hasn't been updated in a long time. This one is current.
* removed obsolete reference to api.htmlCarlos Scheidegger2013-02-061-1/+0
|
* Let people know that the ML is deprecatedVicent Martí2013-01-301-1/+5
|
* Explain a few CMake options in the READMECarlos Martín Nieto2012-11-131-4/+31
| | | | | Expose STDCALL and explain a few useful CMake options, as well as explain the quirks building on Windows.
* Fix Clar linkKeith Dahlby2012-11-041-1/+1
|
* Use standard CMake variable names for installation pathsVeeti Paananen2012-10-201-2/+2
| | | | | | | Rename INSTALL_INC and INSTALL_BIN to INCLUDE_INSTALL_DIR and BIN_INSTALL_DIR, which are more commonly used. This is also consistent with the variable for the library path which is already LIB_INSTALL_DIR.
* Add link to D libgit2 bindings.Andrej Mitrovic2012-10-111-0/+2
|
* libgit2.pc.in: also switch to LIB_INSTALL_DIRMichael Schubert2012-07-161-1/+1
| | | | | | b3237ac3 changed CMakeList.txt to use the more standard LIB_INSTALL_DIR variable instead of INSTALL_LIB, but forgot to change libgit2.pc.in etc. accordingly.
* Point to the libgit2-glib wiki pageIgnacio Casal Quinteiro2012-07-091-1/+1
|
* libgit2-glib bindings moved to gnome serversIgnacio Casal Quinteiro2012-05-311-1/+1
|
* README: use docs/rel-notes/ for the release notesCarlos Martín Nieto2012-05-241-1/+1
|
* README: add rules about writing release notes as they happenCarlos Martín Nieto2012-05-231-1/+3
|