]> git.proxmox.com Git - libgit2.git/history - src/fileops.c
pkt-line: parse other-ref lines
[libgit2.git] / src / fileops.c
2011-06-21 Vicent MartíMerge pull request #269 from schu/infinite-append
2011-06-20 schugitfo_read: fix read-loop
2011-06-18 Vicent Martimingw: Fix compilation
2011-06-17 Vicent MartíMerge pull request #264 from nulltoken/patch-2
2011-06-17 Vicent MartíMerge pull request #266 from carlosmn/valgrind
2011-06-17 Vicent Martifileops: Cast the GetProcAddress value
2011-06-17 Vicent Martifileops: Fix 'GetFinalPathNameByHandleA' in old platforms
2011-06-16 Vicent MartíMerge pull request #248 from carlosmn/config
2011-06-15 Vicent MartíMerge pull request #261 from Romain-Geissler/discovery...
2011-06-15 Vicent MartíMerge pull request #251 from nulltoken/fix/msvc-warnings
2011-06-15 Vicent MartíMerge pull request #260 from nulltoken/fix/git_index_add
2011-06-15 nulltokenblob: Fix git_blob_create_fromfile()
2011-06-15 nulltokenAdd mode_t definition in MSVC compat layer
2011-06-12 nulltokenFix compilation warnings in MSVC
2011-06-11 Vicent MartíMerge pull request #253 from sschuberth/msvc10-fixes
2011-06-10 Sebastian SchuberthUse "__inline" instead of "inline" with MSVC
2011-06-10 Sebastian SchuberthPrefer to use S_IFLNK instead of _S_IFLNK for consistency
2011-06-08 Vicent MartíMerge pull request #216 from glesserd/development
2011-06-08 Vicent MartíMerge pull request #250 from pegonma/commit_short_message
2011-06-08 Vicent Martiwindows: Fix Symlink issues
2011-06-08 Vicent MartíMerge pull request #246 from carlosmn/keep-lock
2011-06-07 Vicent MartíMerge pull request #243 from jpfender/symlinks2
2011-06-07 Vicent MartíMerge pull request #245 from schu/use-normalized
2011-06-07 Vicent MartíMerge pull request #244 from carlosmn/config-bugfix
2011-06-07 Vicent MartíMerge pull request #241 from nulltoken/fix/msvc-warnings
2011-06-07 Vicent MartíMerge pull request #242 from schu/fix-unused-2
2011-06-07 Jakob Pfenderfileops: Allow differentiation between deep and shallow...
2011-06-07 Jakob Pfenderindex/fileops: Correctly process symbolic links
2011-06-07 Vicent MartíMerge pull request #240 from Romain-Geissler/tree-objec...
2011-06-07 Vicent MartíMerge pull request #239 from pegonma/oid_prefix
2011-06-07 Vicent MartíMerge pull request #238 from pegonma/git_oid_ncmp
2011-06-07 Vicent MartíMerge pull request #236 from Jopie64/development
2011-06-07 Vicent MartíMerge pull request #234 from Romain-Geissler/entry...
2011-06-07 Vicent MartíMerge pull request #232 from schu/ref-available-cb
2011-06-07 Vicent MartíMerge pull request #231 from Romain-Geissler/discovery...
2011-06-06 schufileops.c: fix unused warning
2011-06-04 Romain GeisslerFileops: Fixed gitfo_mkdir_recurs so that it proprely...
2011-06-04 Vicent MartíMerge pull request #227 from Romain-Geissler/discovery...
2011-06-03 Romain GeisslerRepository: Added some util functions that we'll need...
2011-06-03 Romain GeisslerFilebuf: Fixed a TODO in filebuf (real lock in lock_file)
2011-06-03 Romain GeisslerFileops: Added gitfo_isfile.
2011-06-03 unknownFileops: Added a fourth argument to the path prettifyin...
2011-06-03 Romain GeisslerFileops:retrieve_path_root_offset is now named gitfo_re...
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-06-01 Vicent MartíMerge pull request #224 from glesserd/tagparsing
2011-06-01 Vicent MartíMerge pull request #215 from schu/typos
2011-05-29 schugitfo_isdir: fix error message
2011-05-23 Vicent Martifileops: Cleanup
2011-05-23 Jakob Pfenderfileops.c: Move to new error handling mechanism
2011-05-18 Vicent MartíMerge pull request #195 from RomainMuller/master
2011-05-17 Jakob PfenderMerge branch 'development' into unmerged
2011-05-17 Vicent MartíMerge pull request #116 from carlosmn/test-naming
2011-05-17 Carlos Martín NietoMerge upstream/development
2011-05-15 Vicent MartíMerge pull request #184 from nulltoken/repo-error-handling
2011-05-14 nulltokenMove fileops.c to the new error handling
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-23 Vicent MartiImprove the ODB writing backend
2011-03-22 Vicent MartiFix compilation in MinGW
2011-03-22 nulltokenFix detection of attempt to escape the root directory...
2011-03-22 nulltokenChange gitfo_prettify_dir_path() and gitfo_prettify_fil...
2011-03-22 nulltokenAdd failing test for issue 84
2011-03-22 nulltokenFix gitfo_mv() behavior when running on Windows
2011-03-20 Vicent MartiI broke your bindings
2011-03-05 Vicent MartiFix creation of deeply-rooted references
2011-03-03 Vicent MartiAdd new move function, `gitfo_mv_force`
2011-03-03 Vicent MartiMove the path comparison method to fileops.c
2011-02-24 Vicent MartiFix file renaming in MinGW
2011-02-24 Vicent MartiFix renaming of files in Win32
2011-02-07 Vicent MartiMerge branch 'master' of https://github.com/saschpe...
2011-01-29 nulltokenMade path prettifying functions return GIT_EINVALIDPATH...
2011-01-29 nulltokenFixed naming convention related issue.
2011-01-29 nulltokenAdded git_prettify_file_path().
2011-01-29 nulltokenOptimized git_prettify_dir_path() parsing.
2011-01-29 nulltokenFixed a parsing issue in git_prettify_dir_path().
2011-01-20 nulltokenSmall enhancements to git_prettify_dir_path().
2011-01-20 Vicent MartiMerge branch 'dir-path-prettifying' of https://github...
2011-01-11 nulltokenAdded git_prettify_dir_path().
2011-01-11 Alex BudovskiRevised platform types to use 'best supported' size.
2011-01-03 Vicent MartiMerge branch 'repo-init' of https://github.com/nulltoke...
2010-12-26 nulltokenFixed placement of pointer argument.
2010-12-23 nulltokenMerge branch 'master' into repo-init
2010-12-22 Vicent MartiMerge branch 'call-ldconfig-on-unix' of https://github...
2010-12-22 Vicent MartiMerge branch 'waf-pkgconfig-typo' of https://github...
2010-12-22 Vicent MartiRemove git_errno
2010-12-21 nulltokenMade is_windows_rooted_path() able to cope with awkward...
2010-12-21 nulltokenWrapped the detection of a Windows rooted path within...
2010-12-20 nulltokenMade gitfo_mkdir_recurs() skip creation of the root...
2010-12-20 nulltokenMade gitfo_mkdir_recurs() gracefully recover when a...
2010-12-19 Vicent MartiFix issues in repository initialization
2010-12-19 Vicent MartiMerge branch 'repo-init' of https://github.com/nulltoke...
2010-12-18 Vicent MartiMerge branch 'timezone'
2010-12-17 nulltokenAdded a comment reminding that the gitfo_mkdir_recurs...
2010-12-17 nulltokenMade gitfo_mkdir_recurs() more tolerant.
2010-12-17 nulltokenAdded gitfo_mkdir_recurs() placeholder.
2010-12-13 Vicent MartiFix initialization & freeing of inexistent repos
2010-12-05 nulltokenSmall source code readability improvements.
2010-11-23 Vicent MartiFix gitfo_isdir() in Win32 systems
2010-11-02 Vicent MartiChange git_repository initialization to use a path
2010-04-30 Ramsay JonesAdd some more (macro) file operation wrappers
2010-01-20 Ramsay Jonesmsvc: Fix some -W4 warnings
next