summaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Expand)AuthorAgeFilesLines
* Add bounds checking to UTF-8 conversionVicent Marti2012-08-285-60/+35
* windows: Keep UTF-8 on the stack yoVicent Marti2012-08-285-215/+64
* UTF-8 changes yoVicent Martí2012-08-281-0/+92
* Merge pull request #778 from ben/cloneVicent Martí2012-08-192-0/+10
|\
| * Checkout: obey core.symlinks.Ben Straub2012-07-171-2/+5
| * Merge branch 'development' into cloneBen Straub2012-07-171-1/+1
| |\
| * | Checkout: handle symlinks.Ben Straub2012-07-162-0/+7
* | | win32: set errno to ENOENT or ENOTDIR when appropriate in do_lstatCarlos Martín Nieto2012-08-021-0/+7
| |/ |/|
* | fix below issues on mingw:liyuray2012-06-211-1/+1
|/
* Precompile headers for MSVC.Ben Straub2012-06-132-0/+20
* misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-1/+1
* Merge pull request #684 from benstraub/rev-parseVicent Martí2012-06-071-0/+76
|\
| * Rename posix wrappers with 'p_' prefix.Ben Straub2012-06-062-7/+3
| * Merge branch 'development' into rev-parseBen Straub2012-06-054-221/+11
| |\
| * | Fix date.c build in msvc.Ben Straub2012-05-152-0/+80
* | | repository: make git_repository_init() value the core.filemode config entrynulltoken2012-06-051-0/+1
| |/ |/|
* | Fix bugs in UTF-8 <-> UTF-16 conversionRussell Belfer2012-05-241-13/+10
* | Hook up Windows compat fnmatch() for SolarisScott J. Goldman2012-05-103-208/+1
|/
* compat: make p_realpath Windows implementation be a bit more POSIX compliant ...nulltoken2012-05-081-4/+17
* compat: make p_open able to accept optional mode when passing the O_CREAT flagnulltoken2012-05-072-4/+18
* Merge remote-tracking branch 'scottjg/fix-mingw32' into developmentVicent Martí2012-05-051-0/+1
|\
| * Fix missing prototype warning in utf-conv.cScott J. Goldman2012-05-051-0/+1
* | Fix warnings on 64-bit windows buildsRussell Belfer2012-04-173-25/+40
* | Continue error conversionRussell Belfer2012-03-144-130/+180
* | Resolve comments from pull requestRussell Belfer2012-03-131-2/+1
* | Migrate ODB files to new error handlingRussell Belfer2012-03-122-36/+21
* | error-handling: RepositoryVicent Martí2012-03-071-10/+5
* | error-handling: Add new routinesVicent Martí2012-03-031-2/+6
|/
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-022-9/+9
* Update diff to use iteratorsRussell Belfer2012-03-022-6/+12
* Simplify GIT_UNUSED macrosRussell Belfer2012-03-021-3/+3
* Fix readdir usage across platformsRussell Belfer2012-02-232-11/+26
* Update Copyright headerschu2012-02-1314-14/+14
* msvc: Move `ssize_t` typedef to MSVC-onlyVicent Martí2012-01-261-0/+3
* Move path related functions from fileops to pathRussell Belfer2012-01-171-0/+39
* Fix MSVC compilation warningnulltoken2012-01-171-1/+1
* Windows: store all 64 bits of the size in the stat structureCarlos Martín Nieto2012-01-161-1/+1
* Add missing semicolonVincent Lee2012-01-031-1/+1
* Add support for macros and cache flush API.Russell Belfer2011-12-292-0/+6
* posix_w32: prevent segfaulting on Windows when building a temporary filenamenulltoken2011-12-141-1/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-15/+20
* Implement p_renameCarlos Martín Nieto2011-11-072-0/+15
* Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-282-8/+8
|\
| * fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao2011-10-142-8/+8
* | global: Properly use `git__` memory wrappersVicent Marti2011-10-284-32/+32
* | windows: Add support for non-UTF codepagesVicent Marti2011-10-265-27/+48
|/
* include version information in git2.dll on WindowsSven Strickroth2011-10-091-0/+42
* msvc: Properly handle inttypes.h/stdint.hVicent Marti2011-10-052-38/+15
* mingw: Fix compilation warningsVicent Marti2011-09-291-0/+7
* http-parser: Disable MSVC warnings locallyVicent Marti2011-09-291-10/+0