summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-2/+1
2010-03-30do not set file time in ngx_copy_file() if the time is -1,Igor Sysoev1-4/+6
2009-12-17fix Win32 error message when an temporary file replaces an existent file:Igor Sysoev1-0/+4
2009-12-15fix Win32 error messages when an temporary file replaces an existent file:Igor Sysoev1-11/+1
2009-10-14ignore EACCES errors for top level directories in ngx_create_full_path()Igor Sysoev1-2/+11
2009-10-14do not create Win32 drive letter in ngx_create_full_path()Igor Sysoev1-1/+7
2009-08-21*) share temporary number between workersIgor Sysoev1-14/+9
2009-08-20test EXDEV after path creationIgor Sysoev1-1/+0
2009-08-20fix copy failure logging and stale files removal, introduced in r3025Igor Sysoev1-8/+17
2009-08-20fix copy destination name length, introduced in r3025Igor Sysoev1-2/+2
2009-08-13fix building on 64-bit platforms, introduced in r3025Igor Sysoev1-2/+2
2009-08-12allow cross device temporary files atomic copying:Igor Sysoev1-4/+170
2009-08-11NGX_ENOPATHIgor Sysoev1-15/+3
2009-08-10cache loader processIgor Sysoev1-1/+3
2009-05-28Win32 returns ERROR_PATH_NOT_FOUND instead of ERROR_FILE_NOT_FOUNDIgor Sysoev1-2/+8
2009-04-29uniform ngx_file_info() interface with ngx_fd_info()Igor Sysoev1-1/+3
2009-03-30introduce cache manager instead of cache cleanerIgor Sysoev1-2/+2
2009-03-23a prelimiary proxy cache supportIgor Sysoev1-1/+44
2009-02-24small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev1-1/+1
2008-12-10use ngx_ext_rename_file() for single file MOVEIgor Sysoev1-7/+11
2008-06-17*) back out r2040Igor Sysoev1-1/+1
2008-03-03C++ compatibilityIgor Sysoev1-1/+1
2008-01-03transform ngx_create_path_and_rename_file() to ngx_ext_rename_file()Igor Sysoev1-11/+19
2007-12-18comment ngx_walk_tree()Igor Sysoev1-0/+18
2007-12-17ngx_create_hashed_filename() does not need ngx_file_tIgor Sysoev1-16/+15
2007-12-17create the only cleanupIgor Sysoev1-5/+5
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev1-4/+3
2007-12-07ngx_create_path_and_rename_file()Igor Sysoev1-0/+83
2007-07-29--sysconfdir=DIRIgor Sysoev1-1/+1
2007-07-19fix potential double free(),Igor Sysoev1-2/+5
2007-07-13proxy_store and fastcgi_store were changed,Igor Sysoev1-7/+3
2007-07-12proxy_store and fastcgi_storeIgor Sysoev1-0/+66
2007-01-29allocate less memory on 64-bit platformsIgor Sysoev1-1/+1
2007-01-29shorten temporary names on 64-bit platformsIgor Sysoev1-4/+4
2007-01-25undo "client_body_in_file_only any"Igor Sysoev1-3/+3
2007-01-18add size, access, and mtime to ngx_walk_tree()Igor Sysoev1-3/+13
2007-01-18rename mode to accessIgor Sysoev1-3/+3
2007-01-03style fix: remove trailing spacesIgor Sysoev1-1/+1
2006-12-25ngx_walk_tree()Igor Sysoev1-0/+165
2006-10-23APOPIgor Sysoev1-3/+3
2006-08-04nginx-0.3.56-RELEASE importrelease-0.3.56Igor Sysoev1-4/+4
2006-07-28nginx-0.3.55-RELEASE importrelease-0.3.55Igor Sysoev1-5/+2
2006-07-03nginx-0.3.52-RELEASE importrelease-0.3.52Igor Sysoev1-0/+4
2006-04-19nginx-0.3.40-RELEASE importrelease-0.3.40Igor Sysoev1-2/+35
2006-04-14nginx-0.3.38-RELEASE importrelease-0.3.38Igor Sysoev1-7/+3
2006-04-05nginx-0.3.36-RELEASE importrelease-0.3.36Igor Sysoev1-1/+6
2005-10-19nginx-0.3.3-RELEASE importrelease-0.3.3Igor Sysoev1-13/+12
2005-10-12nginx-0.3.2-RELEASE importrelease-0.3.2Igor Sysoev1-1/+1
2005-05-23nginx-0.1.33-RELEASE importrelease-0.1.33Igor Sysoev1-6/+8
2005-05-12nginx-0.1.29-RELEASE importrelease-0.1.29Igor Sysoev1-2/+18