| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | README: provide some more explanation about TLS | Edward Thomson | 2015-02-23 | 1 | -1/+4 |
| | | |||||
| * | README.md: Add Swift bindings "Gift" | Brian Gesiak | 2015-02-04 | 1 | -0/+2 |
| | | |||||
| * | README: Point to libgit2 account's AppVeyor badge | Edward Thomson | 2015-01-16 | 1 | -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 quality | Peter Dave Hello | 2015-01-14 | 1 | -1/+1 |
| | | |||||
| * | Mention the init function in the READMEcmn/init-readme | Carlos Martín Nieto | 2014-12-14 | 1 | -0/+13 |
| | | | | | This fixes #2731. | ||||
| * | readme: Add AppVeyor build status badge/link | nulltoken | 2014-12-10 | 1 | -0/+1 |
| | | |||||
| * | readme: Make Travis build status badge reflect the state of master | nulltoken | 2014-12-10 | 1 | -1/+1 |
| | | |||||
| * | readme: Trim trailing lines | nulltoken | 2014-12-10 | 1 | -2/+2 |
| | | |||||
| * | docs: explicitly document the threading caveatscmn/threading | Carlos Martín Nieto | 2014-11-01 | 1 | -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-on | Carlos Martín Nieto | 2014-10-27 | 1 | -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.md | SeijiIto | 2014-10-06 | 1 | -1/+1 |
| | | |||||
| * | the wiki, it is dead | Brendan Forster | 2014-09-30 | 1 | -2/+1 |
| | | |||||
| * | Fix typo | Linquize | 2014-09-16 | 1 | -1/+1 |
| | | |||||
| * | Add Rust to the language bindings list | Alex Crichton | 2014-09-15 | 1 | -0/+2 |
| | | |||||
| * | add Julia to the language bindings list | jake bolewski | 2014-08-25 | 1 | -0/+2 |
| | | |||||
| * | Updated perl bindings link | Jacques Germishuys | 2014-07-13 | 1 | -1/+1 |
| | | |||||
| * | Add R bindings to the README | Stefan Widgren | 2014-05-13 | 1 | -0/+2 |
| | | |||||
| * | Add project list and update readme | Russell Belfer | 2014-02-26 | 1 | -11/+14 |
| | | |||||
| * | Clarify C compatibility policy | Russell Belfer | 2014-02-20 | 1 | -5/+5 |
| | | | | | and a couple of other minor doc fixups. | ||||
| * | Merge pull request #2044 from libgit2/coverity | Ben Straub | 2014-01-16 | 1 | -0/+1 |
| |\ | | | | | Run Coverity scan on Travis | ||||
| | * | Add coverity scan badge to readme | Ben Straub | 2014-01-13 | 1 | -0/+1 |
| | | | |||||
| * | | Update README to include Java, PowerShell bindings | Edward Thomson | 2014-01-15 | 1 | -0/+4 |
| |/ | |||||
| * | docs: Remove non existing wrapper from the readme | Andrius Bentkus | 2013-12-27 | 1 | -1/+0 |
| | | | | libgit2net stopped to exist, all hail libgit2sharp | ||||
| * | Relicense examples under CC0 | Ben Straub | 2013-11-01 | 1 | -3/+5 |
| | | |||||
| * | fix typos in README.md | Nicolas Kaiser | 2013-10-24 | 1 | -3/+3 |
| | | |||||
| * | README: add a note about the optional dependencies | Carlos Martín Nieto | 2013-10-23 | 1 | -0/+11 |
| | | |||||
| * | slightly clarified the "license" portion of `README.md" + formatting all over | Haneef Mubarak | 2013-10-17 | 1 | -1/+1 |
| | | | | fixed typo `can can` -> `can` | ||||
| * | slightly clarified the "license" portion of `README.md" + formatting all over | Haneef Mubarak | 2013-10-17 | 1 | -1/+1 |
| | | | | added the second change suggested by @nulltoken (with two extra words :) ) | ||||
| * | slightly clarified the "license" portion of `README.md" + formatting all over | Haneef Mubarak | 2013-10-17 | 1 | -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.md | Krzysztof Adamski | 2013-09-01 | 1 | -0/+22 |
| | | |||||
| * | Point to the right Go bindings | Carlos Martín Nieto | 2013-08-31 | 1 | -1/+1 |
| | | |||||
| * | Update readme to point to the currently maintained Erlang bindings. Namely: ↵ | Nirvana | 2013-08-31 | 1 | -1/+1 |
| | | | | | https://github.com/carlosmn/geef | ||||
| * | Update README.md | Edward Thomson | 2013-07-19 | 1 | -1/+1 |
| | | |||||
| * | Clarify when to use github issues | Edward Thomson | 2013-07-19 | 1 | -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 project | Martin Woodward | 2013-07-19 | 1 | -8/+11 |
| | | | | | | Updated the methods of getting involved with the project and asking questions. | ||||
| * | Fix some minor issues | Ben Straub | 2013-04-19 | 1 | -9/+2 |
| | | |||||
| * | Update link to Perl bindings | Alessandro Ghedini | 2013-04-17 | 1 | -1/+1 |
| | | |||||
| * | Updated link to Haskell bindings | Maxwell Swadling | 2013-04-09 | 1 | -1/+1 |
| | | | | The old one hasn't been updated in a long time. This one is current. | ||||
| * | removed obsolete reference to api.html | Carlos Scheidegger | 2013-02-06 | 1 | -1/+0 |
| | | |||||
| * | Let people know that the ML is deprecated | Vicent Martí | 2013-01-30 | 1 | -1/+5 |
| | | |||||
| * | Explain a few CMake options in the README | Carlos Martín Nieto | 2012-11-13 | 1 | -4/+31 |
| | | | | | | Expose STDCALL and explain a few useful CMake options, as well as explain the quirks building on Windows. | ||||
| * | Fix Clar link | Keith Dahlby | 2012-11-04 | 1 | -1/+1 |
| | | |||||
| * | Use standard CMake variable names for installation paths | Veeti Paananen | 2012-10-20 | 1 | -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 Mitrovic | 2012-10-11 | 1 | -0/+2 |
| | | |||||
| * | libgit2.pc.in: also switch to LIB_INSTALL_DIR | Michael Schubert | 2012-07-16 | 1 | -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 page | Ignacio Casal Quinteiro | 2012-07-09 | 1 | -1/+1 |
| | | |||||
| * | libgit2-glib bindings moved to gnome servers | Ignacio Casal Quinteiro | 2012-05-31 | 1 | -1/+1 |
| | | |||||
| * | README: use docs/rel-notes/ for the release notes | Carlos Martín Nieto | 2012-05-24 | 1 | -1/+1 |
| | | |||||
| * | README: add rules about writing release notes as they happen | Carlos Martín Nieto | 2012-05-23 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #615 from benstraub/port-all-tests-to-clar | Vicent Martí | 2012-04-02 | 1 | -1/+1 |
| |\ | | | | | Port all tests to clar | ||||
