summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix git_status_file for files that start with a character > 0x7f8bit-filename-statusAdam Roben2012-06-075-18/+29
* Ingore clar_main.c.ruleAdam Roben2012-06-071-0/+1
* Don't include arpa/inet.h on WindowsCarlos Martín Nieto2012-06-061-1/+1
* transports: fix bugletMichael Schubert2012-06-052-2/+2
* Merge pull request #697 from carlosmn/sslVicent Martí2012-06-0515-81/+457
|\
| * ssl: allow skipping the server certificate checkCarlos Martín Nieto2012-05-266-2/+24
| * ssl: look up the last CN the alternative names don't matchCarlos Martín Nieto2012-05-191-11/+54
| * ssl: add support for certificates issues to an IP addressCarlos Martín Nieto2012-05-191-7/+32
| * ssl: remove GnuTLS supportCarlos Martín Nieto2012-05-194-119/+25
| * ssl: match host names according to RFC 2818 (HTTP over TLS)Carlos Martín Nieto2012-05-191-9/+17
| * ssl: check certificates against the system's trusted CAsCarlos Martín Nieto2012-05-192-3/+106
| * ssl: teardown the connection on closeCarlos Martín Nieto2012-05-193-7/+35
| * https: make it work with OpenSSL as wellCarlos Martín Nieto2012-05-196-20/+102
| * http: add https support when GnuTLS is availableCarlos Martín Nieto2012-05-1911-80/+239
* | Merge pull request #747 from nulltoken/topic/init-filemodeVicent Martí2012-06-053-13/+130
|\ \
| * | repository: make git_repository_init() value the core.ignorecase config entrynulltoken2012-06-052-19/+92
| * | repository: make git_repository_init() value the core.filemode config entrynulltoken2012-06-053-1/+45
* | | Merge pull request #738 from nacho/developmentVicent Martí2012-06-051-1/+1
|\ \ \
| * | | libgit2-glib bindings moved to gnome serversIgnacio Casal Quinteiro2012-05-311-1/+1
* | | | tests: Fix warning with nested commentsVicent Marti2012-06-051-1/+1
* | | | Merge pull request #714 from schu/config-enotfoundVicent Martí2012-06-051-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | config: do not set an error for GIT_ENOTFOUNDMichael Schubert2012-05-191-1/+0
* | | | Merge pull request #737 from nulltoken/topic/git_remote_add_refspecCarlos Martín Nieto2012-06-044-1/+31
|\ \ \ \
| * | | | remote: Make git_remote_add() generate a default refspec with a force update ...nulltoken2012-06-042-1/+11
| * | | | refspec: expose the force update specifier through git_refspec_force() accessornulltoken2012-05-304-0/+20
| | |/ / | |/| |
* | | | Merge pull request #739 from arthurschreiber/fix_remote_connectedRussell Belfer2012-06-044-0/+14
|\ \ \ \
| * | | | Fix git_close/http_close/local_close to set the transport's connected attribu...Arthur Schreiber2012-06-023-0/+5
| * | | | Add a failing test case for git_remote_disconnect/git_remote_connected.Arthur Schreiber2012-06-021-0/+9
|/ / / /
* | | | config: set an error message when asked to delete a non-existent keyCarlos Martín Nieto2012-06-011-1/+3
|/ / /
* | | Merge pull request #735 from gregier/developmentRussell Belfer2012-05-291-1/+1
|\ \ \
| * | | Fix checking for the presence of a flagGarrett Regier2012-05-271-1/+1
|/ / /
* | | Merge pull request #734 from scottjg/travis-mingwVicent Martí2012-05-263-5/+8
|\ \ \
| * | | Enable mingw cross-compile stage in travis-ciScott J. Goldman2012-05-261-0/+1
| * | | Refactor CMakeLists.txt for mingw cross-compileScott J. Goldman2012-05-261-3/+5
| * | | Use lowercase names for Windows headersScott J. Goldman2012-05-261-2/+2
|/ / /
* | | Merge pull request #732 from schu/fix-gcc-nonnullVicent Martí2012-05-261-1/+4
|\ \ \
| * | | tests-clar/core: fix non-null warningMichael Schubert2012-05-261-1/+4
|/ / /
* | | Make errors for system and global files consistentRussell Belfer2012-05-252-4/+51
* | | Merge pull request #729 from arrbee/fix-728Vicent Martí2012-05-2410-19/+105
|\ \ \
| * | | Fix bugs for status with spaces and reloaded attrsRussell Belfer2012-05-2410-19/+105
|/ / /
* | | Merge pull request #727 from libgit2/env-expansionVicent Martí2012-05-242-122/+61
|\ \ \
| * | | Clean up system file finding tests on Win32env-expansionRussell Belfer2012-05-242-20/+11
| * | | windows: Properly expand all environment variablesVicent Martí2012-05-241-103/+51
|/ / /
* | | Merge pull request #726 from arrbee/utf16-home-dirRussell Belfer2012-05-243-16/+188
|\ \ \
| * | | Fix bugs in UTF-8 <-> UTF-16 conversionRussell Belfer2012-05-242-14/+15
| * | | Get user's home dir in UTF-16 clean mannerRussell Belfer2012-05-242-3/+174
* | | | repository: default to core.bare = false if it's not setCarlos Martín Nieto2012-05-241-3/+4
* | | | examples/network: consistently use tabs for indentationCarlos Martín Nieto2012-05-242-126/+126
* | | | README: use docs/rel-notes/ for the release notesCarlos Martín Nieto2012-05-241-1/+1
* | | | Merge pull request #720 from nulltoken/fix/libgit2sharp_issue_153Vicent Martí2012-05-232-7/+18
|\ \ \ \