gitea/modules/log
zeripath 74bd9691c6
Re-attempt to delete temporary upload if the file is locked by another process (#12447)
Replace all calls to os.Remove/os.RemoveAll by retrying util.Remove/util.RemoveAll and remove circular dependencies from util.

Fix #12339

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: silverwind <me@silverwind.io>
2020-08-11 21:05:34 +01:00
..
colors.go Fix double-indirection bug in logging IDs (#12294) 2020-07-23 12:26:45 +03:00
colors_router.go Remove macaron dependent on modules/log (#6933) 2019-05-13 22:55:52 -04:00
conn.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
conn_test.go modules/log: remove noop written variables (#10182) 2020-02-07 21:35:30 +01:00
console.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
console_test.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
console_windows.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
errors.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
event.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
file.go Re-attempt to delete temporary upload if the file is locked by another process (#12447) 2020-08-11 21:05:34 +01:00
file_test.go Re-attempt to delete temporary upload if the file is locked by another process (#12447) 2020-08-11 21:05:34 +01:00
flags.go Log: Ensure FLAGS=none is -1 (#9287) 2019-12-07 23:36:47 -05:00
level.go Removed unnecessary conversions (#7557) 2019-07-23 19:50:39 +01:00
level_test.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
log.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
log_test.go Fix data race (#8204) 2019-09-17 12:39:37 +03:00
logger.go Trace Logging on Permission Denied & ColorFormat (#6618) 2019-04-22 23:40:51 +03:00
provider.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
smtp.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
smtp_test.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
stack.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
writer.go Removed unnecessary conversions (#7557) 2019-07-23 19:50:39 +01:00
writer_test.go Quieter Integration Tests (#6513) 2019-04-07 03:25:14 +03:00