summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-1813-41/+40
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-3011-33/+29
| * CMakefile: add -Wstrict-prototypes and fix warningsKirill A. Shutemov2011-08-301-1/+1
| * CMakefile: add -Wstrict-aliasing=2 and fix warningsKirill A. Shutemov2011-08-302-7/+10
* | Merge pull request #397 from lambourg/developmentVicent Martí2011-09-181-0/+2
|\ \
| * | Fix compilation issues with ming64 headersJerome Lambourg2011-09-121-0/+2
* | | Merge pull request #394 from carlosmn/tree-fromindexVicent Martí2011-09-181-70/+83
|\ \ \
| * | | tree: use git_treebuilder to write the index as a treeCarlos Martín Nieto2011-09-101-70/+83
| |/ /
* | | Merge pull request #398 from carlosmn/config-autohomeVicent Martí2011-09-181-5/+3
|\ \ \
| * | | git_repository_config: open global config file automaticallyCarlos Martín Nieto2011-09-121-5/+3
| |/ /
* | | Merge pull request #408 from schu/fixup-statusVicent Martí2011-09-181-3/+4
|\ \ \
| * | | status.c: add missing check for errorschu2011-09-171-1/+2
| * | | status.c: remove wrong address operatorschu2011-09-171-2/+2
* | | | Merge pull request #393 from schu/unused-but-set-variableVicent Martí2011-09-181-1/+2
|\ \ \ \
| * | | | filebuf.c: fix unused-but-set warningschu2011-09-091-1/+2
| | |/ / | |/| |
* | | | Merge pull request #392 from sschuberth/developmentVicent Martí2011-09-181-4/+2
|\ \ \ \
| * | | | Fix a bug and GCC warning introduced in 932669bSebastian Schuberth2011-09-121-4/+2
| |/ / /
* | | | Merge pull request #399 from carlosmn/free-nullVicent Martí2011-09-182-0/+6
|\ \ \ \
| * | | | Add checks for NULL to the config and remote free functionsCarlos Martín Nieto2011-09-132-0/+6
| |/ / /
* | | | Tabify everythingVicent Marti2011-09-1949-627/+627
* | | | Cleanup legal dataVicent Marti2011-09-1999-940/+438
| |/ / |/| |
* | | status: enhance determination of statuses for a whole directorynulltoken2011-09-151-193/+477
* | | status: enhance determination of status for a single filenulltoken2011-09-151-82/+121
* | | repository: Add git_repository_head()nulltoken2011-09-151-5/+17
|/ /
* | Fix an integral overflow on 64-bitSebastian Schuberth2011-09-081-1/+1
* | Add casts to get rid of some warnings when filling zlib structuresSebastian Schuberth2011-09-083-10/+10
* | Get rid of a superfluous pointer castSebastian Schuberth2011-09-081-1/+1
* | Fix minor indentation issues (spaces to tabs)Sebastian Schuberth2011-09-082-6/+6
* | Fix some random size_t vs. int conversion warningsSebastian Schuberth2011-09-085-12/+16
* | Merge pull request #388 from lambourg/masterVicent Martí2011-09-021-0/+10
|\ \
| * | Fix for issue #387Jerome Lambourg2011-09-021-0/+10
* | | Fix compilation in MinGWVicent Marti2011-08-312-8/+5
| |/ |/|
* | posix: Fix undeclared prototypeVicent Marti2011-08-302-7/+11
* | repository: Fix signed/unsigned comp.Vicent Marti2011-08-301-1/+2
* | netops: This is the proper checkVicent Marti2011-08-301-1/+1
* | netops: Use the size_t, LukeVicent Marti2011-08-302-9/+11
* | Add git_remote_newCarlos Martín Nieto2011-08-301-0/+20
* | Don't hide the transport detailsCarlos Martín Nieto2011-08-304-66/+11
* | Fix Windows compilationCarlos Martín Nieto2011-08-303-15/+26
* | compat: Move `mkstemp` to the POSIX compat layerVicent Marti2011-08-304-11/+22
* | network: <select.h> is not available in MinGWVicent Marti2011-08-301-0/+2
* | Merge pull request #378 from kiryl/WuninitializedVicent Martí2011-08-303-8/+11
|\ \
| * | transport_git: add missed error handlingKirill A. Shutemov2011-08-241-0/+2
| * | Fix false positive -Wuninitialized warningsKirill A. Shutemov2011-08-242-8/+9
* | | pkt: use sizeof() instead of strlen() to avoid variable length arrayKirill A. Shutemov2011-08-261-1/+1
* | | Drop STRLEN() macrosKirill A. Shutemov2011-08-2513-35/+33
|/ /
* | transport: Merge bitfieldVicent Marti2011-08-181-2/+2
* | posix: Properly handle `snprintf` in all platformsVicent Marti2011-08-1812-35/+30
* | odb: Do not pass around a header when hashingVicent Marti2011-08-183-14/+10
* | Keep sending want lines if the server doesn't anwer a flushCarlos Martín Nieto2011-08-181-0/+23